@ulu/frontend 0.1.0-beta.9 → 0.1.0-beta.91

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 (317) hide show
  1. package/CHANGELOG.md +610 -0
  2. package/README.dev.md +3 -3
  3. package/README.md +14 -4
  4. package/dist/ulu-frontend.min.css +1 -1
  5. package/dist/ulu-frontend.min.js +36 -29
  6. package/docs-dev/.nojekyll +1 -0
  7. package/docs-dev/assets/main.js +8290 -635
  8. package/docs-dev/assets/placeholder/icon-calendar.svg +1 -0
  9. package/docs-dev/assets/placeholder/icon-check.svg +1 -0
  10. package/docs-dev/assets/style.css +789 -338
  11. package/docs-dev/changelog/index.html +6985 -0
  12. package/docs-dev/demos/accordion/index.html +1126 -334
  13. package/docs-dev/demos/badge/index.html +5535 -0
  14. package/docs-dev/demos/basic-hero/index.html +111 -0
  15. package/docs-dev/demos/breakpoints-manager/index.html +5546 -0
  16. package/docs-dev/demos/button/index.html +1172 -338
  17. package/docs-dev/demos/button-group/index.html +5532 -0
  18. package/docs-dev/demos/button-verbose/index.html +5538 -0
  19. package/docs-dev/demos/callout/index.html +1177 -344
  20. package/docs-dev/demos/captioned-figure/index.html +1120 -327
  21. package/docs-dev/demos/card/index.html +1186 -754
  22. package/docs-dev/demos/card-grid/index.html +5657 -0
  23. package/docs-dev/demos/counter-list/index.html +5540 -0
  24. package/docs-dev/demos/css-icons/index.html +1148 -332
  25. package/docs-dev/demos/data-grid/index.html +1120 -327
  26. package/docs-dev/demos/data-table/index.html +1298 -372
  27. package/docs-dev/demos/details-group/index.html +5567 -0
  28. package/docs-dev/demos/file-save/index.html +1120 -327
  29. package/docs-dev/demos/flipcard/index.html +1120 -327
  30. package/docs-dev/demos/form-theme/index.html +1144 -364
  31. package/docs-dev/demos/headline-label/index.html +5502 -0
  32. package/docs-dev/demos/hero/index.html +12 -4
  33. package/docs-dev/demos/image-grid/index.html +12 -4
  34. package/docs-dev/demos/index.html +1121 -328
  35. package/docs-dev/demos/list-inline/index.html +1120 -327
  36. package/docs-dev/demos/list-lines/index.html +1120 -327
  37. package/docs-dev/demos/menu-stack/index.html +1159 -351
  38. package/docs-dev/demos/modals/index.html +1259 -343
  39. package/docs-dev/demos/nav-strip/index.html +1120 -327
  40. package/docs-dev/demos/overlay-section/index.html +1205 -342
  41. package/docs-dev/demos/panel/index.html +5562 -0
  42. package/docs-dev/demos/popovers/index.html +1368 -333
  43. package/docs-dev/demos/print/index.html +1120 -327
  44. package/docs-dev/demos/pull-quote/index.html +1120 -327
  45. package/docs-dev/demos/rail/index.html +5598 -0
  46. package/docs-dev/demos/rule/index.html +1137 -332
  47. package/docs-dev/demos/scroll-slider/index.html +72 -106
  48. package/docs-dev/demos/scrollpoints/index.html +1121 -328
  49. package/docs-dev/demos/slider/index.html +12 -4
  50. package/docs-dev/demos/spoke-spinner/index.html +1120 -327
  51. package/docs-dev/demos/{list-inline.1 → sticky-list}/index.html +1159 -363
  52. package/docs-dev/demos/tabs/index.html +1156 -327
  53. package/docs-dev/demos/tag/index.html +1120 -327
  54. package/docs-dev/demos/theme-toggle/index.html +5579 -0
  55. package/docs-dev/demos/tile-grid-overlay/index.html +12 -4
  56. package/docs-dev/demos/tiles/index.html +1120 -327
  57. package/docs-dev/demos/tooltip/index.html +1120 -327
  58. package/docs-dev/demos/wysiwyg/index.html +5552 -0
  59. package/docs-dev/guide/building-stylesheet/index.html +1120 -327
  60. package/docs-dev/guide/developing-ulu-scss-module/index.html +1120 -327
  61. package/docs-dev/guide/index.html +1120 -327
  62. package/docs-dev/index.html +1120 -327
  63. package/docs-dev/javascript/events/index.html +1158 -327
  64. package/docs-dev/javascript/index.html +1120 -327
  65. package/docs-dev/javascript/settings/index.html +5705 -0
  66. package/docs-dev/javascript/ui-breakpoints/index.html +1134 -343
  67. package/docs-dev/javascript/ui-collapsible/index.html +1119 -328
  68. package/docs-dev/javascript/ui-details-group/index.html +5622 -0
  69. package/docs-dev/javascript/ui-dialog/index.html +1151 -345
  70. package/docs-dev/javascript/ui-flipcard/index.html +1180 -333
  71. package/docs-dev/javascript/ui-grid/index.html +1130 -365
  72. package/docs-dev/javascript/ui-modal-builder/index.html +1303 -372
  73. package/docs-dev/javascript/ui-overflow-scroller/index.html +1119 -328
  74. package/docs-dev/javascript/ui-overflow-scroller-pager/index.html +1119 -328
  75. package/docs-dev/javascript/ui-page/index.html +1119 -328
  76. package/docs-dev/javascript/ui-popover/index.html +1129 -342
  77. package/docs-dev/javascript/ui-print/index.html +1117 -334
  78. package/docs-dev/javascript/ui-print-details/index.html +1119 -328
  79. package/docs-dev/javascript/ui-programmatic-modal/index.html +1119 -328
  80. package/docs-dev/javascript/ui-proxy-click/index.html +1208 -332
  81. package/docs-dev/javascript/ui-resizer/index.html +1400 -344
  82. package/docs-dev/javascript/ui-scroll-slider/index.html +1159 -336
  83. package/docs-dev/javascript/ui-scrollpoint/index.html +1129 -345
  84. package/docs-dev/javascript/ui-slider/index.html +1317 -335
  85. package/docs-dev/javascript/ui-tabs/index.html +1138 -384
  86. package/docs-dev/javascript/ui-theme-toggle/index.html +5710 -0
  87. package/docs-dev/javascript/ui-tooltip/index.html +1136 -349
  88. package/docs-dev/javascript/utils-class-logger/index.html +1120 -329
  89. package/docs-dev/javascript/utils-css/index.html +5524 -0
  90. package/docs-dev/javascript/utils-dom/index.html +1153 -442
  91. package/docs-dev/javascript/utils-file-save/index.html +1119 -328
  92. package/docs-dev/javascript/utils-floating-ui/index.html +1119 -328
  93. package/docs-dev/javascript/utils-id/index.html +1119 -328
  94. package/docs-dev/javascript/utils-pause-youtube-video/index.html +1119 -328
  95. package/docs-dev/javascript/utils-system/index.html +5827 -0
  96. package/docs-dev/sass/base/color/index.html +1119 -328
  97. package/docs-dev/sass/base/elements/index.html +1127 -336
  98. package/docs-dev/sass/base/index/index.html +1119 -328
  99. package/docs-dev/sass/base/index.html +1120 -327
  100. package/docs-dev/sass/base/keyframes/index.html +1120 -329
  101. package/docs-dev/sass/base/layout/index.html +1119 -328
  102. package/docs-dev/sass/base/normalize/index.html +1119 -328
  103. package/docs-dev/sass/base/print/index.html +1119 -328
  104. package/docs-dev/sass/base/root/index.html +1119 -328
  105. package/docs-dev/sass/base/typography/index.html +1119 -328
  106. package/docs-dev/sass/components/accordion/index.html +1142 -344
  107. package/docs-dev/sass/components/adaptive-spacing/index.html +1119 -328
  108. package/docs-dev/sass/components/badge/index.html +1145 -343
  109. package/docs-dev/sass/components/basic-hero/index.html +5685 -0
  110. package/docs-dev/sass/components/button/index.html +1119 -328
  111. package/docs-dev/sass/components/button-group/index.html +5683 -0
  112. package/docs-dev/sass/components/button-verbose/index.html +1205 -339
  113. package/docs-dev/sass/components/callout/index.html +1224 -414
  114. package/docs-dev/sass/components/captioned-figure/index.html +1243 -337
  115. package/docs-dev/sass/components/card/index.html +1215 -352
  116. package/docs-dev/sass/components/card-grid/index.html +1119 -328
  117. package/docs-dev/sass/components/counter-list/index.html +5767 -0
  118. package/docs-dev/sass/components/css-icon/index.html +1140 -342
  119. package/docs-dev/sass/components/data-grid/index.html +1139 -341
  120. package/docs-dev/sass/components/data-table/index.html +1327 -346
  121. package/docs-dev/sass/components/fill-context/index.html +1119 -328
  122. package/docs-dev/sass/components/flipcard/index.html +1161 -339
  123. package/docs-dev/sass/components/flipcard-grid/index.html +1119 -328
  124. package/docs-dev/sass/components/form-theme/index.html +1334 -447
  125. package/docs-dev/sass/components/headline-label/index.html +5713 -0
  126. package/docs-dev/sass/components/hero/index.html +1179 -340
  127. package/docs-dev/sass/components/horizontal-rule/index.html +1119 -328
  128. package/docs-dev/sass/components/image-grid/index.html +1119 -328
  129. package/docs-dev/sass/components/index/index.html +1136 -338
  130. package/docs-dev/sass/components/index.html +1120 -327
  131. package/docs-dev/sass/components/links/index.html +1119 -328
  132. package/docs-dev/sass/components/list-inline/index.html +1119 -328
  133. package/docs-dev/sass/components/list-lines/index.html +1119 -328
  134. package/docs-dev/sass/components/list-ordered/index.html +1119 -328
  135. package/docs-dev/sass/components/list-unordered/index.html +1119 -328
  136. package/docs-dev/sass/components/menu-stack/index.html +1156 -352
  137. package/docs-dev/sass/components/modal/index.html +1173 -347
  138. package/docs-dev/sass/components/nav-strip/index.html +1127 -336
  139. package/docs-dev/sass/components/overlay-section/index.html +1127 -336
  140. package/docs-dev/sass/components/pager/index.html +1119 -328
  141. package/docs-dev/sass/components/panel/index.html +5913 -0
  142. package/docs-dev/sass/components/placeholder-block/index.html +1119 -328
  143. package/docs-dev/sass/components/popover/index.html +1179 -352
  144. package/docs-dev/sass/components/pull-quote/index.html +1131 -340
  145. package/docs-dev/sass/components/rail/index.html +5700 -0
  146. package/docs-dev/sass/components/ratio-box/index.html +1127 -336
  147. package/docs-dev/sass/components/rule/index.html +1120 -329
  148. package/docs-dev/sass/components/scroll-slider/index.html +1129 -350
  149. package/docs-dev/sass/components/skip-link/index.html +1119 -328
  150. package/docs-dev/sass/components/slider/index.html +1173 -394
  151. package/docs-dev/sass/components/spoke-spinner/index.html +1121 -330
  152. package/docs-dev/sass/components/sticky-list/index.html +5903 -0
  153. package/docs-dev/sass/components/table-sticky/index.html +5677 -0
  154. package/docs-dev/sass/components/tabs/index.html +1154 -348
  155. package/docs-dev/sass/components/tag/index.html +1121 -330
  156. package/docs-dev/sass/components/tile-button/index.html +1119 -328
  157. package/docs-dev/sass/components/tile-grid/index.html +1119 -328
  158. package/docs-dev/sass/components/tile-grid-overlay/index.html +1119 -328
  159. package/docs-dev/sass/components/vignette/index.html +1131 -334
  160. package/docs-dev/sass/components/wysiwyg/index.html +1159 -350
  161. package/docs-dev/sass/core/breakpoint/index.html +1212 -369
  162. package/docs-dev/sass/core/button/index.html +1151 -358
  163. package/docs-dev/sass/core/color/index.html +1291 -368
  164. package/docs-dev/sass/core/cssvar/index.html +1119 -328
  165. package/docs-dev/sass/core/element/index.html +1440 -367
  166. package/docs-dev/sass/core/index.html +1119 -328
  167. package/docs-dev/sass/core/layout/index.html +1173 -363
  168. package/docs-dev/sass/core/path/index.html +1119 -328
  169. package/docs-dev/sass/core/selector/index.html +1119 -328
  170. package/docs-dev/sass/core/typography/index.html +1119 -328
  171. package/docs-dev/sass/core/units/index.html +1127 -330
  172. package/docs-dev/sass/core/utils/index.html +2389 -449
  173. package/docs-dev/sass/helpers/color/index.html +1119 -328
  174. package/docs-dev/sass/helpers/display/index.html +1120 -329
  175. package/docs-dev/sass/helpers/index/index.html +1119 -328
  176. package/docs-dev/sass/helpers/index.html +1120 -327
  177. package/docs-dev/sass/helpers/print/index.html +759 -298
  178. package/docs-dev/sass/helpers/typography/index.html +1119 -328
  179. package/docs-dev/sass/helpers/units/index.html +1119 -328
  180. package/docs-dev/sass/helpers/utilities/index.html +1121 -330
  181. package/docs-dev/sass/index.html +1120 -327
  182. package/js/events/index.js +17 -5
  183. package/js/index.js +1 -0
  184. package/js/settings.js +97 -0
  185. package/js/ui/breakpoints.js +19 -16
  186. package/js/ui/collapsible.js +8 -1
  187. package/js/ui/details-group.js +112 -0
  188. package/js/ui/dialog.js +103 -44
  189. package/js/ui/dialog.todo +2 -36
  190. package/js/ui/flipcard.js +37 -57
  191. package/js/ui/grid.js +15 -13
  192. package/js/ui/index.js +1 -0
  193. package/js/ui/modal-builder.js +127 -70
  194. package/js/ui/overflow-scroller.js +6 -4
  195. package/js/ui/page.js +2 -2
  196. package/js/ui/popover.js +38 -38
  197. package/js/ui/print.js +16 -25
  198. package/js/ui/programmatic-modal.js +9 -3
  199. package/js/ui/proxy-click.js +50 -36
  200. package/js/ui/resizer.js +408 -39
  201. package/js/ui/scroll-slider.js +24 -30
  202. package/js/ui/scrollpoint.js +29 -64
  203. package/js/ui/slider.js +108 -63
  204. package/js/ui/tabs.js +23 -36
  205. package/js/ui/theme-toggle.js +332 -94
  206. package/js/ui/tooltip.js +27 -32
  207. package/js/utils/class-logger.js +3 -3
  208. package/js/utils/css.js +13 -0
  209. package/js/utils/dom.js +23 -64
  210. package/js/utils/font-awesome.js +19 -0
  211. package/js/utils/index.js +2 -1
  212. package/js/utils/system.js +155 -0
  213. package/package.json +23 -8
  214. package/scss/README.md +4 -0
  215. package/scss/_breakpoint.scss +39 -5
  216. package/scss/_button.scss +7 -5
  217. package/scss/_color.scss +40 -9
  218. package/scss/_element.scss +124 -2
  219. package/scss/_layout.scss +7 -8
  220. package/scss/_units.scss +3 -2
  221. package/scss/_utils.scss +387 -16
  222. package/scss/base/_elements.scss +0 -1
  223. package/scss/base/_index.scss +1 -1
  224. package/scss/base/_keyframes.scss +10 -0
  225. package/scss/base/_layout.scss +1 -0
  226. package/scss/base/_print.scss +2 -0
  227. package/scss/base/_root.scss +2 -0
  228. package/scss/components/README.todos +14 -0
  229. package/scss/components/_accordion.scss +33 -19
  230. package/scss/components/_badge.scss +23 -4
  231. package/scss/components/_basic-hero.scss +112 -0
  232. package/scss/components/_button-group.scss +90 -0
  233. package/scss/components/_button-verbose.scss +100 -18
  234. package/scss/components/_callout.scss +125 -78
  235. package/scss/components/_captioned-figure.scss +17 -0
  236. package/scss/components/_card-grid.scss +1 -1
  237. package/scss/components/_card.scss +228 -66
  238. package/scss/components/_counter-list.scss +151 -0
  239. package/scss/components/_css-icon.scss +35 -21
  240. package/scss/components/_data-grid.scss +55 -12
  241. package/scss/components/_data-table.scss +39 -3
  242. package/scss/components/_flipcard.scss +8 -3
  243. package/scss/components/_form-theme.scss +119 -108
  244. package/scss/components/_headline-label.scss +83 -0
  245. package/scss/components/_hero.scss +12 -10
  246. package/scss/components/_index.scss +42 -0
  247. package/scss/components/_menu-stack.scss +42 -26
  248. package/scss/components/_modal.scss +58 -29
  249. package/scss/components/_nav-strip.scss +2 -0
  250. package/scss/components/_overlay-section.scss +2 -5
  251. package/scss/components/_panel.scss +246 -0
  252. package/scss/components/_popover.scss +165 -64
  253. package/scss/components/_pull-quote.scss +13 -13
  254. package/scss/components/_rail.scss +120 -0
  255. package/scss/components/_ratio-box.scss +2 -5
  256. package/scss/components/_rule.scss +1 -0
  257. package/scss/components/_scroll-slider.scss +1 -5
  258. package/scss/components/_slider.scss +49 -72
  259. package/scss/components/_spoke-spinner.scss +2 -2
  260. package/scss/components/_sticky-list.scss +206 -0
  261. package/scss/components/_tabs.scss +22 -4
  262. package/scss/components/_vignette.scss +3 -5
  263. package/scss/components/_wysiwyg.scss +21 -13
  264. package/scss/helpers/_display.scss +15 -18
  265. package/scss/helpers/_print.scss +12 -7
  266. package/scss/helpers/_utilities.scss +42 -32
  267. package/types/events/index.d.ts +10 -1
  268. package/types/events/index.d.ts.map +1 -1
  269. package/types/index.d.ts +1 -0
  270. package/types/settings.d.ts +70 -0
  271. package/types/settings.d.ts.map +1 -0
  272. package/types/ui/breakpoints.d.ts +14 -14
  273. package/types/ui/breakpoints.d.ts.map +1 -1
  274. package/types/ui/collapsible.d.ts.map +1 -1
  275. package/types/ui/details-group.d.ts +38 -0
  276. package/types/ui/details-group.d.ts.map +1 -0
  277. package/types/ui/dialog.d.ts +20 -14
  278. package/types/ui/dialog.d.ts.map +1 -1
  279. package/types/ui/flipcard.d.ts +16 -10
  280. package/types/ui/flipcard.d.ts.map +1 -1
  281. package/types/ui/grid.d.ts +4 -6
  282. package/types/ui/grid.d.ts.map +1 -1
  283. package/types/ui/index.d.ts +2 -1
  284. package/types/ui/modal-builder.d.ts +116 -11
  285. package/types/ui/modal-builder.d.ts.map +1 -1
  286. package/types/ui/overflow-scroller.d.ts +2 -2
  287. package/types/ui/overflow-scroller.d.ts.map +1 -1
  288. package/types/ui/popover.d.ts +6 -7
  289. package/types/ui/popover.d.ts.map +1 -1
  290. package/types/ui/print.d.ts +0 -4
  291. package/types/ui/print.d.ts.map +1 -1
  292. package/types/ui/programmatic-modal.d.ts.map +1 -1
  293. package/types/ui/proxy-click.d.ts +19 -3
  294. package/types/ui/proxy-click.d.ts.map +1 -1
  295. package/types/ui/resizer.d.ts +116 -16
  296. package/types/ui/resizer.d.ts.map +1 -1
  297. package/types/ui/scroll-slider.d.ts +5 -7
  298. package/types/ui/scroll-slider.d.ts.map +1 -1
  299. package/types/ui/scrollpoint.d.ts +3 -8
  300. package/types/ui/scrollpoint.d.ts.map +1 -1
  301. package/types/ui/slider.d.ts +33 -14
  302. package/types/ui/slider.d.ts.map +1 -1
  303. package/types/ui/tabs.d.ts +6 -8
  304. package/types/ui/tabs.d.ts.map +1 -1
  305. package/types/ui/theme-toggle.d.ts +51 -7
  306. package/types/ui/theme-toggle.d.ts.map +1 -1
  307. package/types/ui/tooltip.d.ts +3 -5
  308. package/types/ui/tooltip.d.ts.map +1 -1
  309. package/types/utils/css.d.ts +11 -0
  310. package/types/utils/css.d.ts.map +1 -0
  311. package/types/utils/dom.d.ts +12 -32
  312. package/types/utils/dom.d.ts.map +1 -1
  313. package/types/utils/font-awesome.d.ts +5 -0
  314. package/types/utils/font-awesome.d.ts.map +1 -0
  315. package/types/utils/index.d.ts +2 -1
  316. package/types/utils/system.d.ts +113 -0
  317. package/types/utils/system.d.ts.map +1 -0
