@uniformdev/design-system 20.32.2-alpha.2 → 20.33.1-alpha.53
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 +7 -6
- package/dist/index.js +7 -6
- package/package.json +4 -4
package/dist/esm/index.js
CHANGED
|
@@ -96,11 +96,12 @@ var Theme = ({ disableReset = false, disableGlobalReset = false }) => {
|
|
|
96
96
|
--typography-inverted: var(--white);
|
|
97
97
|
|
|
98
98
|
/* chart colours */
|
|
99
|
-
--charting-chart-1: #
|
|
100
|
-
--charting-chart-2: #
|
|
101
|
-
--charting-chart-3: #
|
|
102
|
-
--charting-chart-4: #
|
|
103
|
-
--charting-chart-5: #
|
|
99
|
+
--charting-chart-1: #0072B2;
|
|
100
|
+
--charting-chart-2: #D55E00;
|
|
101
|
+
--charting-chart-3: #009E73;
|
|
102
|
+
--charting-chart-4: #E41A1C;
|
|
103
|
+
--charting-chart-5: #F0E442;
|
|
104
|
+
--charting-chart-6: #56B4E9;
|
|
104
105
|
|
|
105
106
|
/* utility colours */
|
|
106
107
|
--utility-success: #4ade80;
|
|
@@ -5624,7 +5625,7 @@ var ButtonWithMenuContainer = css36`
|
|
|
5624
5625
|
color: var(--white);
|
|
5625
5626
|
display: inline-grid;
|
|
5626
5627
|
position: relative;
|
|
5627
|
-
grid-template-columns: 1fr minmax(var(--
|
|
5628
|
+
grid-template-columns: 1fr minmax(calc(var(--svg-size) * 2), 2.44rem);
|
|
5628
5629
|
min-height: 24px;
|
|
5629
5630
|
max-width: max-content;
|
|
5630
5631
|
transition:
|
package/dist/index.js
CHANGED
|
@@ -1745,11 +1745,12 @@ var Theme = ({ disableReset = false, disableGlobalReset = false }) => {
|
|
|
1745
1745
|
--typography-inverted: var(--white);
|
|
1746
1746
|
|
|
1747
1747
|
/* chart colours */
|
|
1748
|
-
--charting-chart-1: #
|
|
1749
|
-
--charting-chart-2: #
|
|
1750
|
-
--charting-chart-3: #
|
|
1751
|
-
--charting-chart-4: #
|
|
1752
|
-
--charting-chart-5: #
|
|
1748
|
+
--charting-chart-1: #0072B2;
|
|
1749
|
+
--charting-chart-2: #D55E00;
|
|
1750
|
+
--charting-chart-3: #009E73;
|
|
1751
|
+
--charting-chart-4: #E41A1C;
|
|
1752
|
+
--charting-chart-5: #F0E442;
|
|
1753
|
+
--charting-chart-6: #56B4E9;
|
|
1753
1754
|
|
|
1754
1755
|
/* utility colours */
|
|
1755
1756
|
--utility-success: #4ade80;
|
|
@@ -7384,7 +7385,7 @@ var ButtonWithMenuContainer = import_react56.css`
|
|
|
7384
7385
|
color: var(--white);
|
|
7385
7386
|
display: inline-grid;
|
|
7386
7387
|
position: relative;
|
|
7387
|
-
grid-template-columns: 1fr minmax(var(--
|
|
7388
|
+
grid-template-columns: 1fr minmax(calc(var(--svg-size) * 2), 2.44rem);
|
|
7388
7389
|
min-height: 24px;
|
|
7389
7390
|
max-width: max-content;
|
|
7390
7391
|
transition:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/design-system",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.33.1-alpha.53+0eb981d2f2",
|
|
4
4
|
"description": "Uniform design system components",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"exports": {
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"@storybook/theming": "^8.3.3",
|
|
39
39
|
"@types/react": "18.3.11",
|
|
40
40
|
"@types/react-dom": "18.3.1",
|
|
41
|
-
"@uniformdev/canvas": "^20.
|
|
42
|
-
"@uniformdev/richtext": "^20.
|
|
41
|
+
"@uniformdev/canvas": "^20.33.1-alpha.53+0eb981d2f2",
|
|
42
|
+
"@uniformdev/richtext": "^20.33.1-alpha.53+0eb981d2f2",
|
|
43
43
|
"@vitest/coverage-v8": "^3.1.2",
|
|
44
44
|
"autoprefixer": "10.4.21",
|
|
45
45
|
"hygen": "6.2.11",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"publishConfig": {
|
|
92
92
|
"access": "public"
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "0eb981d2f2dc4ac76f097fa4a5cddc8f7988126e"
|
|
95
95
|
}
|