@surgeui/ds-vue 1.1.0 → 2.0.0

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.
Files changed (67) hide show
  1. package/README.md +183 -30
  2. package/dist/components/atoms/Avatar.vue.d.ts.map +1 -1
  3. package/dist/components/atoms/Badge.vue.d.ts.map +1 -1
  4. package/dist/components/atoms/Button.vue.d.ts.map +1 -1
  5. package/dist/components/atoms/CheckboxGroup.vue.d.ts.map +1 -1
  6. package/dist/components/atoms/FileUpload.vue.d.ts.map +1 -1
  7. package/dist/components/atoms/FormField.vue.d.ts +19 -0
  8. package/dist/components/atoms/FormField.vue.d.ts.map +1 -1
  9. package/dist/components/atoms/Heading.vue.d.ts.map +1 -1
  10. package/dist/components/atoms/Image.vue.d.ts.map +1 -1
  11. package/dist/components/atoms/Input.vue.d.ts.map +1 -1
  12. package/dist/components/atoms/Link.vue.d.ts.map +1 -1
  13. package/dist/components/atoms/Panel.vue.d.ts.map +1 -1
  14. package/dist/components/atoms/Progress.vue.d.ts +1 -1
  15. package/dist/components/atoms/Progress.vue.d.ts.map +1 -1
  16. package/dist/components/atoms/RadioGroup.vue.d.ts.map +1 -1
  17. package/dist/components/atoms/SelectBox.vue.d.ts +0 -1
  18. package/dist/components/atoms/SelectBox.vue.d.ts.map +1 -1
  19. package/dist/components/atoms/Slider.vue.d.ts +2 -2
  20. package/dist/components/atoms/Slider.vue.d.ts.map +1 -1
  21. package/dist/components/atoms/Switch.vue.d.ts.map +1 -1
  22. package/dist/components/atoms/Textarea.vue.d.ts.map +1 -1
  23. package/dist/components/molecules/AccordionItem.vue.d.ts.map +1 -1
  24. package/dist/components/molecules/AvatarGroup.vue.d.ts +1 -1
  25. package/dist/components/molecules/AvatarGroup.vue.d.ts.map +1 -1
  26. package/dist/components/molecules/ButtonGroup.vue.d.ts.map +1 -1
  27. package/dist/components/molecules/Dropdown.vue.d.ts.map +1 -1
  28. package/dist/components/molecules/FileUploadField.vue.d.ts.map +1 -1
  29. package/dist/components/molecules/FloatButton.vue.d.ts.map +1 -1
  30. package/dist/components/molecules/{FormFields.vue.d.ts → FormFieldGroup.vue.d.ts} +3 -3
  31. package/dist/components/molecules/FormFieldGroup.vue.d.ts.map +1 -0
  32. package/dist/components/molecules/InputField.vue.d.ts +1 -0
  33. package/dist/components/molecules/InputField.vue.d.ts.map +1 -1
  34. package/dist/components/molecules/LinkGroup.vue.d.ts.map +1 -1
  35. package/dist/components/molecules/Password.vue.d.ts.map +1 -1
  36. package/dist/components/molecules/PasswordField.vue.d.ts +85 -0
  37. package/dist/components/molecules/PasswordField.vue.d.ts.map +1 -0
  38. package/dist/components/molecules/SelectBoxField.vue.d.ts +0 -3
  39. package/dist/components/molecules/SelectBoxField.vue.d.ts.map +1 -1
  40. package/dist/components/molecules/SliderField.vue.d.ts +1 -1
  41. package/dist/components/molecules/SliderField.vue.d.ts.map +1 -1
  42. package/dist/components/organisms/Accordion.vue.d.ts.map +1 -1
  43. package/dist/components/organisms/Alert.vue.d.ts.map +1 -1
  44. package/dist/components/organisms/Dialog.vue.d.ts.map +1 -1
  45. package/dist/components/organisms/Tabs.vue.d.ts.map +1 -1
  46. package/dist/composables/index.d.ts +3 -0
  47. package/dist/composables/index.d.ts.map +1 -0
  48. package/dist/composables/useTheme.d.ts +18 -14
  49. package/dist/composables/useTheme.d.ts.map +1 -1
  50. package/dist/{index-BuLJg9Es.js → index-7PaC4pth.js} +1 -1
  51. package/dist/index-CWUPixNs.js +5852 -0
  52. package/dist/index.d.ts +5 -3
  53. package/dist/index.d.ts.map +1 -1
  54. package/dist/index.es.js +34 -32
  55. package/dist/index.umd.js +1 -1
  56. package/dist/plugin/theme.d.ts +59 -16
  57. package/dist/plugin/theme.d.ts.map +1 -1
  58. package/dist/style.css +1 -1
  59. package/dist/theme.config.d.ts +10 -0
  60. package/dist/theme.config.d.ts.map +1 -0
  61. package/dist/types/index.d.ts +5 -4
  62. package/dist/types/index.d.ts.map +1 -1
  63. package/dist/types/theme.d.ts +76 -6
  64. package/dist/types/theme.d.ts.map +1 -1
  65. package/package.json +1 -1
  66. package/dist/components/molecules/FormFields.vue.d.ts.map +0 -1
  67. package/dist/index-BTQ892Rw.js +0 -5485
