@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.
@@ -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-semibold transition-colors",
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: "md" }),
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: "md" }),
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: "md" }),
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: "md" }),
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-semibold transition-colors",
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: "",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Badge
3
- } from "../../chunk-VBMQG5SW.mjs";
3
+ } from "../../chunk-EUXS2WD2.mjs";
4
4
  import "../../chunk-BOWIL6WZ.mjs";
5
5
  export {
6
6
  Badge
@@ -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-semibold transition-colors",
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: "",
@@ -11,7 +11,7 @@ import "../../chunk-TU6HU32A.mjs";
11
11
  import "../../chunk-AFJWE6PJ.mjs";
12
12
  import {
13
13
  Badge
14
- } from "../../chunk-VBMQG5SW.mjs";
14
+ } from "../../chunk-EUXS2WD2.mjs";
15
15
  import "../../chunk-HVMCOLSX.mjs";
16
16
  import "../../chunk-N65I4EXR.mjs";
17
17
  import {
@@ -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-semibold transition-colors",
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: "",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Badge
3
- } from "../../chunk-VBMQG5SW.mjs";
3
+ } from "../../chunk-EUXS2WD2.mjs";
4
4
  import {
5
5
  Button
6
6
  } from "../../chunk-HVMCOLSX.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapcall/design-system",
3
- "version": "1.26.2",
3
+ "version": "1.26.4",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",