@ulu/frontend-vue 0.1.3-beta.1 → 0.1.3-beta.11

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/dist/frontend-vue.css +1 -1
  2. package/dist/frontend-vue.js +3147 -2580
  3. package/dist/types/components/collapsible/UluModal.vue.d.ts.map +1 -1
  4. package/dist/types/components/elements/UluList.vue.d.ts.map +1 -1
  5. package/dist/types/components/elements/UluRule.vue.d.ts +19 -0
  6. package/dist/types/components/elements/UluRule.vue.d.ts.map +1 -0
  7. package/dist/types/components/forms/UluFormRadio.vue.d.ts +4 -4
  8. package/dist/types/components/index.d.ts +12 -0
  9. package/dist/types/components/layout/UluDataGrid.vue.d.ts +16 -1
  10. package/dist/types/components/layout/UluDataGrid.vue.d.ts.map +1 -1
  11. package/dist/types/components/systems/facets/UluFacetsFilterSelects.vue.d.ts +21 -2
  12. package/dist/types/components/systems/facets/UluFacetsFilterSelects.vue.d.ts.map +1 -1
  13. package/dist/types/components/systems/facets/UluFacetsSearch.vue.d.ts.map +1 -1
  14. package/dist/types/components/systems/index.d.ts +4 -0
  15. package/dist/types/components/systems/scroll-anchors/UluScrollAnchors.vue.d.ts +20 -58
  16. package/dist/types/components/systems/scroll-anchors/UluScrollAnchors.vue.d.ts.map +1 -1
  17. package/dist/types/components/systems/scroll-anchors/UluScrollAnchorsHeadlessSection.vue.d.ts +24 -0
  18. package/dist/types/components/systems/scroll-anchors/UluScrollAnchorsHeadlessSection.vue.d.ts.map +1 -0
  19. package/dist/types/components/systems/scroll-anchors/UluScrollAnchorsNav.vue.d.ts +17 -13
  20. package/dist/types/components/systems/scroll-anchors/UluScrollAnchorsNav.vue.d.ts.map +1 -1
  21. package/dist/types/components/systems/scroll-anchors/UluScrollAnchorsNavAnimated.vue.d.ts +27 -30
  22. package/dist/types/components/systems/scroll-anchors/UluScrollAnchorsNavAnimated.vue.d.ts.map +1 -1
  23. package/dist/types/components/systems/scroll-anchors/UluScrollAnchorsSection.vue.d.ts +27 -45
  24. package/dist/types/components/systems/scroll-anchors/UluScrollAnchorsSection.vue.d.ts.map +1 -1
  25. package/dist/types/components/systems/scroll-anchors/useScrollAnchorSection.d.ts +9 -0
  26. package/dist/types/components/systems/scroll-anchors/useScrollAnchorSection.d.ts.map +1 -0
  27. package/dist/types/components/systems/scroll-anchors/useScrollAnchorSections.d.ts +8 -0
  28. package/dist/types/components/systems/scroll-anchors/useScrollAnchorSections.d.ts.map +1 -0
  29. package/dist/types/components/systems/scroll-anchors/useScrollAnchors.d.ts +14 -0
  30. package/dist/types/components/systems/scroll-anchors/useScrollAnchors.d.ts.map +1 -0
  31. package/dist/types/plugins/popovers/defaults.d.ts.map +1 -1
  32. package/dist/types/plugins/popovers/index.d.ts.map +1 -1
  33. package/lib/components/_index.scss +1 -0
  34. package/lib/components/collapsible/UluModal.vue +9 -10
  35. package/lib/components/elements/UluList.vue +3 -4
  36. package/lib/components/elements/UluRule.vue +49 -0
  37. package/lib/components/forms/UluFormRadio.vue +2 -2
  38. package/lib/components/index.js +12 -0
  39. package/lib/components/layout/UluDataGrid.vue +45 -16
  40. package/lib/components/systems/facets/UluFacetsFilterSelects.vue +34 -7
  41. package/lib/components/systems/facets/UluFacetsSearch.vue +3 -3
  42. package/lib/components/systems/facets/UluFacetsSort.vue +3 -3
  43. package/lib/components/systems/index.js +4 -0
  44. package/lib/components/systems/scroll-anchors/UluScrollAnchors.vue +46 -145
  45. package/lib/components/systems/scroll-anchors/UluScrollAnchorsHeadlessSection.vue +36 -0
  46. package/lib/components/systems/scroll-anchors/UluScrollAnchorsNav.vue +18 -16
  47. package/lib/components/systems/scroll-anchors/UluScrollAnchorsNavAnimated.vue +100 -89
  48. package/lib/components/systems/scroll-anchors/UluScrollAnchorsSection.vue +55 -52
  49. package/lib/components/systems/scroll-anchors/_scroll-anchors-nav-animated.scss +66 -0
  50. package/lib/components/systems/scroll-anchors/useScrollAnchorSection.js +56 -0
  51. package/lib/components/systems/scroll-anchors/useScrollAnchorSections.js +15 -0
  52. package/lib/components/systems/scroll-anchors/useScrollAnchors.js +152 -0
  53. package/lib/plugins/popovers/defaults.js +10 -10
  54. package/lib/plugins/popovers/index.js +9 -0
  55. package/package.json +2 -2
  56. package/dist/types/components/systems/scroll-anchors/symbols.d.ts +0 -7
  57. package/dist/types/components/systems/scroll-anchors/symbols.d.ts.map +0 -1
  58. package/lib/components/systems/scroll-anchors/symbols.js +0 -6
@@ -1 +1 @@
1
- .toast-animation-move,.toast-animation-enter-active,.toast-animation-leave-active{transition:all .3s ease}.toast-animation-enter-from,.toast-animation-leave-to{opacity:0;transform:translate(30px)}.toast-animation-leave-active{position:absolute;width:100%}.facets-dropdown-filters{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.facets-dropdown-filters__group{display:flex;gap:.5rem;align-items:center}.facets-header-layout__header{display:flex;gap:1rem;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap}.facets-results__list{list-style:none;padding:0}.facets-fade-enter-active,.facets-fade-leave-active{transition:opacity .25s ease}.facets-fade-enter-from,.facets-fade-leave-to{opacity:0}.scroll-anchors__rail{border-left:3px solid rgb(220,220,220);padding-left:1rem}.scroll-anchors__indicator{position:absolute;top:0;left:0;width:3px;background-color:#000}.scroll-anchors__indicator--can-transition{transition-property:height,transform;transition-timing-function:ease-in-out;transition-duration:.25s}
1
+ .toast-animation-move,.toast-animation-enter-active,.toast-animation-leave-active{transition:all .3s ease}.toast-animation-enter-from,.toast-animation-leave-to{opacity:0;transform:translate(30px)}.toast-animation-leave-active{position:absolute;width:100%}.facets-dropdown-filters{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.facets-dropdown-filters__group{display:flex;gap:.5rem;align-items:center}.facets-header-layout__header{display:flex;gap:1rem;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap}.facets-results__list{list-style:none;padding:0}.facets-fade-enter-active,.facets-fade-leave-active{transition:opacity .25s ease}.facets-fade-enter-from,.facets-fade-leave-to{opacity:0}