@kumori/aurora-wui-components 0.0.267-dev4121.5 → 0.0.267-dev4121.6
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"axebow-switch.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-switch/axebow-switch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,2DAA2D,CAAC;AAGnE;;;;;GAKG;AACH,qBACa,YAAa,SAAQ,UAAU;IAC1C,MAAM,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"axebow-switch.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-switch/axebow-switch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,2DAA2D,CAAC;AAGnE;;;;;GAKG;AACH,qBACa,YAAa,SAAQ,UAAU;IAC1C,MAAM,CAAC,MAAM,4BA6BX;IAE2B,OAAO,UAAS;IAChB,QAAQ,UAAS;IAClB,IAAI,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAY;IAC9C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAEtE,MAAM;CAeP"}
|
package/dist/index.js
CHANGED
|
@@ -4183,10 +4183,15 @@ var AxebowSwitch = class AxebowSwitch extends LitElement {
|
|
|
4183
4183
|
this.styles = [unsafeCSS(tailwind_default), css`
|
|
4184
4184
|
:host {
|
|
4185
4185
|
display: inline-block;
|
|
4186
|
+
vertical-align: bottom;
|
|
4187
|
+
}
|
|
4188
|
+
sl-switch {
|
|
4189
|
+
vertical-align: bottom;
|
|
4186
4190
|
}
|
|
4187
4191
|
sl-switch::part(control) {
|
|
4188
4192
|
background-color: var(--axebow-white, #ffffff) !important;
|
|
4189
4193
|
border-color: var(--axebow-gray) !important;
|
|
4194
|
+
border-radius: var(--height) !important;
|
|
4190
4195
|
}
|
|
4191
4196
|
sl-switch::part(thumb) {
|
|
4192
4197
|
background-color: var(--axebow-gray) !important;
|
|
@@ -8209,7 +8214,7 @@ var AxebowExpandableHeader = class AxebowExpandableHeader extends LitElement {
|
|
|
8209
8214
|
<h3 class="text-base font-semibold text-(--axebow-tertiary) hover:text-(--axebow-gray) cursor-pointer m-0">
|
|
8210
8215
|
${this.title}
|
|
8211
8216
|
</h3>
|
|
8212
|
-
<div class="w-10 h-5 shrink-0 overflow-hidden
|
|
8217
|
+
<div class="w-10 h-5 shrink-0 overflow-hidden">
|
|
8213
8218
|
<axebow-switch
|
|
8214
8219
|
width="2.5rem"
|
|
8215
8220
|
height="1.25rem"
|