@@ -43,7 +43,6 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
43
43
  searchPlaceholder: string;
44
44
  noOptionsText: string;
45
45
  noResultsText: string;
46
- dir: "ltr" | "rtl" | "auto";
47
46
  closeOnSelect: boolean;
48
47
  maxSelectedItems: number;
49
48
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
@@ -89,7 +88,6 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
89
88
  searchPlaceholder: string;
90
89
  noOptionsText: string;
91
90
  noResultsText: string;
92
- dir: "ltr" | "rtl" | "auto";
93
91
  closeOnSelect: boolean;
94
92
  maxSelectedItems: number;
95
93
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
@@ -138,7 +136,6 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
138
136
  searchPlaceholder: string;
139
137
  noOptionsText: string;
140
138
  noResultsText: string;
141
- dir: "ltr" | "rtl" | "auto";
142
139
  closeOnSelect: boolean;
143
140
  maxSelectedItems: number;
144
141
  }> | null;
@@ -1 +1 @@
1
- {"version":3,"file":"SelectBoxField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/SelectBoxField.vue"],"names":[],"mappings":"AAiGA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAElD,KAAK,WAAW,GAAG,mBAAmB,CAAC;AA8FvC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,GAAG,SAAS,CAAC;CAC9D,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqIhB,wBAWG"}
1
+ {"version":3,"file":"SelectBoxField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/SelectBoxField.vue"],"names":[],"mappings":"AAiGA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAElD,KAAK,WAAW,GAAG,mBAAmB,CAAC;AA8FvC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,GAAG,SAAS,CAAC;CAC9D,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqIhB,wBAWG"}
@@ -40,13 +40,13 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
40
40
  onChange?: ((value: number | [number, number]) => any) | undefined;
41
41
  "onUpdate:modelValue"?: ((value: number | [number, number]) => any) | undefined;
