@ulu/frontend 0.1.0-beta.99 → 0.2.0-beta.10

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 (563) hide show
  1. package/dist/README.md +12 -0
  2. package/{types/utils/system.d.ts → dist/es/core/component.d.ts} +7 -16
  3. package/dist/es/core/component.d.ts.map +1 -0
  4. package/dist/es/core/component.js +134 -0
  5. package/dist/es/core/events.d.ts +27 -0
  6. package/dist/es/core/events.d.ts.map +1 -0
  7. package/dist/es/core/events.js +45 -0
  8. package/dist/es/core/index.d.ts +4 -0
  9. package/{types/utils → dist/es/core}/index.d.ts.map +1 -1
  10. package/{types → dist/es/core}/settings.d.ts +1 -1
  11. package/dist/es/core/settings.d.ts.map +1 -0
  12. package/dist/es/core/settings.js +44 -0
  13. package/dist/es/index.d.ts +4 -0
  14. package/{types → dist/es}/index.d.ts.map +1 -1
  15. package/dist/es/index.js +125 -0
  16. package/{types → dist/es}/ui/breakpoints.d.ts +9 -9
  17. package/dist/es/ui/breakpoints.d.ts.map +1 -0
  18. package/dist/es/ui/breakpoints.js +194 -0
  19. package/{types → dist/es}/ui/collapsible.d.ts +28 -7
  20. package/dist/es/ui/collapsible.d.ts.map +1 -0
  21. package/dist/es/ui/collapsible.js +140 -0
  22. package/{types → dist/es}/ui/details-group.d.ts +1 -1
  23. package/dist/es/ui/details-group.d.ts.map +1 -0
  24. package/dist/es/ui/details-group.js +49 -0
  25. package/{types → dist/es}/ui/dialog.d.ts +3 -3
  26. package/dist/es/ui/dialog.d.ts.map +1 -0
  27. package/dist/es/ui/dialog.js +112 -0
  28. package/{types → dist/es}/ui/flipcard.d.ts +1 -1
  29. package/dist/es/ui/flipcard.d.ts.map +1 -0
  30. package/dist/es/ui/flipcard.js +97 -0
  31. package/{types → dist/es}/ui/grid.d.ts +2 -2
  32. package/dist/es/ui/grid.d.ts.map +1 -0
  33. package/dist/es/ui/grid.js +18 -0
  34. package/dist/es/ui/index.d.ts +23 -0
  35. package/{types → dist/es}/ui/index.d.ts.map +1 -1
  36. package/{types → dist/es}/ui/modal-builder.d.ts +22 -17
  37. package/dist/es/ui/modal-builder.d.ts.map +1 -0
  38. package/dist/es/ui/modal-builder.js +136 -0
  39. package/dist/es/ui/overflow-scroller-pager.d.ts.map +1 -0
  40. package/dist/es/ui/overflow-scroller-pager.js +28 -0
  41. package/{types → dist/es}/ui/overflow-scroller.d.ts +3 -3
  42. package/dist/es/ui/overflow-scroller.d.ts.map +1 -0
  43. package/dist/es/ui/overflow-scroller.js +90 -0
  44. package/dist/es/ui/page.d.ts.map +1 -0
  45. package/dist/es/ui/page.js +7 -0
  46. package/{types → dist/es}/ui/popover.d.ts +4 -4
  47. package/dist/es/ui/popover.d.ts.map +1 -0
  48. package/dist/es/ui/popover.js +77 -0
  49. package/dist/es/ui/print-details.d.ts.map +1 -0
  50. package/dist/es/ui/print-details.js +22 -0
  51. package/dist/es/ui/print.d.ts.map +1 -0
  52. package/dist/es/ui/print.js +34 -0
  53. package/{types → dist/es}/ui/programmatic-modal.d.ts +2 -2
  54. package/dist/es/ui/programmatic-modal.d.ts.map +1 -0
  55. package/dist/es/ui/programmatic-modal.js +55 -0
  56. package/{types → dist/es}/ui/proxy-click.d.ts +4 -4
  57. package/dist/es/ui/proxy-click.d.ts.map +1 -0
  58. package/dist/es/ui/proxy-click.js +44 -0
  59. package/{types → dist/es}/ui/resizer.d.ts +17 -17
  60. package/dist/es/ui/resizer.d.ts.map +1 -0
  61. package/dist/es/ui/resizer.js +242 -0
  62. package/{types → dist/es}/ui/scroll-slider.d.ts +1 -1
  63. package/dist/es/ui/scroll-slider.d.ts.map +1 -0
  64. package/dist/es/ui/scroll-slider.js +29 -0
  65. package/{types → dist/es}/ui/scrollpoint.d.ts +80 -12
  66. package/dist/es/ui/scrollpoint.d.ts.map +1 -0
  67. package/dist/es/ui/scrollpoint.js +178 -0
  68. package/{types → dist/es}/ui/slider.d.ts +16 -13
  69. package/dist/es/ui/slider.d.ts.map +1 -0
  70. package/dist/es/ui/slider.js +290 -0
  71. package/{types → dist/es}/ui/tabs.d.ts +2 -2
  72. package/dist/es/ui/tabs.d.ts.map +1 -0
  73. package/dist/es/ui/tabs.js +64 -0
  74. package/{types → dist/es}/ui/theme-toggle.d.ts +4 -4
  75. package/dist/es/ui/theme-toggle.d.ts.map +1 -0
  76. package/dist/es/ui/theme-toggle.js +190 -0
  77. package/{types → dist/es}/ui/tooltip.d.ts +5 -5
  78. package/dist/es/ui/tooltip.d.ts.map +1 -0
  79. package/dist/es/ui/tooltip.js +184 -0
  80. package/{types → dist/es}/utils/class-logger.d.ts +4 -4
  81. package/dist/es/utils/class-logger.d.ts.map +1 -0
  82. package/dist/es/utils/class-logger.js +37 -0
  83. package/dist/es/utils/css.d.ts.map +1 -0
  84. package/dist/es/utils/css.js +6 -0
  85. package/{types → dist/es}/utils/dom.d.ts +1 -1
  86. package/dist/es/utils/dom.d.ts.map +1 -0
  87. package/dist/es/utils/dom.js +29 -0
  88. package/{types → dist/es}/utils/file-save.d.ts +4 -1
  89. package/dist/es/utils/file-save.d.ts.map +1 -0
  90. package/dist/es/utils/file-save.js +46 -0
  91. package/{types → dist/es}/utils/floating-ui.d.ts +1 -1
  92. package/dist/es/utils/floating-ui.d.ts.map +1 -0
  93. package/dist/es/utils/floating-ui.js +46 -0
  94. package/dist/es/utils/font-awesome.d.ts.map +1 -0
  95. package/dist/es/utils/font-awesome.js +13 -0
  96. package/dist/es/utils/id.d.ts.map +1 -0
  97. package/dist/es/utils/id.js +11 -0
  98. package/dist/es/utils/index.d.ts +8 -0
  99. package/dist/es/utils/index.d.ts.map +1 -0
  100. package/dist/es/utils/pause-youtube-video.d.ts.map +1 -0
  101. package/dist/es/utils/pause-youtube-video.js +27 -0
  102. package/dist/umd/style.css +1 -0
  103. package/dist/umd/ulu-frontend.umd.js +70 -0
  104. package/lib/index.js +5 -0
  105. package/{js/utils/system.js → lib/js/core/component.js} +13 -12
  106. package/lib/js/core/events.js +98 -0
  107. package/lib/js/core/index.js +34 -0
  108. package/{js → lib/js/core}/settings.js +3 -3
  109. package/lib/js/exports.md +126 -0
  110. package/lib/js/index.js +7 -0
  111. package/{js → lib/js}/ui/breakpoints.js +40 -35
  112. package/{js → lib/js}/ui/collapsible.js +2 -2
  113. package/{js → lib/js}/ui/details-group.js +2 -2
  114. package/{js → lib/js}/ui/dialog.js +6 -6
  115. package/{js → lib/js}/ui/flipcard.js +2 -2
  116. package/{js → lib/js}/ui/grid.js +2 -2
  117. package/lib/js/ui/index.js +165 -0
  118. package/{js → lib/js}/ui/modal-builder.js +11 -9
  119. package/{js → lib/js}/ui/overflow-scroller.js +2 -2
  120. package/{js → lib/js}/ui/popover.js +2 -2
  121. package/{js → lib/js}/ui/print-details.js +3 -3
  122. package/{js → lib/js}/ui/print.js +2 -2
  123. package/{js → lib/js}/ui/programmatic-modal.js +3 -3
  124. package/{js → lib/js}/ui/proxy-click.js +2 -2
  125. package/{js → lib/js}/ui/resizer.js +2 -2
  126. package/{js → lib/js}/ui/scroll-slider.js +2 -2
  127. package/{js → lib/js}/ui/scrollpoint.js +2 -2
  128. package/{js → lib/js}/ui/slider.js +25 -16
  129. package/{js → lib/js}/ui/tabs.js +2 -2
  130. package/{js → lib/js}/ui/theme-toggle.js +5 -5
  131. package/{js → lib/js}/ui/tooltip.js +4 -4
  132. package/{js → lib/js}/utils/css.js +1 -1
  133. package/{js → lib/js}/utils/font-awesome.js +2 -2
  134. package/lib/js/utils/index.js +63 -0
  135. package/{scss → lib/scss}/_breakpoint.scss +4 -4
  136. package/{scss → lib/scss}/_button.scss +1 -0
  137. package/{scss → lib/scss}/_color.scss +42 -38
  138. package/{scss → lib/scss}/_element.scss +13 -2
  139. package/{scss → lib/scss}/_typography.scss +15 -0
  140. package/lib/scss/components/_accordion.scss +268 -0
  141. package/{scss → lib/scss}/components/_basic-hero.scss +1 -1
  142. package/lib/scss/components/_breadcrumb.scss +110 -0
  143. package/{scss → lib/scss}/components/_button.scss +23 -4
  144. package/{scss → lib/scss}/components/_card-grid.scss +8 -2
  145. package/lib/scss/components/_card.scss +655 -0
  146. package/lib/scss/components/_definition-list.scss +178 -0
  147. package/{scss → lib/scss}/components/_form-theme.scss +3 -3
  148. package/{scss → lib/scss}/components/_index.scss +25 -0
  149. package/{scss → lib/scss}/components/_menu-stack.scss +170 -16
  150. package/{scss → lib/scss}/components/_modal.scss +23 -13
  151. package/lib/scss/components/_progress-bar.scss +260 -0
  152. package/lib/scss/components/_progress-circle.scss +175 -0
  153. package/{scss → lib/scss}/components/_skeleton.scss +24 -20
  154. package/{scss → lib/scss}/components/_tag.scss +49 -7
  155. package/{scss → lib/scss}/helpers/_utilities.scss +22 -3
  156. package/package.json +65 -43
  157. package/.browserslistrc +0 -2
  158. package/.eslintrc +0 -17
  159. package/.prettierrc +0 -10
  160. package/CHANGELOG.md +0 -750
  161. package/deprecated/js/doc-ready.js +0 -28
  162. package/deprecated/js/drupal-programmatic-modal.js +0 -91
  163. package/deprecated/js/jquery-prototypes.js +0 -309
  164. package/deprecated/js/micromodal-modals.js +0 -196
  165. package/deprecated/js/mini-collapsible-popper-positioning.js +0 -126
  166. package/deprecated/js/mini-collapsible.js +0 -607
  167. package/deprecated/js/node-data-manager.js +0 -78
  168. package/deprecated/js/script-loader.js +0 -60
  169. package/deprecated/js/waypoints/README.md +0 -3
  170. package/deprecated/js/waypoints/anchor-menu.js +0 -76
  171. package/deprecated/js/waypoints/element-waypoint.js +0 -75
  172. package/deprecated/js/waypoints/examples/page-link-menu.md +0 -106
  173. package/deprecated/js/waypoints/state-in-attribute.js +0 -32
  174. package/dist/ulu-frontend.min.css +0 -1
  175. package/dist/ulu-frontend.min.js +0 -77
  176. package/docs-dev/.nojekyll +0 -1
  177. package/docs-dev/assets/chunks/modulepreload-polyfill.DaKOjhqt.js +0 -37
  178. package/docs-dev/assets/favicons/android-chrome-192x192.png +0 -0
  179. package/docs-dev/assets/favicons/android-chrome-256x256.png +0 -0
  180. package/docs-dev/assets/favicons/apple-touch-icon.png +0 -0
  181. package/docs-dev/assets/favicons/browserconfig.xml +0 -9
  182. package/docs-dev/assets/favicons/favicon-16x16.png +0 -0
  183. package/docs-dev/assets/favicons/favicon-32x32.png +0 -0
  184. package/docs-dev/assets/favicons/favicon.ico +0 -0
  185. package/docs-dev/assets/favicons/mstile-150x150.png +0 -0
  186. package/docs-dev/assets/favicons/safari-pinned-tab.svg +0 -1
  187. package/docs-dev/assets/favicons/site.webmanifest +0 -19
  188. package/docs-dev/assets/fonts/fontawesome/fa-brands-400.ttf +0 -0
  189. package/docs-dev/assets/fonts/fontawesome/fa-brands-400.woff2 +0 -0
  190. package/docs-dev/assets/fonts/fontawesome/fa-regular-400.ttf +0 -0
  191. package/docs-dev/assets/fonts/fontawesome/fa-regular-400.woff2 +0 -0
  192. package/docs-dev/assets/fonts/fontawesome/fa-solid-900.ttf +0 -0
  193. package/docs-dev/assets/fonts/fontawesome/fa-solid-900.woff2 +0 -0
  194. package/docs-dev/assets/fonts/fontawesome/fa-v4compatibility.ttf +0 -0
  195. package/docs-dev/assets/fonts/fontawesome/fa-v4compatibility.woff2 +0 -0
  196. package/docs-dev/assets/fonts/inter/Inter-Black.woff2 +0 -0
  197. package/docs-dev/assets/fonts/inter/Inter-BlackItalic.woff2 +0 -0
  198. package/docs-dev/assets/fonts/inter/Inter-Bold.woff2 +0 -0
  199. package/docs-dev/assets/fonts/inter/Inter-BoldItalic.woff2 +0 -0
  200. package/docs-dev/assets/fonts/inter/Inter-ExtraBold.woff2 +0 -0
  201. package/docs-dev/assets/fonts/inter/Inter-ExtraBoldItalic.woff2 +0 -0
  202. package/docs-dev/assets/fonts/inter/Inter-ExtraLight.woff2 +0 -0
  203. package/docs-dev/assets/fonts/inter/Inter-ExtraLightItalic.woff2 +0 -0
  204. package/docs-dev/assets/fonts/inter/Inter-Italic.woff2 +0 -0
  205. package/docs-dev/assets/fonts/inter/Inter-Light.woff2 +0 -0
  206. package/docs-dev/assets/fonts/inter/Inter-LightItalic.woff2 +0 -0
  207. package/docs-dev/assets/fonts/inter/Inter-Medium.woff2 +0 -0
  208. package/docs-dev/assets/fonts/inter/Inter-MediumItalic.woff2 +0 -0
  209. package/docs-dev/assets/fonts/inter/Inter-Regular.woff2 +0 -0
  210. package/docs-dev/assets/fonts/inter/Inter-SemiBold.woff2 +0 -0
  211. package/docs-dev/assets/fonts/inter/Inter-SemiBoldItalic.woff2 +0 -0
  212. package/docs-dev/assets/fonts/inter/Inter-Thin.woff2 +0 -0
  213. package/docs-dev/assets/fonts/inter/Inter-ThinItalic.woff2 +0 -0
  214. package/docs-dev/assets/fonts/inter/InterDisplay-Black.woff2 +0 -0
  215. package/docs-dev/assets/fonts/inter/InterDisplay-BlackItalic.woff2 +0 -0
  216. package/docs-dev/assets/fonts/inter/InterDisplay-Bold.woff2 +0 -0
  217. package/docs-dev/assets/fonts/inter/InterDisplay-BoldItalic.woff2 +0 -0
  218. package/docs-dev/assets/fonts/inter/InterDisplay-ExtraBold.woff2 +0 -0
  219. package/docs-dev/assets/fonts/inter/InterDisplay-ExtraBoldItalic.woff2 +0 -0
  220. package/docs-dev/assets/fonts/inter/InterDisplay-ExtraLight.woff2 +0 -0
  221. package/docs-dev/assets/fonts/inter/InterDisplay-ExtraLightItalic.woff2 +0 -0
  222. package/docs-dev/assets/fonts/inter/InterDisplay-Italic.woff2 +0 -0
  223. package/docs-dev/assets/fonts/inter/InterDisplay-Light.woff2 +0 -0
  224. package/docs-dev/assets/fonts/inter/InterDisplay-LightItalic.woff2 +0 -0
  225. package/docs-dev/assets/fonts/inter/InterDisplay-Medium.woff2 +0 -0
  226. package/docs-dev/assets/fonts/inter/InterDisplay-MediumItalic.woff2 +0 -0
  227. package/docs-dev/assets/fonts/inter/InterDisplay-Regular.woff2 +0 -0
  228. package/docs-dev/assets/fonts/inter/InterDisplay-SemiBold.woff2 +0 -0
  229. package/docs-dev/assets/fonts/inter/InterDisplay-SemiBoldItalic.woff2 +0 -0
  230. package/docs-dev/assets/fonts/inter/InterDisplay-Thin.woff2 +0 -0
  231. package/docs-dev/assets/fonts/inter/InterDisplay-ThinItalic.woff2 +0 -0
  232. package/docs-dev/assets/fonts/inter/InterVariable-Italic.woff2 +0 -0
  233. package/docs-dev/assets/fonts/inter/InterVariable.woff2 +0 -0
  234. package/docs-dev/assets/fonts/inter/LICENSE.txt +0 -92
  235. package/docs-dev/assets/fonts/inter/inter.css +0 -37
  236. package/docs-dev/assets/main.js +0 -23312
  237. package/docs-dev/assets/placeholder/4065947-uhd_4096_2160_25fps.credits.txt +0 -2
  238. package/docs-dev/assets/placeholder/4065947-uhd_4096_2160_25fps.mp4 +0 -0
  239. package/docs-dev/assets/placeholder/icon-calendar.svg +0 -1
  240. package/docs-dev/assets/placeholder/icon-check.svg +0 -1
  241. package/docs-dev/assets/placeholder/image-1-attribution.txt +0 -7
  242. package/docs-dev/assets/placeholder/image-1-darkened.jpg +0 -0
  243. package/docs-dev/assets/placeholder/image-1-lightened.jpg +0 -0
  244. package/docs-dev/assets/placeholder/image-1.jpg +0 -0
  245. package/docs-dev/assets/style.css +0 -19153
  246. package/docs-dev/changelog/index.html +0 -7184
  247. package/docs-dev/demos/accordion/index.html +0 -5811
  248. package/docs-dev/demos/badge/index.html +0 -5655
  249. package/docs-dev/demos/badge-stack/index.html +0 -5636
  250. package/docs-dev/demos/badge.1/index.html +0 -5595
  251. package/docs-dev/demos/basic-hero/index.html +0 -111
  252. package/docs-dev/demos/breakpoints-manager/index.html +0 -5666
  253. package/docs-dev/demos/button/index.html +0 -5665
  254. package/docs-dev/demos/button-group/index.html +0 -5652
  255. package/docs-dev/demos/button-verbose/index.html +0 -5658
  256. package/docs-dev/demos/callout/index.html +0 -5704
  257. package/docs-dev/demos/captioned-figure/index.html +0 -5686
  258. package/docs-dev/demos/card/index.html +0 -5682
  259. package/docs-dev/demos/card-grid/index.html +0 -5777
  260. package/docs-dev/demos/counter-list/index.html +0 -5660
  261. package/docs-dev/demos/css-icons/index.html +0 -6298
  262. package/docs-dev/demos/data-grid/index.html +0 -6529
  263. package/docs-dev/demos/data-table/index.html +0 -5833
  264. package/docs-dev/demos/details-group/index.html +0 -5687
  265. package/docs-dev/demos/file-save/index.html +0 -5675
  266. package/docs-dev/demos/flipcard/index.html +0 -6224
  267. package/docs-dev/demos/form-theme/index.html +0 -5842
  268. package/docs-dev/demos/headline-label/index.html +0 -5622
  269. package/docs-dev/demos/hero/index.html +0 -309
  270. package/docs-dev/demos/image-grid/index.html +0 -165
  271. package/docs-dev/demos/index.html +0 -5613
  272. package/docs-dev/demos/list-inline/index.html +0 -5640
  273. package/docs-dev/demos/list-lines/index.html +0 -5630
  274. package/docs-dev/demos/menu-stack/index.html +0 -5769
  275. package/docs-dev/demos/modals/index.html +0 -5844
  276. package/docs-dev/demos/nav-strip/index.html +0 -5725
  277. package/docs-dev/demos/overlay-section/index.html +0 -5701
  278. package/docs-dev/demos/panel/index.html +0 -5682
  279. package/docs-dev/demos/popovers/index.html +0 -0
  280. package/docs-dev/demos/print/index.html +0 -5633
  281. package/docs-dev/demos/pull-quote/index.html +0 -5632
  282. package/docs-dev/demos/rail/index.html +0 -5730
  283. package/docs-dev/demos/rule/index.html +0 -5694
  284. package/docs-dev/demos/scroll-slider/index.html +0 -170
  285. package/docs-dev/demos/scrollpoints/index.html +0 -5651
  286. package/docs-dev/demos/skeleton/index.html +0 -5676
  287. package/docs-dev/demos/slider/index.html +0 -172
  288. package/docs-dev/demos/spoke-spinner/index.html +0 -5628
  289. package/docs-dev/demos/sticky-list/index.html +0 -5643
  290. package/docs-dev/demos/tabs/index.html +0 -5753
  291. package/docs-dev/demos/tag/index.html +0 -5633
  292. package/docs-dev/demos/theme-toggle/index.html +0 -5699
  293. package/docs-dev/demos/tile-grid-overlay/index.html +0 -390
  294. package/docs-dev/demos/tiles/index.html +0 -5882
  295. package/docs-dev/demos/tooltip/index.html +0 -5661
  296. package/docs-dev/demos/wysiwyg/index.html +0 -5672
  297. package/docs-dev/guide/building-stylesheet/index.html +0 -5682
  298. package/docs-dev/guide/developing-ulu-scss-module/index.html +0 -5734
  299. package/docs-dev/guide/index.html +0 -5615
  300. package/docs-dev/index.html +0 -5662
  301. package/docs-dev/javascript/events/index.html +0 -5811
  302. package/docs-dev/javascript/index.html +0 -5628
  303. package/docs-dev/javascript/settings/index.html +0 -5825
  304. package/docs-dev/javascript/ui-breakpoints/index.html +0 -6071
  305. package/docs-dev/javascript/ui-collapsible/index.html +0 -5738
  306. package/docs-dev/javascript/ui-details-group/index.html +0 -5742
  307. package/docs-dev/javascript/ui-dialog/index.html +0 -5787
  308. package/docs-dev/javascript/ui-flipcard/index.html +0 -5678
  309. package/docs-dev/javascript/ui-grid/index.html +0 -5653
  310. package/docs-dev/javascript/ui-modal-builder/index.html +0 -5901
  311. package/docs-dev/javascript/ui-overflow-scroller/index.html +0 -5611
  312. package/docs-dev/javascript/ui-overflow-scroller-pager/index.html +0 -5629
  313. package/docs-dev/javascript/ui-page/index.html +0 -5626
  314. package/docs-dev/javascript/ui-popover/index.html +0 -5661
  315. package/docs-dev/javascript/ui-print/index.html +0 -5670
  316. package/docs-dev/javascript/ui-print-details/index.html +0 -5641
  317. package/docs-dev/javascript/ui-programmatic-modal/index.html +0 -5611
  318. package/docs-dev/javascript/ui-proxy-click/index.html +0 -5740
  319. package/docs-dev/javascript/ui-resizer/index.html +0 -5946
  320. package/docs-dev/javascript/ui-scroll-slider/index.html +0 -5672
  321. package/docs-dev/javascript/ui-scrollpoint/index.html +0 -5851
  322. package/docs-dev/javascript/ui-slider/index.html +0 -5813
  323. package/docs-dev/javascript/ui-tabs/index.html +0 -5706
  324. package/docs-dev/javascript/ui-theme-toggle/index.html +0 -5830
  325. package/docs-dev/javascript/ui-tooltip/index.html +0 -5754
  326. package/docs-dev/javascript/utils-class-logger/index.html +0 -5746
  327. package/docs-dev/javascript/utils-css/index.html +0 -5644
  328. package/docs-dev/javascript/utils-dom/index.html +0 -5711
  329. package/docs-dev/javascript/utils-file-save/index.html +0 -5783
  330. package/docs-dev/javascript/utils-floating-ui/index.html +0 -5643
  331. package/docs-dev/javascript/utils-id/index.html +0 -5653
  332. package/docs-dev/javascript/utils-pause-youtube-video/index.html +0 -5661
  333. package/docs-dev/javascript/utils-system/index.html +0 -5947
  334. package/docs-dev/sass/base/color/index.html +0 -5644
  335. package/docs-dev/sass/base/elements/index.html +0 -5815
  336. package/docs-dev/sass/base/index/index.html +0 -5814
  337. package/docs-dev/sass/base/index.html +0 -5622
  338. package/docs-dev/sass/base/keyframes/index.html +0 -5646
  339. package/docs-dev/sass/base/layout/index.html +0 -5806
  340. package/docs-dev/sass/base/normalize/index.html +0 -5654
  341. package/docs-dev/sass/base/print/index.html +0 -5650
  342. package/docs-dev/sass/base/root/index.html +0 -5670
  343. package/docs-dev/sass/base/typography/index.html +0 -5670
  344. package/docs-dev/sass/components/accordion/index.html +0 -5979
  345. package/docs-dev/sass/components/adaptive-spacing/index.html +0 -5915
  346. package/docs-dev/sass/components/badge/index.html +0 -5881
  347. package/docs-dev/sass/components/badge-stack/index.html +0 -5811
  348. package/docs-dev/sass/components/basic-hero/index.html +0 -5805
  349. package/docs-dev/sass/components/button/index.html +0 -5799
  350. package/docs-dev/sass/components/button-group/index.html +0 -5803
  351. package/docs-dev/sass/components/button-verbose/index.html +0 -5986
  352. package/docs-dev/sass/components/callout/index.html +0 -5961
  353. package/docs-dev/sass/components/captioned-figure/index.html +0 -5904
  354. package/docs-dev/sass/components/card/index.html +0 -6219
  355. package/docs-dev/sass/components/card-grid/index.html +0 -5813
  356. package/docs-dev/sass/components/counter-list/index.html +0 -5887
  357. package/docs-dev/sass/components/css-icon/index.html +0 -5917
  358. package/docs-dev/sass/components/data-grid/index.html +0 -6052
  359. package/docs-dev/sass/components/data-table/index.html +0 -5988
  360. package/docs-dev/sass/components/fill-context/index.html +0 -5679
  361. package/docs-dev/sass/components/flipcard/index.html +0 -5980
  362. package/docs-dev/sass/components/flipcard-grid/index.html +0 -5800
  363. package/docs-dev/sass/components/form-theme/index.html +0 -6525
  364. package/docs-dev/sass/components/headline-label/index.html +0 -5833
  365. package/docs-dev/sass/components/hero/index.html +0 -5849
  366. package/docs-dev/sass/components/horizontal-rule/index.html +0 -5798
  367. package/docs-dev/sass/components/image-grid/index.html +0 -5805
  368. package/docs-dev/sass/components/index/index.html +0 -5859
  369. package/docs-dev/sass/components/index.html +0 -5622
  370. package/docs-dev/sass/components/links/index.html +0 -5649
  371. package/docs-dev/sass/components/list-inline/index.html +0 -5819
  372. package/docs-dev/sass/components/list-lines/index.html +0 -5840
  373. package/docs-dev/sass/components/list-ordered/index.html +0 -5645
  374. package/docs-dev/sass/components/list-unordered/index.html +0 -5649
  375. package/docs-dev/sass/components/menu-stack/index.html +0 -5992
  376. package/docs-dev/sass/components/modal/index.html +0 -6068
  377. package/docs-dev/sass/components/nav-strip/index.html +0 -5899
  378. package/docs-dev/sass/components/overlay-section/index.html +0 -5843
  379. package/docs-dev/sass/components/pager/index.html +0 -5961
  380. package/docs-dev/sass/components/panel/index.html +0 -6033
  381. package/docs-dev/sass/components/placeholder-block/index.html +0 -5883
  382. package/docs-dev/sass/components/popover/index.html +0 -5994
  383. package/docs-dev/sass/components/pull-quote/index.html +0 -5857
  384. package/docs-dev/sass/components/rail/index.html +0 -5823
  385. package/docs-dev/sass/components/ratio-box/index.html +0 -5803
  386. package/docs-dev/sass/components/rule/index.html +0 -5805
  387. package/docs-dev/sass/components/scroll-slider/index.html +0 -5904
  388. package/docs-dev/sass/components/skeleton/index.html +0 -5860
  389. package/docs-dev/sass/components/skip-link/index.html +0 -5789
  390. package/docs-dev/sass/components/slider/index.html +0 -5913
  391. package/docs-dev/sass/components/spoke-spinner/index.html +0 -5863
  392. package/docs-dev/sass/components/sticky-list/index.html +0 -6023
  393. package/docs-dev/sass/components/table-sticky/index.html +0 -5677
  394. package/docs-dev/sass/components/tabs/index.html +0 -5954
  395. package/docs-dev/sass/components/tag/index.html +0 -5964
  396. package/docs-dev/sass/components/tile-button/index.html +0 -5844
  397. package/docs-dev/sass/components/tile-grid/index.html +0 -5979
  398. package/docs-dev/sass/components/tile-grid-overlay/index.html +0 -5780
  399. package/docs-dev/sass/components/vignette/index.html +0 -5799
  400. package/docs-dev/sass/components/wysiwyg/index.html +0 -5827
  401. package/docs-dev/sass/core/breakpoint/index.html +0 -6454
  402. package/docs-dev/sass/core/button/index.html +0 -6538
  403. package/docs-dev/sass/core/color/index.html +0 -6520
  404. package/docs-dev/sass/core/cssvar/index.html +0 -6411
  405. package/docs-dev/sass/core/element/index.html +0 -6816
  406. package/docs-dev/sass/core/index.html +0 -5609
  407. package/docs-dev/sass/core/layout/index.html +0 -6388
  408. package/docs-dev/sass/core/path/index.html +0 -5778
  409. package/docs-dev/sass/core/selector/index.html +0 -5857
  410. package/docs-dev/sass/core/typography/index.html +0 -6783
  411. package/docs-dev/sass/core/units/index.html +0 -5822
  412. package/docs-dev/sass/core/utils/index.html +0 -8406
  413. package/docs-dev/sass/helpers/color/index.html +0 -5644
  414. package/docs-dev/sass/helpers/display/index.html +0 -5649
  415. package/docs-dev/sass/helpers/index/index.html +0 -5811
  416. package/docs-dev/sass/helpers/index.html +0 -5622
  417. package/docs-dev/sass/helpers/print/index.html +0 -5199
  418. package/docs-dev/sass/helpers/typography/index.html +0 -5672
  419. package/docs-dev/sass/helpers/units/index.html +0 -5818
  420. package/docs-dev/sass/helpers/utilities/index.html +0 -5649
  421. package/docs-dev/sass/index.html +0 -5673
  422. package/index.js +0 -7
  423. package/js/events/index.js +0 -108
  424. package/js/index.js +0 -11
  425. package/js/ui/index.js +0 -22
  426. package/js/utils/index.js +0 -8
  427. package/resources/drupal/twig-macros/accordion.twig +0 -99
  428. package/resources/drupal/twig-macros/dropdown.twig +0 -44
  429. package/resources/drupal/twig-macros/flipcard.twig +0 -69
  430. package/resources/drupal/twig-macros/image.twig +0 -30
  431. package/resources/drupal/twig-macros/layout.twig +0 -338
  432. package/resources/drupal/twig-macros/slider.twig +0 -214
  433. package/resources/drupal/twig-macros/tabs.twig +0 -84
  434. package/scss/components/_accordion.scss +0 -231
  435. package/scss/components/_card.scss +0 -596
  436. package/types/events/index.d.ts +0 -26
  437. package/types/events/index.d.ts.map +0 -1
  438. package/types/index.d.ts +0 -5
  439. package/types/settings.d.ts.map +0 -1
  440. package/types/ui/breakpoints.d.ts.map +0 -1
  441. package/types/ui/collapsible.d.ts.map +0 -1
  442. package/types/ui/details-group.d.ts.map +0 -1
  443. package/types/ui/dialog.d.ts.map +0 -1
  444. package/types/ui/flipcard.d.ts.map +0 -1
  445. package/types/ui/grid.d.ts.map +0 -1
  446. package/types/ui/index.d.ts +0 -24
  447. package/types/ui/modal-builder.d.ts.map +0 -1
  448. package/types/ui/overflow-scroller-pager.d.ts.map +0 -1
  449. package/types/ui/overflow-scroller.d.ts.map +0 -1
  450. package/types/ui/page.d.ts.map +0 -1
  451. package/types/ui/popover.d.ts.map +0 -1
  452. package/types/ui/print-details.d.ts.map +0 -1
  453. package/types/ui/print.d.ts.map +0 -1
  454. package/types/ui/programmatic-modal.d.ts.map +0 -1
  455. package/types/ui/proxy-click.d.ts.map +0 -1
  456. package/types/ui/resizer.d.ts.map +0 -1
  457. package/types/ui/scroll-slider.d.ts.map +0 -1
  458. package/types/ui/scrollpoint.d.ts.map +0 -1
  459. package/types/ui/slider.d.ts.map +0 -1
  460. package/types/ui/tabs.d.ts.map +0 -1
  461. package/types/ui/theme-toggle.d.ts.map +0 -1
  462. package/types/ui/tooltip.d.ts.map +0 -1
  463. package/types/utils/class-logger.d.ts.map +0 -1
  464. package/types/utils/css.d.ts.map +0 -1
  465. package/types/utils/dom.d.ts.map +0 -1
  466. package/types/utils/file-save.d.ts.map +0 -1
  467. package/types/utils/floating-ui.d.ts.map +0 -1
  468. package/types/utils/font-awesome.d.ts.map +0 -1
  469. package/types/utils/id.d.ts.map +0 -1
  470. package/types/utils/index.d.ts +0 -10
  471. package/types/utils/pause-youtube-video.d.ts.map +0 -1
  472. package/types/utils/system.d.ts.map +0 -1
  473. /package/{types → dist/es}/ui/overflow-scroller-pager.d.ts +0 -0
  474. /package/{types → dist/es}/ui/page.d.ts +0 -0
  475. /package/{types → dist/es}/ui/print-details.d.ts +0 -0
  476. /package/{types → dist/es}/ui/print.d.ts +0 -0
  477. /package/{types → dist/es}/utils/css.d.ts +0 -0
  478. /package/{types → dist/es}/utils/font-awesome.d.ts +0 -0
  479. /package/{types → dist/es}/utils/id.d.ts +0 -0
  480. /package/{types → dist/es}/utils/pause-youtube-video.d.ts +0 -0
  481. /package/{js → lib/js}/ui/dialog.todo +0 -0
  482. /package/{js → lib/js}/ui/overflow-scroller-pager.js +0 -0
  483. /package/{js → lib/js}/ui/page.js +0 -0
  484. /package/{js → lib/js}/utils/class-logger.js +0 -0
  485. /package/{js → lib/js}/utils/dom.js +0 -0
  486. /package/{js → lib/js}/utils/file-save.js +0 -0
  487. /package/{js → lib/js}/utils/floating-ui.js +0 -0
  488. /package/{js → lib/js}/utils/id.js +0 -0
  489. /package/{js → lib/js}/utils/pause-youtube-video.js +0 -0
  490. /package/{scss → lib/scss}/README.md +0 -0
  491. /package/{scss → lib/scss}/_cssvar.scss +0 -0
  492. /package/{scss → lib/scss}/_index.scss +0 -0
  493. /package/{scss → lib/scss}/_layout.scss +0 -0
  494. /package/{scss → lib/scss}/_path.scss +0 -0
  495. /package/{scss → lib/scss}/_selector.scss +0 -0
  496. /package/{scss → lib/scss}/_units.scss +0 -0
  497. /package/{scss → lib/scss}/_utils.scss +0 -0
  498. /package/{scss → lib/scss}/base/_color.scss +0 -0
  499. /package/{scss → lib/scss}/base/_elements.scss +0 -0
  500. /package/{scss → lib/scss}/base/_index.scss +0 -0
  501. /package/{scss → lib/scss}/base/_keyframes.scss +0 -0
  502. /package/{scss → lib/scss}/base/_layout.scss +0 -0
  503. /package/{scss → lib/scss}/base/_normalize.scss +0 -0
  504. /package/{scss → lib/scss}/base/_print.scss +0 -0
  505. /package/{scss → lib/scss}/base/_root.scss +0 -0
  506. /package/{scss → lib/scss}/base/_typography.scss +0 -0
  507. /package/{scss → lib/scss}/components/README.md +0 -0
  508. /package/{scss → lib/scss}/components/README.todos +0 -0
  509. /package/{scss → lib/scss}/components/_adaptive-spacing.scss +0 -0
  510. /package/{scss → lib/scss}/components/_badge-stack.scss +0 -0
  511. /package/{scss → lib/scss}/components/_badge.scss +0 -0
  512. /package/{scss → lib/scss}/components/_button-group.scss +0 -0
  513. /package/{scss → lib/scss}/components/_button-verbose.scss +0 -0
  514. /package/{scss → lib/scss}/components/_callout.scss +0 -0
  515. /package/{scss → lib/scss}/components/_captioned-figure.scss +0 -0
  516. /package/{scss → lib/scss}/components/_counter-list.scss +0 -0
  517. /package/{scss → lib/scss}/components/_css-icon.scss +0 -0
  518. /package/{scss → lib/scss}/components/_data-grid.scss +0 -0
  519. /package/{scss → lib/scss}/components/_data-table.scss +0 -0
  520. /package/{scss → lib/scss}/components/_fill-context.scss +0 -0
  521. /package/{scss → lib/scss}/components/_flipcard-grid.scss +0 -0
  522. /package/{scss → lib/scss}/components/_flipcard.scss +0 -0
  523. /package/{scss → lib/scss}/components/_headline-label.scss +0 -0
  524. /package/{scss → lib/scss}/components/_hero.scss +0 -0
  525. /package/{scss → lib/scss}/components/_horizontal-rule.scss +0 -0
  526. /package/{scss → lib/scss}/components/_image-grid.scss +0 -0
  527. /package/{scss → lib/scss}/components/_links.scss +0 -0
  528. /package/{scss → lib/scss}/components/_list-inline.scss +0 -0
  529. /package/{scss → lib/scss}/components/_list-lines.scss +0 -0
  530. /package/{scss → lib/scss}/components/_list-ordered.scss +0 -0
  531. /package/{scss → lib/scss}/components/_list-unordered.scss +0 -0
  532. /package/{scss → lib/scss}/components/_nav-strip.scss +0 -0
  533. /package/{scss → lib/scss}/components/_overlay-section.scss +0 -0
  534. /package/{scss → lib/scss}/components/_pager.scss +0 -0
  535. /package/{scss → lib/scss}/components/_panel.scss +0 -0
  536. /package/{scss → lib/scss}/components/_placeholder-block.scss +0 -0
  537. /package/{scss → lib/scss}/components/_popover.scss +0 -0
  538. /package/{scss → lib/scss}/components/_pull-quote.scss +0 -0
  539. /package/{scss → lib/scss}/components/_rail.scss +0 -0
  540. /package/{scss → lib/scss}/components/_ratio-box.scss +0 -0
  541. /package/{scss → lib/scss}/components/_rule.scss +0 -0
  542. /package/{scss → lib/scss}/components/_scroll-slider.scss +0 -0
  543. /package/{scss → lib/scss}/components/_skip-link.scss +0 -0
  544. /package/{scss → lib/scss}/components/_slider.scss +0 -0
  545. /package/{scss → lib/scss}/components/_spoke-spinner.scss +0 -0
  546. /package/{scss → lib/scss}/components/_sticky-list.scss +0 -0
  547. /package/{scss → lib/scss}/components/_tabs.scss +0 -0
  548. /package/{scss → lib/scss}/components/_tile-button.scss +0 -0
  549. /package/{scss → lib/scss}/components/_tile-grid-overlay.scss +0 -0
  550. /package/{scss → lib/scss}/components/_tile-grid.scss +0 -0
  551. /package/{scss → lib/scss}/components/_vignette.scss +0 -0
  552. /package/{scss → lib/scss}/components/_wysiwyg.scss +0 -0
  553. /package/{scss → lib/scss}/helpers/_color.scss +0 -0
  554. /package/{scss → lib/scss}/helpers/_display.scss +0 -0
  555. /package/{scss → lib/scss}/helpers/_index.scss +0 -0
  556. /package/{scss → lib/scss}/helpers/_print.scss +0 -0
  557. /package/{scss → lib/scss}/helpers/_typography.scss +0 -0
  558. /package/{scss → lib/scss}/helpers/_units.scss +0 -0
  559. /package/{scss → lib/scss}/stylesheets/README.md +0 -0
  560. /package/{scss → lib/scss}/stylesheets/base-styles.scss +0 -0
  561. /package/{scss → lib/scss}/stylesheets/component-styles.scss +0 -0
  562. /package/{scss → lib/scss}/stylesheets/full.scss +0 -0
  563. /package/{scss → lib/scss}/stylesheets/helper-styles.scss +0 -0
