@mirohq/design-system-stitches 2.1.1 → 2.1.2-test-changelog.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 -18
  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;
@@ -524,8 +522,6 @@ declare const createTheme: <Argument0 extends string | ({
524
522
  readonly 'background-danger'?: string | number | boolean | undefined;
525
523
  readonly 'background-danger-hover'?: string | number | boolean | undefined;
526
524
  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
525
  readonly 'text-neutrals-inverted'?: string | number | boolean | undefined;
530
526
  readonly 'text-neutrals'?: string | number | boolean | undefined;
531
527
  readonly 'text-neutrals-subtle'?: string | number | boolean | undefined;
@@ -772,8 +768,6 @@ declare const createTheme: <Argument0 extends string | ({
772
768
  readonly 'background-danger'?: string | number | boolean | undefined;
773
769
  readonly 'background-danger-hover'?: string | number | boolean | undefined;
774
770
  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
771
  readonly 'text-neutrals-inverted'?: string | number | boolean | undefined;
778
772
  readonly 'text-neutrals'?: string | number | boolean | undefined;
779
773
  readonly 'text-neutrals-subtle'?: string | number | boolean | undefined;
@@ -1026,8 +1020,6 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
1026
1020
  readonly 'background-danger'?: any;
1027
1021
  readonly 'background-danger-hover'?: any;
1028
1022
  readonly 'background-success'?: any;
1029
- readonly 'background-warning-subtle'?: any;
1030
- readonly 'background-warning-prominent'?: any;
1031
1023
  readonly 'text-neutrals-inverted'?: any;
1032
1024
  readonly 'text-neutrals'?: any;
1033
1025
  readonly 'text-neutrals-subtle'?: any;
@@ -1458,8 +1450,6 @@ declare const globalCss: <Styles extends {
1458
1450
  readonly 'background-danger'?: any;
1459
1451
  readonly 'background-danger-hover'?: any;
1460
1452
  readonly 'background-success'?: any;
1461
- readonly 'background-warning-subtle'?: any;
1462
- readonly 'background-warning-prominent'?: any;
1463
1453
  readonly 'text-neutrals-inverted'?: any;
1464
1454
  readonly 'text-neutrals'?: any;
1465
1455
  readonly 'text-neutrals-subtle'?: any;
@@ -1872,8 +1862,6 @@ declare const globalCss: <Styles extends {
1872
1862
  readonly 'background-danger'?: any;
1873
1863
  readonly 'background-danger-hover'?: any;
1874
1864
  readonly 'background-success'?: any;
1875
- readonly 'background-warning-subtle'?: any;
1876
- readonly 'background-warning-prominent'?: any;
1877
1865
  readonly 'text-neutrals-inverted'?: any;
1878
1866
  readonly 'text-neutrals'?: any;
1879
1867
  readonly 'text-neutrals-subtle'?: any;
@@ -2287,8 +2275,6 @@ declare const keyframes: (style: {
2287
2275
  readonly 'background-danger'?: any;
2288
2276
  readonly 'background-danger-hover'?: any;
2289
2277
  readonly 'background-success'?: any;
2290
- readonly 'background-warning-subtle'?: any;
2291
- readonly 'background-warning-prominent'?: any;
2292
2278
  readonly 'text-neutrals-inverted'?: any;
2293
2279
  readonly 'text-neutrals'?: any;
2294
2280
  readonly 'text-neutrals-subtle'?: any;
@@ -2922,8 +2908,6 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
2922
2908
  readonly 'background-danger'?: any;
2923
2909
  readonly 'background-danger-hover'?: any;
2924
2910
  readonly 'background-success'?: any;
2925
- readonly 'background-warning-subtle'?: any;
2926
- readonly 'background-warning-prominent'?: any;
2927
2911
  readonly 'text-neutrals-inverted'?: any;
2928
2912
  readonly 'text-neutrals'?: any;
2929
2913
  readonly 'text-neutrals-subtle'?: any;
@@ -3335,8 +3319,6 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
3335
3319
  readonly 'background-danger'?: any;
3336
3320
  readonly 'background-danger-hover'?: any;
3337
3321
  readonly 'background-success'?: any;
3338
- readonly 'background-warning-subtle'?: any;
3339
- readonly 'background-warning-prominent'?: any;
3340
3322
  readonly 'text-neutrals-inverted'?: any;
3341
3323
  readonly 'text-neutrals'?: any;
3342
3324
  readonly 'text-neutrals-subtle'?: 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-test-changelog.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.1.1-test-changelog.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@mirohq/design-system-primitive": "^1.1.0"