@solfacil/girassol 0.15.0 → 0.16.1

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 (82) hide show
  1. package/README.md +2 -2
  2. package/cli/build/cli.js +1 -1
  3. package/cli/build/commands/create:component.js +1 -1
  4. package/cli/build/commands/generate:plugin.js +1 -1
  5. package/cli/build/commands/generate:types.js +1 -1
  6. package/cli/build/commands/girassol-cli.js +1 -1
  7. package/dist/components.d.ts +2 -0
  8. package/dist/components.json +1 -1
  9. package/dist/girassol.es.js +6957 -6454
  10. package/dist/girassol.umd.js +10 -10
  11. package/dist/style.css +1 -1
  12. package/dist/theme/solfacil/index.d.ts +1 -0
  13. package/dist/theme/solfacil/utilities.d.ts +1 -0
  14. package/dist/types/components/accordion/Accordion.vue.d.ts +10 -10
  15. package/dist/types/components/collapsible/Collapsible.vue.d.ts +10 -10
  16. package/dist/types/components/date-picker/DatePicker.vue.d.ts +10 -10
  17. package/dist/types/components/date-picker/types.d.ts +1 -1
  18. package/dist/types/components/empty-state/EmptyState.vue.d.ts +10 -10
  19. package/dist/types/components/empty-state/types.d.ts +1 -1
  20. package/dist/types/components/file-upload/Download.vue.d.ts +107 -0
  21. package/dist/types/components/file-upload/FileUpload.vue.d.ts +208 -0
  22. package/dist/types/components/file-upload/Upload.vue.d.ts +136 -0
  23. package/dist/types/components/file-upload/file-upload.spec.d.ts +1 -0
  24. package/dist/types/components/file-upload/index.d.ts +2 -0
  25. package/dist/types/components/file-upload/types.d.ts +34 -0
  26. package/dist/types/components/filters/chip/removable-chip/RemovableChip.vue.d.ts +10 -10
  27. package/dist/types/components/filters/chip/selectable-chip/SelectableChip.vue.d.ts +10 -10
  28. package/dist/types/components/forms/button/button/Button.vue.d.ts +12 -10
  29. package/dist/types/components/forms/button/button-destructive/ButtonDestructive.vue.d.ts +10 -10
  30. package/dist/types/components/forms/checkbox/checkbox/Checkbox.vue.d.ts +9 -9
  31. package/dist/types/components/forms/checkbox/checkbox-group/CheckboxGroup.vue.d.ts +10 -10
  32. package/dist/types/components/forms/checkbox/type.d.ts +1 -1
  33. package/dist/types/components/forms/inputs/input-core/Input.vue.d.ts +10 -10
  34. package/dist/types/components/forms/inputs/input-password/InputPassword.vue.d.ts +10 -10
  35. package/dist/types/components/forms/inputs/input-text/InputText.vue.d.ts +11 -11
  36. package/dist/types/components/forms/inputs/input-textarea/InputTextarea.vue.d.ts +10 -10
  37. package/dist/types/components/forms/inputs/types.d.ts +2 -2
  38. package/dist/types/components/forms/radio/radio/Radio.vue.d.ts +9 -9
  39. package/dist/types/components/forms/radio/radio-group/RadioGroup.vue.d.ts +10 -10
  40. package/dist/types/components/forms/radio/types.d.ts +1 -1
  41. package/dist/types/components/forms/select/ListOption.vue.d.ts +9 -9
  42. package/dist/types/components/forms/select/Select.vue.d.ts +10 -10
  43. package/dist/types/components/forms/select/types.d.ts +2 -2
  44. package/dist/types/components/forms/switch/Switch.vue.d.ts +10 -10
  45. package/dist/types/components/informations/alert/Alert.vue.d.ts +10 -10
  46. package/dist/types/components/informations/tag/Tag.vue.d.ts +18 -18
  47. package/dist/types/components/informations/text-value/TextValue.vue.d.ts +10 -10
  48. package/dist/types/components/list/List.vue.d.ts +14 -10
  49. package/dist/types/components/list/ListItem.vue.d.ts +9 -9
  50. package/dist/types/components/list/ListItemTextValue.vue.d.ts +10 -10
  51. package/dist/types/components/list/types.d.ts +11 -10
  52. package/dist/types/components/loader/CircleLoader.vue.d.ts +10 -10
  53. package/dist/types/components/menus/menu/Menu.vue.d.ts +17 -17
  54. package/dist/types/components/menus/menu-item/MenuItemSeparator.vue.d.ts +2 -0
  55. package/dist/types/components/menus/menu-item/index.d.ts +2 -0
  56. package/dist/types/components/menus/menu-item/menu-item/MenuItem.vue.d.ts +9 -9
  57. package/dist/types/components/menus/menu-item/menu-item-link/MenuItemLink.vue.d.ts +9 -9
  58. package/dist/types/components/menus/menu-navigation-links/MenuNavigationLinks.vue.d.ts +9 -9
  59. package/dist/types/components/modal/Modal.vue.d.ts +10 -10
  60. package/dist/types/components/modal/types.d.ts +3 -3
  61. package/dist/types/components/pagination/Pagination.vue.d.ts +10 -10
  62. package/dist/types/components/pagination/types.d.ts +2 -2
  63. package/dist/types/components/search/Search.vue.d.ts +10 -10
  64. package/dist/types/components/search/types.d.ts +1 -1
  65. package/dist/types/components/steps/Steps.vue.d.ts +10 -10
  66. package/dist/types/components/steps/types.d.ts +1 -1
  67. package/dist/types/components/tabs/TabItem.vue.d.ts +10 -10
  68. package/dist/types/components/tabs/Tabs.vue.d.ts +10 -10
  69. package/dist/types/components/tabs/types.d.ts +1 -1
  70. package/dist/types/composables/use-download/index.d.ts +3 -0
  71. package/dist/types/composables/use-mask/index.d.ts +1 -1
  72. package/dist/types/composables/use-navigate/types.d.ts +11 -11
  73. package/dist/types/composables/use-toast/Toast.vue.d.ts +10 -10
  74. package/dist/types/composables/use-toast/index.d.ts +1 -1
  75. package/dist/types/composables/use-toast/types.d.ts +3 -3
  76. package/dist/types/composables/use-validate-field/types.d.ts +2 -2
  77. package/dist/types/index.d.ts +845 -479
  78. package/package.json +35 -35
  79. package/theme/solfacil/index.ts +2 -1
  80. package/theme/solfacil/screens.ts +0 -6
  81. package/theme/solfacil/utilities.ts +27 -8
  82. package/windi.config.ts +1 -1
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <div align="center">
2
- <img style="width: 300px" src="http://girassol.solfacil.tech/public/girassol.svg" />
2
+ <img style="width: 300px" src="https://girassol.pages.dev/public/girassol.svg" />
3
3
  </div>
