@nok-integration/storefront-react 0.19.29 → 0.19.30
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.mjs +69 -69
- package/dist/standalone/storefront.mjs +69 -69
- package/dist/standalone/styles.css +137 -109
- package/dist/styles.css +137 -109
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6810,16 +6810,16 @@ function useModalDialog(open, onClose, ref) {
|
|
|
6810
6810
|
};
|
|
6811
6811
|
}, [open, handleKeyDown, ref]);
|
|
6812
6812
|
}
|
|
6813
|
-
const scrim$5 = "
|
|
6814
|
-
const sheet$3 = "
|
|
6815
|
-
const body$6 = "
|
|
6816
|
-
const title$l = "
|
|
6817
|
-
const options$1 = "
|
|
6818
|
-
const option$1 = "
|
|
6819
|
-
const radio = "
|
|
6820
|
-
const label$1 = "
|
|
6821
|
-
const footer$1 = "
|
|
6822
|
-
const error$1 = "
|
|
6813
|
+
const scrim$5 = "_scrim_1oaa3_8";
|
|
6814
|
+
const sheet$3 = "_sheet_1oaa3_20";
|
|
6815
|
+
const body$6 = "_body_1oaa3_32";
|
|
6816
|
+
const title$l = "_title_1oaa3_53";
|
|
6817
|
+
const options$1 = "_options_1oaa3_61";
|
|
6818
|
+
const option$1 = "_option_1oaa3_61";
|
|
6819
|
+
const radio = "_radio_1oaa3_95";
|
|
6820
|
+
const label$1 = "_label_1oaa3_125";
|
|
6821
|
+
const footer$1 = "_footer_1oaa3_134";
|
|
6822
|
+
const error$1 = "_error_1oaa3_142";
|
|
6823
6823
|
const styles$D = {
|
|
6824
6824
|
scrim: scrim$5,
|
|
6825
6825
|
sheet: sheet$3,
|
|
@@ -8417,11 +8417,11 @@ function ProductGallery({ title: title2, product }) {
|
|
|
8417
8417
|
})]
|
|
8418
8418
|
});
|
|
8419
8419
|
}
|
|
8420
|
-
const bar$1 = "
|
|
8421
|
-
const chips$1 = "
|
|
8422
|
-
const chip$1 = "
|
|
8423
|
-
const on = "
|
|
8424
|
-
const clear = "
|
|
8420
|
+
const bar$1 = "_bar_6p29u_1";
|
|
8421
|
+
const chips$1 = "_chips_6p29u_8";
|
|
8422
|
+
const chip$1 = "_chip_6p29u_8";
|
|
8423
|
+
const on = "_on_6p29u_36";
|
|
8424
|
+
const clear = "_clear_6p29u_42";
|
|
8425
8425
|
const styles$r = {
|
|
8426
8426
|
bar: bar$1,
|
|
8427
8427
|
chips: chips$1,
|
|
@@ -8539,13 +8539,13 @@ function ProductGrid({ category, initialProducts, initialCursor, filters = [] })
|
|
|
8539
8539
|
})]
|
|
8540
8540
|
});
|
|
8541
8541
|
}
|
|
8542
|
-
const rail = "
|
|
8543
|
-
const header$5 = "
|
|
8544
|
-
const title$d = "
|
|
8545
|
-
const seeAll = "
|
|
8546
|
-
const track$3 = "
|
|
8547
|
-
const item = "
|
|
8548
|
-
const inset = "
|
|
8542
|
+
const rail = "_rail_1rll1_7";
|
|
8543
|
+
const header$5 = "_header_1rll1_14";
|
|
8544
|
+
const title$d = "_title_1rll1_21";
|
|
8545
|
+
const seeAll = "_seeAll_1rll1_27";
|
|
8546
|
+
const track$3 = "_track_1rll1_33";
|
|
8547
|
+
const item = "_item_1rll1_67";
|
|
8548
|
+
const inset = "_inset_1rll1_79";
|
|
8549
8549
|
const styles$p = {
|
|
8550
8550
|
rail,
|
|
8551
8551
|
header: header$5,
|
|
@@ -8582,16 +8582,16 @@ function RailCarousel({ title: title2, products, seeAllTo, inset: inset2 }) {
|
|
|
8582
8582
|
})]
|
|
8583
8583
|
});
|
|
8584
8584
|
}
|
|
8585
|
-
const overlay$2 = "
|
|
8586
|
-
const scrim$4 = "
|
|
8587
|
-
const sheet$2 = "
|
|
8588
|
-
const grabArea = "
|
|
8589
|
-
const grabber = "
|
|
8590
|
-
const header$4 = "
|
|
8591
|
-
const title$c = "
|
|
8592
|
-
const close$1 = "
|
|
8593
|
-
const body$4 = "
|
|
8594
|
-
const footer = "
|
|
8585
|
+
const overlay$2 = "_overlay_fszc5_1";
|
|
8586
|
+
const scrim$4 = "_scrim_fszc5_10";
|
|
8587
|
+
const sheet$2 = "_sheet_fszc5_16";
|
|
8588
|
+
const grabArea = "_grabArea_fszc5_41";
|
|
8589
|
+
const grabber = "_grabber_fszc5_51";
|
|
8590
|
+
const header$4 = "_header_fszc5_59";
|
|
8591
|
+
const title$c = "_title_fszc5_67";
|
|
8592
|
+
const close$1 = "_close_fszc5_71";
|
|
8593
|
+
const body$4 = "_body_fszc5_84";
|
|
8594
|
+
const footer = "_footer_fszc5_97";
|
|
8595
8595
|
const styles$o = {
|
|
8596
8596
|
overlay: overlay$2,
|
|
8597
8597
|
scrim: scrim$4,
|
|
@@ -9409,31 +9409,31 @@ function MediaGallery({ media: media2, alt, focus }) {
|
|
|
9409
9409
|
})]
|
|
9410
9410
|
});
|
|
9411
9411
|
}
|
|
9412
|
-
const scrim$3 = "
|
|
9413
|
-
const sheet$1 = "
|
|
9414
|
-
const body$2 = "
|
|
9415
|
-
const titles = "
|
|
9416
|
-
const title$a = "
|
|
9417
|
-
const subtitle$3 = "
|
|
9418
|
-
const units = "
|
|
9419
|
-
const unit = "
|
|
9420
|
-
const unitOn = "
|
|
9421
|
-
const unitOff = "
|
|
9422
|
-
const tableWrap = "
|
|
9423
|
-
const table = "
|
|
9424
|
-
const col = "
|
|
9425
|
-
const colEdge = "
|
|
9426
|
-
const note = "
|
|
9427
|
-
const how = "
|
|
9428
|
-
const howTitle = "
|
|
9429
|
-
const howList = "
|
|
9430
|
-
const howItem = "
|
|
9431
|
-
const howLabel = "
|
|
9432
|
-
const howText = "
|
|
9433
|
-
const fabric = "
|
|
9434
|
-
const fabricLabel = "
|
|
9435
|
-
const fabricText = "
|
|
9436
|
-
const notes = "
|
|
9412
|
+
const scrim$3 = "_scrim_r4azu_8";
|
|
9413
|
+
const sheet$1 = "_sheet_r4azu_2";
|
|
9414
|
+
const body$2 = "_body_r4azu_40";
|
|
9415
|
+
const titles = "_titles_r4azu_67";
|
|
9416
|
+
const title$a = "_title_r4azu_67";
|
|
9417
|
+
const subtitle$3 = "_subtitle_r4azu_83";
|
|
9418
|
+
const units = "_units_r4azu_96";
|
|
9419
|
+
const unit = "_unit_r4azu_96";
|
|
9420
|
+
const unitOn = "_unitOn_r4azu_130";
|
|
9421
|
+
const unitOff = "_unitOff_r4azu_138";
|
|
9422
|
+
const tableWrap = "_tableWrap_r4azu_147";
|
|
9423
|
+
const table = "_table_r4azu_147";
|
|
9424
|
+
const col = "_col_r4azu_179";
|
|
9425
|
+
const colEdge = "_colEdge_r4azu_183";
|
|
9426
|
+
const note = "_note_r4azu_251";
|
|
9427
|
+
const how = "_how_r4azu_263";
|
|
9428
|
+
const howTitle = "_howTitle_r4azu_269";
|
|
9429
|
+
const howList = "_howList_r4azu_277";
|
|
9430
|
+
const howItem = "_howItem_r4azu_284";
|
|
9431
|
+
const howLabel = "_howLabel_r4azu_309";
|
|
9432
|
+
const howText = "_howText_r4azu_319";
|
|
9433
|
+
const fabric = "_fabric_r4azu_328";
|
|
9434
|
+
const fabricLabel = "_fabricLabel_r4azu_336";
|
|
9435
|
+
const fabricText = "_fabricText_r4azu_344";
|
|
9436
|
+
const notes = "_notes_r4azu_355";
|
|
9437
9437
|
const styles$h = {
|
|
9438
9438
|
scrim: scrim$3,
|
|
9439
9439
|
sheet: sheet$1,
|
|
@@ -11288,18 +11288,18 @@ function ShopBar({ onBack, onMenu, title: title2, showCart, floating: floating2
|
|
|
11288
11288
|
})]
|
|
11289
11289
|
});
|
|
11290
11290
|
}
|
|
11291
|
-
const overlay = "
|
|
11292
|
-
const scrim = "
|
|
11293
|
-
const sheet = "
|
|
11294
|
-
const header = "
|
|
11295
|
-
const close = "
|
|
11296
|
-
const list = "
|
|
11297
|
-
const row = "
|
|
11298
|
-
const icon = "
|
|
11299
|
-
const text = "
|
|
11300
|
-
const title = "
|
|
11301
|
-
const subtitle = "
|
|
11302
|
-
const chevron = "
|
|
11291
|
+
const overlay = "_overlay_zf09t_5";
|
|
11292
|
+
const scrim = "_scrim_zf09t_21";
|
|
11293
|
+
const sheet = "_sheet_zf09t_31";
|
|
11294
|
+
const header = "_header_zf09t_80";
|
|
11295
|
+
const close = "_close_zf09t_86";
|
|
11296
|
+
const list = "_list_zf09t_105";
|
|
11297
|
+
const row = "_row_zf09t_120";
|
|
11298
|
+
const icon = "_icon_zf09t_149";
|
|
11299
|
+
const text = "_text_zf09t_157";
|
|
11300
|
+
const title = "_title_zf09t_165";
|
|
11301
|
+
const subtitle = "_subtitle_zf09t_172";
|
|
11302
|
+
const chevron = "_chevron_zf09t_178";
|
|
11303
11303
|
const styles = {
|
|
11304
11304
|
overlay,
|
|
11305
11305
|
scrim,
|
|
@@ -6810,16 +6810,16 @@ function useModalDialog(open, onClose, ref) {
|
|
|
6810
6810
|
};
|
|
6811
6811
|
}, [open, handleKeyDown, ref]);
|
|
6812
6812
|
}
|
|
6813
|
-
const scrim$5 = "
|
|
6814
|
-
const sheet$3 = "
|
|
6815
|
-
const body$6 = "
|
|
6816
|
-
const title$l = "
|
|
6817
|
-
const options$1 = "
|
|
6818
|
-
const option$1 = "
|
|
6819
|
-
const radio = "
|
|
6820
|
-
const label$1 = "
|
|
6821
|
-
const footer$1 = "
|
|
6822
|
-
const error$1 = "
|
|
6813
|
+
const scrim$5 = "_scrim_1oaa3_8";
|
|
6814
|
+
const sheet$3 = "_sheet_1oaa3_20";
|
|
6815
|
+
const body$6 = "_body_1oaa3_32";
|
|
6816
|
+
const title$l = "_title_1oaa3_53";
|
|
6817
|
+
const options$1 = "_options_1oaa3_61";
|
|
6818
|
+
const option$1 = "_option_1oaa3_61";
|
|
6819
|
+
const radio = "_radio_1oaa3_95";
|
|
6820
|
+
const label$1 = "_label_1oaa3_125";
|
|
6821
|
+
const footer$1 = "_footer_1oaa3_134";
|
|
6822
|
+
const error$1 = "_error_1oaa3_142";
|
|
6823
6823
|
const styles$D = {
|
|
6824
6824
|
scrim: scrim$5,
|
|
6825
6825
|
sheet: sheet$3,
|
|
@@ -8417,11 +8417,11 @@ function ProductGallery({ title: title2, product }) {
|
|
|
8417
8417
|
})]
|
|
8418
8418
|
});
|
|
8419
8419
|
}
|
|
8420
|
-
const bar$1 = "
|
|
8421
|
-
const chips$1 = "
|
|
8422
|
-
const chip$1 = "
|
|
8423
|
-
const on = "
|
|
8424
|
-
const clear = "
|
|
8420
|
+
const bar$1 = "_bar_6p29u_1";
|
|
8421
|
+
const chips$1 = "_chips_6p29u_8";
|
|
8422
|
+
const chip$1 = "_chip_6p29u_8";
|
|
8423
|
+
const on = "_on_6p29u_36";
|
|
8424
|
+
const clear = "_clear_6p29u_42";
|
|
8425
8425
|
const styles$r = {
|
|
8426
8426
|
bar: bar$1,
|
|
8427
8427
|
chips: chips$1,
|
|
@@ -8539,13 +8539,13 @@ function ProductGrid({ category, initialProducts, initialCursor, filters = [] })
|
|
|
8539
8539
|
})]
|
|
8540
8540
|
});
|
|
8541
8541
|
}
|
|
8542
|
-
const rail = "
|
|
8543
|
-
const header$5 = "
|
|
8544
|
-
const title$d = "
|
|
8545
|
-
const seeAll = "
|
|
8546
|
-
const track$3 = "
|
|
8547
|
-
const item = "
|
|
8548
|
-
const inset = "
|
|
8542
|
+
const rail = "_rail_1rll1_7";
|
|
8543
|
+
const header$5 = "_header_1rll1_14";
|
|
8544
|
+
const title$d = "_title_1rll1_21";
|
|
8545
|
+
const seeAll = "_seeAll_1rll1_27";
|
|
8546
|
+
const track$3 = "_track_1rll1_33";
|
|
8547
|
+
const item = "_item_1rll1_67";
|
|
8548
|
+
const inset = "_inset_1rll1_79";
|
|
8549
8549
|
const styles$p = {
|
|
8550
8550
|
rail,
|
|
8551
8551
|
header: header$5,
|
|
@@ -8582,16 +8582,16 @@ function RailCarousel({ title: title2, products, seeAllTo, inset: inset2 }) {
|
|
|
8582
8582
|
})]
|
|
8583
8583
|
});
|
|
8584
8584
|
}
|
|
8585
|
-
const overlay$2 = "
|
|
8586
|
-
const scrim$4 = "
|
|
8587
|
-
const sheet$2 = "
|
|
8588
|
-
const grabArea = "
|
|
8589
|
-
const grabber = "
|
|
8590
|
-
const header$4 = "
|
|
8591
|
-
const title$c = "
|
|
8592
|
-
const close$1 = "
|
|
8593
|
-
const body$4 = "
|
|
8594
|
-
const footer = "
|
|
8585
|
+
const overlay$2 = "_overlay_fszc5_1";
|
|
8586
|
+
const scrim$4 = "_scrim_fszc5_10";
|
|
8587
|
+
const sheet$2 = "_sheet_fszc5_16";
|
|
8588
|
+
const grabArea = "_grabArea_fszc5_41";
|
|
8589
|
+
const grabber = "_grabber_fszc5_51";
|
|
8590
|
+
const header$4 = "_header_fszc5_59";
|
|
8591
|
+
const title$c = "_title_fszc5_67";
|
|
8592
|
+
const close$1 = "_close_fszc5_71";
|
|
8593
|
+
const body$4 = "_body_fszc5_84";
|
|
8594
|
+
const footer = "_footer_fszc5_97";
|
|
8595
8595
|
const styles$o = {
|
|
8596
8596
|
overlay: overlay$2,
|
|
8597
8597
|
scrim: scrim$4,
|
|
@@ -9409,31 +9409,31 @@ function MediaGallery({ media: media2, alt, focus }) {
|
|
|
9409
9409
|
})]
|
|
9410
9410
|
});
|
|
9411
9411
|
}
|
|
9412
|
-
const scrim$3 = "
|
|
9413
|
-
const sheet$1 = "
|
|
9414
|
-
const body$2 = "
|
|
9415
|
-
const titles = "
|
|
9416
|
-
const title$a = "
|
|
9417
|
-
const subtitle$3 = "
|
|
9418
|
-
const units = "
|
|
9419
|
-
const unit = "
|
|
9420
|
-
const unitOn = "
|
|
9421
|
-
const unitOff = "
|
|
9422
|
-
const tableWrap = "
|
|
9423
|
-
const table = "
|
|
9424
|
-
const col = "
|
|
9425
|
-
const colEdge = "
|
|
9426
|
-
const note = "
|
|
9427
|
-
const how = "
|
|
9428
|
-
const howTitle = "
|
|
9429
|
-
const howList = "
|
|
9430
|
-
const howItem = "
|
|
9431
|
-
const howLabel = "
|
|
9432
|
-
const howText = "
|
|
9433
|
-
const fabric = "
|
|
9434
|
-
const fabricLabel = "
|
|
9435
|
-
const fabricText = "
|
|
9436
|
-
const notes = "
|
|
9412
|
+
const scrim$3 = "_scrim_r4azu_8";
|
|
9413
|
+
const sheet$1 = "_sheet_r4azu_2";
|
|
9414
|
+
const body$2 = "_body_r4azu_40";
|
|
9415
|
+
const titles = "_titles_r4azu_67";
|
|
9416
|
+
const title$a = "_title_r4azu_67";
|
|
9417
|
+
const subtitle$3 = "_subtitle_r4azu_83";
|
|
9418
|
+
const units = "_units_r4azu_96";
|
|
9419
|
+
const unit = "_unit_r4azu_96";
|
|
9420
|
+
const unitOn = "_unitOn_r4azu_130";
|
|
9421
|
+
const unitOff = "_unitOff_r4azu_138";
|
|
9422
|
+
const tableWrap = "_tableWrap_r4azu_147";
|
|
9423
|
+
const table = "_table_r4azu_147";
|
|
9424
|
+
const col = "_col_r4azu_179";
|
|
9425
|
+
const colEdge = "_colEdge_r4azu_183";
|
|
9426
|
+
const note = "_note_r4azu_251";
|
|
9427
|
+
const how = "_how_r4azu_263";
|
|
9428
|
+
const howTitle = "_howTitle_r4azu_269";
|
|
9429
|
+
const howList = "_howList_r4azu_277";
|
|
9430
|
+
const howItem = "_howItem_r4azu_284";
|
|
9431
|
+
const howLabel = "_howLabel_r4azu_309";
|
|
9432
|
+
const howText = "_howText_r4azu_319";
|
|
9433
|
+
const fabric = "_fabric_r4azu_328";
|
|
9434
|
+
const fabricLabel = "_fabricLabel_r4azu_336";
|
|
9435
|
+
const fabricText = "_fabricText_r4azu_344";
|
|
9436
|
+
const notes = "_notes_r4azu_355";
|
|
9437
9437
|
const styles$h = {
|
|
9438
9438
|
scrim: scrim$3,
|
|
9439
9439
|
sheet: sheet$1,
|
|
@@ -11288,18 +11288,18 @@ function ShopBar({ onBack, onMenu, title: title2, showCart, floating: floating2
|
|
|
11288
11288
|
})]
|
|
11289
11289
|
});
|
|
11290
11290
|
}
|
|
11291
|
-
const overlay = "
|
|
11292
|
-
const scrim = "
|
|
11293
|
-
const sheet = "
|
|
11294
|
-
const header = "
|
|
11295
|
-
const close = "
|
|
11296
|
-
const list = "
|
|
11297
|
-
const row = "
|
|
11298
|
-
const icon = "
|
|
11299
|
-
const text = "
|
|
11300
|
-
const title = "
|
|
11301
|
-
const subtitle = "
|
|
11302
|
-
const chevron = "
|
|
11291
|
+
const overlay = "_overlay_zf09t_5";
|
|
11292
|
+
const scrim = "_scrim_zf09t_21";
|
|
11293
|
+
const sheet = "_sheet_zf09t_31";
|
|
11294
|
+
const header = "_header_zf09t_80";
|
|
11295
|
+
const close = "_close_zf09t_86";
|
|
11296
|
+
const list = "_list_zf09t_105";
|
|
11297
|
+
const row = "_row_zf09t_120";
|
|
11298
|
+
const icon = "_icon_zf09t_149";
|
|
11299
|
+
const text = "_text_zf09t_157";
|
|
11300
|
+
const title = "_title_zf09t_165";
|
|
11301
|
+
const subtitle = "_subtitle_zf09t_172";
|
|
11302
|
+
const chevron = "_chevron_zf09t_178";
|
|
11303
11303
|
const styles = {
|
|
11304
11304
|
overlay,
|
|
11305
11305
|
scrim,
|