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

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 (316) hide show
  1. package/CHANGELOG.md +606 -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/_keyframes.scss +10 -0
  224. package/scss/base/_layout.scss +1 -0
  225. package/scss/base/_print.scss +2 -0
  226. package/scss/base/_root.scss +2 -0
  227. package/scss/components/README.todos +14 -0
  228. package/scss/components/_accordion.scss +33 -19
  229. package/scss/components/_badge.scss +23 -4
  230. package/scss/components/_basic-hero.scss +112 -0
  231. package/scss/components/_button-group.scss +90 -0
  232. package/scss/components/_button-verbose.scss +100 -18
  233. package/scss/components/_callout.scss +125 -78
  234. package/scss/components/_captioned-figure.scss +17 -0
  235. package/scss/components/_card-grid.scss +1 -1
  236. package/scss/components/_card.scss +228 -66
  237. package/scss/components/_counter-list.scss +151 -0
  238. package/scss/components/_css-icon.scss +35 -21
  239. package/scss/components/_data-grid.scss +55 -12
  240. package/scss/components/_data-table.scss +39 -3
  241. package/scss/components/_flipcard.scss +8 -3
  242. package/scss/components/_form-theme.scss +119 -108
  243. package/scss/components/_headline-label.scss +83 -0
  244. package/scss/components/_hero.scss +12 -10
  245. package/scss/components/_index.scss +42 -0
  246. package/scss/components/_menu-stack.scss +42 -26
  247. package/scss/components/_modal.scss +58 -29
  248. package/scss/components/_nav-strip.scss +2 -0
  249. package/scss/components/_overlay-section.scss +2 -5
  250. package/scss/components/_panel.scss +246 -0
  251. package/scss/components/_popover.scss +165 -64
  252. package/scss/components/_pull-quote.scss +13 -13
  253. package/scss/components/_rail.scss +120 -0
  254. package/scss/components/_ratio-box.scss +2 -5
  255. package/scss/components/_rule.scss +1 -0
  256. package/scss/components/_scroll-slider.scss +1 -5
  257. package/scss/components/_slider.scss +49 -72
  258. package/scss/components/_spoke-spinner.scss +2 -2
  259. package/scss/components/_sticky-list.scss +206 -0
  260. package/scss/components/_tabs.scss +22 -4
  261. package/scss/components/_vignette.scss +3 -5
  262. package/scss/components/_wysiwyg.scss +21 -13
  263. package/scss/helpers/_display.scss +15 -18
  264. package/scss/helpers/_print.scss +12 -7
  265. package/scss/helpers/_utilities.scss +42 -32
  266. package/types/events/index.d.ts +10 -1
  267. package/types/events/index.d.ts.map +1 -1
  268. package/types/index.d.ts +1 -0
  269. package/types/settings.d.ts +70 -0
  270. package/types/settings.d.ts.map +1 -0
  271. package/types/ui/breakpoints.d.ts +14 -14
  272. package/types/ui/breakpoints.d.ts.map +1 -1
  273. package/types/ui/collapsible.d.ts.map +1 -1
  274. package/types/ui/details-group.d.ts +38 -0
  275. package/types/ui/details-group.d.ts.map +1 -0
  276. package/types/ui/dialog.d.ts +20 -14
  277. package/types/ui/dialog.d.ts.map +1 -1
  278. package/types/ui/flipcard.d.ts +16 -10
  279. package/types/ui/flipcard.d.ts.map +1 -1
  280. package/types/ui/grid.d.ts +4 -6
  281. package/types/ui/grid.d.ts.map +1 -1
  282. package/types/ui/index.d.ts +2 -1
  283. package/types/ui/modal-builder.d.ts +116 -11
  284. package/types/ui/modal-builder.d.ts.map +1 -1
  285. package/types/ui/overflow-scroller.d.ts +2 -2
  286. package/types/ui/overflow-scroller.d.ts.map +1 -1
  287. package/types/ui/popover.d.ts +6 -7
  288. package/types/ui/popover.d.ts.map +1 -1
  289. package/types/ui/print.d.ts +0 -4
  290. package/types/ui/print.d.ts.map +1 -1
  291. package/types/ui/programmatic-modal.d.ts.map +1 -1
  292. package/types/ui/proxy-click.d.ts +19 -3
  293. package/types/ui/proxy-click.d.ts.map +1 -1
  294. package/types/ui/resizer.d.ts +116 -16
  295. package/types/ui/resizer.d.ts.map +1 -1
  296. package/types/ui/scroll-slider.d.ts +5 -7
  297. package/types/ui/scroll-slider.d.ts.map +1 -1
  298. package/types/ui/scrollpoint.d.ts +3 -8
  299. package/types/ui/scrollpoint.d.ts.map +1 -1
  300. package/types/ui/slider.d.ts +33 -14
  301. package/types/ui/slider.d.ts.map +1 -1
  302. package/types/ui/tabs.d.ts +6 -8
  303. package/types/ui/tabs.d.ts.map +1 -1
  304. package/types/ui/theme-toggle.d.ts +51 -7
  305. package/types/ui/theme-toggle.d.ts.map +1 -1
  306. package/types/ui/tooltip.d.ts +3 -5
  307. package/types/ui/tooltip.d.ts.map +1 -1
  308. package/types/utils/css.d.ts +11 -0
  309. package/types/utils/css.d.ts.map +1 -0
  310. package/types/utils/dom.d.ts +12 -32
  311. package/types/utils/dom.d.ts.map +1 -1
  312. package/types/utils/font-awesome.d.ts +5 -0
  313. package/types/utils/font-awesome.d.ts.map +1 -0
  314. package/types/utils/index.d.ts +2 -1
  315. package/types/utils/system.d.ts +113 -0
  316. package/types/utils/system.d.ts.map +1 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,611 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.1.0-beta.90
