@snapcall/design-system 1.26.3 → 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/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: "",
|
|
@@ -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: "",
|