4
4
 
5
5
 
@@ -44,7 +44,7 @@
44
44
 
45
45
  # 📝 Documentação
46
46
 
47
- Para compreender melhor o design system e para saber quais features e componentes estão disponíveis, acesse a **<a href="http://girassol.solfacil.tech/?path=/docs/introdu%C3%A7%C3%A3o-introdu%C3%A7%C3%A3o--page" target="_blank">Documentação oficial do Girassol</a>**
47
+ Para compreender melhor o design system e para saber quais features e componentes estão disponíveis, acesse a **<a href="https://girassol.pages.dev/" target="_blank">Documentação oficial do Girassol</a>**
48
48
 
49
49
 
50
50
  ## 🔨 Tecnologias
package/cli/build/cli.js CHANGED
@@ -14,7 +14,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
14
14
  function verb(n) { return function (v) { return step([n, v]); }; }
15
15
  function step(op) {
16
16
  if (f) throw new TypeError("Generator is already executing.");
17
- while (_) try {
17
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
18
18
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
19
19
  if (y = 0, t) op = [op[0] & 2, t.value];
20
20
  switch (op[0]) {
@@ -14,7 +14,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
14
14
  function verb(n) { return function (v) { return step([n, v]); }; }
15
15
  function step(op) {
16
16
  if (f) throw new TypeError("Generator is already executing.");
17
- while (_) try {
17
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
18
18
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
19
19
  if (y = 0, t) op = [op[0] & 2, t.value];
20
20
  switch (op[0]) {
@@ -14,7 +14,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
14
14
  function verb(n) { return function (v) { return step([n, v]); }; }
15
15
  function step(op) {
16
16
  if (f) throw new TypeError("Generator is already executing.");
17
- while (_) try {
17
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
18
18
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
19
19
  if (y = 0, t) op = [op[0] & 2, t.value];
20
20
  switch (op[0]) {
@@ -14,7 +14,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
14
14
  function verb(n) { return function (v) { return step([n, v]); }; }
15
15
  function step(op) {
16
16
  if (f) throw new TypeError("Generator is already executing.");
17
- while (_) try {
17
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
18
18
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
19
19
  if (y = 0, t) op = [op[0] & 2, t.value];
20
20
  switch (op[0]) {
@@ -14,7 +14,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
14
14
  function verb(n) { return function (v) { return step([n, v]); }; }
15
15
  function step(op) {
16
16
  if (f) throw new TypeError("Generator is already executing.");
17
- while (_) try {
17
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
18
18
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
19
19
  if (y = 0, t) op = [op[0] & 2, t.value];
20
20
  switch (op[0]) {
@@ -31,6 +31,8 @@ import '@vue/runtime-core'
31
31
  SolCollapsible: typeof import('@solfacil/girassol')['SolCollapsible']
32
32
  SolSteps: typeof import('@solfacil/girassol')['SolSteps']
33
33
  SolTextValue: typeof import('@solfacil/girassol')['SolTextValue']
34
+ SolFileUpload: typeof import('@solfacil/girassol')['SolFileUpload']
35
+ SolMenuItemSeparator: typeof import('@solfacil/girassol')['SolMenuItemSeparator']
34
36
  }
35
37
  }
36
38
 
@@ -1 +1 @@
1
- {"components":["SolButton","SolButtonDestructive","SolInputTextarea","SolInputText","SolInputTextPassword","SolRadio","SolRadioGroup","SolCheckbox","SolCheckboxGroup","SolSwitch","SolSelect","SolRemovableChip","SolSelectableChip","SolTag","SolAlert","SolAccordion","SolList","SolTabs","SolMenu","SolMenuItem","SolMenuItemLink","SolMenuNavigationLinks","SolModal","SolPagination","SolEmptyState","SolSearch","SolDatePicker","SolCollapsible","SolSteps","SolTextValue"]}
1
+ {"components":["SolButton","SolButtonDestructive","SolInputTextarea","SolInputText","SolInputTextPassword","SolRadio","SolRadioGroup","SolCheckbox","SolCheckboxGroup","SolSwitch","SolSelect","SolRemovableChip","SolSelectableChip","SolTag","SolAlert","SolAccordion","SolList","SolTabs","SolMenu","SolMenuItem","SolMenuItemLink","SolMenuNavigationLinks","SolModal","SolPagination","SolEmptyState","SolSearch","SolDatePicker","SolCollapsible","SolSteps","SolTextValue","SolFileUpload","SolMenuItemSeparator"]}