@licklist/design 0.68.2 → 0.68.5-dev.0
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/affiliate/form/AffiliateForm.d.ts.map +1 -1
- package/dist/auth/Login/LoginComponent.js +2 -1
- package/dist/calendar/components/CalendarButtons/CalendarButtons.d.ts.map +1 -1
- package/dist/calendar/components/CalendarButtons/CalendarButtons.js +35 -40
- package/dist/events/edit-event-modal/IntervalInput.d.ts.map +1 -1
- package/dist/events/edit-event-modal/IntervalInput.js +7 -1
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.js +0 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.js +24 -23
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +0 -1
- package/dist/iframe/event/event-card/IframeEventCard.d.ts.map +1 -1
- package/dist/iframe/event/event-card/IframeEventCard.js +2 -2
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.js +2 -0
- package/dist/iframe/page/components/PageBody/hooks/useResizePageBody.d.ts.map +1 -1
- package/dist/iframe/page/components/PageBody/hooks/useResizePageBody.js +0 -1
- package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/layout/DropDown.d.ts +2 -1
- package/dist/layout/DropDown.d.ts.map +1 -1
- package/dist/modals/confirmation/ConfirmModal.d.ts +3 -1
- package/dist/modals/confirmation/ConfirmModal.d.ts.map +1 -1
- package/dist/modals/confirmation/ConfirmModal.js +172 -8
- package/dist/product-set/card/ProductSetCard.d.ts +6 -2
- package/dist/product-set/card/ProductSetCard.d.ts.map +1 -1
- package/dist/product-set/card/ProductSetCard.js +30 -11
- package/dist/product-set/control/DateInput.d.ts.map +1 -1
- package/dist/product-set/control/DateInput.js +2 -2
- package/dist/product-set/form/ProductCategoriesControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductCategoriesControl.js +48 -2
- package/dist/product-set/form/ProductSetForm.d.ts +4 -1
- package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
- package/dist/product-set/form/ProductSetForm.js +59 -1
- package/dist/product-set/form/ProductSetNameControl.d.ts +6 -0
- package/dist/product-set/form/ProductSetNameControl.d.ts.map +1 -0
- package/dist/product-set/form/ProductSetNameControl.js +35 -0
- package/dist/product-set/form/ProductZonesControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductZonesControl.js +0 -2
- package/dist/product-set/form/SelectCategoryModal.d.ts +12 -0
- package/dist/product-set/form/SelectCategoryModal.d.ts.map +1 -1
- package/dist/product-set/form/SelectCategoryModal.js +1 -1
- package/dist/product-set/form/SubProductsControl.d.ts.map +1 -1
- package/dist/product-set/form/SubProductsControl.js +0 -3
- package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
- package/dist/product-set/form/VenueMapsControl.js +0 -3
- package/dist/product-set/form/index.d.ts +1 -0
- package/dist/product-set/form/index.d.ts.map +1 -1
- package/dist/product-set/product/ProductControl.d.ts.map +1 -1
- package/dist/product-set/utils/index.d.ts +7 -0
- package/dist/product-set/utils/index.d.ts.map +1 -1
- package/dist/product-set/utils/index.js +10 -1
- package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
- package/dist/sales/booking/results/components/ResultCard.js +0 -2
- package/dist/snippet/snippet-template/preview/Preview.d.ts.map +1 -1
- package/dist/snippet/snippet-template/preview/Preview.js +6 -0
- package/dist/sortable-tree/SortableTreeItem.d.ts +2 -1
- package/dist/sortable-tree/SortableTreeItem.d.ts.map +1 -1
- package/dist/sortable-tree/SortableTreeItem.js +10 -4
- package/dist/styles/iframe-events/Calendar.scss +0 -1
- package/dist/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
- package/dist/styles/iframe-page/PageBody.scss +1 -1
- package/dist/styles/product-set/ProductSetForm.scss +22 -0
- package/dist/styles/sales/BookingResults.scss +1 -1
- package/dist/tiptap-editor/TipTapMenu/extensions/constants.d.ts +2 -0
- package/dist/tiptap-editor/TipTapMenu/extensions/constants.d.ts.map +1 -0
- package/dist/tiptap-editor/TipTapMenu/extensions/constants.js +3 -0
- package/dist/tiptap-editor/TipTapMenu/extensions/utils.d.ts +1 -1
- package/dist/tiptap-editor/TipTapMenu/extensions/utils.d.ts.map +1 -1
- package/dist/tiptap-editor/TipTapMenu/extensions/utils.js +3 -1
- package/dist/typeahead/Typeahead.d.ts +5 -1
- package/dist/typeahead/Typeahead.d.ts.map +1 -1
- package/dist/typeahead/Typeahead.js +9 -2
- package/package.json +8 -6
- package/src/affiliate/form/AffiliateForm.tsx +1 -0
- package/src/auth/Login/LoginComponent.tsx +1 -1
- package/src/calendar/components/CalendarButtons/CalendarButtons.tsx +29 -28
- package/src/events/edit-event-modal/IntervalInput.tsx +8 -1
- package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx +0 -1
- package/src/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.tsx +82 -85
- package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +0 -1
- package/src/iframe/event/event-card/IframeEventCard.tsx +30 -29
- package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +1 -0
- package/src/iframe/page/components/PageBody/hooks/useResizePageBody.ts +0 -1
- package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +1 -0
- package/src/layout/DropDown.tsx +2 -1
- package/src/modals/confirmation/ConfirmModal.tsx +19 -3
- package/src/product-set/card/ProductSetCard.tsx +47 -8
- package/src/product-set/control/DateInput.tsx +2 -1
- package/src/product-set/form/ProductCategoriesControl.tsx +37 -1
- package/src/product-set/form/ProductSetForm.tsx +17 -2
- package/src/product-set/form/ProductSetNameControl.tsx +27 -0
- package/src/product-set/form/ProductZonesControl.tsx +1 -4
- package/src/product-set/form/SelectCategoryModal.tsx +2 -2
- package/src/product-set/form/SubProductsControl.tsx +0 -3
- package/src/product-set/form/VenueMapsControl.tsx +0 -3
- package/src/product-set/form/index.ts +1 -0
- package/src/product-set/product/ProductControl.tsx +0 -1
- package/src/product-set/product/advanced-options/AdvancedOptions.tsx +1 -1
- package/src/product-set/product-zone/ProductZoneControl.tsx +1 -1
- package/src/product-set/utils/index.ts +11 -0
- package/src/sales/booking/results/components/ResultCard.tsx +0 -2
- package/src/snippet/snippet-template/preview/Preview.tsx +6 -0
- package/src/sortable-tree/SortableTreeItem.tsx +6 -0
- package/src/styles/iframe-events/Calendar.scss +0 -1
- package/src/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
- package/src/styles/iframe-page/PageBody.scss +1 -1
- package/src/styles/product-set/ProductSetForm.scss +22 -0
- package/src/styles/sales/BookingResults.scss +1 -1
- package/src/tiptap-editor/TipTapMenu/extensions/constants.ts +1 -0
- package/src/tiptap-editor/TipTapMenu/extensions/utils.ts +4 -1
- package/src/typeahead/Typeahead.tsx +15 -1
- package/yarn.lock +59 -33
- package/dist/assets/iframe/selectArrow.svg.js +0 -17
package/yarn.lock
CHANGED
|
@@ -2554,9 +2554,35 @@ __metadata:
|
|
|
2554
2554
|
languageName: node
|
|
2555
2555
|
linkType: hard
|
|
2556
2556
|
|
|
2557
|
-
"@licklist/core@npm:0.
|
|
2558
|
-
version: 0.
|
|
2559
|
-
resolution: "@licklist/core@npm:0.
|
|
2557
|
+
"@licklist/core@npm:0.29.1-dev.2":
|
|
2558
|
+
version: 0.29.1-dev.2
|
|
2559
|
+
resolution: "@licklist/core@npm:0.29.1-dev.2"
|
|
2560
|
+
dependencies:
|
|
2561
|
+
"@sentry/browser": "npm:6.2.0"
|
|
2562
|
+
axios: "npm:0.26.0"
|
|
2563
|
+
i18next: "npm:19.4.5"
|
|
2564
|
+
luxon: "npm:3.5.0"
|
|
2565
|
+
react: "npm:17.0.2"
|
|
2566
|
+
react-dom: "npm:17.0.2"
|
|
2567
|
+
react-i18next: "npm:11.8.8"
|
|
2568
|
+
react-intl: "npm:6.6.8"
|
|
2569
|
+
uuid: "npm:9.0.0"
|
|
2570
|
+
wait-for-expect: "npm:3.0.2"
|
|
2571
|
+
peerDependencies:
|
|
2572
|
+
"@licklist/eslint-config": 0.5.5
|
|
2573
|
+
axios: 0.26.0
|
|
2574
|
+
luxon: 3.5.0
|
|
2575
|
+
react: 17.0.2
|
|
2576
|
+
react-dom: 17.0.2
|
|
2577
|
+
react-i18next: 11.8.8
|
|
2578
|
+
react-intl: 6.6.8
|
|
2579
|
+
checksum: 10c0/cacb058eb075b8e42fe9135877aa90f5104b661a0a99addbadfe916604ee35d468d07f9ce4e349fad573015044977bf77821b92dc385bab23393bc4d72677c4f
|
|
2580
|
+
languageName: node
|
|
2581
|
+
linkType: hard
|
|
2582
|
+
|
|
2583
|
+
"@licklist/core@npm:0.30.0-dev.0":
|
|
2584
|
+
version: 0.30.0-dev.0
|
|
2585
|
+
resolution: "@licklist/core@npm:0.30.0-dev.0"
|
|
2560
2586
|
dependencies:
|
|
2561
2587
|
"@sentry/browser": "npm:6.2.0"
|
|
2562
2588
|
axios: "npm:0.26.0"
|
|
@@ -2576,7 +2602,7 @@ __metadata:
|
|
|
2576
2602
|
react-dom: 17.0.2
|
|
2577
2603
|
react-i18next: 11.8.8
|
|
2578
2604
|
react-intl: 6.6.8
|
|
2579
|
-
checksum: 10c0/
|
|
2605
|
+
checksum: 10c0/0254119edd1b01abeb3cdce66d26a56098860bfb5e0a8ec1d98ac2da3eb28b1cb8f7b2315a07ca3bd905eb25c349d65a4a4dab44e53466968b1b50012eec10bd
|
|
2580
2606
|
languageName: node
|
|
2581
2607
|
linkType: hard
|
|
2582
2608
|
|
|
@@ -2591,9 +2617,9 @@ __metadata:
|
|
|
2591
2617
|
"@dnd-kit/utilities": "npm:2.0.0"
|
|
2592
2618
|
"@fortawesome/fontawesome-svg-core": "npm:1.2.34"
|
|
2593
2619
|
"@fortawesome/free-solid-svg-icons": "npm:5.15.2"
|
|
2594
|
-
"@licklist/core": "npm:0.30.
|
|
2620
|
+
"@licklist/core": "npm:0.30.0-dev.0"
|
|
2595
2621
|
"@licklist/eslint-config": "npm:0.5.6"
|
|
2596
|
-
"@licklist/plugins": "npm:0.33.
|
|
2622
|
+
"@licklist/plugins": "npm:0.33.0-dev.0"
|
|
2597
2623
|
"@mdx-js/react": "npm:1.6.22"
|
|
2598
2624
|
"@popperjs/core": "npm:2.11.8"
|
|
2599
2625
|
"@react-aria/utils": "npm:3.9.0"
|
|
@@ -2713,9 +2739,9 @@ __metadata:
|
|
|
2713
2739
|
vite-plugin-svgr: "npm:4.2.0"
|
|
2714
2740
|
vite-tsconfig-paths: "npm:5.0.1"
|
|
2715
2741
|
peerDependencies:
|
|
2716
|
-
"@licklist/core": 0.30.
|
|
2742
|
+
"@licklist/core": 0.30.0-dev.0
|
|
2717
2743
|
"@licklist/eslint-config": 0.5.6
|
|
2718
|
-
"@licklist/plugins": 0.33.
|
|
2744
|
+
"@licklist/plugins": 0.33.0-dev.0
|
|
2719
2745
|
lodash: 4.17.21
|
|
2720
2746
|
luxon: 3.5.0
|
|
2721
2747
|
react: 17.0.2
|
|
@@ -2745,11 +2771,11 @@ __metadata:
|
|
|
2745
2771
|
languageName: node
|
|
2746
2772
|
linkType: hard
|
|
2747
2773
|
|
|
2748
|
-
"@licklist/plugins@npm:0.33.
|
|
2749
|
-
version: 0.33.
|
|
2750
|
-
resolution: "@licklist/plugins@npm:0.33.
|
|
2774
|
+
"@licklist/plugins@npm:0.33.0-dev.0":
|
|
2775
|
+
version: 0.33.0-dev.0
|
|
2776
|
+
resolution: "@licklist/plugins@npm:0.33.0-dev.0"
|
|
2751
2777
|
dependencies:
|
|
2752
|
-
"@licklist/core": "npm:0.
|
|
2778
|
+
"@licklist/core": "npm:0.29.1-dev.2"
|
|
2753
2779
|
"@ungap/url-search-params": "npm:0.2.2"
|
|
2754
2780
|
axios: "npm:0.26.0"
|
|
2755
2781
|
history: "npm:4.10.1"
|
|
@@ -2770,7 +2796,7 @@ __metadata:
|
|
|
2770
2796
|
rrule: "npm:2.6.8"
|
|
2771
2797
|
use-debounce: "npm:7.0.1"
|
|
2772
2798
|
peerDependencies:
|
|
2773
|
-
"@licklist/core": 0.
|
|
2799
|
+
"@licklist/core": 0.29.1-dev.2
|
|
2774
2800
|
"@licklist/eslint-config": 0.5.6
|
|
2775
2801
|
axios: 0.26.0
|
|
2776
2802
|
lodash: 4.17.21
|
|
@@ -2782,7 +2808,7 @@ __metadata:
|
|
|
2782
2808
|
react-loader: 2.4.7
|
|
2783
2809
|
react-query: 3.34.12
|
|
2784
2810
|
react-router-dom: 5.2.0
|
|
2785
|
-
checksum: 10c0/
|
|
2811
|
+
checksum: 10c0/cdf57c38578b30926a323f0caf80a93c43fadc032dcd79d749de92ca6d7c3b47a8ac6bdf56547a56e0581094434ecd30880e5298161cb0fa97705e369ba799f1
|
|
2786
2812
|
languageName: node
|
|
2787
2813
|
linkType: hard
|
|
2788
2814
|
|
|
@@ -5551,11 +5577,11 @@ __metadata:
|
|
|
5551
5577
|
linkType: hard
|
|
5552
5578
|
|
|
5553
5579
|
"@types/node@npm:*":
|
|
5554
|
-
version: 22.7.
|
|
5555
|
-
resolution: "@types/node@npm:22.7.
|
|
5580
|
+
version: 22.7.5
|
|
5581
|
+
resolution: "@types/node@npm:22.7.5"
|
|
5556
5582
|
dependencies:
|
|
5557
5583
|
undici-types: "npm:~6.19.2"
|
|
5558
|
-
checksum: 10c0/
|
|
5584
|
+
checksum: 10c0/cf11f74f1a26053ec58066616e3a8685b6bcd7259bc569738b8f752009f9f0f7f85a1b2d24908e5b0f752482d1e8b6babdf1fbb25758711ec7bb9500bfcd6e60
|
|
5559
5585
|
languageName: node
|
|
5560
5586
|
linkType: hard
|
|
5561
5587
|
|
|
@@ -8025,8 +8051,8 @@ __metadata:
|
|
|
8025
8051
|
linkType: hard
|
|
8026
8052
|
|
|
8027
8053
|
"chromatic@npm:^11.4.0":
|
|
8028
|
-
version: 11.
|
|
8029
|
-
resolution: "chromatic@npm:11.
|
|
8054
|
+
version: 11.12.0
|
|
8055
|
+
resolution: "chromatic@npm:11.12.0"
|
|
8030
8056
|
peerDependencies:
|
|
8031
8057
|
"@chromatic-com/cypress": ^0.*.* || ^1.0.0
|
|
8032
8058
|
"@chromatic-com/playwright": ^0.*.* || ^1.0.0
|
|
@@ -8039,7 +8065,7 @@ __metadata:
|
|
|
8039
8065
|
chroma: dist/bin.js
|
|
8040
8066
|
chromatic: dist/bin.js
|
|
8041
8067
|
chromatic-cli: dist/bin.js
|
|
8042
|
-
checksum: 10c0/
|
|
8068
|
+
checksum: 10c0/78c2985d260617701ccf1dc7a91959621c9e26636adf4a21dcef3380fd35b7fc8b5442620326d20d8e7f008e228e59b48b2cc8f9205af38287979ea5a0007caa
|
|
8043
8069
|
languageName: node
|
|
8044
8070
|
linkType: hard
|
|
8045
8071
|
|
|
@@ -8401,7 +8427,7 @@ __metadata:
|
|
|
8401
8427
|
languageName: node
|
|
8402
8428
|
linkType: hard
|
|
8403
8429
|
|
|
8404
|
-
"confbox@npm:^0.1.
|
|
8430
|
+
"confbox@npm:^0.1.8":
|
|
8405
8431
|
version: 0.1.8
|
|
8406
8432
|
resolution: "confbox@npm:0.1.8"
|
|
8407
8433
|
checksum: 10c0/fc2c68d97cb54d885b10b63e45bd8da83a8a71459d3ecf1825143dd4c7f9f1b696b3283e07d9d12a144c1301c2ebc7842380bdf0014e55acc4ae1c9550102418
|
|
@@ -9541,9 +9567,9 @@ __metadata:
|
|
|
9541
9567
|
linkType: hard
|
|
9542
9568
|
|
|
9543
9569
|
"electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.28":
|
|
9544
|
-
version: 1.5.
|
|
9545
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
9546
|
-
checksum: 10c0/
|
|
9570
|
+
version: 1.5.33
|
|
9571
|
+
resolution: "electron-to-chromium@npm:1.5.33"
|
|
9572
|
+
checksum: 10c0/46b914e85ce9ff5d57b78782f750ca6585c5aa713c0e6f70225bc6cf0f7637ce40567ccfd0d9a95d84120164fef01c8ff42c7cd206afdb1bace481e187a3919f
|
|
9547
9573
|
languageName: node
|
|
9548
9574
|
linkType: hard
|
|
9549
9575
|
|
|
@@ -12998,15 +13024,15 @@ __metadata:
|
|
|
12998
13024
|
linkType: hard
|
|
12999
13025
|
|
|
13000
13026
|
"iterator.prototype@npm:^1.1.2":
|
|
13001
|
-
version: 1.1.
|
|
13002
|
-
resolution: "iterator.prototype@npm:1.1.
|
|
13027
|
+
version: 1.1.3
|
|
13028
|
+
resolution: "iterator.prototype@npm:1.1.3"
|
|
13003
13029
|
dependencies:
|
|
13004
13030
|
define-properties: "npm:^1.2.1"
|
|
13005
13031
|
get-intrinsic: "npm:^1.2.1"
|
|
13006
13032
|
has-symbols: "npm:^1.0.3"
|
|
13007
13033
|
reflect.getprototypeof: "npm:^1.0.4"
|
|
13008
13034
|
set-function-name: "npm:^2.0.1"
|
|
13009
|
-
checksum: 10c0/
|
|
13035
|
+
checksum: 10c0/68b0320c14291fbb3d8ed5a17e255d3127e7971bec19108076667e79c9ff4c7d69f99de4b0b3075c789c3f318366d7a0a35bb086eae0f2cf832dd58465b2f9e6
|
|
13010
13036
|
languageName: node
|
|
13011
13037
|
linkType: hard
|
|
13012
13038
|
|
|
@@ -14385,7 +14411,7 @@ __metadata:
|
|
|
14385
14411
|
languageName: node
|
|
14386
14412
|
linkType: hard
|
|
14387
14413
|
|
|
14388
|
-
"mlly@npm:^1.4.2, mlly@npm:^1.7.
|
|
14414
|
+
"mlly@npm:^1.4.2, mlly@npm:^1.7.2":
|
|
14389
14415
|
version: 1.7.2
|
|
14390
14416
|
resolution: "mlly@npm:1.7.2"
|
|
14391
14417
|
dependencies:
|
|
@@ -15492,13 +15518,13 @@ __metadata:
|
|
|
15492
15518
|
linkType: hard
|
|
15493
15519
|
|
|
15494
15520
|
"pkg-types@npm:^1.0.3, pkg-types@npm:^1.2.0":
|
|
15495
|
-
version: 1.2.
|
|
15496
|
-
resolution: "pkg-types@npm:1.2.
|
|
15521
|
+
version: 1.2.1
|
|
15522
|
+
resolution: "pkg-types@npm:1.2.1"
|
|
15497
15523
|
dependencies:
|
|
15498
|
-
confbox: "npm:^0.1.
|
|
15499
|
-
mlly: "npm:^1.7.
|
|
15524
|
+
confbox: "npm:^0.1.8"
|
|
15525
|
+
mlly: "npm:^1.7.2"
|
|
15500
15526
|
pathe: "npm:^1.1.2"
|
|
15501
|
-
checksum: 10c0/
|
|
15527
|
+
checksum: 10c0/4aef765c039e3ec3ca55171bb8ad776cf060d894c45ddf92b9d680b3fdb1817c8d1c428f74ea6aae144493fa1d6a97df6b8caec6dc31e418f1ce1f728d38014e
|
|
15502
15528
|
languageName: node
|
|
15503
15529
|
linkType: hard
|
|
15504
15530
|
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
var _path;
|
|
4
|
-
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
5
|
-
const SvgSelectArrow = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
6
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
width: 12,
|
|
8
|
-
height: 12,
|
|
9
|
-
fill: "none"
|
|
10
|
-
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
11
|
-
fill: "currentColor",
|
|
12
|
-
fillRule: "evenodd",
|
|
13
|
-
d: "M.759 1.34A1 1 0 0 1 2.28.487l7.61 4.66a1 1 0 0 1 0 1.706l-7.61 4.66a1 1 0 0 1-1.522-.852z",
|
|
14
|
-
clipRule: "evenodd"
|
|
15
|
-
})));
|
|
16
|
-
|
|
17
|
-
export { SvgSelectArrow as ReactComponent };
|