@kumori/aurora-wui-components 0.0.267-dev4121.5 → 0.0.267-dev4121.7
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,4BAiCX;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,19 @@ 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;
|
|
4190
|
+
}
|
|
4191
|
+
sl-switch::part(base) {
|
|
4192
|
+
display: flex !important;
|
|
4186
4193
|
}
|
|
4187
4194
|
sl-switch::part(control) {
|
|
4195
|
+
box-sizing: border-box !important;
|
|
4188
4196
|
background-color: var(--axebow-white, #ffffff) !important;
|
|
4189
|
-
border
|
|
4197
|
+
border: 1px solid var(--axebow-table-header-border) !important;
|
|
4198
|
+
border-radius: var(--height) !important;
|
|
4190
4199
|
}
|
|
4191
4200
|
sl-switch::part(thumb) {
|
|
4192
4201
|
background-color: var(--axebow-gray) !important;
|
|
@@ -4195,7 +4204,7 @@ var AxebowSwitch = class AxebowSwitch extends LitElement {
|
|
|
4195
4204
|
}
|
|
4196
4205
|
sl-switch[checked]::part(control) {
|
|
4197
4206
|
background-color: var(--axebow-success) !important;
|
|
4198
|
-
border-color: var(--axebow-
|
|
4207
|
+
border-color: var(--axebow-table-header-border) !important;
|
|
4199
4208
|
}
|
|
4200
4209
|
sl-switch[checked]::part(thumb) {
|
|
4201
4210
|
background-color: var(--axebow-white, #ffffff) !important;
|
|
@@ -8209,7 +8218,7 @@ var AxebowExpandableHeader = class AxebowExpandableHeader extends LitElement {
|
|
|
8209
8218
|
<h3 class="text-base font-semibold text-(--axebow-tertiary) hover:text-(--axebow-gray) cursor-pointer m-0">
|
|
8210
8219
|
${this.title}
|
|
8211
8220
|
</h3>
|
|
8212
|
-
<div class="w-10 h-5 shrink-0 overflow-hidden
|
|
8221
|
+
<div class="w-10 h-5 shrink-0 overflow-hidden">
|
|
8213
8222
|
<axebow-switch
|
|
8214
8223
|
width="2.5rem"
|
|
8215
8224
|
height="1.25rem"
|