@ni/spright-components 0.0.3 → 0.0.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 +13 -1
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +12 -0
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/rectangle/styles.js +13 -1
- package/dist/esm/rectangle/styles.js.map +1 -1
- package/package.json +4 -36
|
@@ -13005,10 +13005,22 @@ const HB=xt`
|
|
|
13005
13005
|
border: 2px solid ${Ua};
|
|
13006
13006
|
}
|
|
13007
13007
|
|
|
13008
|
+
:host(:hover) {
|
|
13009
|
+
border-width: 4px;
|
|
13010
|
+
}
|
|
13011
|
+
|
|
13012
|
+
:host([disabled]) {
|
|
13013
|
+
border-color: rgba(${za}, 0.2);
|
|
13014
|
+
}
|
|
13015
|
+
|
|
13008
13016
|
slot {
|
|
13009
13017
|
font: ${yc};
|
|
13010
13018
|
color: ${wc};
|
|
13011
13019
|
}
|
|
13020
|
+
|
|
13021
|
+
:host([disabled]) slot {
|
|
13022
|
+
color: ${xc};
|
|
13023
|
+
}
|
|
13012
13024
|
`,BB=Z`<slot></slot>`
|
|
13013
13025
|
const qB=class extends Ve{}.compose({baseName:"rectangle",template:BB,styles:HB})
|
|
13014
13026
|
wi.getOrCreate().withPrefix("spright").register(qB())}()
|