@@ -6,11 +6,14 @@
6
6
  @forward "accordion" as accordion-*;
7
7
  @forward "adaptive-spacing" as adaptive-spacing-*;
8
8
  @forward "badge" as badge-*;
9
+ @forward "basic-hero" as basic-hero-*;
9
10
  @forward "button" as button-*;
11
+ @forward "button-group" as button-group-*;
10
12
  @forward "button-verbose" as button-verbose-*;
11
13
  @forward "callout" as callout-*;
12
14
  @forward "card" as card-*;
13
15
  @forward "card-grid" as card-grid-*;
16
+ @forward "counter-list" as counter-list-*;
14
17
  @forward "css-icon" as css-icon-*;
15
18
  @forward "data-grid" as data-grid-*;
16
19
  @forward "data-table" as data-table-*;
@@ -18,6 +21,7 @@
18
21
  @forward "flipcard" as flipcard-*;
19
22
  @forward "flipcard-grid" as flipcard-grid-*;
20
23
  @forward "form-theme" as form-theme-*;
24
+ @forward "headline-label" as headline-label-*;
21
25
  @forward "horizontal-rule" as horizontal-rule-*;
22
26
  @forward "image-grid" as image-grid-*;
23
27
  @forward "links" as links-*;
@@ -30,13 +34,16 @@
30
34
  @forward "nav-strip" as nav-strip-*;
