@kopexa/theme 17.19.0 → 17.20.0

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.
@@ -35,13 +35,14 @@ var filter = tv({
35
35
  menuSeparator: "bg-border -mx-1 my-1 h-px",
36
36
  // Aktiver Filter (Contentful-Style segmented)
37
37
  field: [
38
- "group inline-flex items-center rounded-full",
38
+ "group inline-flex items-center rounded-full overflow-hidden",
39
39
  "border border-border bg-background",
40
40
  "transition-all hover:shadow-sm focus-within:ring-2 focus-within:ring-ring focus-within:ring-offset-1"
41
41
  ],
42
42
  fieldLabel: [
43
43
  "bg-muted text-foreground font-medium text-xs",
44
- "flex items-center gap-1.5 flex-shrink-0"
44
+ "flex items-center gap-1.5 flex-shrink-0",
45
+ "rounded-l-full"
45
46
  ],
46
47
  fieldOperator: [
47
48
  "bg-primary text-primary-foreground",
@@ -63,13 +63,14 @@ var filter = (0, import_tailwind_variants.tv)({
63
63
  menuSeparator: "bg-border -mx-1 my-1 h-px",
64
64
  // Aktiver Filter (Contentful-Style segmented)
65
65
  field: [
66
- "group inline-flex items-center rounded-full",
66
+ "group inline-flex items-center rounded-full overflow-hidden",
67
67
  "border border-border bg-background",
68
68
  "transition-all hover:shadow-sm focus-within:ring-2 focus-within:ring-ring focus-within:ring-offset-1"
69
69
  ],
70
70
  fieldLabel: [
71
71
  "bg-muted text-foreground font-medium text-xs",
72
- "flex items-center gap-1.5 flex-shrink-0"
72
+ "flex items-center gap-1.5 flex-shrink-0",
73
+ "rounded-l-full"
73
74
  ],
74
75
  fieldOperator: [
75
76
  "bg-primary text-primary-foreground",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  filter
3
- } from "../chunk-L75CK6K3.mjs";
3
+ } from "../chunk-GT463S76.mjs";
4
4
  import "../chunk-6IZPAS4O.mjs";
5
5
  export {
6
6
  filter
@@ -2656,13 +2656,14 @@ var filter = (0, import_tailwind_variants31.tv)({
2656
2656
  menuSeparator: "bg-border -mx-1 my-1 h-px",
2657
2657
  // Aktiver Filter (Contentful-Style segmented)
2658
2658
  field: [
2659
- "group inline-flex items-center rounded-full",
2659
+ "group inline-flex items-center rounded-full overflow-hidden",
2660
2660
  "border border-border bg-background",
2661
2661
  "transition-all hover:shadow-sm focus-within:ring-2 focus-within:ring-ring focus-within:ring-offset-1"
2662
2662
  ],
2663
2663
  fieldLabel: [
2664
2664
  "bg-muted text-foreground font-medium text-xs",
2665
- "flex items-center gap-1.5 flex-shrink-0"
2665
+ "flex items-center gap-1.5 flex-shrink-0",
2666
+ "rounded-l-full"
2666
2667
  ],
2667
2668
  fieldOperator: [
2668
2669
  "bg-primary text-primary-foreground",
@@ -150,7 +150,7 @@ import {
150
150
  } from "../chunk-QGL2OK4B.mjs";
151
151
  import {
152
152
  filter
153
- } from "../chunk-L75CK6K3.mjs";
153
+ } from "../chunk-GT463S76.mjs";
154
154
  import {
155
155
  frameworkRow
156
156
  } from "../chunk-TPFAZH22.mjs";
package/dist/index.js CHANGED
@@ -2656,13 +2656,14 @@ var filter = (0, import_tailwind_variants31.tv)({
2656
2656
  menuSeparator: "bg-border -mx-1 my-1 h-px",
2657
2657
  // Aktiver Filter (Contentful-Style segmented)
2658
2658
  field: [
2659
- "group inline-flex items-center rounded-full",
2659
+ "group inline-flex items-center rounded-full overflow-hidden",
2660
2660
  "border border-border bg-background",
2661
2661
  "transition-all hover:shadow-sm focus-within:ring-2 focus-within:ring-ring focus-within:ring-offset-1"
2662
2662
  ],
2663
2663
  fieldLabel: [
2664
2664
  "bg-muted text-foreground font-medium text-xs",
2665
- "flex items-center gap-1.5 flex-shrink-0"
2665
+ "flex items-center gap-1.5 flex-shrink-0",
2666
+ "rounded-l-full"
2666
2667
  ],
2667
2668
  fieldOperator: [
2668
2669
  "bg-primary text-primary-foreground",
package/dist/index.mjs CHANGED
@@ -151,7 +151,7 @@ import {
151
151
  } from "./chunk-QGL2OK4B.mjs";
152
152
  import {
153
153
  filter
154
- } from "./chunk-L75CK6K3.mjs";
154
+ } from "./chunk-GT463S76.mjs";
155
155
  import {
156
156
  frameworkRow
157
157
  } from "./chunk-TPFAZH22.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/theme",
3
- "version": "17.19.0",
3
+ "version": "17.20.0",
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.35"
69
+ "@kopexa/shared-utils": "17.0.36"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "tailwindcss": ">=4.0.0"