@uniformdev/design-system 18.33.0 → 18.33.1-alpha.7
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 +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -20198,8 +20198,6 @@ type ButtonProps = ButtonProps$1 & {
|
|
|
20198
20198
|
* @default "md"
|
|
20199
20199
|
* @deprecated size might no longer be used as we are trying to consolidate button designs */
|
|
20200
20200
|
size?: ButtonSizeProps;
|
|
20201
|
-
/** @deprecated rounded is no longer used */
|
|
20202
|
-
rounded?: boolean;
|
|
20203
20201
|
};
|
|
20204
20202
|
/**
|
|
20205
20203
|
* Uniform Button Component
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/design-system",
|
|
3
|
-
"version": "18.33.
|
|
3
|
+
"version": "18.33.1-alpha.7+7127237a1",
|
|
4
4
|
"description": "Uniform design system components",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "7127237a1e099d2a11fa8c06d49cb01cf16c0852"
|
|
58
58
|
}
|