@ulu/frontend 0.6.15 → 0.6.17
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.
|
@@ -203,12 +203,7 @@ $config: (
|
|
|
203
203
|
#{ $prefix }--fit {
|
|
204
204
|
@include cssvar.declare-ulu("popover-width", max-content);
|
|
205
205
|
}
|
|
206
|
-
|
|
207
|
-
#{ $prefix }--no-padding {
|
|
208
|
-
#{ $prefix }__inner {
|
|
209
|
-
padding: 0;
|
|
210
|
-
}
|
|
211
|
-
}
|
|
206
|
+
|
|
212
207
|
#{ $prefix }--large {
|
|
213
208
|
@include cssvar.declare-ulu("popover-width", get("width-large"));
|
|
214
209
|
}
|
|
@@ -224,6 +219,12 @@ $config: (
|
|
|
224
219
|
padding: get("footer-padding-y-large") get("padding-large");
|
|
225
220
|
}
|
|
226
221
|
}
|
|
222
|
+
// If you want to do something custom (and have it touch the edges)
|
|
223
|
+
#{ $prefix }--no-padding {
|
|
224
|
+
#{ $prefix }__inner {
|
|
225
|
+
padding: 0;
|
|
226
|
+
}
|
|
227
|
+
}
|
|
227
228
|
#{ $prefix }--prints {
|
|
228
229
|
@media print {
|
|
229
230
|
display: block;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ulu/frontend",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.17",
|
|
4
4
|
"description": "A framework-agnostic frontend toolkit providing a modular, tree-shakable library of accessible components and utilities. Designed for seamless integration, it features a highly configurable SCSS system for any environment and vanilla JavaScript modules optimized for traditional websites and content management systems.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|