@withlayers/objects 0.4.7 → 0.5.0

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.
Files changed (2) hide show
  1. package/dist/index.css +1 -1
  2. package/package.json +3 -3
package/dist/index.css CHANGED
@@ -1 +1 @@
1
- .flow{--flow-space: var(--l--theme--space--60)}.flow>*+*{margin-block-start:var(--flow-space)}.flow>*+:where(audio,blockquote,figure,hr,img,pre,video),.flow>:where(audio,blockquote,figure,hr,img,pre,video)+*{--flow-space: var(--l--theme--space--90)}.flow>*+:where(h1,h2,h3,h4,h5,h6){--flow-space: var(--l--theme--space--100)}.flow>:where(h1,h2,h3,h4,h5,h6)+:where(p,ul,ol,dl,blockquote){--flow-space: var(--l--theme--space--60)}.flow>.has-flow-space-10+*,.flow>*+.has-flow-space-10{--flow-space: var(--l--theme--space--10)}.flow>.has-flow-space-20+*,.flow>*+.has-flow-space-20{--flow-space: var(--l--theme--space--20)}.flow>.has-flow-space-30+*,.flow>*+.has-flow-space-30{--flow-space: var(--l--theme--space--30)}.flow>.has-flow-space-40+*,.flow>*+.has-flow-space-40{--flow-space: var(--l--theme--space--40)}.flow>.has-flow-space-50+*,.flow>*+.has-flow-space-50{--flow-space: var(--l--theme--space--50)}.flow>.has-flow-space-60+*,.flow>*+.has-flow-space-60{--flow-space: var(--l--theme--space--60)}.flow>.has-flow-space-70+*,.flow>*+.has-flow-space-70{--flow-space: var(--l--theme--space--70)}.flow>.has-flow-space-80+*,.flow>*+.has-flow-space-80{--flow-space: var(--l--theme--space--80)}.flow>.has-flow-space-90+*,.flow>*+.has-flow-space-90{--flow-space: var(--l--theme--space--90)}.flow>.has-flow-space-100+*,.flow>*+.has-flow-space-100{--flow-space: var(--l--theme--space--100)}.flow>.has-flow-space-110+*,.flow>*+.has-flow-space-110{--flow-space: var(--l--theme--space--110)}.flow>.has-flow-space-120+*,.flow>*+.has-flow-space-120{--flow-space: var(--l--theme--space--120)}.measure>*{margin-inline-end:auto;margin-inline-start:auto;max-inline-size:min(var(--l--theme--size--measure--md),100% - var(--l--theme--space--gutter) * 2)}.measure>.is-measure-sm{max-inline-size:min(var(--l--theme--size--measure--sm),100% - var(--l--theme--space--gutter) * 2)}.measure>.is-measure-md{max-inline-size:min(var(--l--theme--size--measure--md),100% - var(--l--theme--space--gutter) * 2)}.measure>.is-measure-lg{max-inline-size:min(var(--l--theme--size--measure--lg),100% - var(--l--theme--space--gutter) * 2)}.measure>.is-measure-xl{max-inline-size:min(var(--l--theme--size--measure--xl),100% - var(--l--theme--space--gutter) * 2)}.measure>.is-measure-xxl{max-inline-size:min(var(--l--theme--size--measure--xxl),100% - var(--l--theme--space--gutter) * 2)}.measure>.is-measure-full{inline-size:100%;max-inline-size:none}.row{display:flex;flex-wrap:wrap}.row>*{flex-grow:0;flex-shrink:0;flex-basis:auto}.row--reverse{flex-direction:row-reverse}.row--align-center{align-items:center}.row--align-start{align-items:flex-start}.row--align-end{align-items:flex-end}.row--justify-start{justify-content:flex-start}.row--justify-center{justify-content:center}.row--justify-end{justify-content:flex-end}.row--10{-moz-column-gap:var(--l--theme--space--10);column-gap:var(--l--theme--space--10)}.row--20{-moz-column-gap:var(--l--theme--space--20);column-gap:var(--l--theme--space--20)}.row--30{-moz-column-gap:var(--l--theme--space--30);column-gap:var(--l--theme--space--30)}.row--40{-moz-column-gap:var(--l--theme--space--40);column-gap:var(--l--theme--space--40)}.row--50{-moz-column-gap:var(--l--theme--space--50);column-gap:var(--l--theme--space--50)}.row--60{-moz-column-gap:var(--l--theme--space--60);column-gap:var(--l--theme--space--60)}.row--70{-moz-column-gap:var(--l--theme--space--70);column-gap:var(--l--theme--space--70)}.row--80{-moz-column-gap:var(--l--theme--space--80);column-gap:var(--l--theme--space--80)}.row--90{-moz-column-gap:var(--l--theme--space--90);column-gap:var(--l--theme--space--90)}.row--100{-moz-column-gap:var(--l--theme--space--100);column-gap:var(--l--theme--space--100)}.row--110{-moz-column-gap:var(--l--theme--space--110);column-gap:var(--l--theme--space--110)}.row--120{-moz-column-gap:var(--l--theme--space--120);column-gap:var(--l--theme--space--120)}.stack{display:flex;flex-direction:column}.stack>*{flex-grow:0;flex-shrink:0;flex-basis:auto}.stack--reverse{flex-direction:column-reverse}.stack--align-center{align-items:center}.stack--align-start{align-items:flex-start}.stack--align-end{align-items:flex-end}.stack--justify-center{justify-content:center}.stack--justify-start{justify-content:flex-start}.stack--justify-end{justify-content:flex-end}.stack--10{row-gap:var(--l--theme--space--10)}.stack--20{row-gap:var(--l--theme--space--20)}.stack--30{row-gap:var(--l--theme--space--30)}.stack--40{row-gap:var(--l--theme--space--40)}.stack--50{row-gap:var(--l--theme--space--50)}.stack--60{row-gap:var(--l--theme--space--60)}.stack--70{row-gap:var(--l--theme--space--70)}.stack--80{row-gap:var(--l--theme--space--80)}.stack--90{row-gap:var(--l--theme--space--90)}.stack--100{row-gap:var(--l--theme--space--100)}.stack--110{row-gap:var(--l--theme--space--110)}.stack--120{row-gap:var(--l--theme--space--120)}
1
+ .flow{--flow-space: var(--l--theme--space--60)}.flow>*+*{margin-block-start:var(--flow-space)}.flow>*+:where(audio,blockquote,figure,hr,img,pre,video),.flow>:where(audio,blockquote,figure,hr,img,pre,video)+*{--flow-space: var(--l--theme--space--90)}.flow>*+:where(h1,h2,h3,h4,h5,h6){--flow-space: var(--l--theme--space--100)}.flow>:where(h1,h2,h3,h4,h5,h6)+:where(p,ul,ol,dl,blockquote){--flow-space: var(--l--theme--space--60)}.flow>.has-flow-space-10+*,.flow>*+.has-flow-space-10{--flow-space: var(--l--theme--space--10)}.flow>.has-flow-space-20+*,.flow>*+.has-flow-space-20{--flow-space: var(--l--theme--space--20)}.flow>.has-flow-space-30+*,.flow>*+.has-flow-space-30{--flow-space: var(--l--theme--space--30)}.flow>.has-flow-space-40+*,.flow>*+.has-flow-space-40{--flow-space: var(--l--theme--space--40)}.flow>.has-flow-space-50+*,.flow>*+.has-flow-space-50{--flow-space: var(--l--theme--space--50)}.flow>.has-flow-space-60+*,.flow>*+.has-flow-space-60{--flow-space: var(--l--theme--space--60)}.flow>.has-flow-space-70+*,.flow>*+.has-flow-space-70{--flow-space: var(--l--theme--space--70)}.flow>.has-flow-space-80+*,.flow>*+.has-flow-space-80{--flow-space: var(--l--theme--space--80)}.flow>.has-flow-space-90+*,.flow>*+.has-flow-space-90{--flow-space: var(--l--theme--space--90)}.flow>.has-flow-space-100+*,.flow>*+.has-flow-space-100{--flow-space: var(--l--theme--space--100)}.flow>.has-flow-space-110+*,.flow>*+.has-flow-space-110{--flow-space: var(--l--theme--space--110)}.flow>.has-flow-space-120+*,.flow>*+.has-flow-space-120{--flow-space: var(--l--theme--space--120)}.measure>*{margin-inline-end:auto;margin-inline-start:auto;max-inline-size:min(var(--l--theme--size--measure--md),100% - var(--l--theme--space--gutter) * 2)}.measure>.is-measure-sm{max-inline-size:min(var(--l--theme--size--measure--sm),100% - var(--l--theme--space--gutter) * 2)}.measure>.is-measure-md{max-inline-size:min(var(--l--theme--size--measure--md),100% - var(--l--theme--space--gutter) * 2)}.measure>.is-measure-lg{max-inline-size:min(var(--l--theme--size--measure--lg),100% - var(--l--theme--space--gutter) * 2)}.measure>.is-measure-xl{max-inline-size:min(var(--l--theme--size--measure--xl),100% - var(--l--theme--space--gutter) * 2)}.measure>.is-measure-xxl{max-inline-size:min(var(--l--theme--size--measure--xxl),100% - var(--l--theme--space--gutter) * 2)}.measure>.is-measure-full{inline-size:100%;max-inline-size:none}.row{display:flex;flex-wrap:wrap}.row>*{flex-basis:auto;flex-grow:0;flex-shrink:0}.row--reverse{flex-direction:row-reverse}.row--align-center{align-items:center}.row--align-start{align-items:flex-start}.row--align-end{align-items:flex-end}.row--justify-start{justify-content:flex-start}.row--justify-center{justify-content:center}.row--justify-end{justify-content:flex-end}.row--10{-moz-column-gap:var(--l--theme--space--10);column-gap:var(--l--theme--space--10)}.row--20{-moz-column-gap:var(--l--theme--space--20);column-gap:var(--l--theme--space--20)}.row--30{-moz-column-gap:var(--l--theme--space--30);column-gap:var(--l--theme--space--30)}.row--40{-moz-column-gap:var(--l--theme--space--40);column-gap:var(--l--theme--space--40)}.row--50{-moz-column-gap:var(--l--theme--space--50);column-gap:var(--l--theme--space--50)}.row--60{-moz-column-gap:var(--l--theme--space--60);column-gap:var(--l--theme--space--60)}.row--70{-moz-column-gap:var(--l--theme--space--70);column-gap:var(--l--theme--space--70)}.row--80{-moz-column-gap:var(--l--theme--space--80);column-gap:var(--l--theme--space--80)}.row--90{-moz-column-gap:var(--l--theme--space--90);column-gap:var(--l--theme--space--90)}.row--100{-moz-column-gap:var(--l--theme--space--100);column-gap:var(--l--theme--space--100)}.row--110{-moz-column-gap:var(--l--theme--space--110);column-gap:var(--l--theme--space--110)}.row--120{-moz-column-gap:var(--l--theme--space--120);column-gap:var(--l--theme--space--120)}.stack{display:flex;flex-direction:column}.stack>*{flex-basis:auto;flex-grow:0;flex-shrink:0}.stack--reverse{flex-direction:column-reverse}.stack--align-center{align-items:center}.stack--align-start{align-items:flex-start}.stack--align-end{align-items:flex-end}.stack--justify-center{justify-content:center}.stack--justify-start{justify-content:flex-start}.stack--justify-end{justify-content:flex-end}.stack--10{row-gap:var(--l--theme--space--10)}.stack--20{row-gap:var(--l--theme--space--20)}.stack--30{row-gap:var(--l--theme--space--30)}.stack--40{row-gap:var(--l--theme--space--40)}.stack--50{row-gap:var(--l--theme--space--50)}.stack--60{row-gap:var(--l--theme--space--60)}.stack--70{row-gap:var(--l--theme--space--70)}.stack--80{row-gap:var(--l--theme--space--80)}.stack--90{row-gap:var(--l--theme--space--90)}.stack--100{row-gap:var(--l--theme--space--100)}.stack--110{row-gap:var(--l--theme--space--110)}.stack--120{row-gap:var(--l--theme--space--120)}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@withlayers/objects",
3
- "version": "0.4.7",
3
+ "version": "0.5.0",
4
4
  "description": "Objects layer",
5
5
  "license": "MIT",
6
6
  "author": "Dmitry Mayorov",
@@ -19,8 +19,8 @@
19
19
  "lint:css:fix": "stylelint \"src/**/*.css\" --fix"
20
20
  },
21
21
  "dependencies": {
22
- "@withlayers/mixins": "0.11.0",
23
- "@withlayers/tokens": "0.15.0",
22
+ "@withlayers/mixins": "0.12.0",
23
+ "@withlayers/tokens": "0.17.0",
24
24
  "postcss-mixins": "^11.0.3"
25
25
  }
26
26
  }