@mirohq/design-system-stitches 2.6.29 → 2.6.30

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 +8 -8
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -563,7 +563,6 @@ declare const config: {
563
563
  "teal-background-mild"?: any;
564
564
  "teal-background-prominent"?: any;
565
565
  "teal-background-subtle"?: any;
566
- "test-test"?: any;
567
566
  "coal-border"?: any;
568
567
  "coal-border-prominent"?: any;
569
568
  "coal-border-subtle"?: any;
@@ -818,6 +817,7 @@ declare const config: {
818
817
  'z-indices': {
819
818
  readonly 'dropdown-menu': 100;
820
819
  readonly select: 200;
820
+ readonly calendar: 200;
821
821
  readonly popover: 300;
822
822
  readonly tooltip: 400;
823
823
  };
@@ -1559,7 +1559,6 @@ declare const createTheme: <Argument0 extends string | ({
1559
1559
  "teal-background-mild"?: string | number | boolean | undefined;
1560
1560
  "teal-background-prominent"?: string | number | boolean | undefined;
1561
1561
  "teal-background-subtle"?: string | number | boolean | undefined;
1562
- "test-test"?: string | number | boolean | undefined;
1563
1562
  "coal-border"?: string | number | boolean | undefined;
1564
1563
  "coal-border-prominent"?: string | number | boolean | undefined;
1565
1564
  "coal-border-subtle"?: string | number | boolean | undefined;
@@ -1814,6 +1813,7 @@ declare const createTheme: <Argument0 extends string | ({
1814
1813
  'z-indices'?: {
1815
1814
  readonly 'dropdown-menu'?: string | number | boolean | undefined;
1816
1815
  readonly select?: string | number | boolean | undefined;
1816
+ readonly calendar?: string | number | boolean | undefined;
1817
1817
  readonly popover?: string | number | boolean | undefined;
1818
1818
  readonly tooltip?: string | number | boolean | undefined;
1819
1819
  } | undefined;
@@ -2371,7 +2371,6 @@ declare const createTheme: <Argument0 extends string | ({
2371
2371
  "teal-background-mild"?: string | number | boolean | undefined;
2372
2372
  "teal-background-prominent"?: string | number | boolean | undefined;
2373
2373
  "teal-background-subtle"?: string | number | boolean | undefined;
2374
- "test-test"?: string | number | boolean | undefined;
2375
2374
  "coal-border"?: string | number | boolean | undefined;
2376
2375
  "coal-border-prominent"?: string | number | boolean | undefined;
2377
2376
  "coal-border-subtle"?: string | number | boolean | undefined;
@@ -2626,6 +2625,7 @@ declare const createTheme: <Argument0 extends string | ({
2626
2625
  'z-indices'?: {
2627
2626
  readonly 'dropdown-menu'?: string | number | boolean | undefined;
2628
2627
  readonly select?: string | number | boolean | undefined;
2628
+ readonly calendar?: string | number | boolean | undefined;
2629
2629
  readonly popover?: string | number | boolean | undefined;
2630
2630
  readonly tooltip?: string | number | boolean | undefined;
2631
2631
  } | undefined;
@@ -3189,7 +3189,6 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
3189
3189
  "teal-background-mild"?: any;
3190
3190
  "teal-background-prominent"?: any;
3191
3191
  "teal-background-subtle"?: any;
3192
- "test-test"?: any;
3193
3192
  "coal-border"?: any;
3194
3193
  "coal-border-prominent"?: any;
3195
3194
  "coal-border-subtle"?: any;
@@ -3444,6 +3443,7 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
3444
3443
  'z-indices': {
3445
3444
  readonly 'dropdown-menu': 100;
3446
3445
  readonly select: 200;
3446
+ readonly calendar: 200;
3447
3447
  readonly popover: 300;
3448
3448
  readonly tooltip: 400;
3449
3449
  };
@@ -4200,7 +4200,6 @@ declare const globalCss: <Styles extends {
4200
4200
  "teal-background-mild"?: any;
4201
4201
  "teal-background-prominent"?: any;
4202
4202
  "teal-background-subtle"?: any;
4203
- "test-test"?: any;
4204
4203
  "coal-border"?: any;
4205
4204
  "coal-border-prominent"?: any;
4206
4205
  "coal-border-subtle"?: any;
@@ -4455,6 +4454,7 @@ declare const globalCss: <Styles extends {
4455
4454
  'z-indices': {
4456
4455
  readonly 'dropdown-menu': 100;
4457
4456
  readonly select: 200;
4457
+ readonly calendar: 200;
4458
4458
  readonly popover: 300;
4459
4459
  readonly tooltip: 400;
4460
4460
  };
@@ -5193,7 +5193,6 @@ declare const globalCss: <Styles extends {
5193
5193
  "teal-background-mild"?: any;
5194
5194
  "teal-background-prominent"?: any;
5195
5195
  "teal-background-subtle"?: any;
5196
- "test-test"?: any;
5197
5196
  "coal-border"?: any;
5198
5197
  "coal-border-prominent"?: any;
5199
5198
  "coal-border-subtle"?: any;
@@ -5448,6 +5447,7 @@ declare const globalCss: <Styles extends {
5448
5447
  'z-indices': {
5449
5448
  readonly 'dropdown-menu': 100;
5450
5449
  readonly select: 200;
5450
+ readonly calendar: 200;
5451
5451
  readonly popover: 300;
5452
5452
  readonly tooltip: 400;
5453
5453
  };
@@ -6187,7 +6187,6 @@ declare const keyframes: (style: {
6187
6187
  "teal-background-mild"?: any;
6188
6188
  "teal-background-prominent"?: any;
6189
6189
  "teal-background-subtle"?: any;
6190
- "test-test"?: any;
6191
6190
  "coal-border"?: any;
6192
6191
  "coal-border-prominent"?: any;
6193
6192
  "coal-border-subtle"?: any;
@@ -6442,6 +6441,7 @@ declare const keyframes: (style: {
6442
6441
  'z-indices': {
6443
6442
  readonly 'dropdown-menu': 100;
6444
6443
  readonly select: 200;
6444
+ readonly calendar: 200;
6445
6445
  readonly popover: 300;
6446
6446
  readonly tooltip: 400;
6447
6447
  };
@@ -7350,7 +7350,6 @@ declare const theme: {
7350
7350
  "teal-background-mild"?: _mirohq_design_system_themes.Color | undefined;
7351
7351
  "teal-background-prominent"?: _mirohq_design_system_themes.Color | undefined;
7352
7352
  "teal-background-subtle"?: _mirohq_design_system_themes.Color | undefined;
7353
- "test-test"?: _mirohq_design_system_themes.Color | undefined;
7354
7353
  "coal-border"?: _mirohq_design_system_themes.Color | undefined;
7355
7354
  "coal-border-prominent"?: _mirohq_design_system_themes.Color | undefined;
7356
7355
  "coal-border-subtle"?: _mirohq_design_system_themes.Color | undefined;
@@ -7605,6 +7604,7 @@ declare const theme: {
7605
7604
  'z-indices': {
7606
7605
  readonly 'dropdown-menu': 100;
7607
7606
  readonly select: 200;
7607
+ readonly calendar: 200;
7608
7608
  readonly popover: 300;
7609
7609
  readonly tooltip: 400;
7610
7610
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-stitches",
3
- "version": "2.6.29",
3
+ "version": "2.6.30",
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.13.0",
30
+ "@mirohq/design-system-themes": "^0.13.1",
31
31
  "@mirohq/design-system-types": "^0.10.0",
32
- "@mirohq/design-tokens": "^6.5.0"
32
+ "@mirohq/design-tokens": "^6.5.1"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/lodash.merge": "^4.6.7"