@solfacil/girassol 0.66.1 → 0.69.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 (32) hide show
  1. package/dist/components.d.ts +2 -2
  2. package/dist/components.json +1 -1
  3. package/dist/girassol.es.js +10094 -8397
  4. package/dist/girassol.umd.js +11 -11
  5. package/dist/style.css +1 -1
  6. package/dist/types/index.d.ts +470 -47
  7. package/dist/types/templates/header/Header.vue.d.ts +141 -0
  8. package/dist/types/templates/header/HeaderTabMenu.types.d.ts +6 -0
  9. package/dist/types/templates/header/HeaderTabMenu.vue.d.ts +38 -0
  10. package/dist/types/templates/header/actions/ActionsSection.vue.d.ts +79 -0
  11. package/dist/types/templates/header/logo/LogoSection.vue.d.ts +16 -0
  12. package/dist/types/templates/header/menu/Mobile.vue.d.ts +39 -0
  13. package/dist/types/templates/header/notification/Item.vue.d.ts +23 -0
  14. package/dist/types/templates/header/notification/ListDesktop.vue.d.ts +30 -0
  15. package/dist/types/templates/header/notification/ListMobile.vue.d.ts +30 -0
  16. package/dist/types/templates/header/notification/Notification.vue.d.ts +28 -0
  17. package/dist/types/templates/header/products/Desktop.vue.d.ts +18 -0
  18. package/dist/types/templates/header/products/MainItems.vue.d.ts +18 -0
  19. package/dist/types/templates/header/products/Mobile.vue.d.ts +22 -0
  20. package/dist/types/templates/header/search/SearchInput.vue.d.ts +48 -0
  21. package/dist/types/templates/header/support/Mobile.vue.d.ts +22 -0
  22. package/dist/types/templates/header/support/SupportMenu.vue.d.ts +16 -0
  23. package/dist/types/templates/header/tabmenu/TabMenu.vue.d.ts +19 -0
  24. package/dist/types/templates/header/types.d.ts +46 -0
  25. package/dist/types/templates/header/user/Desktop.vue.d.ts +44 -0
  26. package/dist/types/templates/header/user/MenuItems.vue.d.ts +29 -0
  27. package/dist/types/templates/header/user/Mobile.vue.d.ts +49 -0
  28. package/dist/types/templates/header/user/UserMenu.vue.d.ts +49 -0
  29. package/dist/types/templates/index.d.ts +4 -0
  30. package/package.json +1 -1
  31. package/dist/visibility-off.f25ea2aa.mjs +0 -19
  32. package/dist/visibility.8b105a47.mjs +0 -19
@@ -40,8 +40,8 @@ import '@vue/runtime-core'
40
40
  SolLink: typeof import('@solfacil/girassol')['SolLink']
41
41
  SolHeader: typeof import('@solfacil/girassol')['SolHeader']
42
42
  SolSidebar: typeof import('@solfacil/girassol')['SolSidebar']
43
- SolPageBackoffice: typeof import('@solfacil/girassol')['SolPageBackoffice']
44
- SolBackofficeTemplate: typeof import('@solfacil/girassol')['SolBackofficeTemplate']
43
+ SolTemplateHeader: typeof import('@solfacil/girassol')['SolTemplateHeader']
44
+ SolTemplateHeaderTabMenu: typeof import('@solfacil/girassol')['SolTemplateHeaderTabMenu']
45
45
  SolHeaderBackoffice: typeof import('@solfacil/girassol')['SolHeaderBackoffice']
46
46
  SolSidebarBackoffice: typeof import('@solfacil/girassol')['SolSidebarBackoffice']
47
47
  SolUserInfoBackoffice: typeof import('@solfacil/girassol')['SolUserInfoBackoffice']
@@ -1 +1 @@
1
- {"components":["SolButton","SolButtonDestructive","SolInputTextarea","SolInputCurrency","SolInputText","SolInputTextPassword","SolRadio","SolRadioGroup","SolCheckbox","SolCheckboxGroup","SolSwitch","SolSelect","SolRemovableChip","SolSelectableChip","SolTag","SolAlert","SolAccordion","SolList","SolTabs","SolMenu","SolMenuItem","SolMenuItemLink","SolMenuNavigationLinks","SolModal","SolOnboarding","SolPagination","SolEmptyState","SolSearch","SolDatePicker","SolCollapsible","SolSteps","SolTextValue","SolFileUpload","SolMenuItemSeparator","SolBreadcrumb","SolDivider","SolLink","SolHeader","SolSidebar","SolPageBackoffice","SolBackofficeTemplate","SolHeaderBackoffice","SolSidebarBackoffice","SolUserInfoBackoffice","SolApplicationsBackoffice","SolSideover","SolTooltip"]}
1
+ {"components":["SolButton","SolButtonDestructive","SolInputTextarea","SolInputCurrency","SolInputText","SolInputTextPassword","SolRadio","SolRadioGroup","SolCheckbox","SolCheckboxGroup","SolSwitch","SolSelect","SolRemovableChip","SolSelectableChip","SolTag","SolAlert","SolAccordion","SolList","SolTabs","SolMenu","SolMenuItem","SolMenuItemLink","SolMenuNavigationLinks","SolModal","SolOnboarding","SolPagination","SolEmptyState","SolSearch","SolDatePicker","SolCollapsible","SolSteps","SolTextValue","SolFileUpload","SolMenuItemSeparator","SolBreadcrumb","SolDivider","SolLink","SolHeader","SolSidebar","SolTemplateHeader","SolTemplateHeaderTabMenu","SolHeaderBackoffice","SolSidebarBackoffice","SolUserInfoBackoffice","SolApplicationsBackoffice","SolSideover","SolTooltip"]}