@mirohq/design-system-base-button 0.4.22 → 0.4.23
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 -3
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -226,8 +226,6 @@ declare const StyledBaseButton: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
|
|
|
226
226
|
readonly 200: "16px";
|
|
227
227
|
};
|
|
228
228
|
shadows: {
|
|
229
|
-
readonly 50: "0 4px 16px #05003812";
|
|
230
|
-
readonly 100: "0 8px 32px #05003808";
|
|
231
229
|
readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
|
|
232
230
|
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";
|
|
233
231
|
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";
|
|
@@ -241,7 +239,7 @@ declare const StyledBaseButton: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
|
|
|
241
239
|
readonly 'icon-400': "32px";
|
|
242
240
|
};
|
|
243
241
|
space: {
|
|
244
|
-
readonly 0:
|
|
242
|
+
readonly 0: "0px";
|
|
245
243
|
readonly 50: "4px";
|
|
246
244
|
readonly 100: "8px";
|
|
247
245
|
readonly 150: "12px";
|
|
@@ -271,6 +269,7 @@ declare const StyledBaseButton: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
|
|
|
271
269
|
readonly 300: any;
|
|
272
270
|
readonly 400: any;
|
|
273
271
|
readonly 600: any;
|
|
272
|
+
readonly 700: any;
|
|
274
273
|
readonly 800: any;
|
|
275
274
|
readonly 1200: any;
|
|
276
275
|
readonly 1600: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-base-button",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.23",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@react-types/shared": "^3.16.0",
|
|
32
32
|
"@mirohq/design-system-primitive": "^1.1.1",
|
|
33
33
|
"@mirohq/design-system-types": "^0.6.2",
|
|
34
|
-
"@mirohq/design-system-stitches": "^2.3.
|
|
34
|
+
"@mirohq/design-system-stitches": "^2.3.13"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "rollup -c ../../../../rollup.config.js",
|