@uniformdev/design-system 19.99.0 → 19.100.0
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 +3 -3
- package/dist/index.js +3 -3
- package/package.json +4 -4
package/dist/esm/index.js
CHANGED
|
@@ -11721,7 +11721,7 @@ var menuItem = (textTheme, forceActive) => css25`
|
|
|
11721
11721
|
background: none;
|
|
11722
11722
|
color: ${textTheme === "base" ? "var(--brand-secondary-1)" : "var(--brand-secondary-5)"};
|
|
11723
11723
|
display: flex;
|
|
11724
|
-
padding: var(--spacing-
|
|
11724
|
+
padding: var(--spacing-3);
|
|
11725
11725
|
font-weight: var(--fw-regular);
|
|
11726
11726
|
flex-grow: 1;
|
|
11727
11727
|
gap: var(--spacing-xs);
|
|
@@ -11816,7 +11816,7 @@ var menuStyles = css26`
|
|
|
11816
11816
|
background: var(--gray-50);
|
|
11817
11817
|
display: flex;
|
|
11818
11818
|
flex-direction: column;
|
|
11819
|
-
padding: var(--spacing-
|
|
11819
|
+
padding: var(--spacing-3);
|
|
11820
11820
|
outline: none;
|
|
11821
11821
|
position: relative;
|
|
11822
11822
|
z-index: var(--z-50);
|
|
@@ -16926,7 +16926,7 @@ var dataConnectButton = css76`
|
|
|
16926
16926
|
`;
|
|
16927
16927
|
var linkParameterBtn = css76`
|
|
16928
16928
|
border-radius: var(--rounded-base);
|
|
16929
|
-
background:
|
|
16929
|
+
background: transparent;
|
|
16930
16930
|
border: none;
|
|
16931
16931
|
color: var(--brand-secondary-3);
|
|
16932
16932
|
font-weight: var(--fw-regular);
|
package/dist/index.js
CHANGED
|
@@ -13366,7 +13366,7 @@ var menuItem = (textTheme, forceActive) => import_react33.css`
|
|
|
13366
13366
|
background: none;
|
|
13367
13367
|
color: ${textTheme === "base" ? "var(--brand-secondary-1)" : "var(--brand-secondary-5)"};
|
|
13368
13368
|
display: flex;
|
|
13369
|
-
padding: var(--spacing-
|
|
13369
|
+
padding: var(--spacing-3);
|
|
13370
13370
|
font-weight: var(--fw-regular);
|
|
13371
13371
|
flex-grow: 1;
|
|
13372
13372
|
gap: var(--spacing-xs);
|
|
@@ -13462,7 +13462,7 @@ var menuStyles = import_react35.css`
|
|
|
13462
13462
|
background: var(--gray-50);
|
|
13463
13463
|
display: flex;
|
|
13464
13464
|
flex-direction: column;
|
|
13465
|
-
padding: var(--spacing-
|
|
13465
|
+
padding: var(--spacing-3);
|
|
13466
13466
|
outline: none;
|
|
13467
13467
|
position: relative;
|
|
13468
13468
|
z-index: var(--z-50);
|
|
@@ -18736,7 +18736,7 @@ var dataConnectButton = import_react103.css`
|
|
|
18736
18736
|
`;
|
|
18737
18737
|
var linkParameterBtn = import_react103.css`
|
|
18738
18738
|
border-radius: var(--rounded-base);
|
|
18739
|
-
background:
|
|
18739
|
+
background: transparent;
|
|
18740
18740
|
border: none;
|
|
18741
18741
|
color: var(--brand-secondary-3);
|
|
18742
18742
|
font-weight: var(--fw-regular);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/design-system",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.100.0",
|
|
4
4
|
"description": "Uniform design system components",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"@storybook/react": "6.5.16",
|
|
24
24
|
"@types/react": "18.2.40",
|
|
25
25
|
"@types/react-dom": "18.2.17",
|
|
26
|
-
"@uniformdev/canvas": "^19.
|
|
27
|
-
"@uniformdev/richtext": "^19.
|
|
26
|
+
"@uniformdev/canvas": "^19.100.0",
|
|
27
|
+
"@uniformdev/richtext": "^19.100.0",
|
|
28
28
|
"autoprefixer": "10.4.16",
|
|
29
29
|
"hygen": "6.2.11",
|
|
30
30
|
"postcss": "8.4.32",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "3a7c70c06a71b4ecc211ab15eb3bb185480ccf36"
|
|
72
72
|
}
|