@sphereon/ui-components.core 0.4.1-unstable.14 → 0.4.1-unstable.20
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/dist/styles/tokens.css +0 -1
- package/package.json +2 -2
package/dist/styles/tokens.css
CHANGED
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
|
|
16
16
|
--color-grey-50: #FBFBFB;
|
|
17
17
|
--color-grey-600: #727272;
|
|
18
|
-
--color-grey-800: #303030;
|
|
19
18
|
--color-grey-900: #0A0D12;
|
|
20
19
|
--color-grey-1000: #ECECEC; /* FIXME UXDS-21 this color in the design has no token */
|
|
21
20
|
--color-grey-1100: #8D9099; /* FIXME UXDS-21 this color in the design has no token */
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sphereon/ui-components.core",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.4.1-unstable.
|
|
4
|
+
"version": "0.4.1-unstable.20+468cc9f",
|
|
5
5
|
"description": "SSI UI components Core",
|
|
6
6
|
"repository": "git@github.com:Sphereon-Opensource/UI-Components.git",
|
|
7
7
|
"author": "Sphereon <dev@sphereon.com>",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"react": ">= 18.2"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "468cc9fff0eeee6c738de603ff454672622383db"
|
|
52
52
|
}
|