@uniformdev/design-system 19.8.0 → 19.9.2-alpha.3
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/esm/index.js +2 -3
- package/dist/index.js +2 -3
- package/package.json +6 -6
package/dist/esm/index.js
CHANGED
|
@@ -586,11 +586,10 @@ var inlineLabel = (fontWeight) => css2`
|
|
|
586
586
|
padding-left: var(--spacing-lg);
|
|
587
587
|
|
|
588
588
|
> a {
|
|
589
|
-
color: var(--
|
|
590
|
-
text-decoration: underline;
|
|
589
|
+
color: var(--primary-action-default);
|
|
591
590
|
|
|
592
591
|
&:hover {
|
|
593
|
-
|
|
592
|
+
color: var(--primary-action-hover);
|
|
594
593
|
}
|
|
595
594
|
}
|
|
596
595
|
`;
|
package/dist/index.js
CHANGED
|
@@ -804,11 +804,10 @@ var inlineLabel = (fontWeight) => import_react4.css`
|
|
|
804
804
|
padding-left: var(--spacing-lg);
|
|
805
805
|
|
|
806
806
|
> a {
|
|
807
|
-
color: var(--
|
|
808
|
-
text-decoration: underline;
|
|
807
|
+
color: var(--primary-action-default);
|
|
809
808
|
|
|
810
809
|
&:hover {
|
|
811
|
-
|
|
810
|
+
color: var(--primary-action-hover);
|
|
812
811
|
}
|
|
813
812
|
}
|
|
814
813
|
`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/design-system",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.9.2-alpha.3+547c8b11d",
|
|
4
4
|
"description": "Uniform design system components",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"document": "api-extractor run --local"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@emotion/jest": "11.
|
|
21
|
+
"@emotion/jest": "11.11.0",
|
|
22
22
|
"@storybook/addon-docs": "6.5.16",
|
|
23
23
|
"@storybook/client-api": "6.5.16",
|
|
24
24
|
"@storybook/react": "6.5.16",
|
|
25
|
-
"@types/react": "18.2.
|
|
25
|
+
"@types/react": "18.2.6",
|
|
26
26
|
"autoprefixer": "10.4.14",
|
|
27
27
|
"hygen": "6.2.11",
|
|
28
28
|
"postcss": "8.4.23",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"tsup": "6.7.0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@emotion/react": "11.
|
|
34
|
+
"@emotion/react": "11.11.0",
|
|
35
35
|
"@monaco-editor/react": "4.5.1",
|
|
36
36
|
"lottie-react": "^2.3.1",
|
|
37
37
|
"monaco-editor": "0.38.0",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"react-hotkeys-hook": "4.4.0",
|
|
40
40
|
"react-icons": "4.8.0",
|
|
41
41
|
"react-paginate": "8.1.5",
|
|
42
|
-
"react-select": "5.7.
|
|
42
|
+
"react-select": "5.7.3",
|
|
43
43
|
"react-use": "17.4.0",
|
|
44
44
|
"reakit": "1.3.11",
|
|
45
45
|
"zod-to-json-schema": "3.21.0"
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "547c8b11d4655b34250c2fbe3f016c9bc12c3905"
|
|
58
58
|
}
|