1.5.24 • Published 2 years ago

@assecosolutions/common v1.5.24

Weekly downloads
38
License
MIT
Repository
github
Last release
2 years ago

🦊 Fox - Future Open Experience

This lib bundle all styles used inside assecosolutions applications. If you use styles / icons directly from the common folder you can brand your applications CI based on Assecosolutions recommendations and Guidelines and stay up to date when there are new changes.

Installation

npm i @assecosolutions/common

Usage

Inside the common folder we have 3 base folder:

Images

Here we host our images for all applications and use it like.

<img src="./node_modules/@assecosolutions/common/images/asseco_solutions.png" />

Interfaces

The library also contains several intefaces to be used like this.

import { TableColumnConfiguration } from '@assecosolutions/common';

Styles

Here we host our application styles, themes and variables for public usage

//for all styles
@import '@assecosolutions/common/styles/base.app.styles.scss';
//only variables
@import '@assecosolutions/common/styles/variables.scss';
//only grid
@import '@assecosolutions/common/styles/grid.scss';
. . .

Font

We Import our fonts via cdn and not local (if needed local, contact us).

<link
  href="https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap"
  rel="stylesheet"
/>
<link
  href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,900&display=swap"
  rel="stylesheet"
/>
<link
  href="https://fonts.googleapis.com/icon?family=Material+Icons"
  rel="stylesheet"
/>

Usage Demo and Docs

We use Storybook to deliver an interactive documentation of our Design system. There you can find Multiple examples, guidelines and the documentation of all FOX web components.

Maintainer

Burak TopalJari Möllenbernd
Burak Topal (@biggisb)Jari Möllenbernd (@jarmee)Julia Nissen (@JuliaNssn)Florian Ehmke (@florianehmke)
1.5.24

2 years ago

1.5.23-alpha.0

2 years ago

1.5.23

2 years ago

1.5.22

2 years ago

1.5.22-alpha.4

2 years ago

1.5.22-beta.2

2 years ago

1.5.22-beta.1

2 years ago

1.5.22-beta.0

2 years ago

1.5.22-beta.11

2 years ago

1.5.22-beta.6

2 years ago

1.5.22-beta.10

2 years ago

1.5.22-beta.5

2 years ago

1.5.22-beta.4

2 years ago

1.5.22-beta.3

2 years ago

1.5.22-beta.9

2 years ago

1.5.22-beta.8

2 years ago

1.5.22-beta.7

2 years ago

1.5.18

2 years ago

1.5.19

2 years ago

1.5.21

2 years ago

1.5.20

2 years ago

1.5.22-alpha.3

2 years ago

1.5.22-alpha.0

2 years ago

1.5.22-alpha.1

2 years ago

1.5.22-alpha.2

2 years ago

1.5.16

2 years ago

1.5.17

2 years ago

1.5.12

2 years ago

1.5.11

2 years ago

1.5.14

2 years ago

1.5.13

2 years ago

1.5.15

2 years ago

1.5.10

3 years ago

1.5.9

3 years ago

1.4.6

3 years ago

1.4.5

3 years ago

1.4.4

3 years ago

1.5.0

3 years ago

1.4.3

3 years ago

1.0.1-fox

3 years ago