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