@snapcall/design-system 1.26.2 → 1.26.4
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-VBMQG5SW.mjs → chunk-EUXS2WD2.mjs} +1 -1
- package/dist/components/AlertDialog/index.js +2 -2
- package/dist/components/AlertDialog/index.mjs +2 -2
- package/dist/components/Badge/index.js +1 -1
- package/dist/components/Badge/index.mjs +1 -1
- package/dist/components/CreatableSelect/index.js +1 -1
- package/dist/components/CreatableSelect/index.mjs +1 -1
- package/dist/components/FilterButton/index.js +1 -1
- package/dist/components/FilterButton/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -49,7 +49,7 @@ var colors = {
|
|
|
49
49
|
};
|
|
50
50
|
var colorsArray = Object.keys(colors);
|
|
51
51
|
var badgeVariants = cva({
|
|
52
|
-
base: "inline-flex items-center justify-center gap-1 rounded-full px-2 py-0.5 text-xs font-
|
|
52
|
+
base: "inline-flex items-center justify-center gap-1 rounded-full px-2 py-0.5 text-xs font-medium transition-colors",
|
|
53
53
|
variants: {
|
|
54
54
|
variant: {
|
|
55
55
|
default: "",
|
|
@@ -324,7 +324,7 @@ var AlertDialogAction = React2.forwardRef((_a, ref) => {
|
|
|
324
324
|
ref,
|
|
325
325
|
className: cn(
|
|
326
326
|
buttonVariants({ variant }),
|
|
327
|
-
buttonSizes({ size: "
|
|
327
|
+
buttonSizes({ size: "sm" }),
|
|
328
328
|
className
|
|
329
329
|
)
|
|
330
330
|
}, props)
|
|
@@ -339,7 +339,7 @@ var AlertDialogCancel = React2.forwardRef((_a, ref) => {
|
|
|
339
339
|
ref,
|
|
340
340
|
className: cn(
|
|
341
341
|
buttonVariants({ variant: "outline" }),
|
|
342
|
-
buttonSizes({ size: "
|
|
342
|
+
buttonSizes({ size: "sm" }),
|
|
343
343
|
className
|
|
344
344
|
)
|
|
345
345
|
}, props)
|
|
@@ -104,7 +104,7 @@ var AlertDialogAction = React.forwardRef((_a, ref) => {
|
|
|
104
104
|
ref,
|
|
105
105
|
className: cn(
|
|
106
106
|
buttonVariants({ variant }),
|
|
107
|
-
buttonSizes({ size: "
|
|
107
|
+
buttonSizes({ size: "sm" }),
|
|
108
108
|
className
|
|
109
109
|
)
|
|
110
110
|
}, props)
|
|
@@ -119,7 +119,7 @@ var AlertDialogCancel = React.forwardRef((_a, ref) => {
|
|
|
119
119
|
ref,
|
|
120
120
|
className: cn(
|
|
121
121
|
buttonVariants({ variant: "outline" }),
|
|
122
|
-
buttonSizes({ size: "
|
|
122
|
+
buttonSizes({ size: "sm" }),
|
|
123
123
|
className
|
|
124
124
|
)
|
|
125
125
|
}, props)
|
|
@@ -112,7 +112,7 @@ var colors = {
|
|
|
112
112
|
};
|
|
113
113
|
var colorsArray = Object.keys(colors);
|
|
114
114
|
var badgeVariants = (0, import_cva.cva)({
|
|
115
|
-
base: "inline-flex items-center justify-center gap-1 rounded-full px-2 py-0.5 text-xs font-
|
|
115
|
+
base: "inline-flex items-center justify-center gap-1 rounded-full px-2 py-0.5 text-xs font-medium transition-colors",
|
|
116
116
|
variants: {
|
|
117
117
|
variant: {
|
|
118
118
|
default: "",
|
|
@@ -151,7 +151,7 @@ var colors = {
|
|
|
151
151
|
};
|
|
152
152
|
var colorsArray = Object.keys(colors);
|
|
153
153
|
var badgeVariants = (0, import_cva.cva)({
|
|
154
|
-
base: "inline-flex items-center justify-center gap-1 rounded-full px-2 py-0.5 text-xs font-
|
|
154
|
+
base: "inline-flex items-center justify-center gap-1 rounded-full px-2 py-0.5 text-xs font-medium transition-colors",
|
|
155
155
|
variants: {
|
|
156
156
|
variant: {
|
|
157
157
|
default: "",
|
|
@@ -118,7 +118,7 @@ var colors = {
|
|
|
118
118
|
};
|
|
119
119
|
var colorsArray = Object.keys(colors);
|
|
120
120
|
var badgeVariants = (0, import_cva.cva)({
|
|
121
|
-
base: "inline-flex items-center justify-center gap-1 rounded-full px-2 py-0.5 text-xs font-
|
|
121
|
+
base: "inline-flex items-center justify-center gap-1 rounded-full px-2 py-0.5 text-xs font-medium transition-colors",
|
|
122
122
|
variants: {
|
|
123
123
|
variant: {
|
|
124
124
|
default: "",
|