daisy-ui-kit 1.0.3 → 1.0.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.
@@ -30,8 +30,7 @@ interface Props {
30
30
  noAnimation?: boolean
31
31
  active?: boolean
32
32
 
33
- size?: 'xl' | 'lg' | 'md' | 'sm' | 'xs'
34
- xl?: boolean
33
+ size?: 'lg' | 'md' | 'sm' | 'xs'
35
34
  lg?: boolean
36
35
  md?: boolean
37
36
  sm?: boolean
@@ -60,7 +59,6 @@ const classes = computed(() => {
60
59
  'btn-wide': props.wide || props.shape === 'wide',
61
60
  'btn-block': props.block || props.shape === 'block',
62
61
 
63
- 'btn-xl': props.xl || props.size === 'xl',
64
62
  'btn-lg': props.lg || props.size === 'lg',
65
63
  'btn-md': props.md || props.size === 'md',
66
64
  'btn-sm': props.sm || props.size === 'sm',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "daisy-ui-kit",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "nuxi build",