@spaced-out/ui-design-system 0.1.43 → 0.1.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.cspell/custom-words.txt +1 -0
- package/.storybook/SenseTheme.js +1 -1
- package/.storybook/manager-head.html +2 -1
- package/.storybook/preview-head.html +5 -0
- package/CHANGELOG.md +20 -0
- package/CONTRIBUTING.md +9 -2
- package/README.md +48 -38
- package/design-tokens/color/app-color.json +1 -1
- package/lib/components/Chip/Chip.js +10 -2
- package/lib/components/Chip/Chip.js.flow +24 -4
- package/lib/components/Chip/Chip.module.css +4 -0
- package/lib/components/Icon/Icon.js +0 -3
- package/lib/components/Icon/Icon.js.flow +0 -3
- package/lib/components/StatusIndicator/StatusIndicator.js +6 -2
- package/lib/components/StatusIndicator/StatusIndicator.js.flow +5 -0
- package/lib/components/StatusIndicator/StatusIndicator.module.css +20 -7
- package/lib/components/Table/TableBar.module.css +1 -1
- package/lib/styles/index.css +1 -1
- package/lib/styles/index.js +1 -1
- package/lib/styles/index.js.flow +1 -1
- package/lib/styles/variables/_color.css +1 -1
- package/lib/styles/variables/_color.js +1 -1
- package/lib/styles/variables/_color.js.flow +1 -1
- package/package.json +2 -2
- package/.github/workflows/pages-stage.yml +0 -54
- package/.storybook/public/images/Alias.png +0 -0
- package/.storybook/public/images/Base.png +0 -0
- package/.storybook/public/images/Logo.png +0 -0
- package/.storybook/public/images/component-token.png +0 -0
- package/.storybook/public/images/components.png +0 -0
- package/.storybook/public/images/contributions.png +0 -0
- package/.storybook/public/images/design-tokens.png +0 -0
- package/.storybook/public/images/intro-cover.png +0 -0
- package/.storybook/public/images/personas/1.png +0 -0
- package/.storybook/public/images/personas/2.png +0 -0
- package/.storybook/public/images/personas/3.png +0 -0
- package/.storybook/public/images/personas/4.png +0 -0
- package/.storybook/public/images/personas/5.png +0 -0
- package/.storybook/public/images/personas/6.png +0 -0
- package/.storybook/public/images/usage.png +0 -0
- package/lib/assets/fontawesome/LICENSE.txt +0 -18
- package/lib/assets/fontawesome/css/all.min.css +0 -27184
- package/lib/assets/fontawesome/webfonts/fa-brands-400.ttf +0 -0
- package/lib/assets/fontawesome/webfonts/fa-brands-400.woff2 +0 -0
- package/lib/assets/fontawesome/webfonts/fa-duotone-900.ttf +0 -0
- package/lib/assets/fontawesome/webfonts/fa-duotone-900.woff2 +0 -0
- package/lib/assets/fontawesome/webfonts/fa-light-300.ttf +0 -0
- package/lib/assets/fontawesome/webfonts/fa-light-300.woff2 +0 -0
- package/lib/assets/fontawesome/webfonts/fa-regular-400.ttf +0 -0
- package/lib/assets/fontawesome/webfonts/fa-regular-400.woff2 +0 -0
- package/lib/assets/fontawesome/webfonts/fa-solid-900.ttf +0 -0
- package/lib/assets/fontawesome/webfonts/fa-solid-900.woff2 +0 -0
- package/lib/assets/fontawesome/webfonts/fa-thin-100.ttf +0 -0
- package/lib/assets/fontawesome/webfonts/fa-thin-100.woff2 +0 -0
- package/lib/assets/fontawesome/webfonts/fa-v4compatibility.ttf +0 -0
- package/lib/assets/fontawesome/webfonts/fa-v4compatibility.woff2 +0 -0
- package/lib/components/Icon/FontAwesomeLibrary.js +0 -3
- package/lib/components/Icon/FontAwesomeLibrary.js.flow +0 -3
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
Font Awesome Pro License
|
|
2
|
-
------------------------
|
|
3
|
-
|
|
4
|
-
Font Awesome Pro is commercial software that requires a paid license. Full
|
|
5
|
-
Font Awesome Pro license: https://fontawesome.com/license.
|
|
6
|
-
|
|
7
|
-
# Commercial License
|
|
8
|
-
The Font Awesome Pro commercial license allows you to pay for FA Pro once, own
|
|
9
|
-
it, and use it just about everywhere you'd like.
|
|
10
|
-
|
|
11
|
-
# Attribution
|
|
12
|
-
Attribution is not required by the Font Awesome Pro commercial license.
|
|
13
|
-
|
|
14
|
-
# Brand Icons
|
|
15
|
-
All brand icons are trademarks of their respective owners. The use of these
|
|
16
|
-
trademarks does not indicate endorsement of the trademark holder by Font
|
|
17
|
-
Awesome, nor vice versa. **Please do not use brand logos for any purpose except
|
|
18
|
-
to represent the company, product, or service to which they refer.**
|