@ulu/frontend 0.1.0-beta.110 → 0.1.0-beta.112

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 (50) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/ulu-frontend.min.css +1 -1
  3. package/docs-dev/changelog/index.html +39 -0
  4. package/docs-dev/demos/progress-bar/index.html +14 -8
  5. package/docs-dev/javascript/events/index.html +1405 -475
  6. package/docs-dev/javascript/settings/index.html +380 -4
  7. package/docs-dev/javascript/ui-breakpoints/index.html +540 -0
  8. package/docs-dev/javascript/ui-collapsible/index.html +1251 -471
  9. package/docs-dev/javascript/ui-details-group/index.html +540 -0
  10. package/docs-dev/javascript/ui-dialog/index.html +1251 -471
  11. package/docs-dev/javascript/ui-flipcard/index.html +2704 -332
  12. package/docs-dev/javascript/ui-grid/index.html +2533 -341
  13. package/docs-dev/javascript/ui-modal-builder/index.html +2492 -330
  14. package/docs-dev/javascript/ui-overflow-scroller/index.html +2533 -341
  15. package/docs-dev/javascript/ui-overflow-scroller-pager/index.html +380 -4
  16. package/docs-dev/javascript/ui-page/index.html +380 -4
  17. package/docs-dev/javascript/ui-popover/index.html +380 -4
  18. package/docs-dev/javascript/ui-print/index.html +380 -4
  19. package/docs-dev/javascript/ui-print-details/index.html +380 -4
  20. package/docs-dev/javascript/ui-programmatic-modal/index.html +380 -4
  21. package/docs-dev/javascript/ui-proxy-click/index.html +380 -4
  22. package/docs-dev/javascript/ui-resizer/index.html +380 -4
  23. package/docs-dev/javascript/ui-scroll-slider/index.html +380 -4
  24. package/docs-dev/javascript/ui-scrollpoint/index.html +380 -4
  25. package/docs-dev/javascript/ui-slider/index.html +380 -4
  26. package/docs-dev/javascript/ui-tabs/index.html +380 -4
  27. package/docs-dev/javascript/ui-theme-toggle/index.html +380 -4
  28. package/docs-dev/javascript/ui-tooltip/index.html +380 -4
  29. package/docs-dev/javascript/utils-class-logger/index.html +380 -4
  30. package/docs-dev/javascript/utils-css/index.html +380 -4
  31. package/docs-dev/javascript/utils-dom/index.html +380 -4
  32. package/docs-dev/javascript/utils-file-save/index.html +380 -4
  33. package/docs-dev/javascript/utils-floating-ui/index.html +380 -4
  34. package/docs-dev/javascript/utils-id/index.html +380 -4
  35. package/docs-dev/javascript/utils-pause-youtube-video/index.html +380 -4
  36. package/docs-dev/javascript/utils-system/index.html +380 -4
  37. package/docs-dev/sass/base/elements/index.html +380 -4
  38. package/docs-dev/sass/base/normalize/index.html +380 -4
  39. package/docs-dev/sass/components/accordion/index.html +1 -1
  40. package/docs-dev/sass/components/card/index.html +2 -2
  41. package/docs-dev/sass/helpers/color/index.html +380 -4
  42. package/docs-dev/sass/helpers/display/index.html +380 -4
  43. package/docs-dev/sass/helpers/index/index.html +380 -4
  44. package/docs-dev/sass/helpers/typography/index.html +380 -4
  45. package/docs-dev/sass/helpers/units/index.html +380 -4
  46. package/docs-dev/sass/helpers/utilities/index.html +380 -4
  47. package/package.json +1 -1
  48. package/scss/components/_accordion.scss +13 -1
  49. package/scss/components/_card.scss +11 -13
  50. package/scss/components/_progress-bar.scss +13 -7
@@ -5766,6 +5766,12 @@
5766
5766
  <div class="toc">
5767
5767
  <ol>
5768
5768
 
5769
+ <li><a href="#0.1.0-beta.111">0.1.0-beta.111</a>
5770
+ </li>
5771
+
5772
+ <li><a href="#0.1.0-beta.110">0.1.0-beta.110</a>
5773
+ </li>
5774
+
5769
5775
  <li><a href="#0.1.0-beta.109">0.1.0-beta.109</a>
5770
5776
  </li>
5771
5777
 
@@ -6141,6 +6147,39 @@
6141
6147
 
6142
6148
  <div class="changelog">
6143
6149
  <h1 id="change-log" tabindex="-1">Change Log</h1>
