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