@delightui/components 0.1.13 → 0.1.14

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/index.d.ts CHANGED
@@ -89,8 +89,8 @@ type ActionImageProps = ImageProps & {
89
89
  */
90
90
  declare const ActionImage: (props: ActionImageProps) => React$1.JSX.Element;
91
91
 
92
- type ButtonTypeEnum = 'Filled' | 'Outlined' | 'Ghost';
93
92
  type ButtonAppearanceEnum = 'Default' | 'Inverse';
93
+ type ButtonTypeEnum = 'Filled' | 'Outlined' | 'Ghost';
94
94
  type ButtonStyleEnum = 'Primary' | 'Secondary' | 'Destructive';
95
95
  type ButtonSizeEnum = 'Small' | 'Medium' | 'Large';
96
96
  type ButtonActionTypeEnum = 'button' | 'submit' | 'reset';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delightui/components",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "vite",
@@ -19,6 +19,7 @@
19
19
  "@dnd-kit/modifiers": "^7.0.0",
20
20
  "@dnd-kit/sortable": "^8.0.0",
21
21
  "classnames": "^2.5.1",
22
+ "flatpickr": "^4.6.13",
22
23
  "react": "^18.3.1",
23
24
  "react-dom": "^18.3.1",
24
25
  "react-flatpickr": "^3.10.13",