@ulu/frontend 0.1.0-beta.74 → 0.1.0-beta.75

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.
@@ -5576,7 +5576,7 @@
5576
5576
  <li><strong>Group:</strong> modal</li>
5577
5577
  <li><strong>Type:</strong> mixin</li>
5578
5578
  <li><strong>Lines (comments):</strong> 130-132</li>
5579
- <li><strong>Lines (code):</strong> 134-491</li>
5579
+ <li><strong>Lines (code):</strong> 134-485</li>
5580
5580
  </ul>
5581
5581
  </details>
5582
5582
  <h4 id="examples-1" tabindex="-1">Examples</h4>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ulu/frontend",
3
- "version": "0.1.0-beta.74",
3
+ "version": "0.1.0-beta.75",
4
4
  "description": "A versatile SCSS and JavaScript component library offering configurable, accessible components and flexible integration into any project, with SCSS modules suitable for modern JS frameworks.",
5
5
  "browser": "js/index.js",
6
6
  "main": "index.js",
@@ -247,12 +247,6 @@ $config: (
247
247
  right: 0;
248
248
  }
249
249
  }
250
- #{ $prefix }__content {
251
- margin-top: 2rem;
252
- margin-bottom: 2rem;
253
- line-height: 1.5;
254
- color: rgba(0,0,0,.8);
255
- }
256
250
 
257
251
  // Modifiers
258
252
  @each $name, $size-width in get("sizes") {