@mirohq/design-system-icons 0.32.1 → 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 +1 -0
- package/package.json +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -351,6 +351,7 @@ declare const StyledIcon: ForwardRefExoticComponent<Omit<Omit<{
|
|
|
351
351
|
readonly borderRightColor: "colors";
|
|
352
352
|
readonly borderRightStyle: "border-styles";
|
|
353
353
|
readonly borderRightWidth: "border-widths";
|
|
354
|
+
readonly borderSpacing: "space-offset";
|
|
354
355
|
readonly borderStyle: "border-styles";
|
|
355
356
|
readonly borderTop: "colors";
|
|
356
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-
|
|
34
|
+
"@mirohq/design-system-base-icon": "^0.1.16",
|
|
35
|
+
"@mirohq/design-system-link": "^1.3.7",
|
|
35
36
|
"@mirohq/design-system-primitive": "^1.1.1",
|
|
36
|
-
"@mirohq/design-system-stitches": "^2.3.16",
|
|
37
37
|
"@mirohq/design-system-utils": "^0.14.3",
|
|
38
|
-
"@mirohq/design-system-
|
|
38
|
+
"@mirohq/design-system-stitches": "^2.4.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@svgr/cli": "^6.5.1",
|