@konstructio/ui 0.1.2-alpha.2 → 0.1.2-alpha.3

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.
@@ -1,5 +1,5 @@
1
1
  import { c as r } from "../../index-D29mdTf5.js";
2
- const t = r(
2
+ const e = r(
3
3
  [
4
4
  "cursor-pointer",
5
5
  "border",
@@ -10,9 +10,10 @@ const t = r(
10
10
  "justify-center",
11
11
  "items-center",
12
12
  "transition-all",
13
- "text-white",
13
+ "text-slate-800",
14
14
  "border-zinc-400",
15
- "kubefirst:border-kubefirst-primary"
15
+ "kubefirst:border-kubefirst-primary",
16
+ "kubefirst:text-white"
16
17
  ],
17
18
  {
18
19
  variants: {
@@ -40,6 +41,6 @@ const t = r(
40
41
  }
41
42
  ), a = r(["cursor-pointer", "text-slate-800"]);
42
43
  export {
43
- t as checkboxVariants,
44
+ e as checkboxVariants,
44
45
  a as labelVariants
45
46
  };
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.1",
5
+ "version": "0.1.2-alpha.2",
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.2",
5
+ "version": "0.1.2-alpha.3",
6
6
  "type": "module",
7
7
  "license": "MIT",
8
8
  "main": "dist/index.js",