@mirohq/design-system-stitches 2.1.1 → 2.1.2-changelog-1.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 +0 -36
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -107,8 +107,6 @@ declare const config: {
107
107
  readonly 'background-danger'?: any;
108
108
  readonly 'background-danger-hover'?: any;
109
109
  readonly 'background-success'?: any;
110
- readonly 'background-warning-subtle'?: any;
111
- readonly 'background-warning-prominent'?: any;
112
110
  readonly 'text-neutrals-inverted'?: any;
113
111
  readonly 'text-neutrals'?: any;
114
112
  readonly 'text-neutrals-subtle'?: any;
@@ -153,8 +151,6 @@ declare const config: {
153
151
  readonly 'border-neutrals-disabled'?: any;
154
152
  readonly 'border-neutrals-controls'?: any;
155
153
  readonly 'border-neutrals-controls-disabled'?: any;
156
- readonly 'border-neutrals-subtle'?: any;
157
- readonly 'border-neutrals-inverted'?: any;
158
154
  readonly 'border-primary'?: any;
159
155
  readonly 'border-primary-hover'?: any;
160
156
  readonly 'border-primary-active'?: any;
@@ -524,8 +520,6 @@ declare const createTheme: <Argument0 extends string | ({
524
520
  readonly 'background-danger'?: string | number | boolean | undefined;
525
521
  readonly 'background-danger-hover'?: string | number | boolean | undefined;
526
522
  readonly 'background-success'?: string | number | boolean | undefined;
527
- readonly 'background-warning-subtle'?: string | number | boolean | undefined;
528
- readonly 'background-warning-prominent'?: string | number | boolean | undefined;
529
523
  readonly 'text-neutrals-inverted'?: string | number | boolean | undefined;
530
524
  readonly 'text-neutrals'?: string | number | boolean | undefined;
531
525
  readonly 'text-neutrals-subtle'?: string | number | boolean | undefined;
@@ -570,8 +564,6 @@ declare const createTheme: <Argument0 extends string | ({
570
564
  readonly 'border-neutrals-disabled'?: string | number | boolean | undefined;
571
565
  readonly 'border-neutrals-controls'?: string | number | boolean | undefined;
572
566
  readonly 'border-neutrals-controls-disabled'?: string | number | boolean | undefined;
573
- readonly 'border-neutrals-subtle'?: string | number | boolean | undefined;
574
- readonly 'border-neutrals-inverted'?: string | number | boolean | undefined;
575
567
  readonly 'border-primary'?: string | number | boolean | undefined;
576
568
  readonly 'border-primary-hover'?: string | number | boolean | undefined;
577
569
  readonly 'border-primary-active'?: string | number | boolean | undefined;
@@ -772,8 +764,6 @@ declare const createTheme: <Argument0 extends string | ({
772
764
  readonly 'background-danger'?: string | number | boolean | undefined;
773
765
  readonly 'background-danger-hover'?: string | number | boolean | undefined;
774
766
  readonly 'background-success'?: string | number | boolean | undefined;
775
- readonly 'background-warning-subtle'?: string | number | boolean | undefined;
776
- readonly 'background-warning-prominent'?: string | number | boolean | undefined;
777
767
  readonly 'text-neutrals-inverted'?: string | number | boolean | undefined;
778
768
  readonly 'text-neutrals'?: string | number | boolean | undefined;
779
769
  readonly 'text-neutrals-subtle'?: string | number | boolean | undefined;
@@ -818,8 +808,6 @@ declare const createTheme: <Argument0 extends string | ({
818
808
  readonly 'border-neutrals-disabled'?: string | number | boolean | undefined;
819
809
  readonly 'border-neutrals-controls'?: string | number | boolean | undefined;
820
810
  readonly 'border-neutrals-controls-disabled'?: string | number | boolean | undefined;
821
- readonly 'border-neutrals-subtle'?: string | number | boolean | undefined;
822
- readonly 'border-neutrals-inverted'?: string | number | boolean | undefined;
823
811
  readonly 'border-primary'?: string | number | boolean | undefined;
824
812
  readonly 'border-primary-hover'?: string | number | boolean | undefined;
825
813
  readonly 'border-primary-active'?: string | number | boolean | undefined;
@@ -1026,8 +1014,6 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
1026
1014
  readonly 'background-danger'?: any;
1027
1015
  readonly 'background-danger-hover'?: any;
1028
1016
  readonly 'background-success'?: any;
1029
- readonly 'background-warning-subtle'?: any;
1030
- readonly 'background-warning-prominent'?: any;
1031
1017
  readonly 'text-neutrals-inverted'?: any;
1032
1018
  readonly 'text-neutrals'?: any;
1033
1019
  readonly 'text-neutrals-subtle'?: any;
@@ -1072,8 +1058,6 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
1072
1058
  readonly 'border-neutrals-disabled'?: any;
1073
1059
  readonly 'border-neutrals-controls'?: any;
1074
1060
  readonly 'border-neutrals-controls-disabled'?: any;
1075
- readonly 'border-neutrals-subtle'?: any;
1076
- readonly 'border-neutrals-inverted'?: any;
1077
1061
  readonly 'border-primary'?: any;
1078
1062
  readonly 'border-primary-hover'?: any;
1079
1063
  readonly 'border-primary-active'?: any;
@@ -1458,8 +1442,6 @@ declare const globalCss: <Styles extends {
1458
1442
  readonly 'background-danger'?: any;
1459
1443
  readonly 'background-danger-hover'?: any;
1460
1444
  readonly 'background-success'?: any;
1461
- readonly 'background-warning-subtle'?: any;
1462
- readonly 'background-warning-prominent'?: any;
1463
1445
  readonly 'text-neutrals-inverted'?: any;
1464
1446
  readonly 'text-neutrals'?: any;
1465
1447
  readonly 'text-neutrals-subtle'?: any;
@@ -1504,8 +1486,6 @@ declare const globalCss: <Styles extends {
1504
1486
  readonly 'border-neutrals-disabled'?: any;
1505
1487
  readonly 'border-neutrals-controls'?: any;
1506
1488
  readonly 'border-neutrals-controls-disabled'?: any;
1507
- readonly 'border-neutrals-subtle'?: any;
1508
- readonly 'border-neutrals-inverted'?: any;
1509
1489
  readonly 'border-primary'?: any;
1510
1490
  readonly 'border-primary-hover'?: any;
1511
1491
  readonly 'border-primary-active'?: any;
@@ -1872,8 +1852,6 @@ declare const globalCss: <Styles extends {
1872
1852
  readonly 'background-danger'?: any;
1873
1853
  readonly 'background-danger-hover'?: any;
1874
1854
  readonly 'background-success'?: any;
1875
- readonly 'background-warning-subtle'?: any;
1876
- readonly 'background-warning-prominent'?: any;
1877
1855
  readonly 'text-neutrals-inverted'?: any;
1878
1856
  readonly 'text-neutrals'?: any;
1879
1857
  readonly 'text-neutrals-subtle'?: any;
@@ -1918,8 +1896,6 @@ declare const globalCss: <Styles extends {
1918
1896
  readonly 'border-neutrals-disabled'?: any;
1919
1897
  readonly 'border-neutrals-controls'?: any;
1920
1898
  readonly 'border-neutrals-controls-disabled'?: any;
1921
- readonly 'border-neutrals-subtle'?: any;
1922
- readonly 'border-neutrals-inverted'?: any;
1923
1899
  readonly 'border-primary'?: any;
1924
1900
  readonly 'border-primary-hover'?: any;
1925
1901
  readonly 'border-primary-active'?: any;
@@ -2287,8 +2263,6 @@ declare const keyframes: (style: {
2287
2263
  readonly 'background-danger'?: any;
2288
2264
  readonly 'background-danger-hover'?: any;
2289
2265
  readonly 'background-success'?: any;
2290
- readonly 'background-warning-subtle'?: any;
2291
- readonly 'background-warning-prominent'?: any;
2292
2266
  readonly 'text-neutrals-inverted'?: any;
2293
2267
  readonly 'text-neutrals'?: any;
2294
2268
  readonly 'text-neutrals-subtle'?: any;
@@ -2333,8 +2307,6 @@ declare const keyframes: (style: {
2333
2307
  readonly 'border-neutrals-disabled'?: any;
2334
2308
  readonly 'border-neutrals-controls'?: any;
2335
2309
  readonly 'border-neutrals-controls-disabled'?: any;
2336
- readonly 'border-neutrals-subtle'?: any;
2337
- readonly 'border-neutrals-inverted'?: any;
2338
2310
  readonly 'border-primary'?: any;
2339
2311
  readonly 'border-primary-hover'?: any;
2340
2312
  readonly 'border-primary-active'?: any;
@@ -2922,8 +2894,6 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
2922
2894
  readonly 'background-danger'?: any;
2923
2895
  readonly 'background-danger-hover'?: any;
2924
2896
  readonly 'background-success'?: any;
2925
- readonly 'background-warning-subtle'?: any;
2926
- readonly 'background-warning-prominent'?: any;
2927
2897
  readonly 'text-neutrals-inverted'?: any;
2928
2898
  readonly 'text-neutrals'?: any;
2929
2899
  readonly 'text-neutrals-subtle'?: any;
@@ -2968,8 +2938,6 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
2968
2938
  readonly 'border-neutrals-disabled'?: any;
2969
2939
  readonly 'border-neutrals-controls'?: any;
2970
2940
  readonly 'border-neutrals-controls-disabled'?: any;
2971
- readonly 'border-neutrals-subtle'?: any;
2972
- readonly 'border-neutrals-inverted'?: any;
2973
2941
  readonly 'border-primary'?: any;
2974
2942
  readonly 'border-primary-hover'?: any;
2975
2943
  readonly 'border-primary-active'?: any;
@@ -3335,8 +3303,6 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
3335
3303
  readonly 'background-danger'?: any;
3336
3304
  readonly 'background-danger-hover'?: any;
3337
3305
  readonly 'background-success'?: any;
3338
- readonly 'background-warning-subtle'?: any;
3339
- readonly 'background-warning-prominent'?: any;
3340
3306
  readonly 'text-neutrals-inverted'?: any;
3341
3307
  readonly 'text-neutrals'?: any;
3342
3308
  readonly 'text-neutrals-subtle'?: any;
@@ -3381,8 +3347,6 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
3381
3347
  readonly 'border-neutrals-disabled'?: any;
3382
3348
  readonly 'border-neutrals-controls'?: any;
3383
3349
  readonly 'border-neutrals-controls-disabled'?: any;
3384
- readonly 'border-neutrals-subtle'?: any;
3385
- readonly 'border-neutrals-inverted'?: any;
3386
3350
  readonly 'border-primary'?: any;
3387
3351
  readonly 'border-primary-hover'?: any;
3388
3352
  readonly 'border-primary-active'?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-stitches",
3
- "version": "2.1.1",
3
+ "version": "2.1.2-changelog-1.0",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@mirohq/design-system-types": "^0.3.0",
30
- "@mirohq/design-tokens": "^2.1.0"
30
+ "@mirohq/design-tokens": "^2.2.0-changelog-1.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@mirohq/design-system-primitive": "^1.1.0"