@ni/ok-components 0.4.3 → 0.4.4
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/all-components-bundle.js +25 -25
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +2 -3
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/custom-elements.json +48 -42
- package/dist/custom-elements.md +10 -10
- package/dist/esm/all-components.d.ts +1 -1
- package/dist/esm/all-components.js +1 -1
- package/dist/esm/all-components.js.map +1 -1
- package/dist/esm/ex/all-ex.d.ts +1 -0
- package/dist/esm/ex/all-ex.js +2 -0
- package/dist/esm/ex/all-ex.js.map +1 -0
- package/dist/esm/{button → ex/button}/index.d.ts +3 -3
- package/dist/esm/ex/button/index.js +16 -0
- package/dist/esm/ex/button/index.js.map +1 -0
- package/dist/esm/{button → ex/button}/styles.js +1 -1
- package/dist/esm/ex/button/styles.js.map +1 -0
- package/dist/esm/ex/button/template.js.map +1 -0
- package/package.json +1 -1
- package/dist/esm/button/index.js +0 -16
- package/dist/esm/button/index.js.map +0 -1
- package/dist/esm/button/styles.js.map +0 -1
- package/dist/esm/button/template.js.map +0 -1
- /package/dist/esm/{button → ex/button}/styles.d.ts +0 -0
- /package/dist/esm/{button → ex/button}/template.d.ts +0 -0
- /package/dist/esm/{button → ex/button}/template.js +0 -0
|
@@ -2577,8 +2577,7 @@ const Lg=_t`
|
|
|
2577
2577
|
${sh}
|
|
2578
2578
|
${ah}
|
|
2579
2579
|
`
|
|
2580
|
-
|
|
2581
|
-
t([pt],Pg.prototype,"appearance",void 0),t([pt({attribute:"appearance-variant"})],Pg.prototype,"appearanceVariant",void 0),t([pt({attribute:"content-hidden",mode:"boolean"})],Pg.prototype,"contentHidden",void 0),t([pt({attribute:"tabindex",converter:ht})],Pg.prototype,"tabIndex",void 0)
|
|
2580
|
+
class Pg extends Nn{constructor(){super(...arguments),this.appearance=th,this.contentHidden=!1}}t([pt],Pg.prototype,"appearance",void 0),t([pt({attribute:"appearance-variant"})],Pg.prototype,"appearanceVariant",void 0),t([pt({attribute:"content-hidden",mode:"boolean"})],Pg.prototype,"contentHidden",void 0),t([pt({attribute:"tabindex",converter:ht})],Pg.prototype,"tabIndex",void 0)
|
|
2582
2581
|
const zg=Pg.compose({baseName:"button",baseClass:Nn,template:(t,e)=>J`
|
|
2583
2582
|
<button
|
|
2584
2583
|
class="control"
|
|
@@ -17484,7 +17483,7 @@ const K1=_t`
|
|
|
17484
17483
|
color: ${ld};
|
|
17485
17484
|
}
|
|
17486
17485
|
`,Y1=J`<slot></slot>`
|
|
17487
|
-
const X1=class extends He{}.compose({baseName:"button",template:Y1,styles:K1})
|
|
17486
|
+
const X1=class extends He{}.compose({baseName:"ex-button",template:Y1,styles:K1})
|
|
17488
17487
|
Mi.getOrCreate().withPrefix("ok").register(X1())
|
|
17489
17488
|
const J1=_t`
|
|
17490
17489
|
${z1("inline-flex")}
|