31
35
  @forward "overlay-section" as overlay-section-*;
32
36
  @forward "pager" as pager-*;
37
+ @forward "panel" as panel-*;
33
38
  @forward "placeholder-block" as placeholder-block-*;
34
39
  @forward "pull-quote" as pull-quote-*;
35
40
  @forward "popover" as popover-*;
41
+ @forward "rail" as rail-*;
36
42
  @forward "ratio-box" as ratio-box-*;
37
43
  @forward "rule" as rule-*;
38
44
  @forward "scroll-slider" as scroll-slider-*;
39
45
  @forward "skip-link" as skip-link-*;
46
+ @forward "sticky-list" as sticky-list-*;
40
47
  @forward "slider" as slider-*;
41
48
  @forward "hero" as hero-*;
42
49
  @forward "tabs" as tabs-*;
@@ -55,11 +62,14 @@
55
62
  @use "adaptive-spacing";
56
63
  @use "accordion";
57
64
  @use "badge";
65
+ @use "basic-hero";
58
66
  @use "button";
67
+ @use "button-group";
59
68
  @use "button-verbose";
60
69
  @use "callout";
61
70
  @use "card";
62
71
  @use "card-grid";
72
+ @use "counter-list";
63
73
  @use "css-icon";
64
74
  @use "data-grid";
