@mirohq/design-system-stitches 2.6.4 → 2.6.6

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 +9 -0
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -281,6 +281,7 @@ declare const config: {
281
281
  "focus-small-outline": any;
282
282
  "focus-large": any;
283
283
  "focus-controls": any;
284
+ "focus-small-error": any;
284
285
  "focus-controls-error": any;
285
286
  "focus-controls-success": any;
286
287
  };
@@ -772,6 +773,7 @@ declare const createTheme: <Argument0 extends string | ({
772
773
  "focus-small-outline"?: string | number | boolean | undefined;
773
774
  "focus-large"?: string | number | boolean | undefined;
774
775
  "focus-controls"?: string | number | boolean | undefined;
776
+ "focus-small-error"?: string | number | boolean | undefined;
775
777
  "focus-controls-error"?: string | number | boolean | undefined;
776
778
  "focus-controls-success"?: string | number | boolean | undefined;
777
779
  } | undefined;
@@ -1079,6 +1081,7 @@ declare const createTheme: <Argument0 extends string | ({
1079
1081
  "focus-small-outline"?: string | number | boolean | undefined;
1080
1082
  "focus-large"?: string | number | boolean | undefined;
1081
1083
  "focus-controls"?: string | number | boolean | undefined;
1084
+ "focus-small-error"?: string | number | boolean | undefined;
1082
1085
  "focus-controls-error"?: string | number | boolean | undefined;
1083
1086
  "focus-controls-success"?: string | number | boolean | undefined;
1084
1087
  } | undefined;
@@ -1392,6 +1395,7 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
1392
1395
  "focus-small-outline": any;
1393
1396
  "focus-large": any;
1394
1397
  "focus-controls": any;
1398
+ "focus-small-error": any;
1395
1399
  "focus-controls-error": any;
1396
1400
  "focus-controls-success": any;
1397
1401
  };
@@ -1898,6 +1902,7 @@ declare const globalCss: <Styles extends {
1898
1902
  "focus-small-outline": any;
1899
1903
  "focus-large": any;
1900
1904
  "focus-controls": any;
1905
+ "focus-small-error": any;
1901
1906
  "focus-controls-error": any;
1902
1907
  "focus-controls-success": any;
1903
1908
  };
@@ -2386,6 +2391,7 @@ declare const globalCss: <Styles extends {
2386
2391
  "focus-small-outline": any;
2387
2392
  "focus-large": any;
2388
2393
  "focus-controls": any;
2394
+ "focus-small-error": any;
2389
2395
  "focus-controls-error": any;
2390
2396
  "focus-controls-success": any;
2391
2397
  };
@@ -2875,6 +2881,7 @@ declare const keyframes: (style: {
2875
2881
  "focus-small-outline": any;
2876
2882
  "focus-large": any;
2877
2883
  "focus-controls": any;
2884
+ "focus-small-error": any;
2878
2885
  "focus-controls-error": any;
2879
2886
  "focus-controls-success": any;
2880
2887
  };
@@ -3737,6 +3744,7 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
3737
3744
  "focus-small-outline": any;
3738
3745
  "focus-large": any;
3739
3746
  "focus-controls": any;
3747
+ "focus-small-error": any;
3740
3748
  "focus-controls-error": any;
3741
3749
  "focus-controls-success": any;
3742
3750
  };
@@ -4228,6 +4236,7 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
4228
4236
  "focus-small-outline": any;
4229
4237
  "focus-large": any;
4230
4238
  "focus-controls": any;
4239
+ "focus-small-error": any;
4231
4240
  "focus-controls-error": any;
4232
4241
  "focus-controls-success": any;
4233
4242
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-stitches",
3
- "version": "2.6.4",
3
+ "version": "2.6.6",
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.6.3",
30
+ "@mirohq/design-system-types": "^0.7.0",
31
31
  "@mirohq/design-tokens": "^5.0.0",
32
- "@mirohq/design-system-types": "^0.6.2"
32
+ "@mirohq/design-system-themes": "^0.6.4"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/lodash.merge": "^4.6.7"