@mirohq/design-system-stitches 2.6.11 → 2.6.12-style-dictionary.0

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 +20 -20
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -266,7 +266,7 @@ declare const config: {
266
266
  readonly body: "OpenSans, Open Sans, sans-serif";
267
267
  };
268
268
  radii: {
269
- readonly 0: "0px";
269
+ readonly 0: 0;
270
270
  readonly 25: "2px";
271
271
  readonly 50: "4px";
272
272
  readonly 75: "6px";
@@ -292,7 +292,7 @@ declare const config: {
292
292
  readonly 'icon-400': "32px";
293
293
  };
294
294
  space: {
295
- readonly 0: "0px";
295
+ readonly 0: 0;
296
296
  readonly 25: "2px";
297
297
  readonly 50: "4px";
298
298
  readonly 100: "8px";
@@ -313,7 +313,7 @@ declare const config: {
313
313
  readonly bold: "4px";
314
314
  };
315
315
  'z-indices': {
316
- readonly dropdownMenu: 100;
316
+ readonly 'dropdown-menu': 100;
317
317
  readonly select: 200;
318
318
  readonly popover: 300;
319
319
  readonly tooltip: 400;
@@ -805,7 +805,7 @@ declare const createTheme: <Argument0 extends string | ({
805
805
  readonly bold?: string | number | boolean | undefined;
806
806
  } | undefined;
807
807
  'z-indices'?: {
808
- readonly dropdownMenu?: string | number | boolean | undefined;
808
+ readonly 'dropdown-menu'?: string | number | boolean | undefined;
809
809
  readonly select?: string | number | boolean | undefined;
810
810
  readonly popover?: string | number | boolean | undefined;
811
811
  readonly tooltip?: string | number | boolean | undefined;
@@ -1113,7 +1113,7 @@ declare const createTheme: <Argument0 extends string | ({
1113
1113
  readonly bold?: string | number | boolean | undefined;
1114
1114
  } | undefined;
1115
1115
  'z-indices'?: {
1116
- readonly dropdownMenu?: string | number | boolean | undefined;
1116
+ readonly 'dropdown-menu'?: string | number | boolean | undefined;
1117
1117
  readonly select?: string | number | boolean | undefined;
1118
1118
  readonly popover?: string | number | boolean | undefined;
1119
1119
  readonly tooltip?: string | number | boolean | undefined;
@@ -1380,7 +1380,7 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
1380
1380
  readonly body: "OpenSans, Open Sans, sans-serif";
1381
1381
  };
1382
1382
  radii: {
1383
- readonly 0: "0px";
1383
+ readonly 0: 0;
1384
1384
  readonly 25: "2px";
1385
1385
  readonly 50: "4px";
1386
1386
  readonly 75: "6px";
@@ -1406,7 +1406,7 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
1406
1406
  readonly 'icon-400': "32px";
1407
1407
  };
1408
1408
  space: {
1409
- readonly 0: "0px";
1409
+ readonly 0: 0;
1410
1410
  readonly 25: "2px";
1411
1411
  readonly 50: "4px";
1412
1412
  readonly 100: "8px";
@@ -1427,7 +1427,7 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
1427
1427
  readonly bold: "4px";
1428
1428
  };
1429
1429
  'z-indices': {
1430
- readonly dropdownMenu: 100;
1430
+ readonly 'dropdown-menu': 100;
1431
1431
  readonly select: 200;
1432
1432
  readonly popover: 300;
1433
1433
  readonly tooltip: 400;
@@ -1887,7 +1887,7 @@ declare const globalCss: <Styles extends {
1887
1887
  readonly body: "OpenSans, Open Sans, sans-serif";
1888
1888
  };
1889
1889
  radii: {
1890
- readonly 0: "0px";
1890
+ readonly 0: 0;
1891
1891
  readonly 25: "2px";
1892
1892
  readonly 50: "4px";
1893
1893
  readonly 75: "6px";
@@ -1913,7 +1913,7 @@ declare const globalCss: <Styles extends {
1913
1913
  readonly 'icon-400': "32px";
1914
1914
  };
1915
1915
  space: {
1916
- readonly 0: "0px";
1916
+ readonly 0: 0;
1917
1917
  readonly 25: "2px";
1918
1918
  readonly 50: "4px";
1919
1919
  readonly 100: "8px";
@@ -1934,7 +1934,7 @@ declare const globalCss: <Styles extends {
1934
1934
  readonly bold: "4px";
1935
1935
  };
1936
1936
  'z-indices': {
1937
- readonly dropdownMenu: 100;
1937
+ readonly 'dropdown-menu': 100;
1938
1938
  readonly select: 200;
1939
1939
  readonly popover: 300;
1940
1940
  readonly tooltip: 400;
@@ -2376,7 +2376,7 @@ declare const globalCss: <Styles extends {
2376
2376
  readonly body: "OpenSans, Open Sans, sans-serif";
2377
2377
  };
2378
2378
  radii: {
2379
- readonly 0: "0px";
2379
+ readonly 0: 0;
2380
2380
  readonly 25: "2px";
2381
2381
  readonly 50: "4px";
2382
2382
  readonly 75: "6px";
@@ -2402,7 +2402,7 @@ declare const globalCss: <Styles extends {
2402
2402
  readonly 'icon-400': "32px";
2403
2403
  };
2404
2404
  space: {
2405
- readonly 0: "0px";
2405
+ readonly 0: 0;
2406
2406
  readonly 25: "2px";
2407
2407
  readonly 50: "4px";
2408
2408
  readonly 100: "8px";
@@ -2423,7 +2423,7 @@ declare const globalCss: <Styles extends {
2423
2423
  readonly bold: "4px";
2424
2424
  };
2425
2425
  'z-indices': {
2426
- readonly dropdownMenu: 100;
2426
+ readonly 'dropdown-menu': 100;
2427
2427
  readonly select: 200;
2428
2428
  readonly popover: 300;
2429
2429
  readonly tooltip: 400;
@@ -2866,7 +2866,7 @@ declare const keyframes: (style: {
2866
2866
  readonly body: "OpenSans, Open Sans, sans-serif";
2867
2867
  };
2868
2868
  radii: {
2869
- readonly 0: "0px";
2869
+ readonly 0: 0;
2870
2870
  readonly 25: "2px";
2871
2871
  readonly 50: "4px";
2872
2872
  readonly 75: "6px";
@@ -2892,7 +2892,7 @@ declare const keyframes: (style: {
2892
2892
  readonly 'icon-400': "32px";
2893
2893
  };
2894
2894
  space: {
2895
- readonly 0: "0px";
2895
+ readonly 0: 0;
2896
2896
  readonly 25: "2px";
2897
2897
  readonly 50: "4px";
2898
2898
  readonly 100: "8px";
@@ -2913,7 +2913,7 @@ declare const keyframes: (style: {
2913
2913
  readonly bold: "4px";
2914
2914
  };
2915
2915
  'z-indices': {
2916
- readonly dropdownMenu: 100;
2916
+ readonly 'dropdown-menu': 100;
2917
2917
  readonly select: 200;
2918
2918
  readonly popover: 300;
2919
2919
  readonly tooltip: 400;
@@ -3399,7 +3399,7 @@ declare const theme: {
3399
3399
  readonly body: "OpenSans, Open Sans, sans-serif";
3400
3400
  };
3401
3401
  radii: {
3402
- readonly 0: "0px";
3402
+ readonly 0: 0;
3403
3403
  readonly 25: "2px";
3404
3404
  readonly 50: "4px";
3405
3405
  readonly 75: "6px";
@@ -3415,7 +3415,7 @@ declare const theme: {
3415
3415
  readonly 'icon-400': "32px";
3416
3416
  };
3417
3417
  space: {
3418
- readonly 0: "0px";
3418
+ readonly 0: 0;
3419
3419
  readonly 25: "2px";
3420
3420
  readonly 50: "4px";
3421
3421
  readonly 100: "8px";
@@ -3436,7 +3436,7 @@ declare const theme: {
3436
3436
  readonly bold: "4px";
3437
3437
  };
3438
3438
  'z-indices': {
3439
- readonly dropdownMenu: 100;
3439
+ readonly 'dropdown-menu': 100;
3440
3440
  readonly select: 200;
3441
3441
  readonly popover: 300;
3442
3442
  readonly tooltip: 400;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-stitches",
3
- "version": "2.6.11",
3
+ "version": "2.6.12-style-dictionary.0",
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.7.2-style-dictionary.0",
30
31
  "@mirohq/design-system-types": "^0.10.0",
31
- "@mirohq/design-system-themes": "^0.7.1",
32
- "@mirohq/design-tokens": "^5.1.1"
32
+ "@mirohq/design-tokens": "^5.2.0-style-dictionary.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/lodash.merge": "^4.6.7"