42
42
  }>, {
43
- max: number;
44
43
  size: import('../../types').Size;
45
44
  disabled: boolean;
46
45
  state: import('../../types').State;
47
46
  required: boolean;
48
47
  readonly: boolean;
49
48
  min: number;
49
+ max: number;
50
50
  step: number;
51
51
  orientation: import('../../types').Orientation;
52
52
  tooltip: "none" | "top" | "bottom";
@@ -1 +1 @@
1
- {"version":3,"file":"SliderField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/SliderField.vue"],"names":[],"mappings":"AAqmCA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE/C,MAAM,WAAW,KAAM,SAAQ,IAAI,CAAC,gBAAgB,EAAE,OAAO,CAAC;CAAG;AAEjE,KAAK,WAAW,GAAG,KAAK,CAAC;AAmYzB,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACtC,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAkQT,OAAO,IAA6B;;wBAftB,GAAG;uBACJ,GAAG;;;;;;;;;EAmB7B;AAuCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAWnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"SliderField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/SliderField.vue"],"names":[],"mappings":"AA+jCA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE/C,MAAM,WAAW,KAAM,SAAQ,IAAI,CAAC,gBAAgB,EAAE,OAAO,CAAC;CAAG;AAEjE,KAAK,WAAW,GAAG,KAAK,CAAC;AAmYzB,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACtC,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAkQT,OAAO,IAA6B;;wBAftB,GAAG;uBACJ,GAAG;;;;;;;;;EAmB7B;AAuCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAWnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Accordion.vue.d.ts","sourceRoot":"","sources":["../../../src/components/organisms/Accordion.vue"],"names":[],"mappings":"AA+RA,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AA+NhE,iBAAS,cAAc;WAwET,OAAO,IAA6B;;yBAXrB,GAAG;;;;;;EAgB/B;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;kBAUnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"Accordion.vue.d.ts","sourceRoot":"","sources":["../../../src/components/organisms/Accordion.vue"],"names":[],"mappings":"AAiSA,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AA+NhE,iBAAS,cAAc;WAwET,OAAO,IAA6B;;yBAXrB,GAAG;;;;;;EAgB/B;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;kBAUnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Alert.vue.d.ts","sourceRoot":"","sources":["../../../src/components/organisms/Alert.vue"],"names":[],"mappings":"AA8fA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAiFzC,iBAAS,cAAc;WAyFT,OAAO,IAA6B;;uBAZvB,GAAG;6BACG,GAAG;yBACP,GAAG;;;;EAe/B;AAoBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;6EASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"Alert.vue.d.ts","sourceRoot":"","sources":["../../../src/components/organisms/Alert.vue"],"names":[],"mappings":"AA+YA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAiFzC,iBAAS,cAAc;WAyFT,OAAO,IAA6B;;uBAZvB,GAAG;6BACG,GAAG;yBACP,GAAG;;;;EAe/B;AAoBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;6EASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Dialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/organisms/Dialog.vue"],"names":[],"mappings":"AA6dA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAoK1C,iBAAS,cAAc;WAmHT,OAAO,IAA6B;;sBAbvB,GAAG;yBACA,GAAG;wBACJ,GAAG;;;;;;EAgB/B;AAsBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;OAWnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"Dialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/organisms/Dialog.vue"],"names":[],"mappings":"AA8cA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAoK1C,iBAAS,cAAc;WAmHT,OAAO,IAA6B;;sBAbvB,GAAG;yBACA,GAAG;wBACJ,GAAG;;;;;;EAgB/B;AAsBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;OAWnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Tabs.vue.d.ts","sourceRoot":"","sources":["../../../src/components/organisms/Tabs.vue"],"names":[],"mappings":"AAyIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AA6CxC,iBAAS,cAAc;WAyET,OAAO,IAA6B;;;;;YAXzB,GAAG;;;;YACD,GAAG;;;;EAe7B;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;wFASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"Tabs.vue.d.ts","sourceRoot":"","sources":["../../../src/components/organisms/Tabs.vue"],"names":[],"mappings":"AAwKA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AA6CxC,iBAAS,cAAc;WA0ET,OAAO,IAA6B;;;;;YAXzB,GAAG;;;;YACD,GAAG;;;;EAe7B;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;wFASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { useTheme } from './useTheme';
2
+ export { useTheme, };
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/composables/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AAErC,OAAO,EACL,QAAQ,GACT,CAAA"}
@@ -1,20 +1,24 @@
1
- import { SurgeuiTheme } from '../plugin/theme';
2
- import { ThemeMode, ContrastMode, MotionMode, TextDirection } from '../types/theme';
3
- export declare function useTheme(): {
4
- theme: SurgeuiTheme;
5
- themeMode: import('vue').Ref<ThemeMode, ThemeMode>;
1
+ import { ThemeName, ContrastMode, MotionMode, ThemeMetadata, UseThemeOptions } from '../types/theme';
2
+ export declare function useTheme(options?: UseThemeOptions): {
3
+ themeName: import('vue').Ref<ThemeName, ThemeName>;
6
4
  contrastMode: import('vue').Ref<ContrastMode, ContrastMode>;
7
5
  motionMode: import('vue').Ref<MotionMode, MotionMode>;
8
- textDirection: import('vue').Ref<TextDirection, TextDirection>;
9
- systemTheme: import('vue').ComputedRef<"light" | "dark">;
10
- effectiveTheme: import('vue').ComputedRef<"dark" | "light">;
6
+ effectiveTheme: import('vue').ComputedRef<"dark" | "light" | "ocean" | "forest" | "sunset">;
7
+ effectiveContrast: import('vue').ComputedRef<"normal" | "high">;
8
+ effectiveMotion: import('vue').ComputedRef<"reduce" | "normal">;
9
+ systemTheme: import('vue').ComputedRef<"dark" | "light">;
11
10
  systemContrast: import('vue').ComputedRef<"normal" | "high">;
12
- systemMotion: import('vue').ComputedRef<"normal" | "reduce">;
13
- setTheme: (mode: ThemeMode) => void;
14
- setContrast: (mode: ContrastMode) => void;
15
- setMotion: (mode: MotionMode) => void;
16
- setDirection: (direction: TextDirection) => void;
11
+ systemMotion: import('vue').ComputedRef<"reduce" | "normal">;
12
+ currentThemeMetadata: import('vue').ComputedRef<ThemeMetadata>;
13
+ isDarkMode: import('vue').ComputedRef<boolean>;
14
+ availableThemes: import('vue').ComputedRef<ThemeMetadata[]>;
15
+ systemThemes: import('vue').ComputedRef<ThemeMetadata[]>;
16
+ colorThemes: import('vue').ComputedRef<ThemeMetadata[]>;
17
+ setTheme: (theme: ThemeName) => void;
18
+ setContrast: (contrast: ContrastMode) => void;
19
+ setMotion: (motion: MotionMode) => void;
17
20
  toggleTheme: () => void;
18
- reset: () => void;
21
+ cycleTheme: () => void;
22
+ clearConfig: () => void;
19
23
  };
20
24
  //# sourceMappingURL=useTheme.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useTheme.d.ts","sourceRoot":"","sources":["../../src/composables/useTheme.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAClD,OAAO,KAAK,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,EAAe,aAAa,EAAE,MAAM,eAAe,CAAA;AASpG,wBAAgB,QAAQ;;;;;;;;;;qBA0EE,SAAS;wBAKN,YAAY;sBAKd,UAAU;8BAKF,aAAa;;;EAmE/C"}
1
+ {"version":3,"file":"useTheme.d.ts","sourceRoot":"","sources":["../../src/composables/useTheme.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,SAAS,EACT,YAAY,EACZ,UAAU,EAEV,aAAa,EACb,eAAe,EAChB,MAAM,eAAe,CAAC;AA8DvB,wBAAgB,QAAQ,CAAC,OAAO,GAAE,eAAoB;;;;;;;;;;;;;;;sBAsJ3B,SAAS;4BAcH,YAAY;wBAKhB,UAAU;;;;EAiFtC"}
@@ -1,5 +1,5 @@
1
1
  import { createElementBlock as o, openBlock as n, createElementVNode as r } from "vue";
2
- import { r as Wr, a as Xr, b as Qr, c as Kr, d as Yr, e as Jr, f as ro, g as oo, i as no, h as eo, j as to, k as ao, l as io, m as co } from "./index-BTQ892Rw.js";
2
+ import { r as Wr, a as Xr, b as Qr, c as Kr, d as Yr, e as Jr, f as ro, g as oo, i as no, h as eo, j as to, k as ao, l as io, m as co } from "./index-CWUPixNs.js";
3
3
  function i(e, t) {
4
4
  return n(), o("svg", {
5
5
  xmlns: "http://www.w3.org/2000/svg",