@kumori/aurora-wui-components 0.0.270 → 0.0.271
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/components/axebow-button/axebow-button.d.ts +1 -1
- package/dist/components/axebow-button/axebow-button.d.ts.map +1 -1
- package/dist/components/axebow-deploy-summary/axebow-deploy-summary.d.ts.map +1 -1
- package/dist/components/axebow-filter-bar/axebow-filter-bar.d.ts +4 -1
- package/dist/components/axebow-filter-bar/axebow-filter-bar.d.ts.map +1 -1
- package/dist/components/axebow-getting-started-card/axebow-getting-started-card.d.ts.map +1 -1
- package/dist/components/axebow-more-actions/axebow-more-actions.d.ts +1 -0
- package/dist/components/axebow-more-actions/axebow-more-actions.d.ts.map +1 -1
- package/dist/components/axebow-quick-tip-section/axebow-quick-tip-section.d.ts.map +1 -1
- package/dist/components/axebow-search-bar-filters/axebow-search-bar-filters.d.ts +4 -0
- package/dist/components/axebow-search-bar-filters/axebow-search-bar-filters.d.ts.map +1 -1
- package/dist/components/axebow-tenant-resource-table/axebow-tenant-resource-table.d.ts.map +1 -1
- package/dist/index.js +285 -150
- package/dist/index.js.map +1 -1
- package/dist/playground/schemas/axebow-button.schema.d.ts.map +1 -1
- package/dist/playground/schemas/axebow-filter-bar.schema.d.ts.map +1 -1
- package/dist/playground/schemas/axebow-more-actions.schema.d.ts.map +1 -1
- package/dist/styles/axebow-theme.d.ts.map +1 -1
- package/dist/styles/shoelace-style.css +7 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"axebow-button.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-button.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;GAIG;AACH,eAAO,MAAM,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"axebow-button.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-button.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;GAIG;AACH,eAAO,MAAM,MAAM,EAAE,eAuBpB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"axebow-filter-bar.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-filter-bar.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;;;GAMG;AACH,eAAO,MAAM,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"axebow-filter-bar.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-filter-bar.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;;;GAMG;AACH,eAAO,MAAM,MAAM,EAAE,eA2CpB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"axebow-more-actions.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-more-actions.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;;GAKG;AACH,eAAO,MAAM,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"axebow-more-actions.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-more-actions.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;;GAKG;AACH,eAAO,MAAM,MAAM,EAAE,eA4BpB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"axebow-theme.d.ts","sourceRoot":"","sources":["../../src/styles/axebow-theme.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"axebow-theme.d.ts","sourceRoot":"","sources":["../../src/styles/axebow-theme.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,yBA8JvB,CAAC;AAEF,eAAO,MAAM,aAAa;;;;;CAKhB,CAAC"}
|
|
@@ -109,3 +109,10 @@ sl-menu::part(base) {
|
|
|
109
109
|
scrollbar-color: var(--axebow-scrollbar-thumb-color) transparent;
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
+
sl-select::part(listbox),
|
|
113
|
+
sl-select::part(menu) {
|
|
114
|
+
min-width: 100% !important;
|
|
115
|
+
width: max-content !important;
|
|
116
|
+
max-width: 90vw !important;
|
|
117
|
+
}
|
|
118
|
+
|