@mirohq/design-system-button 2.0.18-checkbox.0 → 2.0.19-checkbox.0
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 +3 -0
- package/package.json +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -195,6 +195,9 @@ declare const StyledButton: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
195
195
|
shadows: {
|
|
196
196
|
readonly 50: "0 4px 16px #05003812";
|
|
197
197
|
readonly 100: "0 8px 32px #05003808";
|
|
198
|
+
readonly 'focus-small': "0 0 0 2px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
199
|
+
readonly 'focus-large': "0 0 0 4px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
200
|
+
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
198
201
|
};
|
|
199
202
|
sizes: {
|
|
200
203
|
readonly number: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-button",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.19-checkbox.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
"@react-aria/utils": "^3.13.0",
|
|
33
33
|
"@react-types/button": "^3.5.0",
|
|
34
34
|
"@mirohq/design-system-primitive": "^1.0.4",
|
|
35
|
-
"@mirohq/design-system-spinner": "^1.0.
|
|
35
|
+
"@mirohq/design-system-spinner": "^1.0.14-checkbox.0",
|
|
36
36
|
"@mirohq/design-system-stitches": "^2.1.0-checkbox.0",
|
|
37
|
-
"@mirohq/design-system-styles": "^1.0.
|
|
37
|
+
"@mirohq/design-system-styles": "^1.0.13-checkbox.0",
|
|
38
38
|
"@mirohq/design-system-types": "^0.2.0",
|
|
39
39
|
"@mirohq/design-system-utils": "^0.11.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@mirohq/design-system-flex": "^2.0.
|
|
42
|
+
"@mirohq/design-system-flex": "^2.0.15-checkbox.0"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
45
45
|
"build": "rollup -c ../../../rollup.config.js",
|