@mirohq/design-system-icons 0.32.0 → 0.32.2
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 +2 -0
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -246,6 +246,7 @@ declare const StyledIcon: ForwardRefExoticComponent<Omit<Omit<{
|
|
|
246
246
|
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";
|
|
247
247
|
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";
|
|
248
248
|
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";
|
|
249
|
+
readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
|
|
249
250
|
};
|
|
250
251
|
sizes: {
|
|
251
252
|
readonly number: string;
|
|
@@ -350,6 +351,7 @@ declare const StyledIcon: ForwardRefExoticComponent<Omit<Omit<{
|
|
|
350
351
|
readonly borderRightColor: "colors";
|
|
351
352
|
readonly borderRightStyle: "border-styles";
|
|
352
353
|
readonly borderRightWidth: "border-widths";
|
|
354
|
+
readonly borderSpacing: "space-offset";
|
|
353
355
|
readonly borderStyle: "border-styles";
|
|
354
356
|
readonly borderTop: "colors";
|
|
355
357
|
readonly borderTopColor: "colors";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-icons",
|
|
3
|
-
"version": "0.32.
|
|
3
|
+
"version": "0.32.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"react": "^16.14 || ^17 || ^18"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@mirohq/design-system-
|
|
35
|
-
"@mirohq/design-system-
|
|
36
|
-
"@mirohq/design-system-utils": "^0.14.3",
|
|
34
|
+
"@mirohq/design-system-base-icon": "^0.1.16",
|
|
35
|
+
"@mirohq/design-system-link": "^1.3.7",
|
|
37
36
|
"@mirohq/design-system-primitive": "^1.1.1",
|
|
38
|
-
"@mirohq/design-system-
|
|
37
|
+
"@mirohq/design-system-utils": "^0.14.3",
|
|
38
|
+
"@mirohq/design-system-stitches": "^2.4.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@svgr/cli": "^6.5.1",
|