@ulu/frontend 0.1.0-beta.118 → 0.1.0-beta.119
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 +5 -0
- package/dist/ulu-frontend.min.css +1 -1
- package/docs-dev/changelog/index.html +18 -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/sass/components/definition-list/index.html +1 -1
- package/package.json +1 -1
- package/scss/components/_card.scss +44 -73
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 0.1.0-beta.1199
|
|
4
|
+
|
|
5
|
+
- **scss/components/card** Remove overflow hidden (not needed and gets in the way)
|
|
6
|
+
- Example popovers inside cards need no overflow hidden for absolute strategy
|
|
7
|
+
|
|
3
8
|
## 0.1.0-beta.118
|
|
4
9
|
|
|
5
10
|
- **scss/components/definition-list** Remove margin on first element (unless it has separator)
|