@uniformdev/design-system 18.34.1-alpha.57 → 18.35.1-alpha.12
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/index.d.ts +0 -2
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -20239,8 +20239,6 @@ type ButtonProps = ButtonProps$1 & {
|
|
|
20239
20239
|
* @default "md"
|
|
20240
20240
|
* @deprecated size might no longer be used as we are trying to consolidate button designs */
|
|
20241
20241
|
size?: ButtonSizeProps;
|
|
20242
|
-
/** @deprecated rounded is no longer used */
|
|
20243
|
-
rounded?: boolean;
|
|
20244
20242
|
};
|
|
20245
20243
|
/**
|
|
20246
20244
|
* Uniform Button Component
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/design-system",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.35.1-alpha.12+d5e86f567",
|
|
4
4
|
"description": "Uniform design system components",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@emotion/react": "11.10.5",
|
|
35
35
|
"@monaco-editor/react": "4.4.6",
|
|
36
36
|
"lottie-react": "^2.3.1",
|
|
37
|
-
"monaco-editor": "0.
|
|
37
|
+
"monaco-editor": "0.37.1",
|
|
38
38
|
"param-case": "3.0.4",
|
|
39
39
|
"react-hotkeys-hook": "4.3.8",
|
|
40
40
|
"react-icons": "4.8.0",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "d5e86f5673575aecfcf517e684922871315f279b"
|
|
58
58
|
}
|