@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 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: #ffa600;
100
- --charting-chart-2: #c444b2;
101
- --charting-chart-3: #ff5368;
102
- --charting-chart-4: #f53d90;
103
- --charting-chart-5: #ff7b3d;
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(--icon-padding), 2.44rem);
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: #ffa600;
1749
- --charting-chart-2: #c444b2;
1750
- --charting-chart-3: #ff5368;
1751
- --charting-chart-4: #f53d90;
1752
- --charting-chart-5: #ff7b3d;
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(--icon-padding), 2.44rem);
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.32.2-alpha.2+63682964b1",
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.32.2-alpha.2+63682964b1",
42
- "@uniformdev/richtext": "^20.32.2-alpha.2+63682964b1",
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": "63682964b1d48a8e78403f5c67365bb0db875568"
94
+ "gitHead": "0eb981d2f2dc4ac76f097fa4a5cddc8f7988126e"
95
95
  }