@ulu/frontend 0.1.0-beta.110 → 0.1.0-beta.111
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.
- package/CHANGELOG.md +11 -0
- package/dist/ulu-frontend.min.css +1 -1
- package/docs-dev/changelog/index.html +39 -0
- package/docs-dev/demos/card/index.html +16 -16
- package/docs-dev/demos/data-table/index.html +100 -100
- package/docs-dev/demos/progress-circle/index.html +44 -44
- package/docs-dev/javascript/events/index.html +1405 -475
- package/docs-dev/javascript/settings/index.html +380 -4
- package/docs-dev/javascript/ui-breakpoints/index.html +540 -0
- package/docs-dev/javascript/ui-collapsible/index.html +1251 -471
- package/docs-dev/javascript/ui-details-group/index.html +540 -0
- package/docs-dev/javascript/ui-dialog/index.html +1251 -471
- package/docs-dev/javascript/ui-flipcard/index.html +2704 -332
- package/docs-dev/javascript/ui-grid/index.html +2533 -341
- package/docs-dev/javascript/ui-modal-builder/index.html +2492 -330
- package/docs-dev/javascript/ui-overflow-scroller/index.html +2533 -341
- package/docs-dev/javascript/ui-overflow-scroller-pager/index.html +380 -4
- package/docs-dev/javascript/ui-page/index.html +380 -4
- package/docs-dev/javascript/ui-popover/index.html +380 -4
- package/docs-dev/javascript/ui-print/index.html +380 -4
- package/docs-dev/javascript/ui-print-details/index.html +380 -4
- package/docs-dev/javascript/ui-programmatic-modal/index.html +380 -4
- package/docs-dev/javascript/ui-proxy-click/index.html +380 -4
- package/docs-dev/javascript/ui-resizer/index.html +380 -4
- package/docs-dev/javascript/ui-scroll-slider/index.html +380 -4
- package/docs-dev/javascript/ui-scrollpoint/index.html +380 -4
- package/docs-dev/javascript/ui-slider/index.html +380 -4
- package/docs-dev/javascript/ui-tabs/index.html +380 -4
- package/docs-dev/javascript/ui-theme-toggle/index.html +380 -4
- package/docs-dev/javascript/ui-tooltip/index.html +380 -4
- package/docs-dev/javascript/utils-class-logger/index.html +380 -4
- package/docs-dev/javascript/utils-css/index.html +380 -4
- package/docs-dev/javascript/utils-dom/index.html +380 -4
- package/docs-dev/javascript/utils-file-save/index.html +380 -4
- package/docs-dev/javascript/utils-floating-ui/index.html +380 -4
- package/docs-dev/javascript/utils-id/index.html +380 -4
- package/docs-dev/javascript/utils-pause-youtube-video/index.html +380 -4
- package/docs-dev/javascript/utils-system/index.html +380 -4
- package/docs-dev/sass/base/elements/index.html +380 -4
- package/docs-dev/sass/base/normalize/index.html +380 -4
- package/docs-dev/sass/components/accordion/index.html +1 -1
- package/docs-dev/sass/components/card/index.html +2 -2
- package/docs-dev/sass/helpers/color/index.html +380 -4
- package/docs-dev/sass/helpers/display/index.html +380 -4
- package/docs-dev/sass/helpers/index/index.html +380 -4
- package/docs-dev/sass/helpers/typography/index.html +380 -4
- package/docs-dev/sass/helpers/units/index.html +380 -4
- package/docs-dev/sass/helpers/utilities/index.html +380 -4
- package/package.json +1 -1
- package/scss/components/_accordion.scss +13 -1
- package/scss/components/_card.scss +11 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 0.1.0-beta.111
|
|
4
|
+
|
|
5
|
+
- **scss/components/accordion**
|
|
6
|
+
- Add back in summary width 100% (for button usage)
|
|
7
|
+
- adjust how the border for summary open works so it doesn't affect animations
|
|
8
|
+
- **scss/components/card.scss**
|
|
9
|
+
- Remove horizontal-body-max-width config option
|
|
10
|
+
- Add horizontal-main-max-width config option
|
|
11
|
+
- Add horizontal-aside-width config option
|
|
12
|
+
- styles using new config options to keep horizontal cards aside element at a specified size and alignment.
|
|
13
|
+
|
|
3
14
|
## 0.1.0-beta.110
|
|
4
15
|
|
|
5
16
|
- **scss/typography**
|