@threadlabs/looma 0.1.4 → 0.1.5

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/layout/index.css CHANGED
@@ -8,7 +8,6 @@
8
8
  :where(ui-stack, ui-inline, ui-cluster, ui-grid, ui-center, ui-switcher, ui-sidebar, ui-reel, ui-separator) {
9
9
  all: revert-layer;
10
10
  box-sizing: border-box;
11
- margin: 0;
12
11
  font-family: var(--ui-font-family-sans);
13
12
  font-size: var(--ui-font-size-md);
14
13
  line-height: var(--ui-line-height-md);
@@ -31,6 +30,7 @@
31
30
  :where(ui-stack, ui-inline, ui-cluster, ui-grid, ui-center, ui-switcher, ui-sidebar, ui-reel, ui-separator) {
32
31
  min-inline-size: 0;
33
32
  max-inline-size: 100%;
33
+ margin: 0;
34
34
  }
35
35
  ui-stack {
36
36
  --ui-layout-gap: var(--ui-space-4, 1rem);
package/layout.css CHANGED
@@ -10,7 +10,6 @@
10
10
  /* Reveal Looma's component layer instead of reverting past it. */
11
11
  all: revert-layer;
12
12
  box-sizing: border-box;
13
- margin: 0;
14
13
  font-family: var(--ui-font-family-sans);
15
14
  font-size: var(--ui-font-size-md);
16
15
  line-height: var(--ui-line-height-md);
@@ -35,6 +34,7 @@
35
34
  :where(ui-stack, ui-inline, ui-cluster, ui-grid, ui-center, ui-switcher, ui-sidebar, ui-reel, ui-separator) {
36
35
  min-inline-size: 0;
37
36
  max-inline-size: 100%;
37
+ margin: 0;
38
38
  }
39
39
 
40
40
  ui-stack {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@threadlabs/looma",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "type": "module",
5
5
  "description": "Looma web components, layout primitives, editor UI, and supported Vue adapters.",
6
6
  "license": "MIT",