4
+
5
+ - Fix missing file-header comments in base scss modules
6
+
7
+ ## 0.1.0-beta.89
8
+
9
+ - **scss/base/elements** - Remove old breakpoints.embed-for-scripts (puts active breakpoint on body hidden pseudo)
10
+ - **scss/base/root** - Add cssvar.declare-breakpoint() so that site's using base will have breakpoints by default
11
+
12
+ ## 0.1.0-beta.88
13
+
14
+ - **scss/base/_keyframes.scss** - Add UluWiggle (used in toast frontend-vue)
15
+
16
+ ## 0.1.0-beta.87
17
+
18
+ - Remove **scss/components/table-sticky.scss** from components
19
+ - 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.
20
+
21
+ ## 0.1.0-beta.86
22
+
23
+ - **scss/components/wysiwyg.scss**
24
+ - Add option for "exclude-selector" (.wysiwyg__exclude), that is applied to all selectors now
25
+ - Remove it from "ul-excluded-selectors" and "img-excluded-selectors" as it will always included by "exclude-selector" now
26
+ - Move margins for <ul>/<ol> will apply only if not excluded (so if excluded it will not have any styles applied)
27
+
28
+ ## 0.1.0-beta.85
29
+
30
+ - **scss/components/table-sticky.scss**
31
+ - New component module for vue table sticky component (not output by default when calling components-styles)
32
+
33
+ ## 0.1.0-beta.84
34
+
35
+ - **scss/components/rail.scss**
36
+ - Add new component for common strip-rail layouts
37
+ - **scss/components/button-group.scss**
38
+ - Add new component for grouping buttons and joining them
39
+ - **scss/components/headline-label.scss**
40
+ - Add new component "headline-label" for small label above headlines
41
+ - **scss/components/panel.scss**
42
+ - Add new panel component, this is to replace custom callout layouts/etc
43
+ - 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)
44
+ - User defines how it looks and what modifiers are present (unless using defaults)
45
+ - **scss/element.scss**
46
+ - 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
47
+ - **scss/utils.scss**
48
+ - Add utils.default() for inline defaults to handle pattern similiar to function-fallback works, for local values (not for configuration fallbacks)
49
+ - 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)
50
+ - Designed mainly for internal library use
51
+
52
+
53
+ ## 0.1.0-beta.83
54
+
55
+ - **js/ui/resizer.js**
56
+ - Add keyboard events
57
+ - Add selfManagedEvents and selfManagedAriaLabel
58
+ - So we can use this in other libraries/etc
59
+ - **js/ui/modal-builder.js**
60
+ - Update default modal template option to have a button for resizer to work with updated resizer script
61
+
62
+ ## 0.1.0-beta.82
63
+
64
+ - **js/ui/dialog.js**
65
+ - Remove native resize detection (resizeObserver, etc) since all resizing is done by resizer now
66
+ - 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
67
+ - Add flag internally to ensure that click outside is prevented if the pointer event originated from a resizer event
68
+
69
+ ## 0.1.0-beta.81
70
+
71
+ - **scss/components/css-icons.scss**
72
+ - Add icon for `.css-icon--drag-both`
73
+ - **scss/components/modal.scss**
74
+ - Remove 'resize' native resizing for 'center' position, and use new resizer for both axes
75
+ - **js/ui/modal-builder.js**
76
+ - Update resizer to create resizer handle for "center" so we can remove CSS resize in modals.scss
77
+ - **js/ui/resizer.js**
78
+ - Refactor API to be fromX, and fromY (instead of fromLeft) to support both axes
79
+ - Add events dispatched from resizer's container for user
80
+ - Make all events pointer events instead of mouse
81
+ - **js/utils/class-logger.js**
82
+ - Add check in allow() for class instance options.debug property
83
+
84
+ ## 0.1.0-beta.80
85
+
86
+ - Update @ulu/utils
87
+
88
+ ## 0.1.0-beta.79
89
+
90
+ - **js/ui/dialog.js**
91
+ - Move preventScroll logic to utils library, refactor (no api changes)
92
+
93
+ ## 0.1.0-beta.78
94
+
95
+ - **js/ui/modal-builder.js**
96
+ - Fix unused documented config property `titleId`
97
+ - Document `labeledby`and `describedby``
98
+ - Code cleanup
99
+
100
+ ## 0.1.0-beta.77
101
+
102
+ - **js**
103
+ - Move dom utils that were reusable to utils library
104
+ - **docs**
105
+ - Fix popover fixed demo for fixed strategy
106
+
107
+ ## 0.1.0-beta.76
108
+
109
+ - **scss/components/modal.scss**
110
+ - Add `.modal__footer` element and configuration for styling it
111
+ - Fix modal animations temporarily setting display block instead of flex
112
+ - **js/ui/modal-builder.js**
113
+ - Add options for `footerElement` which will select the element and move it into the modal on creation (when working in DOM with data-attributes)
114
+ - Add option for `footerHtml` which will insert the markup provided into the footer
115
+ - Output footer element if either setting is set
116
+
117
+ ## 0.1.0-beta.75
118
+
119
+ - **scss/components/modal.scss** | Remove unused selector `.modal__content`
120
+
121
+ ## 0.1.0-beta.74
122
+
123
+ - **js/ui/modal-builder.js**
124
+ - Add options for `labelledby`, `describedby` (pass id's)
125
+ - `labelledby` will be filled in automatically if using title option
126
+ - `describedby` is to mark optional description element
127
+
128
+ ## 0.1.0-beta.73
129
+
130
+ - **js/ui/modal-builder.js** | Fix missing end tag in options.template
131
+
132
+ ## 0.1.0-beta.72
133
+
134
+ - **scss/element** | Change new mixin name "focus-ring-required-only"
135
+
136
+ ## 0.1.0-beta.71
137
+
138
+ - **scss/element**
139
+ - Add mixin "hide-focus-ring" which implements hidden focus ring unless it's needed (via :focus-visible)
140
+ - **scss/components/tabs**
141
+ - Hide focus ring on tabs when clicking
142
+
143
+ ## 0.1.0-beta.70
144
+
145
+ - **scss/components/accordion**
146
+ - Change defaults (add background color to summary) so that demo shows how no-border modifier is used
147
+ - Add borderless-margin-between
148
+ - Change modifier "no-border" to "borderless"
149
+ - **scss/components/tabs**
150
+ - Tweak defaults so that tab color hover matches "selected" color
151
+ - Add transitions to the indicator bar, and add setting to adjust it
152
+
153
+ ## 0.1.0-beta.69
154
+
155
+ - **scss/components/accordion**
156
+ - Set width on .accordion__summary so it works when using button element (when not details)
157
+ - Fixed minor things (missing selectors, etc)
158
+
159
+ ## 0.1.0-beta.68
160
+
161
+ - **scss/components/badge**
162
+ - Fix default config (so that default size is smaller than large)
163
+ - Add default sizes (small and large)
164
+ - Add font family option
165
+
166
+ ## 0.1.0-beta.67
167
+
168
+ - **scss/components/counter-list**
169
+ - Add extra-selector option to allow class wrapper which styles all ol's inside container.
170
+
171
+ ## 0.1.0-beta.66
172
+
173
+ - **scss/components/data-grid**
174
+ - Add missing row gutter breakpoint modifiers (so row gutters use breakpoint sizes)
175
+ - Add missing row gutter at breakpoint work with extra scales
176
+
177
+ ## 0.1.0-beta.65
178
+
179
+ - **scss/element**
180
+ - Add backdrop-filter-blur mixin
181
+
182
+ ## 0.1.0-beta.64
183
+
184
+ - **scss/components/counter-list**
185
+ - Fix mistake in "item-margin" property default value
186
+ - (should be space separated list or single number was comma separated)
187
+
188
+ ## 0.1.0-beta.63
189
+
190
+ - **js/ui/scrollpoints**
191
+ - Fixed error using for syncedElements option (Missing getElement, was moved to utils)
192
+
193
+
194
+ ## Versions 0.1.0-beta.59, 0.1.0-beta.60, 0.1.0-beta.61, 0.1.0-beta.62
195
+
196
+ - Update @ulu/utils dependency to latest
197
+
198
+ ## Version 0.1.0-beta.58
199
+
200
+ - **js/ui/slider**
201
+ - Change slider swipe to be on slides
202
+ - Add options for swipeOptions to configure ["swipe-listener"](https://www.npmjs.com/package/swipe-listener) library (see it's documentation for options)
203
+ - Adding preventScroll by default
204
+
205
+ ## Version 0.1.0-beta.57
206
+
207
+ - **js/ui/slider**
208
+ - Setup swipe listener and add option for swipeEnabled (true by default)
209
+
210
+ ## Version 0.1.0-beta.56
211
+
212
+ - **scss/components/counter-list**
213
+ - Add counter (font-family, font-weight)
214
+
215
+ ## Version 0.1.0-beta.55
216
+
217
+ - **scss/components/counter-list**
218
+ - Fix selector (was nested if using .counter-list__item), Updates for API for $config
219
+
220
+ ## Version 0.1.0-beta.54
221
+
222
+ - **js/ui/modal-builder**
223
+ - Add option for titleClass
224
+ - Fill in jsdoc documentation for defaults
225
+
226
+ ## Version 0.1.0-beta.53
227
+
228
+ - **scss/components/slider**
229
+ - Remove "button-height" option not setup in styles
230
+ - Change "button-icon-offset-x/y" to "button-offset-x/y" since it only controls the button offsets not related to an icon
231
+
232
+ ## Version 0.1.0-beta.52
233
+
234
+ - **scss/components/slider**
235
+ - Remove "button-size" option (was never hooked up)
236
+ - Change "dot-" prefixed options to "nav-" so it's not describing it visually
237
+ - Change "margin-bottom" and "margin-top" to singular margin rule
238
+
239
+ ## Version 0.1.0-beta.51
240
+
241
+ - **scss/components/slider**
242
+ - Add "dot-gap" and "nav-margin" options
243
+
244
+ ## Version 0.1.0-beta.50
245
+
246
+ - **scss/components/slider**
247
+ - Remove "dot-border-color-hover" option not setup in styles
248
+
249
+ ## Version 0.1.0-beta.49
250
+
251
+ - **scss/color**
252
+ - Allow color.get() to passthrough colors that are "color-mix()"
253
+
254
+ ## Version 0.1.0-beta.48
255
+
256
+ - **scss/color**
257
+ - **css-tint, css-shade** Make sure colors (base white/black) use color.get()
258
+
259
+ ## Version 0.1.0-beta.47
260
+
261
+ - **scss/components/card**
262
+ - 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.
263
+
264
+ ## Version 0.1.0-beta.46
265
+
266
+ - **scss/color**
267
+ - **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.
268
+
269
+ ## Version 0.1.0-beta.45
270
+
271
+ - **scss/units > set()**
272
+ - Adjust to use map-merge so you can configure how the map is merged (ie. overwrite for example)
273
+ - **scss/element > set-rule-margins()**
274
+ - Adjust to use map-merge so you can configure how the map is merged (ie. overwrite for example)
275
+
276
+ ## Version 0.1.0-beta.44
277
+
278
+ - **scss/components/card**
279
+ - Fix card body from shrinking when max-width is larger than body content
280
+ - Add card--horizontal-center modifier to center body of card
281
+
282
+ ## Version 0.1.0-beta.43
283
+
284
+ - **scss/components/card**
285
+ - Document all new aside configuration properties change toggle-aside-rule to aside-rule
286
+
287
+ ## Version 0.1.0-beta.42
288
+
289
+ - **scss/components/card**
290
+ - Adjusted defaults for new aside element (rule and background color) to match standard defaults (initial testing values were there before)
291
+
292
+ ## Version 0.1.0-beta.41
293
+
294
+ - **js/utils/dom**
295
+ - **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)
296
+ - **scss/components/card.scss**
297
+ - card aside defaults changed ("aside-background-color" : transparent, "aside-rule-color": "rule",)
298
+
299
+ ## Version 0.1.0-beta.40
300
+
301
+ - **scss/components/counter-list**
302
+ - Add counter-list component and demo page
303
+ - **js/ui/dialog**
304
+ - 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.
305
+
306
+ ## Version 0.1.0-beta.39
307
+
308
+ - **js/ui/scrollpoint.js**
309
+ - Fix attribute name for state to have ulu prefix (ie. data-scrollpoint-state is now data-ulu-scrollpoint-state)
310
+
311
+ ## Version 0.1.0-beta.38
312
+
313
+ - **scss/**
314
+ - **helpers/display**
315
+ - remove clearfix class styling
316
+ - **helpers/utilities, helpers/print, helpers/display**
317
+ - Add selector class replacing and prefixing
318
+
319
+ ## Version 0.1.0-beta.37
320
+
321
+ - **js/ui/slider.js**
322
+ - Implement classAccessiblyHidden option to allow users to customize its styling. Will still default to "hidden-visually."
323
+
324
+ ## Version 0.1.0-beta.36
325
+
326
+ - **scss/**
327
+ - **components/button-verbose**
328
+ - 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.
329
+ - **components/modal**
330
+ - Add fullscreen size modifier
331
+ - **components/data-grid**
332
+ - 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).
333
+ - **js**
334
+ - **settings**
335
+ - 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
336
+ - Add "cssvarPrefix" to match scss cssvar module's prefix value
337
+ - **ui/breakpoint**
338
+ - Fix all typos (options and methods) of "psuedo" to "pseudo" (valueFromPseudo, pseudoSelector)
339
+ - Bring in new setting (from settings.js) for "cssvarPrefix" for the breakpoint customProperty default value
340
+ - Create test for this in demos
341
+ - **ui/collapsibles**
342
+ - 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
343
+ - **ui/modal-builder**
344
+ - 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)
345
+ - **utils/css.js**
346
+ - Add new module to hold utility functions related to CSS, currently just new function getCustomProperty which is used in ui/breakpoints module
347
+
348
+ ## Version 0.1.0-beta.35
349
+
350
+ - **scss/**
351
+ - **components/card**
352
+ - add *card__aside* styling to enable sidebars
353
+ - added *card__main* wrapper to *card__title* and *card__content* to separate it from the *card__aside*
354
+ - added config options for *card__aside*
355
+ - toggle-aside-rule : toggles rule separating aside from main,
356
+ - aside-rule-width
357
+ - aside-background-color
358
+ - aside-rule-color
359
+ - remove padding from *card__image--icon*
360
+ - This was adding additional space on bottom of horizontal card. Most noticeably when using an aside background color and no footer.
361
+ - **elements/rule**
362
+ - Added "display: inline-block;" to short rule
363
+ - Note: user can use the old style by adding utility class "display-block"
364
+ - **js/**
365
+ - ui/scroll-slider
366
+ - Fix typo that introduced error in last update controls-context to control-context
367
+
368
+ ## Version 0.1.0-beta.34
369
+
370
+ - **scss/**
371
+ - **element**
372
+ - 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
373
+ - **utils**
374
+ - Add ensure-map(), units-match(), is-end(), is-side() functions
375
+ - **components/callout**
376
+ - Minor visual breaking change for those using cap
377
+ - Update how left-cap works (all properties have changed) now accepts common cap settings (see config)
378
+ - Caps can be set on any side now
379
+ - Callout styles map (for variations/modifiers of callout) will no longer output "border" configuration
380
+ - Use "border-width" or "border-color" to affect border appearance
381
+ - **components/button-verbose**
382
+ - Minor visual breaking change for those using cap
383
+ - left cap has changed to cap and accepts common cap options (see config)
384
+ - **components/accordion**
385
+ - remove static margin-bottom added to "--no-borders" modifier (was 4rem)
386
+ - Fix calc for accordion + accordion to be based on border-width setting (was static 1px)
387
+ - **components/slider**
388
+ - remove unused config options "button-background-color" and "button-background-color-hover"
389
+ - **components/accordion**
390
+ - Remove margin-bottom
391
+ - **components/data-table**
392
+ - Add config option "footer-color" to enable users to customize footer text color. Footer still defaults to "color" config option.
393
+ - **js/**
394
+ - **ui** (remove setup functions, using component initializer class now)
395
+ - **ui/slider**
396
+ - update createNavButton function to pass whole slide rather than just slide number. Update getNavContent to still print slide number as accessibility text by default.
397
+ - **ui/dialog**
398
+ - Added option preventScroll (defaults to true), used only for modal dialogs (ignored if nonModal)
399
+ - **ui/tooltip**
400
+ - Fix missing init attribute
401
+ - **ui/flipcard**
402
+ - Fix typo in method name "setVisiblity" to "setVisibility"
403
+ - **ui/tabs**
404
+ - Fix issue with initial click of a tab when using "openWithUrlHash" option
405
+ - Equal height checking was setting hidden attribute but aria-tablist library explicitly checks for hidden="hidden"
406
+
407
+ ## Version 0.1.0-beta.33
408
+
409
+ - scss
410
+ - Add layout.absolute-fill throughout components/styles so that CSS is printed the same way for compression
411
+ - Add layout.absolute-fill throughout components/styles so that CSS is printed the same way for compression
412
+ - scss/components/callout
413
+ - scss/components/button-verbose
414
+ - Add left-cap-match-radius to have the left cap style match the border radius of the parent container
415
+ -
416
+ ## Version 0.1.0-beta.32
417
+
418
+ - scss/components/button-verbose
419
+ - Add left-cap-match-radius to have the left cap style match the border radius of the parent container
420
+
421
+ ## Version 0.1.0-beta.31
422
+
423
+ - scss/components/button-verbose
424
+ - Change left-cap default to false off (like it was before the change in 0.1.0-beta.29)
425
+
426
+ ## Version 0.1.0-beta.30
427
+
428
+ - scss/components/button-verbose
429
+ - Add button-verbose__body element
430
+ - Allow title-margin to work if body is before title
431
+ - scss/component/popover
432
+ - 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.
433
+ - scss/utils
434
+ - 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))`
435
+ - Add is-even, and is-odd functions
436
+
437
+ ## Version 0.1.0-beta.29
438
+
439
+ - scss/components/button-verbose
440
+ - Setup optional selector changing (class base name)
441
+ - Add end cap option
442
+ - Adjust default options
443
+ - Make inline modifier remove margin right if last child
444
+ - scss/components/card
445
+ - Add cursor pointer to card__title-link and move default title hover styles from card__title to card__title-link
446
+ - Change default size of icon image max-width (from 30rem to 8rem)
447
+ - Remove transparent on card__image--icon (will have normal default background for image area now)
448
+ - scss/components/form-theme
449
+ - Add "description-line-height" option defaulting to typography line-height dense
450
+
451
+ ## Version 0.1.0-beta.28
452
+
453
+ - scss/components/popover
454
+ - Remove options (footer-box-shadow, footer-box-shadow-color) as it interferes with main popover box shadow and arrow box shadow.
455
+ - Added "footer-border-top" to separate footer from content (useful for showing overflow)
456
+
457
+ ## Version 0.1.0-beta.27
458
+
459
+ - scss/components/popover
460
+ - Add popover's content box-shadow to arrow (using the other pseudo to mask the shadow)
461
+ - scss/components/utils
462
+ - Fix number-info function, and add errors option
463
+ - Add function add-unit() to add unit to a number
464
+ - Add function hypotenuse() which returns hypotenuse of triangle
465
+
466
+ ## Version 0.1.0-beta.26
467
+
468
+ - scss/components/card
469
+ - 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)
470
+
471
+ ## Version 0.1.0-beta.25
472
+
473
+ - scss/components/accordion
474
+ - Make normal summary (when used without icon) flexbox for older browser support (uses :has() selector)
475
+ - scss/components/card
476
+ - Change how horizontal cards display when in horizontal
477
+ - Body and footer stack to the side of image
478
+ - Image fills height
479
+ - add card--image-fit modifier to all images to properly be contained in cards regardless of card size
480
+
481
+ ## Version 0.1.0-beta.24
482
+
483
+ - Minor, remove debug statement
484
+
485
+ ## Version 0.1.0-beta.23
486
+
487
+ - scss/component/sticky-list.scss
488
+ - Adjusts to new component (property name changes)
489
+
490
+ ## Version 0.1.0-beta.22
491
+
492
+ - scss/component/sticky-list.scss **new**
493
+ - Added basic CSS sticky list component
494
+
495
+ ## Version 0.1.0-beta.21
496
+
497
+ - scss/components/tabs.scss
498
+ - Minor: fix margin output (space separated list vs comma)
499
+ - Remove scrollbar in tablist
500
+
501
+ ## Version 0.1.0-beta.20
502
+
503
+ - scss/components/basic-hero **new**
504
+ - Added component for handling simple hero or header styling with text and media in container
505
+ - js/ui/theme-toggle.js (refactored to allow)
506
+ - Inverted the default icons so that the icon reflects the theme it will trigger
507
+ - Multiple instances of theme toggles
508
+ - Remote theme toggles (other toggles buttons that follow/match main toggle)
509
+ - If the toggle button is used in more than one place in UI
510
+ - Toggle and remote linked via 'group' option
511
+ - Allow targeting multiple containers to toggle theme on
512
+ - New options/API structure
513
+ - Now accepts themes object with settings on what it should toggle
514
+ - Allow callback for customizing behavior when changing state
515
+ - Add demo/tests
516
+ - js/utils/dom.js
517
+ - Add getElements() (matches getElement) but for multiple elements
518
+ - Add resolveClasses() to allow class options to be string or array form
519
+ - So that scripts using can easily resolve classes to consistent type for use in element.classList, etc
520
+ - js/ui/details-group.js
521
+ - Fix error in event pageModified (caused by passing event object to setup)
522
+
523
+ ## Version 0.1.0-beta.19
524
+
525
+ - js/ui/details-group.js
526
+ - Added new module to manage groups of details (just one open at time right now)
527
+
528
+ ## Version 0.1.0-beta.18
529
+
530
+ - scss/components/_button-verbose.scss
531
+ - Add text align left
532
+
533
+ ## Version 0.1.0-beta.17
534
+
535
+ - js/ui/programmatic-modal.js
536
+ - Add "classes" option to createAndOpen, to match legacy module's API
537
+
538
+ ## Version 0.1.0-beta.16
539
+
540
+ - js/ui/programmatic-modal.js
541
+ - Change createAndOpen config option "selector" to ambiguous name "element" to allow passing both selector or element (using getElement())
542
+
543
+ ## Version 0.1.0-beta.15
544
+
545
+ - JS
546
+ - Settings.js
547
+ - Setup new shared setting module (currently holds icon string settings)
548
+ - Setup common methods for dealing with settings
549
+ - Setup wrapped string get method for use in configuring defaults for other modules
550
+ - So we don't need to refactor for after runtime settings changes
551
+ - utils/font-awesome.js - Includes helper method for setting font-awesome icons (configureIcons)
552
+ - ui/modal-builder.js - Adjust to use settings to get icon defaults
553
+ - ui/overflow-scroller.js and js/ui/slider.js
554
+ - Change `iconClassesPrevious` and `iconClassesNext` to non array settings `iconClassPrevious` and iconClassNext
555
+ - Change the above defaults to pull from settings.js
556
+ - js/ui/slider.js
557
+ - Fix selector .Slider__control-icon was on .Slider__control-button is now moved to icon
558
+ - SCSS
559
+ - components/_slider.scss
560
+ - Fix incorrect selector .Slider__control-icon which was actually targeting the control-button
561
+
562
+ ## Version 0.1.0-beta.14
563
+
564
+ - SCSS > Components > Nav Strip
565
+ - Add remove-scrollbar() CSS to nav strip list
566
+
567
+ ## Version 0.1.0-beta.13
568
+
569
+ - SCSS > Components > Menu Stack
570
+ - Add options for line-height for link and label
571
+ - Change rule color to light by default
572
+
573
+ ## Version 0.1.0-beta.12
574
+
575
+ - SCSS > Components > Menu Stack
576
+ - Refactor menu-stack__checkbox selector to menu-stack__selectable so it works for both radio/checkbox layouts
577
+ - Added other selectors if needed menu-stack__selectable-[input/label], but it still works with native element selectors (ie. [type="checkbox"])
578
+ - Change config (checkbox-area-width to selectable-input-width)
579
+
580
+ ## Version 0.1.0-beta.11
581
+
582
+ - SCSS
583
+ - Components
584
+ - Card
585
+ - Set config options for settings that were hardcoded in
586
+ - Form Theme:
587
+ - Change config item "input-margin-y" to "item-margin-y" since that's what it affects.
588
+ - Add config options to hardcoded options in fieldset
589
+ - Remove fieldset span styling
590
+ - Replaced config defaults using color.get("error") to now use color.get("danger")
591
+ - Menu Stack
592
+ - Remove padding on container when set to hanging (incorrect)
593
+ - Data Table
594
+ - Add header-color option for thead th
595
+ - Callout
596
+ - Adjustments to left cap styling
597
+ - Left-cap height and horizontal positioning now include the border-width
598
+ - Left-cap mixin is now a private mixin
599
+ - **replaced "border" config option with "border-color" and "border-width"**
600
+ - Color
601
+ - New color options and adjusted colors error and warning.
602
+
603
+ ## Version 0.1.0-beta.10
604
+
605
+ - "scss/component/modal" - Add "width-left-right" for sidebar style width setting
606
+ - "scss/component/css-icons" - Add "drag-gap-multiplier" to adjust the gap between strokes
607
+ - "js/ui/modal-builder" - Fix css-icon class for resizer (to css-icon--drag-x)
608
+
3
609
  ## Version 0.1.0-beta.9