package/CHANGELOG.md DELETED
@@ -1,750 +0,0 @@
1
- # Change Log
2
-
3
- ## 0.1.0-beta.99
4
-
5
- - **scss/components/skeleton** - Fix some selectors from last change (background)
6
-
7
- ## 0.1.0-beta.98
8
-
9
- - **scss/components/skeleton** - Make all child components (ie. .skeleton__text) to independent related components (.skeleton-text)
10
-
11
- ## 0.1.0-beta.97
12
-
13
- - **scss/components/skeleton** - Tweak how selectors are formed (no change really)
14
-
15
- ## 0.1.0-beta.96
16
-
17
- - **scss/components/skeleton** - Change alt background color default
18
-
19
- ## 0.1.0-beta.95
20
-
21
- - **scss/components/skeleton** - Add new skeleton component and demo page (`docs-src/content/demos/skeleton.html`)
22
-
23
- ## 0.1.0-beta.94
24
-
25
- - **scss/component/rail** - Add "rail--rule" modifier (adds rule below rail)
26
-
27
- ## 0.1.0-beta.93
28
-
29
- - **scss/component/card** - Change default $config "color" from null to "type" as it should always have a color set so that when used as a link this color is used vs link color
30
-
31
- ## 0.1.0-beta.92
32
-
33
- - **scss/component/badge** - Add button/a in selector list for clickable styles (still includes badge--clickable modifier but if using button/a these styles will be used also)
34
- - **scss/component/badge-stack** - Add new component for badge lists
35
-
36
- ## 0.1.0-beta.91
37
-
38
- - Fix mistake in $includes in base scss module
39
-
40
- ## 0.1.0-beta.90
41
-
42
- - Fix missing file-header comments in base scss modules
43
-
44
- ## 0.1.0-beta.89
45
-
46
- - **scss/base/elements** - Remove old breakpoints.embed-for-scripts (puts active breakpoint on body hidden pseudo)
47
- - **scss/base/root** - Add cssvar.declare-breakpoint() so that site's using base will have breakpoints by default
48
-
49
- ## 0.1.0-beta.88
50
-
51
- - **scss/base/_keyframes.scss** - Add UluWiggle (used in toast frontend-vue)
52
-
53
- ## 0.1.0-beta.87
54
-
55
- - Remove **scss/components/table-sticky.scss** from components
56
- - This stylesheet/module will be available in the "frontend-vue" library with it's dedicated Vue component. This library will be released/ready in the near future.
57
-
58
- ## 0.1.0-beta.86
59
-
60
- - **scss/components/wysiwyg.scss**
61
- - Add option for "exclude-selector" (.wysiwyg__exclude), that is applied to all selectors now
62
- - Remove it from "ul-excluded-selectors" and "img-excluded-selectors" as it will always included by "exclude-selector" now
63
- - Move margins for <ul>/<ol> will apply only if not excluded (so if excluded it will not have any styles applied)
64
-
65
- ## 0.1.0-beta.85
66
-
67
- - **scss/components/table-sticky.scss**
68
- - New component module for vue table sticky component (not output by default when calling components-styles)
69
-
70
- ## 0.1.0-beta.84
71
-
72
- - **scss/components/rail.scss**
73
- - Add new component for common strip-rail layouts
74
- - **scss/components/button-group.scss**
75
- - Add new component for grouping buttons and joining them
76
- - **scss/components/headline-label.scss**
77
- - Add new component "headline-label" for small label above headlines
78
- - **scss/components/panel.scss**
79
- - Add new panel component, this is to replace custom callout layouts/etc
80
- - A panel is a box with child rows (such as header, body, footer) or anything like that (think structured callouts, sidebar menus, anything that needs this type of layout)
81
- - User defines how it looks and what modifiers are present (unless using defaults)
82
- - **scss/element.scss**
83
- - Add new function `get-optional-rule-style($value)` which will test the input passed, if it's a string and not 'none'/none it will return a rule-style, if it's another type of value (null, css border value, etc) it will pass it through. So that we easily have config values in components etc, that can leverage rule styles but allow user values if that's not what's desired
84
- - **scss/utils.scss**
85
- - Add utils.default() for inline defaults to handle pattern similiar to function-fallback works, for local values (not for configuration fallbacks)
86
- - Use like `color: ulu.utils-default($user-value, red)` (if user value is anything other than `true`) return it, else return default value (like how all config defaults work)
87
- - Designed mainly for internal library use
88
-
89
-
90
- ## 0.1.0-beta.83
91
-
92
- - **js/ui/resizer.js**
93
- - Add keyboard events
94
- - Add selfManagedEvents and selfManagedAriaLabel
95
- - So we can use this in other libraries/etc
96
- - **js/ui/modal-builder.js**
97
- - Update default modal template option to have a button for resizer to work with updated resizer script
98
-
99
- ## 0.1.0-beta.82
100
-
101
- - **js/ui/dialog.js**
102
- - Remove native resize detection (resizeObserver, etc) since all resizing is done by resizer now
103
- - Backed up this idea to reference/ideas/removed-idea-on-how-to-detect-native-resizing-has-no-event.js incase it's needed in the future
104
- - Add flag internally to ensure that click outside is prevented if the pointer event originated from a resizer event
105
-
106
- ## 0.1.0-beta.81
107
-
108
- - **scss/components/css-icons.scss**
109
- - Add icon for `.css-icon--drag-both`
110
- - **scss/components/modal.scss**
111
- - Remove 'resize' native resizing for 'center' position, and use new resizer for both axes
112
- - **js/ui/modal-builder.js**
113
- - Update resizer to create resizer handle for "center" so we can remove CSS resize in modals.scss
114
- - **js/ui/resizer.js**
115
- - Refactor API to be fromX, and fromY (instead of fromLeft) to support both axes
116
- - Add events dispatched from resizer's container for user
117
- - Make all events pointer events instead of mouse
118
- - **js/utils/class-logger.js**
119
- - Add check in allow() for class instance options.debug property
120
-
121
- ## 0.1.0-beta.80
122
-
123
- - Update @ulu/utils
124
-
125
- ## 0.1.0-beta.79
126
-
127
- - **js/ui/dialog.js**
128
- - Move preventScroll logic to utils library, refactor (no api changes)
129
-
130
- ## 0.1.0-beta.78
131
-
132
- - **js/ui/modal-builder.js**
133
- - Fix unused documented config property `titleId`
134
- - Document `labeledby`and `describedby``
135
- - Code cleanup
136
-
137
- ## 0.1.0-beta.77
138
-
139
- - **js**
140
- - Move dom utils that were reusable to utils library
141
- - **docs**
142
- - Fix popover fixed demo for fixed strategy
143
-
144
- ## 0.1.0-beta.76
145
-
146
- - **scss/components/modal.scss**
147
- - Add `.modal__footer` element and configuration for styling it
148
- - Fix modal animations temporarily setting display block instead of flex
149
- - **js/ui/modal-builder.js**
150
- - Add options for `footerElement` which will select the element and move it into the modal on creation (when working in DOM with data-attributes)
151
- - Add option for `footerHtml` which will insert the markup provided into the footer
152
- - Output footer element if either setting is set
153
-
154
- ## 0.1.0-beta.75
155
-
156
- - **scss/components/modal.scss** | Remove unused selector `.modal__content`
157
-
158
- ## 0.1.0-beta.74
159
-
160
- - **js/ui/modal-builder.js**
161
- - Add options for `labelledby`, `describedby` (pass id's)
162
- - `labelledby` will be filled in automatically if using title option
163
- - `describedby` is to mark optional description element
164
-
165
- ## 0.1.0-beta.73
166
-
167
- - **js/ui/modal-builder.js** | Fix missing end tag in options.template
168
-
169
- ## 0.1.0-beta.72
170
-
171
- - **scss/element** | Change new mixin name "focus-ring-required-only"
172
-
173
- ## 0.1.0-beta.71
174
-
175
- - **scss/element**
176
- - Add mixin "hide-focus-ring" which implements hidden focus ring unless it's needed (via :focus-visible)
177
- - **scss/components/tabs**
178
- - Hide focus ring on tabs when clicking
179
-
180
- ## 0.1.0-beta.70
181
-
182
- - **scss/components/accordion**
183
- - Change defaults (add background color to summary) so that demo shows how no-border modifier is used
184
- - Add borderless-margin-between
185
- - Change modifier "no-border" to "borderless"
186
- - **scss/components/tabs**
187
- - Tweak defaults so that tab color hover matches "selected" color
188
- - Add transitions to the indicator bar, and add setting to adjust it
189
-
190
- ## 0.1.0-beta.69
191
-
192
- - **scss/components/accordion**
193
- - Set width on .accordion__summary so it works when using button element (when not details)
194
- - Fixed minor things (missing selectors, etc)
195
-
196
- ## 0.1.0-beta.68
197
-
198
- - **scss/components/badge**
199
- - Fix default config (so that default size is smaller than large)
200
- - Add default sizes (small and large)
201
- - Add font family option
202
-
203
- ## 0.1.0-beta.67
204
-
205
- - **scss/components/counter-list**
206
- - Add extra-selector option to allow class wrapper which styles all ol's inside container.
207
-
208
- ## 0.1.0-beta.66
209
-
210
- - **scss/components/data-grid**
211
- - Add missing row gutter breakpoint modifiers (so row gutters use breakpoint sizes)
212
- - Add missing row gutter at breakpoint work with extra scales
213
-
214
- ## 0.1.0-beta.65
215
-
216
- - **scss/element**
217
- - Add backdrop-filter-blur mixin
218
-
219
- ## 0.1.0-beta.64
220
-
221
- - **scss/components/counter-list**
222
- - Fix mistake in "item-margin" property default value
223
- - (should be space separated list or single number was comma separated)
224
-
225
- ## 0.1.0-beta.63
226
-
227
- - **js/ui/scrollpoints**
228
- - Fixed error using for syncedElements option (Missing getElement, was moved to utils)
229
-
230
-
231
- ## Versions 0.1.0-beta.59, 0.1.0-beta.60, 0.1.0-beta.61, 0.1.0-beta.62
232
-
233
- - Update @ulu/utils dependency to latest
234
-
235
- ## Version 0.1.0-beta.58
236
-
237
- - **js/ui/slider**
238
- - Change slider swipe to be on slides
239
- - Add options for swipeOptions to configure ["swipe-listener"](https://www.npmjs.com/package/swipe-listener) library (see it's documentation for options)
240
- - Adding preventScroll by default
241
-
242
- ## Version 0.1.0-beta.57
243
-
244
- - **js/ui/slider**
245
- - Setup swipe listener and add option for swipeEnabled (true by default)
246
-
247
- ## Version 0.1.0-beta.56
248
-
249
- - **scss/components/counter-list**
250
- - Add counter (font-family, font-weight)
251
-
252
- ## Version 0.1.0-beta.55
253
-
254
- - **scss/components/counter-list**
255
- - Fix selector (was nested if using .counter-list__item), Updates for API for $config
256
-
257
- ## Version 0.1.0-beta.54
258
-
259
- - **js/ui/modal-builder**
260
- - Add option for titleClass
261
- - Fill in jsdoc documentation for defaults
262
-
263
- ## Version 0.1.0-beta.53
264
-
265
- - **scss/components/slider**
266
- - Remove "button-height" option not setup in styles
267
- - Change "button-icon-offset-x/y" to "button-offset-x/y" since it only controls the button offsets not related to an icon
268
-
269
- ## Version 0.1.0-beta.52
270
-
271
- - **scss/components/slider**
272
- - Remove "button-size" option (was never hooked up)
273
- - Change "dot-" prefixed options to "nav-" so it's not describing it visually
274
- - Change "margin-bottom" and "margin-top" to singular margin rule
275
-
276
- ## Version 0.1.0-beta.51
277
-
278
- - **scss/components/slider**
279
- - Add "dot-gap" and "nav-margin" options
280
-
281
- ## Version 0.1.0-beta.50
282
-
283
- - **scss/components/slider**
284
- - Remove "dot-border-color-hover" option not setup in styles
285
-
286
- ## Version 0.1.0-beta.49
287
-
288
- - **scss/color**
289
- - Allow color.get() to passthrough colors that are "color-mix()"
290
-
291
- ## Version 0.1.0-beta.48
292
-
293
- - **scss/color**
294
- - **css-tint, css-shade** Make sure colors (base white/black) use color.get()
295
-
296
- ## Version 0.1.0-beta.47
297
-
298
- - **scss/components/card**
299
- - Add card--fill modifier (expands to fit whatever element it's within). This was intended for use with data-grid but could be used this way for many layouts.
300
-
301
- ## Version 0.1.0-beta.46
302
-
303
- - **scss/color**
304
- - **css-tint, css-shade** Add two new functions for tinting/shading in the browser (to support custom properties). In the future these may replace sass only tint/shade functions once they are more widely supported.
305
-
306
- ## Version 0.1.0-beta.45
307
-
308
- - **scss/units > set()**
309
- - Adjust to use map-merge so you can configure how the map is merged (ie. overwrite for example)
310
- - **scss/element > set-rule-margins()**
311
- - Adjust to use map-merge so you can configure how the map is merged (ie. overwrite for example)
312
-
313
- ## Version 0.1.0-beta.44
314
-
315
- - **scss/components/card**
316
- - Fix card body from shrinking when max-width is larger than body content
317
- - Add card--horizontal-center modifier to center body of card
318
-
319
- ## Version 0.1.0-beta.43
320
-
321
- - **scss/components/card**
322
- - Document all new aside configuration properties change toggle-aside-rule to aside-rule
323
-
324
- ## Version 0.1.0-beta.42
325
-
326
- - **scss/components/card**
327
- - Adjusted defaults for new aside element (rule and background color) to match standard defaults (initial testing values were there before)
328
-
329
- ## Version 0.1.0-beta.41
330
-
331
- - **js/utils/dom**
332
- - **addScrollbarProperty** - Change arguments to object, Add argument for "propertyElement" and make this function add property to html element by default (so it can be used with other custom properties in CSS :root selector)
333
- - **scss/components/card.scss**
334
- - card aside defaults changed ("aside-background-color" : transparent, "aside-rule-color": "rule",)
335
-
336
- ## Version 0.1.0-beta.40
337
-
338
- - **scss/components/counter-list**
339
- - Add counter-list component and demo page
340
- - **js/ui/dialog**
341
- - Add option for triggers (preventScrollShift) which will add padding to the body when dialog with preventScroll is opened (so layout doesn't shift). Note this will not fix fixed position elements relative to the viewport jumping.
342
-
343
- ## Version 0.1.0-beta.39
344
-
345
- - **js/ui/scrollpoint.js**
346
- - Fix attribute name for state to have ulu prefix (ie. data-scrollpoint-state is now data-ulu-scrollpoint-state)
347
-
348
- ## Version 0.1.0-beta.38
349
-
350
- - **scss/**
351
- - **helpers/display**
352
- - remove clearfix class styling
353
- - **helpers/utilities, helpers/print, helpers/display**
354
- - Add selector class replacing and prefixing
355
-
356
- ## Version 0.1.0-beta.37
357
-
358
- - **js/ui/slider.js**
359
- - Implement classAccessiblyHidden option to allow users to customize its styling. Will still default to "hidden-visually."
360
-
361
- ## Version 0.1.0-beta.36
362
-
363
- - **scss/**
364
- - **components/button-verbose**
365
- - Add "border-width" and "border-color" options with ability to fallback to button defaults for each. No borders are added by default. Options descriptions added to sass api docs.
366
- - **components/modal**
367
- - Add fullscreen size modifier
368
- - **components/data-grid**
369
- - Create option "rule-fade-duration" which when enabled (can be disabled by passing false) will hide the rules for the grid until the grid's initialization script has finished (which gives positioning information about the column arrangement so the appropriate rules can be shown per column/row).
370
- - **js**
371
- - **settings**
372
- - Update "wrapSettingString" function to have second argument for "transform" allowing default settings strings that can also be transformed. This was used in breakpoint module so user can match "cssvarPrefix" to create a default value of "--PREFIX-breakpoint" for example, where PREFIX is dynamic at time of string is used
373
- - Add "cssvarPrefix" to match scss cssvar module's prefix value
374
- - **ui/breakpoint**
375
- - Fix all typos (options and methods) of "psuedo" to "pseudo" (valueFromPseudo, pseudoSelector)
376
- - Bring in new setting (from settings.js) for "cssvarPrefix" for the breakpoint customProperty default value
377
- - Create test for this in demos
378
- - **ui/collapsibles**
379
- - Fix bug with "focusoutCloses" check collapsible content for focus before closing (so only close if focusout led outside the content) which is the intended behavior. Note this is mechanism used to control popover's so it fixes the bug there as well
380
- - **ui/modal-builder**
381
- - Update all templates options (templateCloseIcon, templateResizerIcon, template) to include new option for "baseClass" so that base BEM selector can easily be changed (ie. .namespace-modal for example)
382
- - **utils/css.js**
383
- - Add new module to hold utility functions related to CSS, currently just new function getCustomProperty which is used in ui/breakpoints module
384
-
385
- ## Version 0.1.0-beta.35
386
-
387
- - **scss/**
388
- - **components/card**
389
- - add *card__aside* styling to enable sidebars
390
- - added *card__main* wrapper to *card__title* and *card__content* to separate it from the *card__aside*
391
- - added config options for *card__aside*
392
- - toggle-aside-rule : toggles rule separating aside from main,
393
- - aside-rule-width
394
- - aside-background-color
395
- - aside-rule-color
396
- - remove padding from *card__image--icon*
397
- - This was adding additional space on bottom of horizontal card. Most noticeably when using an aside background color and no footer.
398
- - **elements/rule**
399
- - Added "display: inline-block;" to short rule
400
- - Note: user can use the old style by adding utility class "display-block"
401
- - **js/**
402
- - ui/scroll-slider
403
- - Fix typo that introduced error in last update controls-context to control-context
404
-
405
- ## Version 0.1.0-beta.34
406
-
407
- - **scss/**
408
- - **element**
409
- - Add mixins for element.cap() and element.cap-appearance() which are used internally but can be used by users to add end caps to an element
410
- - **utils**
411
- - Add ensure-map(), units-match(), is-end(), is-side() functions
412
- - **components/callout**
413
- - Minor visual breaking change for those using cap
414
- - Update how left-cap works (all properties have changed) now accepts common cap settings (see config)
415
- - Caps can be set on any side now
416
- - Callout styles map (for variations/modifiers of callout) will no longer output "border" configuration
417
- - Use "border-width" or "border-color" to affect border appearance
418
- - **components/button-verbose**
419
- - Minor visual breaking change for those using cap
420
- - left cap has changed to cap and accepts common cap options (see config)
421
- - **components/accordion**
422
- - remove static margin-bottom added to "--no-borders" modifier (was 4rem)
423
- - Fix calc for accordion + accordion to be based on border-width setting (was static 1px)
424
- - **components/slider**
425
- - remove unused config options "button-background-color" and "button-background-color-hover"
426
- - **components/accordion**
427
- - Remove margin-bottom
428
- - **components/data-table**
429
- - Add config option "footer-color" to enable users to customize footer text color. Footer still defaults to "color" config option.
430
- - **js/**
431
- - **ui** (remove setup functions, using component initializer class now)
432
- - **ui/slider**
433
- - update createNavButton function to pass whole slide rather than just slide number. Update getNavContent to still print slide number as accessibility text by default.
434
- - **ui/dialog**
435
- - Added option preventScroll (defaults to true), used only for modal dialogs (ignored if nonModal)
436
- - **ui/tooltip**
437
- - Fix missing init attribute
438
- - **ui/flipcard**
439
- - Fix typo in method name "setVisiblity" to "setVisibility"
440
- - **ui/tabs**
441
- - Fix issue with initial click of a tab when using "openWithUrlHash" option
442
- - Equal height checking was setting hidden attribute but aria-tablist library explicitly checks for hidden="hidden"
443
-
444
- ## Version 0.1.0-beta.33
445
-
446
- - scss
447
- - Add layout.absolute-fill throughout components/styles so that CSS is printed the same way for compression
448
- - Add layout.absolute-fill throughout components/styles so that CSS is printed the same way for compression
449
- - scss/components/callout
450
- - scss/components/button-verbose
451
- - Add left-cap-match-radius to have the left cap style match the border radius of the parent container
452
- -
453
- ## Version 0.1.0-beta.32
454
-
455
- - scss/components/button-verbose
456
- - Add left-cap-match-radius to have the left cap style match the border radius of the parent container
457
-
458
- ## Version 0.1.0-beta.31
459
-
460
- - scss/components/button-verbose
461
- - Change left-cap default to false off (like it was before the change in 0.1.0-beta.29)
462
-
463
- ## Version 0.1.0-beta.30
464
-
465
- - scss/components/button-verbose
466
- - Add button-verbose__body element
467
- - Allow title-margin to work if body is before title
468
- - scss/component/popover
469
- - Change new config property "arrow-mask" to "arrow-box-shadow", remove "arrow-mask-" properties as they are no longer needed. When "arrow-box-shadow" is enabled the popovers box-shadow will be used on the arrow along with a mask that has an overlap based on the box-shadow's size.
470
- - scss/utils
471
- - Add (is-list, is-map, is-number, is-string, is-color) functions to reduce logic based on type (ie. `if(utils.is-list($value), $something, $something-else))`
472
- - Add is-even, and is-odd functions
473
-
474
- ## Version 0.1.0-beta.29
475
-
476
- - scss/components/button-verbose
477
- - Setup optional selector changing (class base name)
478
- - Add end cap option
479
- - Adjust default options
480
- - Make inline modifier remove margin right if last child
481
- - scss/components/card
482
- - Add cursor pointer to card__title-link and move default title hover styles from card__title to card__title-link
483
- - Change default size of icon image max-width (from 30rem to 8rem)
484
- - Remove transparent on card__image--icon (will have normal default background for image area now)
485
- - scss/components/form-theme
486
- - Add "description-line-height" option defaulting to typography line-height dense
487
-
488
- ## Version 0.1.0-beta.28
489
-
490
- - scss/components/popover
491
- - Remove options (footer-box-shadow, footer-box-shadow-color) as it interferes with main popover box shadow and arrow box shadow.
492
- - Added "footer-border-top" to separate footer from content (useful for showing overflow)
493
-
494
- ## Version 0.1.0-beta.27
495
-
496
- - scss/components/popover
497
- - Add popover's content box-shadow to arrow (using the other pseudo to mask the shadow)
498
- - scss/components/utils
499
- - Fix number-info function, and add errors option
500
- - Add function add-unit() to add unit to a number
501
- - Add function hypotenuse() which returns hypotenuse of triangle
502
-
503
- ## Version 0.1.0-beta.26
504
-
505
- - scss/components/card
506
- - Make modifier card--no-image, which is used to inform layout in the card when it doesn't have an image, now hides the image as well (with CSS)
507
-
508
- ## Version 0.1.0-beta.25
509
-
510
- - scss/components/accordion
511
- - Make normal summary (when used without icon) flexbox for older browser support (uses :has() selector)
512
- - scss/components/card
513
- - Change how horizontal cards display when in horizontal
514
- - Body and footer stack to the side of image
515
- - Image fills height
516
- - add card--image-fit modifier to all images to properly be contained in cards regardless of card size
517
-
518
- ## Version 0.1.0-beta.24
519
-
520
- - Minor, remove debug statement
521
-
522
- ## Version 0.1.0-beta.23
523
-
524
- - scss/component/sticky-list.scss
525
- - Adjusts to new component (property name changes)
526
-
527
- ## Version 0.1.0-beta.22
528
-
529
- - scss/component/sticky-list.scss **new**
530
- - Added basic CSS sticky list component
531
-
532
- ## Version 0.1.0-beta.21
533
-
534
- - scss/components/tabs.scss
535
- - Minor: fix margin output (space separated list vs comma)
536
- - Remove scrollbar in tablist
537
-
538
- ## Version 0.1.0-beta.20
539
-
540
- - scss/components/basic-hero **new**
541
- - Added component for handling simple hero or header styling with text and media in container
542
- - js/ui/theme-toggle.js (refactored to allow)
543
- - Inverted the default icons so that the icon reflects the theme it will trigger
544
- - Multiple instances of theme toggles
545
- - Remote theme toggles (other toggles buttons that follow/match main toggle)
546
- - If the toggle button is used in more than one place in UI
547
- - Toggle and remote linked via 'group' option
548
- - Allow targeting multiple containers to toggle theme on
549
- - New options/API structure
550
- - Now accepts themes object with settings on what it should toggle
551
- - Allow callback for customizing behavior when changing state
552
- - Add demo/tests
553
- - js/utils/dom.js
554
- - Add getElements() (matches getElement) but for multiple elements
555
- - Add resolveClasses() to allow class options to be string or array form
556
- - So that scripts using can easily resolve classes to consistent type for use in element.classList, etc
557
- - js/ui/details-group.js
558
- - Fix error in event pageModified (caused by passing event object to setup)
559
-
560
- ## Version 0.1.0-beta.19
561
-
562
- - js/ui/details-group.js
563
- - Added new module to manage groups of details (just one open at time right now)
564
-
565
- ## Version 0.1.0-beta.18
566
-
567
- - scss/components/_button-verbose.scss
568
- - Add text align left
569
-
570
- ## Version 0.1.0-beta.17
571
-
572
- - js/ui/programmatic-modal.js
573
- - Add "classes" option to createAndOpen, to match legacy module's API
574
-
575
- ## Version 0.1.0-beta.16
576
-
577
- - js/ui/programmatic-modal.js
578
- - Change createAndOpen config option "selector" to ambiguous name "element" to allow passing both selector or element (using getElement())
579
-
580
- ## Version 0.1.0-beta.15
581
-
582
- - JS
583
- - Settings.js
584
- - Setup new shared setting module (currently holds icon string settings)
585
- - Setup common methods for dealing with settings
586
- - Setup wrapped string get method for use in configuring defaults for other modules
587
- - So we don't need to refactor for after runtime settings changes
588
- - utils/font-awesome.js - Includes helper method for setting font-awesome icons (configureIcons)
589
- - ui/modal-builder.js - Adjust to use settings to get icon defaults
590
- - ui/overflow-scroller.js and js/ui/slider.js
591
- - Change `iconClassesPrevious` and `iconClassesNext` to non array settings `iconClassPrevious` and iconClassNext
592
- - Change the above defaults to pull from settings.js
593
- - js/ui/slider.js
594
- - Fix selector .Slider__control-icon was on .Slider__control-button is now moved to icon
595
- - SCSS
596
- - components/_slider.scss
597
- - Fix incorrect selector .Slider__control-icon which was actually targeting the control-button
598
-
599
- ## Version 0.1.0-beta.14
600
-
601
- - SCSS > Components > Nav Strip
602
- - Add remove-scrollbar() CSS to nav strip list
603
-
604
- ## Version 0.1.0-beta.13
605
-
606
- - SCSS > Components > Menu Stack
607
- - Add options for line-height for link and label
608
- - Change rule color to light by default
609
-
610
- ## Version 0.1.0-beta.12
611
-
612
- - SCSS > Components > Menu Stack
613
- - Refactor menu-stack__checkbox selector to menu-stack__selectable so it works for both radio/checkbox layouts
614
- - Added other selectors if needed menu-stack__selectable-[input/label], but it still works with native element selectors (ie. [type="checkbox"])
615
- - Change config (checkbox-area-width to selectable-input-width)
616
-
617
- ## Version 0.1.0-beta.11
618
-
619
- - SCSS
620
- - Components
621
- - Card
622
- - Set config options for settings that were hardcoded in
623
- - Form Theme:
624
- - Change config item "input-margin-y" to "item-margin-y" since that's what it affects.
625
- - Add config options to hardcoded options in fieldset
626
- - Remove fieldset span styling
627
- - Replaced config defaults using color.get("error") to now use color.get("danger")
628
- - Menu Stack
629
- - Remove padding on container when set to hanging (incorrect)
630
- - Data Table
631
- - Add header-color option for thead th
632
- - Callout
633
- - Adjustments to left cap styling
634
- - Left-cap height and horizontal positioning now include the border-width
635
- - Left-cap mixin is now a private mixin
636
- - **replaced "border" config option with "border-color" and "border-width"**
637
- - Color
638
- - New color options and adjusted colors error and warning.
639
-
640
- ## Version 0.1.0-beta.10
641
-
642
- - "scss/component/modal" - Add "width-left-right" for sidebar style width setting
643
- - "scss/component/css-icons" - Add "drag-gap-multiplier" to adjust the gap between strokes
644
- - "js/ui/modal-builder" - Fix css-icon class for resizer (to css-icon--drag-x)
645
-
646
- ## Version 0.1.0-beta.9
647
-
648
- - Updates to "scss/component/card" - Fix card overlay border-radius (body and footer), fix card border being conditional on interactive (proxy-click)
649
-
650
- ## Version 0.1.0-beta.8
651
-
652
- - Update "scss/components/data-table" to have border and no margin on caption by default, add caption config properties (caption-text-align, caption-background-color)
653
-
654
- ## Version 0.1.0-beta.7
655
-
656
- - Add "scss/components/list-inline" component
657
- - Update "scss/components/list-lines" component to have adjustable base selector
658
-
659
- ## Version 0.1.0-beta.6
660
-
661
- - Add "title-font-family" to scss/components/modal
662
-
663
- ## Version 0.1.0-beta.5
664
-
665
- - scss/components/nav-strip - Adjust rule style so the rule is not a border on parent (so child can overlap if desired), Adjust all colors to run through color.get(), Convert to gap instead of margins
666
-
667
- ## Version 0.1.0-beta.3 - 0.1.0-beta.4
668
-
669
- - scss/components/tabs - Add breakpoint to vertical tabs (to go to horizontal)
670
-
671
- ## Version 0.1.0-beta.2
672
-
673
- - scss
674
- - color
675
- - Add "currentColor" as passthrough for color.get()
676
- - tabs
677
- - Add vertical orientation styling
678
- - Rework configuration properties to be orientation-less (requires remapping if you have setting set)
679
- - js/ui/tabs
680
- - Fix equalHeights option (fix images that are already loaded or load error preventing heights script, check hidden tabs height and test that it works for vertical tabs)
681
-
682
- ## Version 0.1.0-beta.0
683
-
684
- - Minor release keeps most of the current API for SASS the same but adds new functions/mixins and components. JS has been slightly reorganized and outdated modules have been replaced
685
- - Remove calculate module and move the functions to utils (responsive property and pixel-to-em)
686
- - Add other components modules
687
- - Update documentation and API documentation
688
- - Update all sass to work with new/future sass version
689
- - Add root styles for ulu specific custom properties
690
- - Add transitions to buttons
691
- - JS remove mini collapsible and rely on floating ui library for tooltip/popovers
692
- - JS move to native dialog element instead of micro-modal
693
- - JS add new collapsible class for popovers or other accessible collapsible containers
694
- - JS reorganize utils and helpers
695
- - Create new docs website with api docs and component examples
696
- - Full build (ie. /dist/) is bundled by Vite
697
-
698
- ## Version 0.0.23
699
-
700
- - Fix mistake introduced in 0.0.22, that broke container css
701
-
702
- ## Version 0.0.22
703
-
704
- - Add in other common component modules
705
- - Users using these modules locally will need to remove and update configuration to pull modules from library instead. Or alternatively they will need to not output/use these new component modules
706
- - List of component modules added:
707
- - badge
708
- - fill-context
709
- - Add .crop-margins to helpers/utilities
710
-
711
- ## Version 0.0.21
712
-
713
- - Core/button Remove 'background-clip: padding-box' on buttons, affects buttons with borders (rendering between bg and border)
714
-
715
- ## Version 0.0.18
716
-
717
- - Fix docs issue with JS broken from Markdown Attrs
718
- - Fix missing arguments in typography module sassdocs comments
719
-
720
- ## Version 0.0.17
721
-
722
- ### SCSS
723
-
724
- - Add !important to all utilities meant to display none, since they should always override
725
-
726
- ## Version 0.0.10
727
-
728
- ### JS
729
-
730
- - Update css-breakpoints helper to get breakpoint value with custom property, and make the psuedo element a legacy option that can be enabled
731
-
732
- ## Version 0.0.6
733
-
734
- ### SCSS
735
-
736
- - Added utils.map-merge($map, $changes, $mode)
737
- - This is a **breaking change**
738
- - Update all mixins with merge arguments (button > set-styles, typography > set-sizes, etc), to use a single string argument if a merge strategy is needed. If $deep and $over-write are set you need to choose one, if they are unset or false just remove them, this will use the default map.merge.
739
- - This will allow expansion if needed and is simpler for modules to implement
740
- - This is to replace utils.map-merge-or-overwrite which is deprecated now
741
- - Removed IE "*zoom" clearfix property as we don't support it and it causes errors in CSS minifiers since it's not standard CSS
742
-
743
- ### JS
744
-
745
- - Add js docs
746
- - Add specific exports for JS (ie. package "exports")
747
- - All utils are moved to new independent module @ulu/utils and are implemented as submodules
748
- - Since these can be used outside of frontend workflow
749
- - Update imports to point to new module
750
- - Move old waypoints code to deprecated, no longer needed with intersectionObserver