@valerius_petrini/corekit-ui 0.1.52 → 0.1.54
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.
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
mail: Mail, password: Lock, tel: Phone
|
|
97
97
|
}[restProps.type as string] as Component ?? null));
|
|
98
98
|
|
|
99
|
-
let defaultClass = "text-main-text w-full rounded outline-none px-1.5 w-full";
|
|
99
|
+
let defaultClass = "text-main-text w-full rounded outline-none px-1.5 w-full bg-inherit border-0 focus:ring-0 focus-visible:ring-0";
|
|
100
100
|
let defaultLabelClass = "block text-sub-text rounded-md font-medium mb-1 duration-100 pointer-events-none truncate w-fit";
|
|
101
101
|
let defaultDivClass = "relative *:transition-all flex-center bg-form-background border-[1px] border-form-border focus-within:ring-1 focus-within:ring-blue-500";
|
|
102
102
|
let iconContainerClass = "h-5 aspect-square px-1 py-0!";
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"p": { class: "", size: "text-base" },
|
|
17
17
|
"div": { class: "", size: "text-base" },
|
|
18
18
|
"span": { class: "", size: "text-base" },
|
|
19
|
-
"label": { class: "text-sub-text font-semibold", size: "text-xs" },
|
|
19
|
+
"label": { class: "text-sub-text font-semibold cursor-default", size: "text-xs" },
|
|
20
20
|
"strong": { class: "font-bold", size: "text-base" },
|
|
21
21
|
"b": { class: "font-bold", size: "text-base" },
|
|
22
22
|
"em": { class: "italic", size: "text-base" },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@valerius_petrini/corekit-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.54",
|
|
4
4
|
"description": "Component Library used across all my projects",
|
|
5
5
|
"author": "Valerius Petrini Jr.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
".": {
|
|
29
29
|
"types": "./dist/index.d.ts",
|
|
30
30
|
"svelte": "./dist/index.js"
|
|
31
|
-
}
|
|
31
|
+
},
|
|
32
|
+
"./layout.css": "./dist/styles/layout.css"
|
|
32
33
|
},
|
|
33
34
|
"peerDependencies": {
|
|
34
35
|
"svelte": "^5.0.0"
|