@solfacil/girassol 0.5.0 → 0.7.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 (58) hide show
  1. package/README.md +32 -13
  2. package/dist/components.d.ts +3 -1
  3. package/dist/components.json +1 -1
  4. package/dist/girassol.es.js +2287 -1936
  5. package/dist/girassol.umd.js +5 -5
  6. package/dist/style.css +1 -1
  7. package/dist/theme/solfacil/borders.d.ts +0 -1
  8. package/dist/theme/solfacil/index.d.ts +1 -0
  9. package/dist/theme/solfacil/screens.d.ts +17 -5
  10. package/dist/theme/solfacil/utilities.d.ts +1 -0
  11. package/dist/types/components/{informations/chip/Chip.vue.d.ts → filters/chip/removable-chip/RemovableChip.vue.d.ts} +37 -37
  12. package/dist/types/components/filters/chip/removable-chip/index.d.ts +2 -0
  13. package/dist/types/components/{informations/chip/chip.spec.d.ts → filters/chip/removable-chip/removable-chip.spec.d.ts} +0 -0
  14. package/dist/types/components/filters/chip/removable-chip/types.d.ts +4 -0
  15. package/dist/types/components/filters/chip/selectable-chip/SelectableChip.vue.d.ts +125 -0
  16. package/dist/types/components/filters/chip/selectable-chip/index.d.ts +2 -0
  17. package/dist/types/components/filters/chip/selectable-chip/selectable-chip.spec.d.ts +1 -0
  18. package/dist/types/components/filters/chip/selectable-chip/types.d.ts +5 -0
  19. package/dist/types/components/filters/chip/types.d.ts +6 -0
  20. package/dist/types/components/forms/button/button/Button.vue.d.ts +4 -4
  21. package/dist/types/components/forms/button/button-destructive/ButtonDestructive.vue.d.ts +30 -7
  22. package/dist/types/components/forms/select/Select.vue.d.ts +4 -4
  23. package/dist/types/components/forms/switch/Switch.vue.d.ts +3 -0
  24. package/dist/types/components/modal/Modal.vue.d.ts +209 -0
  25. package/dist/types/components/modal/index.d.ts +2 -0
  26. package/dist/types/components/modal/modal.spec.d.ts +1 -0
  27. package/dist/types/components/modal/types.d.ts +16 -0
  28. package/dist/types/components/overlay/Overlay.vue.d.ts +2 -0
  29. package/dist/types/composables/use-filters/index.d.ts +8 -0
  30. package/{cli/build/types/cli.d.ts → dist/types/composables/use-filters/use-filters.spec.d.ts} +0 -0
  31. package/dist/types/composables/use-modal/index.d.ts +4 -0
  32. package/dist/types/index.d.ts +686 -214
  33. package/package.json +9 -4
  34. package/theme/solfacil/borders.ts +0 -1
  35. package/theme/solfacil/effects.ts +4 -4
  36. package/theme/solfacil/index.ts +2 -1
  37. package/theme/solfacil/screens.ts +16 -5
  38. package/theme/solfacil/utilities.ts +26 -1
  39. package/vite.config.ts +5 -0
  40. package/windi.config.ts +1 -14
  41. package/cli/build/cli.js +0 -68
  42. package/cli/build/commands/create:component.js +0 -124
  43. package/cli/build/commands/generate:plugin.js +0 -89
  44. package/cli/build/commands/generate:types.js +0 -76
  45. package/cli/build/commands/girassol-cli.js +0 -52
  46. package/cli/build/extensions/cli-extension.js +0 -17
  47. package/cli/build/templates/components.d.ts.ejs +0 -1
  48. package/cli/build/templates/nuxt-plugin.ejs +0 -8
  49. package/cli/build/templates/vue-plugin.ejs +0 -5
  50. package/cli/build/templates/windi.config.ts.ejs +0 -3
  51. package/cli/build/types/commands/create:component.d.ts +0 -1
  52. package/cli/build/types/commands/generate:plugin.d.ts +0 -1
  53. package/cli/build/types/commands/generate:types.d.ts +0 -7
  54. package/cli/build/types/commands/girassol-cli.d.ts +0 -1
  55. package/cli/build/types/extensions/cli-extension.d.ts +0 -1
  56. package/cli/build/types/types.d.ts +0 -0
  57. package/cli/build/types.js +0 -2
  58. package/dist/types/components/informations/chip/index.d.ts +0 -2
@@ -1,8 +0,0 @@
1
- import { defineNuxtPlugin } from '#app';
2
-
3
- import { install as girassol } from '@solfacil/girassol'
4
- import '@solfacil/girassol/dist/style.css'
5
-
6
- export default defineNuxtPlugin(({ vueApp }) => {
7
- vueApp.use(girassol)
8
- })
@@ -1,5 +0,0 @@
1
- import { install as girassol } from '@solfacil/girassol'
2
-
3
- import '@solfacil/girassol/dist/style.css'
4
-
5
- export { girassol }
@@ -1,3 +0,0 @@
1
- import windiconfig from '@solfacil/girassol/windi.config'
2
-
3
- export default windiconfig
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,7 +0,0 @@
1
- import type { GluegunToolbox } from 'gluegun';
2
- declare const _default: {
3
- name: string;
4
- description: string;
5
- run: (toolbox: GluegunToolbox) => Promise<void>;
6
- };
7
- export default _default;
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
File without changes
@@ -1,2 +0,0 @@
1
- // export types
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHlwZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvdHlwZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsZUFBZSJ9
@@ -1,2 +0,0 @@
1
- import SolChip from './Chip.vue';
2
- export { SolChip, };