@ulu/frontend 0.1.0-beta.113 → 0.1.0-beta.115
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 +9 -0
- package/dist/ulu-frontend.min.css +1 -1
- package/docs-dev/changelog/index.html +24 -1
- 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/sass/components/menu-stack/index.html +50 -15
- package/docs-dev/sass/helpers/utilities/index.html +1 -1
- package/package.json +1 -1
- package/scss/components/_accordion.scss +2 -2
- package/scss/helpers/_utilities.scss +6 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 0.1.0-beta.115
|
|
4
|
+
|
|
5
|
+
- **scss/components/accordion** Make sure transparent modifier doesn't allow background color when open, Change transparent content padding default (increased top/bottom)
|
|
6
|
+
|
|
7
|
+
## 0.1.0-beta.114
|
|
8
|
+
|
|
9
|
+
- `scss/helpers/_utilities.scss` - add flex-wrap (use with layout-flex, etc), and no-min-width (when needed for buttons)
|
|
10
|
+
|
|
11
|
+
|
|
3
12
|
## 0.1.0-beta.113
|
|
4
13
|
|
|
5
14
|
- **scss/components/menu-stack**
|