@mirohq/design-system-stitches 2.6.35 → 2.6.36

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +7 -7
  2. package/package.json +4 -4
package/dist/types.d.ts CHANGED
@@ -6651,7 +6651,7 @@ declare const theme: {
6651
6651
  readonly 'coal-450': "#C2C2C2";
6652
6652
  readonly 'coal-500': "#B0B0B0";
6653
6653
  readonly 'coal-550': "#9E9E9E";
6654
- readonly 'coal-600': "#939393";
6654
+ readonly 'coal-600': "#908E8E";
6655
6655
  readonly 'coal-650': "#888888";
6656
6656
  readonly 'coal-700': "#595959";
6657
6657
  readonly 'coal-750': "#545454";
@@ -6685,8 +6685,8 @@ declare const theme: {
6685
6685
  readonly 'cyan-450': "#8ADFFC";
6686
6686
  readonly 'cyan-500': "#68D3F8";
6687
6687
  readonly 'cyan-550': "#59C4E9";
6688
- readonly 'cyan-600': "#47B5DA";
6689
- readonly 'cyan-650': "#37B8E3";
6688
+ readonly 'cyan-600': "#0E9DCD";
6689
+ readonly 'cyan-650': "#049BCD";
6690
6690
  readonly 'cyan-700': "#0F8AB3";
6691
6691
  readonly 'cyan-750': "#0A789D";
6692
6692
  readonly 'cyan-800': "#005875";
@@ -6758,7 +6758,7 @@ declare const theme: {
6758
6758
  readonly 'lime-500': "#9ED452";
6759
6759
  readonly 'lime-550': "#97CD4B";
6760
6760
  readonly 'lime-600': "#89BA42";
6761
- readonly 'lime-650': "#93C34D";
6761
+ readonly 'lime-650': "#759F38";
6762
6762
  readonly 'lime-700': "#608521";
6763
6763
  readonly 'lime-750': "#486614";
6764
6764
  readonly 'lime-800': "#365318";
@@ -6808,7 +6808,7 @@ declare const theme: {
6808
6808
  readonly 'orange-450': "#FFA95E";
6809
6809
  readonly 'orange-500': "#FE9F4D";
6810
6810
  readonly 'orange-550': "#FE953A";
6811
- readonly 'orange-600': "#F38A35";
6811
+ readonly 'orange-600': "#DA792B";
6812
6812
  readonly 'orange-650': "#D76F1A";
6813
6813
  readonly 'orange-700': "#9B4A08";
6814
6814
  readonly 'orange-750': "#9B4A08";
@@ -6862,7 +6862,7 @@ declare const theme: {
6862
6862
  readonly 'sunshine-500': "#FFDC4A";
6863
6863
  readonly 'sunshine-550': "#F9D53D";
6864
6864
  readonly 'sunshine-600': "#E8C120";
6865
- readonly 'sunshine-650': "#DAB61D";
6865
+ readonly 'sunshine-650': "#BA8A12";
6866
6866
  readonly 'sunshine-700': "#AF7E04";
6867
6867
  readonly 'sunshine-750': "#8E6A12";
6868
6868
  readonly 'sunshine-800': "#6E4F02";
@@ -6878,7 +6878,7 @@ declare const theme: {
6878
6878
  readonly 'teal-450': "#55D6CA";
6879
6879
  readonly 'teal-500': "#39C9BC";
6880
6880
  readonly 'teal-550': "#25B6A9";
6881
- readonly 'teal-600': "#13A89A";
6881
+ readonly 'teal-600': "#11A293";
6882
6882
  readonly 'teal-650': "#0A9285";
6883
6883
  readonly 'teal-700': "#187574";
6884
6884
  readonly 'teal-750': "#146A69";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-stitches",
3
- "version": "2.6.35",
3
+ "version": "2.6.36",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -27,9 +27,9 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "lodash.merge": "^4.6.2",
30
- "@mirohq/design-system-themes": "^0.17.0",
31
- "@mirohq/design-tokens": "^6.6.0",
32
- "@mirohq/design-system-types": "^0.10.0"
30
+ "@mirohq/design-tokens": "^6.7.0",
31
+ "@mirohq/design-system-types": "^0.10.0",
32
+ "@mirohq/design-system-themes": "^0.18.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/lodash.merge": "^4.6.7"