6150
+ <h2 id="0.1.0-beta.111" tabindex="-1">0.1.0-beta.111</h2>
6151
+ <ul>
6152
+ <li><strong>scss/components/accordion</strong>
6153
+ <ul>
6154
+ <li>Add back in summary width 100% (for button usage)</li>
6155
+ <li>adjust how the border for summary open works so it doesn't affect animations</li>
6156
+ </ul>
6157
+ </li>
6158
+ <li><strong>scss/components/card.scss</strong>
6159
+ <ul>
6160
+ <li>Remove horizontal-body-max-width config option</li>
6161
+ <li>Add horizontal-main-max-width config option</li>
6162
+ <li>Add horizontal-aside-width config option</li>
6163
+ <li>styles using new config options to keep horizontal cards aside element at a specified size and alignment.</li>
6164
+ </ul>
6165
+ </li>
6166
+ </ul>
6167
+ <h2 id="0.1.0-beta.110" tabindex="-1">0.1.0-beta.110</h2>
6168
+ <ul>
6169
+ <li><strong>scss/typography</strong>
6170
+ <ul>
6171
+ <li>Add <code>optional-size</code> mixin</li>
6172
+ </ul>
6173
+ </li>
6174
+ <li><strong>scss/components/accordion</strong>
6175
+ <ul>
6176
+ <li>Refactored to not work for plain details elements. The component used to allow no container around the content. Content container is now required</li>
6177
+ <li>Does not support default details marker anymore (when icon is omitted), you must supply a icon in the correct structure</li>
6178
+ <li>Config, <code>margin</code> now is list form, configuration defaults adjusted slightly (from rem to em), remove transparent-padding- properties, add transparent-content-padding</li>
6179
+ <li>General refactor to remove things that are unnecessary, reduce code</li>
6180
+ </ul>
6181
+ </li>
6182
+ </ul>
6144
6183
  <h2 id="0.1.0-beta.109" tabindex="-1">0.1.0-beta.109</h2>
6145
6184
  <ul>
6146
6185
  <li><strong>scss/components/accordion</strong> - Adjusted selectors from &amp; + &amp; to print out selectors incase this mixin is called when scoped .accordion + .accordion vs .scope .accordion + .scope .accordion which is incorrect</li>
@@ -5779,6 +5779,7 @@
5779
5779
 
5780
5780
  <h2 class="h2">Basic Example</h2>
5781
5781
  <p>The default progress bar has no modifiers.</p>
5782
+
5782
5783
  <div class="progress-bar">
5783
5784
  <div class="progress-bar__header"><strong class="progress-bar__label">Label that is long test</strong>
5784
5785
  </div>
@@ -5793,7 +5794,19 @@
5793
5794
  </div>
5794
5795
  </div>
5795
5796
 
5796
- <div class="rule rule--light"></div>
5797
+
5798
+ <h2 class="h2">Simple Example</h2>
5799
+
5800
+ <div class="progress-bar">
5801
+ <div class="progress-bar__header">
5802
+ <strong class="progress-bar__label">Label that is long test</strong>
5803
+ <span class="progress-bar__value">40%</span>
5804
+ </div>
5805
+ <div class="progress-bar__track">
5806
+ <div class="progress-bar__bar" style="width: 40%;"></div>
5807
+ </div>
5808
+ </div>
5809
+
5797
5810
 
5798
5811
  <h2 class="h2">Indeterminate Modifier</h2>
5799
5812
  <p>Uses the <code>.progress-bar--indeterminate</code> modifier for an animated loading state when the progress is unknown.</p>
@@ -5803,7 +5816,6 @@
5803
5816
  </div>
5804
5817
  </div>
5805
5818
 
5806
- <div class="rule rule--light"></div>
5807
5819
 
5808
5820
  <h2 class="h2">Loader Style</h2>
5809
5821
  <p>Uses the <code>.progress-bar--loader</code> modifier for a thin loading bar.</p>
@@ -5814,7 +5826,6 @@
5814
5826
  </div>
5815
5827
 
5816
5828
 
5817
- <div class="rule rule--light"></div>
5818
5829
 
5819
5830
  <h2 class="h2">Completed Example</h2>
5820
5831
  <p>An example of a completed progress bar with an icon.</p>
@@ -5836,7 +5847,6 @@
5836
5847
  </div>
5837
5848
  </div>
5838
5849
 
5839
- <div class="rule rule--light"></div>
5840
5850
 
5841
5851
  <h2 class="h2">Deficit Example</h2>
5842
5852
  <p>An example of a progress bar with a deficit.</p>
@@ -5857,7 +5867,6 @@
5857
5867
  </div>
5858
5868
  </div>
5859
5869
 
5860
- <div class="rule rule--light"></div>
5861
5870
 
5862
5871
  <h2 class="h2">Positive Style</h2>
5863
5872
  <p>Uses the <code>.progress-bar--positive</code> modifier.</p>
@@ -5868,7 +5877,6 @@
5868
5877
  </div>
5869
5878
  </div>
5870
5879
 
5871
- <div class="rule rule--light"></div>
5872
5880
 
5873
5881
  <h2 class="h2">Negative Style</h2>
5874
5882
  <p>Uses the <code>.progress-bar--negative</code> modifier.</p>
@@ -5879,7 +5887,6 @@
5879
5887
  </div>
5880
5888
  </div>
5881
5889
 
5882
- <div class="rule rule--light"></div>
5883
5890
 
5884
5891
  <h2 class="h2">Small Modifier</h2>
5885
5892
  <p>Uses the <code>.progress-bar--small</code> modifier. Font sizing is controlled by the parent element.</p>
@@ -5918,7 +5925,6 @@
5918
5925
  </div>
5919
5926
  </div>
5920
5927
 
5921
- <div class="rule rule--light"></div>
5922
5928
 
5923
5929
  <h2 class="h2">Icon left with rail</h2>
5924
5930
  <p>Combining with rail component for icon on left</p>