@elenajs/components 0.12.0 → 0.14.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.
package/dist/bundle.css CHANGED
@@ -1 +1 @@
1
- @scope(elena-button){:scope{--elena-button-bg:#463630;--elena-button-text:#fff;--elena-button-font:sans-serif;--elena-button-radius:10rem;all:unset;border-radius:var(--elena-button-radius);display:inline-block}button{all:unset;display:inline-flex}:scope:not([hydrated]),button{background:var(--elena-button-bg);color:var(--elena-button-text);font-family:var(--elena-button-font);border-radius:var(--elena-button-radius);appearance:none;user-select:none;cursor:pointer;padding:.75rem 1.25rem;font-size:1rem;font-weight:700}:scope:hover{opacity:.8}:scope:active{opacity:.6}:scope:focus-within{outline-offset:2px;outline:2px solid #f95b1f}:scope[disabled]{--elena-button-bg:#2b1c15;--elena-button-text:#fff;--elena-button-border:#2b1c15;opacity:.3;pointer-events:none}:scope[variant=primary]{--elena-button-bg:#f95b1f}:scope[variant=danger]{--elena-button-bg:#f91f1f}}@scope(elena-stack){:scope{all:unset;flex-flow:column wrap;justify-content:flex-start;align-items:flex-start;gap:.5rem;display:flex}:scope[direction=row]{flex-direction:row}}
1
+ @scope(elena-button){:scope,*,:before,:after{all:unset}:scope{--elena-button-bg:#463630;--elena-button-text:#fff;--elena-button-font:sans-serif;--elena-button-radius:10rem;border-radius:var(--elena-button-radius);display:inline-block}:scope:not([hydrated]),button{background:var(--elena-button-bg);color:var(--elena-button-text);font-family:var(--elena-button-font);border-radius:var(--elena-button-radius);appearance:none;user-select:none;cursor:pointer;padding:.75rem 1.25rem;font-size:1rem;font-weight:700}button{display:inline-flex}:scope:hover{opacity:.8}:scope:active{opacity:.6}:scope:focus-within{outline-offset:2px;outline:2px solid #f95b1f}:scope[disabled]{--elena-button-bg:#2b1c15;--elena-button-text:#fff;--elena-button-border:#2b1c15;opacity:.3;pointer-events:none}:scope[variant=primary]{--elena-button-bg:#f95b1f}:scope[variant=danger]{--elena-button-bg:#f91f1f}}@scope(elena-stack){:scope,*,:before,:after{all:unset}:scope{flex-flow:column wrap;justify-content:flex-start;align-items:flex-start;gap:.5rem;display:flex}:scope[direction=row]{flex-direction:row}}
package/dist/button.css CHANGED
@@ -1 +1 @@
1
- @scope(elena-button){:scope{--elena-button-bg:#463630;--elena-button-text:#fff;--elena-button-font:sans-serif;--elena-button-radius:10rem;all:unset;border-radius:var(--elena-button-radius);display:inline-block}button{all:unset;display:inline-flex}:scope:not([hydrated]),button{background:var(--elena-button-bg);color:var(--elena-button-text);font-family:var(--elena-button-font);border-radius:var(--elena-button-radius);appearance:none;user-select:none;cursor:pointer;padding:.75rem 1.25rem;font-size:1rem;font-weight:700}:scope:hover{opacity:.8}:scope:active{opacity:.6}:scope:focus-within{outline-offset:2px;outline:2px solid #f95b1f}:scope[disabled]{--elena-button-bg:#2b1c15;--elena-button-text:#fff;--elena-button-border:#2b1c15;opacity:.3;pointer-events:none}:scope[variant=primary]{--elena-button-bg:#f95b1f}:scope[variant=danger]{--elena-button-bg:#f91f1f}}
1
+ @scope(elena-button){:scope,*,:before,:after{all:unset}:scope{--elena-button-bg:#463630;--elena-button-text:#fff;--elena-button-font:sans-serif;--elena-button-radius:10rem;border-radius:var(--elena-button-radius);display:inline-block}:scope:not([hydrated]),button{background:var(--elena-button-bg);color:var(--elena-button-text);font-family:var(--elena-button-font);border-radius:var(--elena-button-radius);appearance:none;user-select:none;cursor:pointer;padding:.75rem 1.25rem;font-size:1rem;font-weight:700}button{display:inline-flex}:scope:hover{opacity:.8}:scope:active{opacity:.6}:scope:focus-within{outline-offset:2px;outline:2px solid #f95b1f}:scope[disabled]{--elena-button-bg:#2b1c15;--elena-button-text:#fff;--elena-button-border:#2b1c15;opacity:.3;pointer-events:none}:scope[variant=primary]{--elena-button-bg:#f95b1f}:scope[variant=danger]{--elena-button-bg:#f91f1f}}
package/dist/stack.css CHANGED
@@ -1 +1 @@
1
- @scope(elena-stack){:scope{all:unset;flex-flow:column wrap;justify-content:flex-start;align-items:flex-start;gap:.5rem;display:flex}:scope[direction=row]{flex-direction:row}}
1
+ @scope(elena-stack){:scope,*,:before,:after{all:unset}:scope{flex-flow:column wrap;justify-content:flex-start;align-items:flex-start;gap:.5rem;display:flex}:scope[direction=row]{flex-direction:row}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elenajs/components",
3
- "version": "0.12.0",
3
+ "version": "0.14.0",
4
4
  "description": "Elena component library demonstrating how to build Progressive Web Components.",
5
5
  "author": "Elena <hi@elenajs.com>",
6
6
  "homepage": "https://elenajs.com/",
@@ -33,11 +33,11 @@
33
33
  "clean": "rm -rf dist/"
34
34
  },
35
35
  "dependencies": {
36
- "@elenajs/core": "^0.11.0"
36
+ "@elenajs/core": "^0.12.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@elenajs/bundler": "^0.5.0",
39
+ "@elenajs/bundler": "^0.6.0",
40
40
  "@web/dev-server": "0.4.6"
41
41
  },
42
- "gitHead": "6dcc728cf21e4d44072edae9d7262bf1937b56a5"
42
+ "gitHead": "55efd24bdf036d369a5fe9641a0d720e1ac711d8"
43
43
  }