65
75
  @use "data-table";
@@ -67,6 +77,7 @@
67
77
  @use "flipcard";
68
78
  @use "flipcard-grid";
69
79
  @use "form-theme";
80
+ @use "headline-label";
70
81
  @use "horizontal-rule";
71
82
  @use "image-grid";
72
83
  @use "list-lines";
@@ -79,13 +90,16 @@
79
90
  @use "nav-strip";
80
91
  @use "overlay-section";
81
92
  @use "pager";
93
+ @use "panel";
82
94
  @use "placeholder-block";
83
95
  @use "popover";
84
96
  @use "pull-quote";
97
+ @use "rail";
85
98
  @use "ratio-box";
86
99
  @use "rule";
87
100
  @use "scroll-slider";
88
101
  @use "skip-link";
102
+ @use "sticky-list";
89
103
  @use "slider";
90
104
  @use "hero";
91
105
  @use "tabs";
@@ -105,11 +119,14 @@ $all-includes: (
105
119
  "accordion",
106
120
  "adaptive-spacing",
107
121
  "badge",
122
+ "basic-hero",
108
123
  "button",
124
+ "button-group",
109
125
  "button-verbose",
110
126
  "callout",
111
127
  "card",
112
128
  "card-grid",
129
+ "counter-list",
113
130
  "css-icon",
114
131
  "data-grid",
115
132
  "data-table",
@@ -117,6 +134,7 @@ $all-includes: (
117
134
  "flipcard",
118
135
  "flipcard-grid",
119
136
  "form-theme",
137
+ "headline-label",
120
138
  "horizontal-rule",
121
139
  "image-grid",
122
140
  "links",
@@ -129,11 +147,14 @@ $all-includes: (
129
147
  "nav-strip",
130
148
  "overlay-section",
131
149
  "pager",
150
+ "panel",
132
151
  "popover",
152
+ "rail",
133
153
  "ratio-box",
134
154
  "rule",
135
155
  "scroll-slider",
136
156
  "skip-link",
157
+ "sticky-list",
137
158
  "slider",
138
159
  "hero",
139
160
  "tabs",
@@ -193,12 +214,18 @@ $current-includes: $all-includes;
193
214
  @if (list.index($includes, "button")) {
194
215
  @include button.styles;
195
216
  }
217
+ @if (list.index($includes, "button-group")) {
218
+ @include button-group.styles;
219
+ }
196
220
  @if (list.index($includes, "button-verbose")) {
197
221
  @include button-verbose.styles;
198
222
  }
199
223
  @if (list.index($includes, "badge")) {
200
224
  @include badge.styles;
201
225
  }
226
+ @if (list.index($includes, "basic-hero")) {
227
+ @include basic-hero.styles;
228
+ }
202
229
  @if (list.index($includes, "tag")) {
203
230
  @include tag.styles;
204
231
  }
@@ -211,6 +238,9 @@ $current-includes: $all-includes;
211
238
  @if (list.index($includes, "card-grid")) {
212
239
  @include card-grid.styles;
213
240
  }
241
+ @if (list.index($includes, "counter-list")) {
242
+ @include counter-list.styles;
243
+ }
214
244
  @if (list.index($includes, "css-icon")) {
215
245
  @include css-icon.styles;
216
246
  }
@@ -232,6 +262,9 @@ $current-includes: $all-includes;
232
262
  @if (list.index($includes, "form-theme")) {
233
263
  @include form-theme.styles;
234
264
  }
265
+ @if (list.index($includes, "headline-label")) {
266
+ @include headline-label.styles;
267
+ }
235
268
  @if (list.index($includes, "horizontal-rule")) {
236
269
  @include horizontal-rule.styles;
237
270
  }
@@ -268,6 +301,9 @@ $current-includes: $all-includes;
268
301
  @if (list.index($includes, "pager")) {
269
302
  @include pager.styles;
270
303
  }
304
+ @if (list.index($includes, "panel")) {
305
+ @include panel.styles;
306
+ }
271
307
  @if (list.index($includes, "placeholder-block")) {
272
308
  @include placeholder-block.styles;
273
309
  }
@@ -277,6 +313,9 @@ $current-includes: $all-includes;
277
313
  @if (list.index($includes, "pull-quote")) {
278
314
  @include pull-quote.styles;
279
315
  }
316
+ @if (list.index($includes, "rail")) {
317
+ @include rail.styles;
318
+ }
280
319
  @if (list.index($includes, "ratio-box")) {
281
320
  @include ratio-box.styles;
282
321
  }
@@ -289,6 +328,9 @@ $current-includes: $all-includes;
289
328
  @if (list.index($includes, "skip-link")) {
290
329
  @include skip-link.styles;
291
330
  }
331
+ @if (list.index($includes, "sticky-list")) {
332
+ @include sticky-list.styles;
333
+ }
292
334
  @if (list.index($includes, "slider")) {
293
335
  @include slider.styles;
294
336
  }
@@ -19,12 +19,20 @@ $-fallbacks: (
19
19
  "link-border-radius" : (
20
20
  "function" : meta.get-function("get", false, "button"),
21
21
  "property" : "border-radius"
22
+ ),
23
+ "label-line-height" : (
24
+ "function" : meta.get-function("get", false, "typography"),
25
+ "property" : "line-height-dense"
26
+ ),
27
+ "link-line-height" : (
28
+ "function" : meta.get-function("get", false, "typography"),
29
+ "property" : "line-height-dense"
22
30
  )
23
31
  );
24
32
 
25
33
  /// Module Settings
26
34
  /// @type Map
27
- /// @prop {Dimension} checkbox-area-width [3em] The width of the checkbox are.
35
+ /// @prop {Dimension} selectable-input-width [3em] The width of the checkbox/radio input
28
36
  /// @prop {Boolean} link-separated-margin [false] Enables a margin between the items in the menu-stack.
29
37
  /// @prop {Boolean} link-separated-rule-style [false] Enables a rule between the items in the menu-stack.
30
38
  /// @prop {Dimension} nested-indent [0.5em] The indentation of child lists within the menu-stack.
@@ -36,7 +44,8 @@ $-fallbacks: (
36
44
  /// @prop {Color} label-color [null] The type color of the label.
37
45
  /// @prop {Dimension} label-margin [0.5em] The margin of the label.
38
46
  /// @prop {CssValue} label-text-transform [uppercase] Transforms the label text.
39
- /// @prop {CssValue} label-type-size [false] Adjusts the type size of the label.
47
+ /// @prop {CssValue} label-type-size [false] Adjusts the type size of the label. Only uses font-size from type size.
48
+ /// @prop {CssValue} label-line-height [true] Adjust the label line-height, defaults to typography line-height-dense
40
49
  /// @prop {list} link-active-selectors [(.is-active, '[aria-current=page]')] Selectors to apply active styling.
41
50
  /// @prop {Color} link-background-color [transparent] The background color of the menu-stack toggle.
42
51
  /// @prop {Color} link-background-color-active [rgb(219, 219, 219)] The background color of the menu-stack toggle when active.
@@ -46,6 +55,7 @@ $-fallbacks: (
46
55
  /// @prop {Color} link-color-active [black] The type color of the menu-stack toggle when active.
47
56
  /// @prop {String} link-color-hover [link-hover] The type color of the menu-stack toggle when hovered or focused. This uses color.scss, so the value of this option should be a color variable from color.scss.
48
57
  /// @prop {CssValue} link-font-weight [null] The font weight of the menu-stack toggle.
58
+ /// @prop {CssValue} label-line-height [true] Adjust the link line-height, defaults to typography line-height-dense
49
59
  /// @prop {Dimension} link-icon-margin [0.65em] Adds a right margin to the icon.
50
60
  /// @prop {Dimension} link-icon-width [1em] The width of the icon.
51
61
  /// @prop {Dimension} link-margin [0.2em] Margin for the menu-stack toggle.
@@ -53,34 +63,35 @@ $-fallbacks: (
53
63
  /// @prop {Dimension} link-padding-y [0.35em] Vertical padding for menu-stack toggle.
54
64
 
55
65
  $config: (
56
- "checkbox-area-width" : 3em,
66
+ "selectable-input-width" : 3em,
57
67
  "nested-indent" : 0.5em,
58
- "rule-style" : "default",
68
+ "rule-style" : "light",
59
69
  "rule-margin" : 0.5em,
60
- "link-separated-margin" : false,
61
- "link-separated-rule-style" : false,
62
70
  "toggle-icon-rotate" : false,
63
- "compact-link-padding-x": 0.75em,
64
- "compact-link-padding-y": 0.25em,
65
-
66
71
  "label-color" : null,
67
72
  "label-margin" : 0.5em,
68
73
  "label-text-transform" : uppercase,
69
74
  "label-type-size" : false,
75
+ "label-line-height" : true,
76
+ "link-separated-margin" : false,
77
+ "link-separated-rule-style" : false,
70
78
  "link-active-selectors" : (".is-active", '[aria-current="page"]'),
71
79
  "link-background-color" : transparent,
72
80
  "link-background-color-active" : rgb(219, 219, 219),
73
- "link-background-color-hover" : rgb(219, 219, 219),
81
+ "link-background-color-hover" : rgb(240, 240, 240),
74
82
  "link-border-radius" : true,
75
83
  "link-color" : "link",
76
84
  "link-color-active" : black,
77
85
  "link-color-hover" : "link-hover",
78
86
  "link-font-weight" : null,
87
+ "link-line-height" : true,
79
88
  "link-icon-margin" : 0.65em,
80
89
  "link-icon-width" : 1em,
81
90
  "link-margin" : 0.2em,
82
- "link-padding-x": 1em,
83
- "link-padding-y": 0.35em,
91
+ "link-padding-x": 1.25em,
92
+ "link-padding-y": 0.5em,
93
+ "compact-link-padding-x": 0.75em,
94
+ "compact-link-padding-y": 0.25em,
84
95
  ) !default;
85
96
 
86
97
 
@@ -116,6 +127,7 @@ $config: (
116
127
 
117
128
  @mixin styles {
118
129
  $prefix: selector.class("menu-stack");
130
+ $selectable-y: (get("link-padding-y") + get("link-margin"));
119
131
 
120
132
  #{ $prefix }--separated {
121
133
  border-top: element.get-rule-style(get("rule-style"));
@@ -126,6 +138,7 @@ $config: (
126
138
  text-transform: get("label-text-transform");
127
139
  padding-bottom: get("label-margin");
128
140
  color: color.get(get("label-color"));
141
+ line-height: get("label-line-height");
129
142
  @if (get("label-type-size")) {
130
143
  @include typography.size(get("label-type-size"), $only-font-size: true);
131
144
  }
@@ -150,7 +163,7 @@ $config: (
150
163
  // - Use the modifier "site-menu--contained" to keep the links within
151
164
  // the parent container (no optical alignment), should be within something that contains it
152
165
  #{ $prefix }__link,
153
- #{ $prefix }__checkbox,
166
+ #{ $prefix }__selectable,
154
167
  #{ $prefix }__toggle {
155
168
  width: 100%;
156
169
  display: flex;
@@ -159,6 +172,7 @@ $config: (
159
172
  margin: get("link-margin") 0;
160
173
  border-radius: get("link-border-radius");
161
174
  font-weight: get("link-font-weight");
175
+ line-height: get("link-line-height");
162
176
  color: color.get(get("link-color"));
163
177
  background-color: color.get(get("link-background-color"));
164
178
  box-sizing: border-box;
@@ -177,19 +191,21 @@ $config: (
177
191
  }
178
192
  }
179
193
  }
180
- #{ $prefix }__checkbox {
181
- $checkbox-y: (get("link-padding-y") + get("link-margin"));
194
+ #{ $prefix }__selectable {
182
195
  padding: 0;
183
196
  position: relative;
184
- [type="checkbox"] {
185
- position: absolute;
186
- top: $checkbox-y;
187
- left: get("link-padding-x");
188
- }
189
- label {
190
- width: 100%;
191
- padding: $checkbox-y get("link-padding-x") $checkbox-y get("checkbox-area-width");
192
- }
197
+ }
198
+ #{ $prefix }__selectable [type="checkbox"],
199
+ #{ $prefix }__selectable [type="radio"],
200
+ #{ $prefix }__selectable-input {
201
+ position: absolute;
202
+ top: $selectable-y;
203
+ left: get("link-padding-x");
204
+ }
205
+ #{ $prefix }__selectable label,
206
+ #{ $prefix }__selectable-label {
207
+ width: 100%;
208
+ padding: $selectable-y get("link-padding-x") $selectable-y get("selectable-input-width");
193
209
  }
194
210
  #{ $prefix }__link-text {
195
211
  display: block;
@@ -220,8 +236,8 @@ $config: (
220
236
 
221
237
  // Link buttons hang outside in margin so that text optically aligns
222
238
  #{ $prefix }--hanging {
223
- padding-left: get("link-padding-x");
224
- padding-right: get("link-padding-x");
239
+ // padding-left: get("link-padding-x");
240
+ // padding-right: get("link-padding-x");
225
241
  > #{ $prefix }__list > #{ $prefix }__item {
226
242
  > #{ $prefix }__link,
227
243
  >#{ $prefix }__collapsible > #{ $prefix }__toggle {
@@ -53,11 +53,16 @@ $-fallbacks: (
53
53
  /// @prop {CssValue} header-border-bottom [none] Bottom-border on the modal header.
54
54
  /// @prop {Color} header-color [white] Type color of the header.
55
55
  /// @prop {Dimension} header-padding [1rem] The padding of the modal header.
56
+ /// @prop {Dimension} footer-padding [(0.5rem 1rem)] The padding of the modal footer.
57
+ /// @prop {Color} footer-background-color [(0.5rem 1rem)] The background color of the footer
58
+ /// @prop {Color} footer-border-top [(0.5rem 1rem)] The border between body and footer
59
+ /// @prop {CssValue} footer-text-align [right] Text alignment for footer
56
60
  /// @prop {Color} resizer-background-color [rgb(221, 221, 221)] The background color of the resizer.
57
- /// @prop {Color} resizer-background-color-hover [rgb(66, 66, 66)] The background color of the resizer when hovered or focused.
58
- /// @prop {Color} resizer-color [black] The type color of the resizer.
61
+ /// @prop {Color} resizer-background-color-hover [rgb(192, 192, 192)] The background color of the resizer when hovered or focused.
62
+ /// @prop {Color} resizer-color [rgb(99, 99, 99)] The type color of the resizer.
59
63
  /// @prop {Color} resizer-color-hover [black] The type color of the resizer when hovered or focused.
60
64
  /// @prop {Dimension} resizer-width [1rem] The width of the resizer.
65
+ /// @prop {Dimension} resizer-center-size [1.65rem] The width/height of the resizer (in bottom right corner) used when position center with resize enabled
61
66
  /// @prop {Color} title-color [white] Type color of the title.
62
67
  /// @prop {CssValue} title-font-weight [bold] Font weight of the title.
63
68
  /// @prop {CssValue} title-font-family [null] Font family for title
@@ -69,14 +74,14 @@ $-fallbacks: (
69
74
  $config: (
70
75
  "backdrop-color" : true,
71
76
  "backdrop-blur" : 4px,
72
- "background-color": white,
73
- "body-padding": 1rem,
77
+ "background-color" : white,
78
+ "body-padding" : 1rem,
74
79
  "border-radius" : true,
75
80
  "box-shadow" : true,
76
81
  "height": 340px,
77
82
  "height-no-header": 100px,
78
83
  "width": 60rem,
79
-
84
+ "width-left-right" : 30rem,
80
85
  "animation-duration" : 300ms,
81
86
  "animation-duration-exit" : 150ms,
82
87
  "animation-timing-function" : cubic-bezier(0, 0, .2, 1),
@@ -91,11 +96,16 @@ $config: (
91
96
  "header-border-bottom": none,
92
97
  "header-color": white,
93
98
  "header-padding": 1rem,
99
+ "footer-padding" : (0.5rem 1rem),
100
+ "footer-background-color" : #f6f6f6,
101
+ "footer-border-top" : none,
102
+ "footer-text-align" : right,
94
103
  "resizer-background-color": rgb(221, 221, 221),
95
- "resizer-background-color-hover": rgb(66, 66, 66),
96
- "resizer-color": black,
104
+ "resizer-background-color-hover": rgb(192, 192, 192),
105
+ "resizer-color": rgb(99, 99, 99),
97
106
  "resizer-color-hover": black,
98
- "resizer-width": 1rem,
107
+ "resizer-width": 1.25rem,
108
+ "resizer-center-size" : 1.65rem,
99
109
  "title-color": white,
100
110
  "title-font-weight": bold,
101
111
  "title-font-family" : null,
@@ -142,6 +152,7 @@ $config: (
142
152
  #{ $prefix } {
143
153
  // Required for click outside
144
154
  position: fixed;
155
+ flex-direction: column;
145
156
  // Important: If you use the margin layout system (ie. auto) on dialogs they
146
157
  // can't animate out correctly (thinking it jumps from dialog display system
147
158
  // to normal block and doesn't work. This ALSO affects the z-index (seems to move from top-layer to normal layer). Z-index is for close
@@ -165,9 +176,8 @@ $config: (
165
176
  box-sizing: border-box;
166
177
  animation: uluModalCenterOut get("animation-duration-exit") get("animation-timing-function");
167
178
  &[open] {
168
- animation: uluModalCenterIn get("animation-duration") get("animation-timing-function");
169
179
  display: flex;
170
- flex-direction: column;
180
+ animation: uluModalCenterIn get("animation-duration") get("animation-timing-function");
171
181
  }
172
182
  &::backdrop {
173
183
  background: color.get(get("backdrop-color"));
@@ -190,6 +200,13 @@ $config: (
190
200
  overflow: auto;
191
201
  padding: get("body-padding");
192
202
  }
203
+ #{ $prefix }__footer {
204
+ flex: 0;
205
+ padding: get("footer-padding");
206
+ background-color: color.get(get("footer-background-color"));
207
+ border-top: get("footer-border-top");
208
+ text-align: get("footer-text-align");
209
+ }
193
210
  #{ $prefix }__title {
194
211
  display: flex;
195
212
  align-items: baseline;
@@ -224,6 +241,7 @@ $config: (
224
241
  }
225
242
  #{ $prefix }__resizer {
226
243
  position: absolute;
244
+ overflow: hidden;
227
245
  top: 0;
228
246
  bottom: 0;
229
247
  left: 0;
@@ -246,12 +264,16 @@ $config: (
246
264
  left: auto;
247
265
  right: 0;
248
266
  }
249
- }
250
- #{ $prefix }__content {
251
- margin-top: 2rem;
252
- margin-bottom: 2rem;
253
- line-height: 1.5;
254
- color: rgba(0,0,0,.8);
267
+ #{ $prefix }--center & {
268
+ left: auto;
269
+ right: 0;
270
+ bottom: 0;
271
+ top: auto;
272
+ height: get("resizer-center-size");
273
+ width: get("resizer-center-size");
274
+ background-color: transparent;
275
+ cursor: nwse-resize;
276
+ }
255
277
  }
256
278
 
257
279
  // Modifiers
@@ -260,10 +282,17 @@ $config: (
260
282
  width: $size-width;
261
283
  }
262
284
  }
285
+
286
+ #{ $prefix }--fullscreen {
287
+ width: 100%;
288
+ height: 100%;
289
+ border-radius: 0;
290
+ }
263
291
  #{ $prefix }--right,
264
292
  #{ $prefix }--left {
265
293
  border-radius: 0;
266
294
  height: 100vh;
295
+ width: get("width-left-right");
267
296
  top: 0;
268
297
  bottom: 0;
269
298
  transform: none;
@@ -313,15 +342,15 @@ $config: (
313
342
  }
314
343
  }
315
344
  #{ $prefix }--resize {
316
- &#{ $prefix }--center {
317
- resize: both;
318
- }
319
345
  &#{ $prefix }--right {
320
346
  padding-left: get("resizer-width");
321
347
  }
322
348
  &#{ $prefix }--left {
323
349
  padding-right: get("resizer-width");
324
350
  }
351
+ // &#{ $prefix }--center {
352
+ // resize: both;
353
+ // }
325
354
  }
326
355
  #{ $prefix }--body-fills {
327
356
  #{ $prefix }__header {
@@ -370,13 +399,13 @@ $config: (
370
399
  to {
371
400
  opacity: 1;
372
401
  transform: translate(-50%, -50%);
373
- display: block;
402
+ display: flex;
374
403
  }
375
404
  }
376
405
  @keyframes uluModalCenterOut {
377
406
  from {
378
407
  opacity: 1;
379
- display: block;
408
+ display: flex;
380
409
  transform: translate(-50%, -50%);
381
410
  }
382
411
  to {
@@ -394,13 +423,13 @@ $config: (
394
423
  to {
395
424
  opacity: 1;
396
425
  transform: translate(-50%, 0);
397
- display: block;
426
+ display: flex;
398
427
  }
399
428
  }
400
429
  @keyframes uluModalTopOut {
401
430
  from {
402
431
  opacity: 1;
403
- display: block;
432
+ display: flex;
404
433
  transform: translate(-50%, 0);
405
434
  }
406
435
  to {
@@ -418,13 +447,13 @@ $config: (
418
447
  to {
419
448
  opacity: 1;
420
449
  transform: translate(-50%, 0);
421
- display: block;
450
+ display: flex;
422
451
  }
423
452
  }
424
453
  @keyframes uluModalBottomOut {
425
454
  from {
426
455
  opacity: 1;
427
- display: block;
456
+ display: flex;
428
457
  transform: translate(-50%, 0);
429
458
  }
430
459
  to {
@@ -442,13 +471,13 @@ $config: (
442
471
  to {
443
472
  opacity: 1;
444
473
  transform: translateX(0);
445
- display: block;
474
+ display: flex;
446
475
  }
447
476
  }
448
477
  @keyframes uluModalLeftOut {
449
478
  from {
450
479
  opacity: 1;
451
- display: block;
480
+ display: flex;
452
481
  transform: translateX(0);
453
482
  }
454
483
  to {
@@ -466,13 +495,13 @@ $config: (
466
495
  to {
467
496
  opacity: 1;
468
497
  transform: translateX(0);
469
- display: block;
498
+ display: flex;
470
499
  }
471
500
  }
472
501
  @keyframes uluModalRightOut {
473
502
  from {
474
503
  opacity: 1;
475
- display: block;
504
+ display: flex;
476
505
  transform: translateX(0);
477
506
  }
478
507
  to {
@@ -10,6 +10,7 @@
10
10
  @use "../utils";
11
11
  @use "../color";
12
12
  @use "../selector";
13
+ @use "../layout";
13
14
  @use "../typography";
14
15
 
15
16
  /// Module Settings
@@ -88,6 +89,7 @@ $config: (
88
89
  overflow-x: auto;
89
90
  line-height: typography.get("line-height-dense");
90
91
  gap: get("margin-between");
92
+ @include layout.remove-scrollbar();
91
93
  }
92
94
  #{ $prefix }__item,
93
95
  #{ $prefix }--auto li {
@@ -9,6 +9,7 @@
9
9
  @use "../utils";
10
10
  @use "../breakpoint";
11
11
  @use "../color";
12
+ @use "../layout";
12
13
 
13
14
  /// Module Settings
14
15
  /// @type Map
@@ -81,11 +82,7 @@ $config: (
81
82
  }
82
83
  }
83
84
  .overlay-section__background {
84
- position: absolute;
85
- top: 0;
86
- left: 0;
87
- right: 0;
88
- bottom: 0;
85
+ @include layout.absolute-fill();
89
86
  img,
90
87
  video {
91
88
  object-fit: cover;