@konstructio/ui 0.1.2-alpha.50 → 0.1.2-alpha.51
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.
|
@@ -185,13 +185,13 @@ const a = r(
|
|
|
185
185
|
{
|
|
186
186
|
variant: "danger",
|
|
187
187
|
disabled: !0,
|
|
188
|
-
class: [
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
]
|
|
188
|
+
class: ["text-white", "border-red-700", "bg-red-700", "opacity-45"]
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
variant: "danger",
|
|
192
|
+
version: "alternate",
|
|
193
|
+
disabled: !0,
|
|
194
|
+
class: ["text-red-700", "border-red-700", "bg-white", "opacity-45"]
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
variant: "link",
|
package/dist/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@konstructio/ui",
|
|
3
3
|
"description": "A set of reusable and customizable React components built for konstruct.io",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "0.1.2-alpha.
|
|
5
|
+
"version": "0.1.2-alpha.50",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"main": "dist/index.js",
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@konstructio/ui",
|
|
3
3
|
"description": "A set of reusable and customizable React components built for konstruct.io",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "0.1.2-alpha.
|
|
5
|
+
"version": "0.1.2-alpha.51",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"main": "dist/index.js",
|