@mirohq/design-system-grid 2.1.21 → 2.1.22
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 +8 -4
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -241,6 +241,7 @@ declare const StyledGrid: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
241
241
|
readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
|
|
242
242
|
readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
|
|
243
243
|
readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
|
|
244
|
+
readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
|
|
244
245
|
};
|
|
245
246
|
sizes: {
|
|
246
247
|
readonly number: string;
|
|
@@ -310,8 +311,9 @@ declare const StyledGrid: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
310
311
|
};
|
|
311
312
|
'z-indices': {
|
|
312
313
|
readonly dropdownMenu: 100;
|
|
313
|
-
readonly
|
|
314
|
-
readonly
|
|
314
|
+
readonly select: 200;
|
|
315
|
+
readonly popover: 300;
|
|
316
|
+
readonly tooltip: 400;
|
|
315
317
|
};
|
|
316
318
|
}, {
|
|
317
319
|
readonly background: "colors";
|
|
@@ -736,6 +738,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
736
738
|
readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
|
|
737
739
|
readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
|
|
738
740
|
readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
|
|
741
|
+
readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
|
|
739
742
|
};
|
|
740
743
|
sizes: {
|
|
741
744
|
readonly number: string;
|
|
@@ -805,8 +808,9 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
805
808
|
};
|
|
806
809
|
'z-indices': {
|
|
807
810
|
readonly dropdownMenu: 100;
|
|
808
|
-
readonly
|
|
809
|
-
readonly
|
|
811
|
+
readonly select: 200;
|
|
812
|
+
readonly popover: 300;
|
|
813
|
+
readonly tooltip: 400;
|
|
810
814
|
};
|
|
811
815
|
}, {
|
|
812
816
|
readonly background: "colors";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-grid",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.22",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@mirohq/design-system-primitive": "^1.1.1",
|
|
30
30
|
"@mirohq/design-system-utils": "^0.14.3",
|
|
31
|
-
"@mirohq/design-system-stitches": "^2.3.
|
|
31
|
+
"@mirohq/design-system-stitches": "^2.3.11"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "rollup -c ../../../rollup.config.js",
|