4
610
 
5
611
  - Updates to "scss/component/card" - Fix card overlay border-radius (body and footer), fix card border being conditional on interactive (proxy-click)
package/README.dev.md CHANGED
@@ -8,9 +8,9 @@
8
8
 
9
9
  ## Docs
10
10
 
11
- ## Updatiing SCSS
11
+ ## Updating SCSS
12
12
 
13
- - Udpate sassdocs markdown by `npm run docs:update:scss`
13
+ - Update sassdocs markdown by `npm run docs:update:scss`
14
14
 
15
15
  ## Updating JS Docs
16
16
 
@@ -19,4 +19,4 @@
19
19
 
20
20
  ## Building/Deploying
21
21
 
22
- - Use `npm run docs:build`
22
+ - Use `npm run docs:build`
package/README.md CHANGED
@@ -1,10 +1,20 @@
1
- # Frontend Library
1
+ # @ulu/frontend
2
2
 
3
- Front end development library (SCSS, JS)
3
+ Versatile frontend toolkit designed for a variety of web development scenarios.
4
+
5
+ [Full Documentation](https://jscherbe.github.io/frontend/)
6
+
7
+ ## key Features
8
+
9
+ - **Target Environment:** The JavaScript "UI" modules are specifically tailored for traditional sites, such as static websites and CMS-driven platforms. However, the comprehensive SCSS modules are fully compatible and can be utilized in modern JavaScript applications built with frameworks like React or Vue.
10
+ - **Configuration & Consistency:** The system's main goal is to allow for highly flexible, per-site configuration while maintaining a consistent set of accessible and high-quality components.
11
+ - **Flexible Usage:** This library is designed as a toolkit, offering the flexibility to be used as a complete stylesheet solution or to pick and choose individual SCSS modules and components as needed.
12
+ - **Integration Adaptability:** All SCSS base selectors (for components, utilities, etc.) can be easily adjusted, making it highly adaptable for seamless integration into pre-existing systems and diverse development environments.
13
+ - API Documentation for both SCSS and JS with examples
14
+
15
+ ## Related Links
4
16
 
5
17
  - [Documentation](https://jscherbe.github.io/frontend/)
6
18
  - [Change Log](CHANGELOG.md)
7
19
  - [Development Notes](README.dev.md)
8
20
 
9
-
10
-