@kopexa/theme 17.22.1 → 17.22.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.
- package/dist/{chunk-XDBCPDGQ.mjs → chunk-GZJAA5RZ.mjs} +2 -2
- package/dist/components/editable-text.js +2 -2
- package/dist/components/editable-text.mjs +1 -1
- package/dist/components/index.js +2 -2
- package/dist/components/index.mjs +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
|
@@ -9,11 +9,11 @@ var editableText = tv({
|
|
|
9
9
|
"focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring"
|
|
10
10
|
],
|
|
11
11
|
input: [
|
|
12
|
-
"flex-1 bg-transparent border-none outline-none",
|
|
12
|
+
"flex-1 w-full min-w-0 bg-transparent border-none outline-none",
|
|
13
13
|
"ring-2 ring-primary rounded px-2 py-1 -mx-2"
|
|
14
14
|
],
|
|
15
15
|
textarea: [
|
|
16
|
-
"flex-1 bg-transparent border-none outline-none resize-none",
|
|
16
|
+
"flex-1 w-full min-w-0 bg-transparent border-none outline-none resize-none",
|
|
17
17
|
"ring-2 ring-primary rounded px-2 py-1 -mx-2",
|
|
18
18
|
"min-h-[60px]"
|
|
19
19
|
],
|
|
@@ -33,11 +33,11 @@ var editableText = (0, import_tailwind_variants.tv)({
|
|
|
33
33
|
"focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring"
|
|
34
34
|
],
|
|
35
35
|
input: [
|
|
36
|
-
"flex-1 bg-transparent border-none outline-none",
|
|
36
|
+
"flex-1 w-full min-w-0 bg-transparent border-none outline-none",
|
|
37
37
|
"ring-2 ring-primary rounded px-2 py-1 -mx-2"
|
|
38
38
|
],
|
|
39
39
|
textarea: [
|
|
40
|
-
"flex-1 bg-transparent border-none outline-none resize-none",
|
|
40
|
+
"flex-1 w-full min-w-0 bg-transparent border-none outline-none resize-none",
|
|
41
41
|
"ring-2 ring-primary rounded px-2 py-1 -mx-2",
|
|
42
42
|
"min-h-[60px]"
|
|
43
43
|
],
|
package/dist/components/index.js
CHANGED
|
@@ -2389,11 +2389,11 @@ var editableText = (0, import_tailwind_variants28.tv)({
|
|
|
2389
2389
|
"focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring"
|
|
2390
2390
|
],
|
|
2391
2391
|
input: [
|
|
2392
|
-
"flex-1 bg-transparent border-none outline-none",
|
|
2392
|
+
"flex-1 w-full min-w-0 bg-transparent border-none outline-none",
|
|
2393
2393
|
"ring-2 ring-primary rounded px-2 py-1 -mx-2"
|
|
2394
2394
|
],
|
|
2395
2395
|
textarea: [
|
|
2396
|
-
"flex-1 bg-transparent border-none outline-none resize-none",
|
|
2396
|
+
"flex-1 w-full min-w-0 bg-transparent border-none outline-none resize-none",
|
|
2397
2397
|
"ring-2 ring-primary rounded px-2 py-1 -mx-2",
|
|
2398
2398
|
"min-h-[60px]"
|
|
2399
2399
|
],
|
package/dist/index.js
CHANGED
|
@@ -2389,11 +2389,11 @@ var editableText = (0, import_tailwind_variants28.tv)({
|
|
|
2389
2389
|
"focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring"
|
|
2390
2390
|
],
|
|
2391
2391
|
input: [
|
|
2392
|
-
"flex-1 bg-transparent border-none outline-none",
|
|
2392
|
+
"flex-1 w-full min-w-0 bg-transparent border-none outline-none",
|
|
2393
2393
|
"ring-2 ring-primary rounded px-2 py-1 -mx-2"
|
|
2394
2394
|
],
|
|
2395
2395
|
textarea: [
|
|
2396
|
-
"flex-1 bg-transparent border-none outline-none resize-none",
|
|
2396
|
+
"flex-1 w-full min-w-0 bg-transparent border-none outline-none resize-none",
|
|
2397
2397
|
"ring-2 ring-primary rounded px-2 py-1 -mx-2",
|
|
2398
2398
|
"min-h-[60px]"
|
|
2399
2399
|
],
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/theme",
|
|
3
|
-
"version": "17.22.
|
|
3
|
+
"version": "17.22.3",
|
|
4
4
|
"description": "The default theme for Kopexa components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"theme",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"tailwind-merge": "3.4.0",
|
|
67
67
|
"tailwind-variants": "^3.2.2",
|
|
68
68
|
"tw-animate-css": "^1.4.0",
|
|
69
|
-
"@kopexa/shared-utils": "17.0.
|
|
69
|
+
"@kopexa/shared-utils": "17.0.42"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"tailwindcss": ">=4.0.0"
|