@uniformdev/design-system 20.32.2 → 20.33.1-alpha.54

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;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "20.32.2",
3
+ "version": "20.33.1-alpha.54+03ae0b17d0",
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",
42
- "@uniformdev/richtext": "^20.32.2",
41
+ "@uniformdev/canvas": "^20.33.1-alpha.54+03ae0b17d0",
42
+ "@uniformdev/richtext": "^20.33.1-alpha.54+03ae0b17d0",
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": "92c83b5224076559f037927b9716c60b88beff40"
94
+ "gitHead": "03ae0b17d098f1a09099ea76cf7625dec9a54b21"
95
95
  }