@snapcall/design-system 1.26.2 → 1.26.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.
@@ -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)
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.3",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",