@uniformdev/design-system 20.36.1-alpha.1 → 20.36.2-alpha.90

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
@@ -1747,11 +1747,12 @@ var Theme = ({ disableReset = false, disableGlobalReset = false }) => {
1747
1747
  --typography-inverted: var(--white);
1748
1748
 
1749
1749
  /* chart colours */
1750
- --charting-chart-1: #ffa600;
1751
- --charting-chart-2: #c444b2;
1752
- --charting-chart-3: #ff5368;
1753
- --charting-chart-4: #f53d90;
1754
- --charting-chart-5: #ff7b3d;
1750
+ --charting-chart-1: #0072B2;
1751
+ --charting-chart-2: #D55E00;
1752
+ --charting-chart-3: #009E73;
1753
+ --charting-chart-4: #E41A1C;
1754
+ --charting-chart-5: #F0E442;
1755
+ --charting-chart-6: #56B4E9;
1755
1756
 
1756
1757
  /* utility colours */
1757
1758
  --utility-success: #4ade80;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "20.36.1-alpha.1+38de886ef3",
3
+ "version": "20.36.2-alpha.90+94c3a288ac",
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.24",
40
40
  "@types/react-dom": "18.3.7",
41
- "@uniformdev/canvas": "^20.36.1-alpha.1+38de886ef3",
42
- "@uniformdev/richtext": "^20.36.1-alpha.1+38de886ef3",
41
+ "@uniformdev/canvas": "^20.36.2-alpha.90+94c3a288ac",
42
+ "@uniformdev/richtext": "^20.36.2-alpha.90+94c3a288ac",
43
43
  "@vitest/coverage-v8": "3.2.4",
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": "38de886ef32586054df84137f0abe58fc968f146"
94
+ "gitHead": "94c3a288acbde88c1229222ae50bd289b7c5749e"
95
95
  }