@kumori/aurora-wui-components 0.0.255-dev4067.8 → 0.0.256
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7369,7 +7369,7 @@ __decorate([property({ type: String })], AxebowCarouselSelectorItem.prototype, "
|
|
|
7369
7369
|
AxebowCarouselSelectorItem = __decorate([customElement("axebow-carousel-selector-item")], AxebowCarouselSelectorItem);
|
|
7370
7370
|
//#endregion
|
|
7371
7371
|
//#region src/components/axebow-carousel-selector-tenant/axebow-carousel-selector-tenant.ts
|
|
7372
|
-
var ITEM_GAP_PX =
|
|
7372
|
+
var ITEM_GAP_PX = 16;
|
|
7373
7373
|
var NAV_GAP_PX = 8;
|
|
7374
7374
|
function itemWidthFor(variant) {
|
|
7375
7375
|
return variant === "environment" ? 227.33 : 227;
|