@muraldevkit/ui-toolkit 1.22.0 → 1.22.2

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.
@@ -3,7 +3,8 @@
3
3
  /// @group divider
4
4
  ////
5
5
 
6
- // Need to define on both the host and root to support traditional DOM and Shadow DOM
6
+ // Need to define on both the class and the :root to support usage outside of the component
7
+ :root,
7
8
  .MrlDivider {
8
9
  --mrl-divider-size: var(--mrl-spacing-01);
9
10
  --mrl-divider-spacing: var(--mrl-space-stack-section-divider);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muraldevkit/ui-toolkit",
3
- "version": "1.22.0",
3
+ "version": "1.22.2",
4
4
  "description": "Mural's UI Toolkit",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",