@ambita/design-system 3.0.35 → 4.0.1-511.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/README.md +52 -40
- package/dist/ambita-logo.svg +1 -0
- package/dist/aux.js +21 -0
- package/dist/aux.js.map +1 -0
- package/dist/aux.mjs +15661 -0
- package/dist/aux.mjs.map +1 -0
- package/dist/aux.umd.js +22 -69263
- package/dist/aux.umd.js.map +1 -1
- package/dist/css/colors-css-variables.css +37 -37
- package/dist/css/colors-css-variables.scss +1 -1
- package/dist/css/colors-scss-variables.scss +36 -37
- package/dist/css/mixins.scss +2 -2
- package/dist/favicon.ico +0 -0
- package/dist/index.css +1 -0
- package/dist/types/src/App.vue.d.ts +7 -0
- package/dist/types/src/components/AuxAriaAnnouncer/AuxAriaAnnouncer.vue.d.ts +18 -0
- package/dist/types/src/components/Banner/Banner.vue.d.ts +42 -0
- package/dist/types/src/components/Checkbox/Checkbox.vue.d.ts +57 -0
- package/dist/types/src/components/Color/ColorSwatch.vue.d.ts +19 -0
- package/dist/types/src/components/Icons/IconPreview.vue.d.ts +12 -0
- package/dist/types/src/components/Input/Input.vue.d.ts +105 -0
- package/dist/types/src/components/JsonForm/Controls/Array.vue.d.ts +34 -0
- package/dist/types/src/components/JsonForm/Controls/Boolean.vue.d.ts +21 -0
- package/dist/types/src/components/JsonForm/Controls/Number.vue.d.ts +18 -0
- package/dist/types/src/components/JsonForm/Controls/String.vue.d.ts +28 -0
- package/dist/types/src/components/JsonForm/Controls/Wrapper.vue.d.ts +27 -0
- package/dist/types/src/components/JsonForm/JsonForm.vue.d.ts +38 -0
- package/dist/types/src/components/JsonForm/Renderers/Array.vue.d.ts +99 -0
- package/dist/types/src/components/JsonForm/Renderers/Boolean.vue.d.ts +99 -0
- package/dist/types/src/components/JsonForm/Renderers/Integer.vue.d.ts +99 -0
- package/dist/types/src/components/JsonForm/Renderers/Layout.vue.d.ts +75 -0
- package/dist/types/src/components/JsonForm/Renderers/Number.vue.d.ts +99 -0
- package/dist/types/src/components/JsonForm/Renderers/Object.vue.d.ts +98 -0
- package/dist/types/src/components/JsonForm/Renderers/String.vue.d.ts +99 -0
- package/dist/types/src/components/JsonForm/Renderers/index.d.ts +9 -0
- package/dist/types/src/components/Link/Link.vue.d.ts +34 -0
- package/dist/types/src/components/Logo/Logo.vue.d.ts +14 -0
- package/dist/types/src/components/Modal/Actions.vue.d.ts +21 -0
- package/dist/types/src/components/Modal/Modal.vue.d.ts +75 -0
- package/dist/types/src/components/Notification/Notification.vue.d.ts +31 -0
- package/dist/types/src/components/Notification/Notifications.vue.d.ts +20 -0
- package/dist/types/src/components/Pagination/Pagination.vue.d.ts +49 -0
- package/dist/types/src/components/Radio/Radio.vue.d.ts +50 -0
- package/dist/types/src/components/Select/Select.vue.d.ts +92 -0
- package/dist/types/src/components/Spinner/Spinner.vue.d.ts +22 -0
- package/dist/types/src/components/TextArea/TextArea.vue.d.ts +111 -0
- package/dist/types/src/components/Time/Time.vue.d.ts +27 -0
- package/dist/types/src/components/Toggle/Toggle.vue.d.ts +95 -0
- package/dist/types/src/components/Upload/Upload.vue.d.ts +94 -0
- package/dist/types/src/components/ValidationWrapper/ValidationWrapper.vue.d.ts +19 -0
- package/dist/types/src/helpers/formatters/formatDateAndTime/Storybook/FormatDateAndTime.vue.d.ts +10 -0
- package/dist/types/src/helpers/formatters/formatQuantity/Storybook/FormatAmount.vue.d.ts +6 -0
- package/dist/types/src/helpers/formatters/formatQuantity/Storybook/FormatNumber.vue.d.ts +5 -0
- package/dist/types/src/index.d.ts +28 -0
- package/dist/types/tsconfig.app.tsbuildinfo +1 -0
- package/package.json +65 -59
- package/dist/aux.common.js +0 -69253
- package/dist/aux.common.js.map +0 -1
- package/dist/aux.umd.min.js +0 -36
- package/dist/aux.umd.min.js.map +0 -1
- package/dist/demo.html +0 -8
- package/dist/icons/bold/activity-bold.svg +0 -3
- package/dist/icons/bold/address-book-bold.svg +0 -3
- package/dist/icons/bold/airplane-bold.svg +0 -3
- package/dist/icons/bold/airplane-in-flight-bold.svg +0 -3
- package/dist/icons/bold/airplane-landing-bold.svg +0 -3
- package/dist/icons/bold/airplane-takeoff-bold.svg +0 -3
- package/dist/icons/bold/airplane-tilt-bold.svg +0 -3
- package/dist/icons/bold/airplay-bold.svg +0 -3
- package/dist/icons/bold/alarm-bold.svg +0 -3
- package/dist/icons/bold/align-bottom-bold.svg +0 -3
- package/dist/icons/bold/align-center-horizontal-bold.svg +0 -3
- package/dist/icons/bold/align-center-vertical-bold.svg +0 -3
- package/dist/icons/bold/align-left-bold.svg +0 -3
- package/dist/icons/bold/align-right-bold.svg +0 -3
- package/dist/icons/bold/align-top-bold.svg +0 -3
- package/dist/icons/bold/anchor-bold.svg +0 -3
- package/dist/icons/bold/anchor-simple-bold.svg +0 -3
- package/dist/icons/bold/android-logo-bold.svg +0 -3
- package/dist/icons/bold/aperture-bold.svg +0 -3
- package/dist/icons/bold/app-window-bold.svg +0 -3
- package/dist/icons/bold/apple-logo-bold.svg +0 -3
- package/dist/icons/bold/archive-bold.svg +0 -3
- package/dist/icons/bold/archive-box-bold.svg +0 -3
- package/dist/icons/bold/archive-tray-bold.svg +0 -3
- package/dist/icons/bold/armchair-bold.svg +0 -3
- package/dist/icons/bold/arrow-arc-left-bold.svg +0 -3
- package/dist/icons/bold/arrow-arc-right-bold.svg +0 -3
- package/dist/icons/bold/arrow-bend-double-up-left-bold.svg +0 -3
- package/dist/icons/bold/arrow-bend-double-up-right-bold.svg +0 -3
- package/dist/icons/bold/arrow-bend-down-left-bold.svg +0 -3
- package/dist/icons/bold/arrow-bend-down-right-bold.svg +0 -3
- package/dist/icons/bold/arrow-bend-left-down-bold.svg +0 -3
- package/dist/icons/bold/arrow-bend-left-up-bold.svg +0 -3
- package/dist/icons/bold/arrow-bend-right-down-bold.svg +0 -3
- package/dist/icons/bold/arrow-bend-right-up-bold.svg +0 -3
- package/dist/icons/bold/arrow-bend-up-left-bold.svg +0 -3
- package/dist/icons/bold/arrow-bend-up-right-bold.svg +0 -3
- package/dist/icons/bold/arrow-circle-down-bold.svg +0 -3
- package/dist/icons/bold/arrow-circle-down-left-bold.svg +0 -3
- package/dist/icons/bold/arrow-circle-down-right-bold.svg +0 -3
- package/dist/icons/bold/arrow-circle-left-bold.svg +0 -3
- package/dist/icons/bold/arrow-circle-right-bold.svg +0 -3
- package/dist/icons/bold/arrow-circle-up-bold.svg +0 -3
- package/dist/icons/bold/arrow-circle-up-left-bold.svg +0 -3
- package/dist/icons/bold/arrow-circle-up-right-bold.svg +0 -3
- package/dist/icons/bold/arrow-clockwise-bold.svg +0 -3
- package/dist/icons/bold/arrow-counter-clockwise-bold.svg +0 -3
- package/dist/icons/bold/arrow-down-bold.svg +0 -3
- package/dist/icons/bold/arrow-down-left-bold.svg +0 -3
- package/dist/icons/bold/arrow-down-right-bold.svg +0 -3
- package/dist/icons/bold/arrow-elbow-down-left-bold.svg +0 -3
- package/dist/icons/bold/arrow-elbow-down-right-bold.svg +0 -3
- package/dist/icons/bold/arrow-elbow-left-bold.svg +0 -3
- package/dist/icons/bold/arrow-elbow-left-down-bold.svg +0 -3
- package/dist/icons/bold/arrow-elbow-left-up-bold.svg +0 -3
- package/dist/icons/bold/arrow-elbow-right-bold.svg +0 -3
- package/dist/icons/bold/arrow-elbow-right-down-bold.svg +0 -3
- package/dist/icons/bold/arrow-elbow-right-up-bold.svg +0 -3
- package/dist/icons/bold/arrow-elbow-up-left-bold.svg +0 -3
- package/dist/icons/bold/arrow-elbow-up-right-bold.svg +0 -3
- package/dist/icons/bold/arrow-fat-down-bold.svg +0 -3
- package/dist/icons/bold/arrow-fat-left-bold.svg +0 -3
- package/dist/icons/bold/arrow-fat-line-down-bold.svg +0 -3
- package/dist/icons/bold/arrow-fat-line-left-bold.svg +0 -3
- package/dist/icons/bold/arrow-fat-line-right-bold.svg +0 -3
- package/dist/icons/bold/arrow-fat-line-up-bold.svg +0 -3
- package/dist/icons/bold/arrow-fat-lines-down-bold.svg +0 -3
- package/dist/icons/bold/arrow-fat-lines-left-bold.svg +0 -3
- package/dist/icons/bold/arrow-fat-lines-right-bold.svg +0 -3
- package/dist/icons/bold/arrow-fat-lines-up-bold.svg +0 -3
- package/dist/icons/bold/arrow-fat-right-bold.svg +0 -3
- package/dist/icons/bold/arrow-fat-up-bold.svg +0 -3
- package/dist/icons/bold/arrow-left-bold.svg +0 -3
- package/dist/icons/bold/arrow-line-down-bold.svg +0 -3
- package/dist/icons/bold/arrow-line-down-left-bold.svg +0 -3
- package/dist/icons/bold/arrow-line-down-right-bold.svg +0 -3
- package/dist/icons/bold/arrow-line-left-bold.svg +0 -3
- package/dist/icons/bold/arrow-line-right-bold.svg +0 -3
- package/dist/icons/bold/arrow-line-up-bold.svg +0 -3
- package/dist/icons/bold/arrow-line-up-left-bold.svg +0 -3
- package/dist/icons/bold/arrow-line-up-right-bold.svg +0 -3
- package/dist/icons/bold/arrow-right-bold.svg +0 -3
- package/dist/icons/bold/arrow-square-down-bold.svg +0 -3
- package/dist/icons/bold/arrow-square-down-left-bold.svg +0 -3
- package/dist/icons/bold/arrow-square-down-right-bold.svg +0 -3
- package/dist/icons/bold/arrow-square-in-bold.svg +0 -3
- package/dist/icons/bold/arrow-square-left-bold.svg +0 -3
- package/dist/icons/bold/arrow-square-out-bold.svg +0 -3
- package/dist/icons/bold/arrow-square-right-bold.svg +0 -3
- package/dist/icons/bold/arrow-square-up-bold.svg +0 -3
- package/dist/icons/bold/arrow-square-up-left-bold.svg +0 -3
- package/dist/icons/bold/arrow-square-up-right-bold.svg +0 -3
- package/dist/icons/bold/arrow-u-down-left-bold.svg +0 -3
- package/dist/icons/bold/arrow-u-down-right-bold.svg +0 -3
- package/dist/icons/bold/arrow-u-left-down-bold.svg +0 -3
- package/dist/icons/bold/arrow-u-left-up-bold.svg +0 -3
- package/dist/icons/bold/arrow-u-right-down-bold.svg +0 -3
- package/dist/icons/bold/arrow-u-right-up-bold.svg +0 -3
- package/dist/icons/bold/arrow-u-up-left-bold.svg +0 -3
- package/dist/icons/bold/arrow-u-up-right-bold.svg +0 -3
- package/dist/icons/bold/arrow-up-bold.svg +0 -3
- package/dist/icons/bold/arrow-up-left-bold.svg +0 -3
- package/dist/icons/bold/arrow-up-right-bold.svg +0 -3
- package/dist/icons/bold/arrows-clockwise-bold.svg +0 -3
- package/dist/icons/bold/arrows-counter-clockwise-bold.svg +0 -3
- package/dist/icons/bold/arrows-down-up-bold.svg +0 -3
- package/dist/icons/bold/arrows-in-bold.svg +0 -3
- package/dist/icons/bold/arrows-in-cardinal-bold.svg +0 -3
- package/dist/icons/bold/arrows-in-line-horizontal-bold.svg +0 -3
- package/dist/icons/bold/arrows-in-line-vertical-bold.svg +0 -3
- package/dist/icons/bold/arrows-in-simple-bold.svg +0 -3
- package/dist/icons/bold/arrows-left-right-bold.svg +0 -3
- package/dist/icons/bold/arrows-out-bold.svg +0 -3
- package/dist/icons/bold/arrows-out-cardinal-bold.svg +0 -3
- package/dist/icons/bold/arrows-out-line-horizontal-bold.svg +0 -3
- package/dist/icons/bold/arrows-out-line-vertical-bold.svg +0 -3
- package/dist/icons/bold/arrows-out-simple-bold.svg +0 -3
- package/dist/icons/bold/article-bold.svg +0 -3
- package/dist/icons/bold/article-medium-bold.svg +0 -3
- package/dist/icons/bold/article-ny-times-bold.svg +0 -3
- package/dist/icons/bold/asterisk-bold.svg +0 -3
- package/dist/icons/bold/at-bold.svg +0 -3
- package/dist/icons/bold/atom-bold.svg +0 -3
- package/dist/icons/bold/baby-bold.svg +0 -3
- package/dist/icons/bold/backspace-bold.svg +0 -3
- package/dist/icons/bold/bag-bold.svg +0 -3
- package/dist/icons/bold/bag-simple-bold.svg +0 -3
- package/dist/icons/bold/bandaids-bold.svg +0 -3
- package/dist/icons/bold/bank-bold.svg +0 -3
- package/dist/icons/bold/barbell-bold.svg +0 -3
- package/dist/icons/bold/barcode-bold.svg +0 -3
- package/dist/icons/bold/baseball-bold.svg +0 -3
- package/dist/icons/bold/basketball-bold.svg +0 -3
- package/dist/icons/bold/battery-charging-bold.svg +0 -3
- package/dist/icons/bold/battery-charging-vertical-bold.svg +0 -3
- package/dist/icons/bold/battery-empty-bold.svg +0 -3
- package/dist/icons/bold/battery-full-bold.svg +0 -3
- package/dist/icons/bold/battery-high-bold.svg +0 -3
- package/dist/icons/bold/battery-low-bold.svg +0 -3
- package/dist/icons/bold/battery-medium-bold.svg +0 -3
- package/dist/icons/bold/battery-warning-bold.svg +0 -3
- package/dist/icons/bold/battery-warning-vertical-bold.svg +0 -3
- package/dist/icons/bold/bed-bold.svg +0 -3
- package/dist/icons/bold/bell-bold.svg +0 -3
- package/dist/icons/bold/bell-ringing-bold.svg +0 -3
- package/dist/icons/bold/bell-simple-bold.svg +0 -3
- package/dist/icons/bold/bell-simple-ringing-bold.svg +0 -3
- package/dist/icons/bold/bell-simple-slash-bold.svg +0 -3
- package/dist/icons/bold/bell-simple-z-bold.svg +0 -3
- package/dist/icons/bold/bell-slash-bold.svg +0 -3
- package/dist/icons/bold/bell-z-bold.svg +0 -3
- package/dist/icons/bold/bicycle-bold.svg +0 -3
- package/dist/icons/bold/bird-bold.svg +0 -3
- package/dist/icons/bold/bluetooth-bold.svg +0 -3
- package/dist/icons/bold/bluetooth-connected-bold.svg +0 -3
- package/dist/icons/bold/bluetooth-slash-bold.svg +0 -3
- package/dist/icons/bold/bluetooth-x-bold.svg +0 -3
- package/dist/icons/bold/boat-bold.svg +0 -3
- package/dist/icons/bold/book-bold.svg +0 -3
- package/dist/icons/bold/book-bookmark-bold.svg +0 -3
- package/dist/icons/bold/book-open-bold.svg +0 -3
- package/dist/icons/bold/bookmark-bold.svg +0 -3
- package/dist/icons/bold/bookmark-simple-bold.svg +0 -3
- package/dist/icons/bold/bookmarks-bold.svg +0 -3
- package/dist/icons/bold/bookmarks-simple-bold.svg +0 -3
- package/dist/icons/bold/books-bold.svg +0 -3
- package/dist/icons/bold/bounding-box-bold.svg +0 -3
- package/dist/icons/bold/brackets-angle-bold.svg +0 -3
- package/dist/icons/bold/brackets-curly-bold.svg +0 -3
- package/dist/icons/bold/brackets-round-bold.svg +0 -3
- package/dist/icons/bold/brackets-square-bold.svg +0 -3
- package/dist/icons/bold/brain-bold.svg +0 -3
- package/dist/icons/bold/brandy-bold.svg +0 -3
- package/dist/icons/bold/briefcase-bold.svg +0 -3
- package/dist/icons/bold/briefcase-metal-bold.svg +0 -3
- package/dist/icons/bold/briefcase-simple-bold.svg +0 -3
- package/dist/icons/bold/broadcast-bold.svg +0 -3
- package/dist/icons/bold/browser-bold.svg +0 -3
- package/dist/icons/bold/browsers-bold.svg +0 -3
- package/dist/icons/bold/browsers-simple-bold.svg +0 -3
- package/dist/icons/bold/bug-beetle-bold.svg +0 -3
- package/dist/icons/bold/bug-bold.svg +0 -3
- package/dist/icons/bold/bug-droid-bold.svg +0 -3
- package/dist/icons/bold/buildings-bold.svg +0 -3
- package/dist/icons/bold/bus-bold.svg +0 -3
- package/dist/icons/bold/cake-bold.svg +0 -3
- package/dist/icons/bold/calculator-bold.svg +0 -3
- package/dist/icons/bold/calendar-blank-bold.svg +0 -3
- package/dist/icons/bold/calendar-bold.svg +0 -3
- package/dist/icons/bold/calendar-check-bold.svg +0 -3
- package/dist/icons/bold/calendar-plus-bold.svg +0 -3
- package/dist/icons/bold/calendar-x-bold.svg +0 -3
- package/dist/icons/bold/camera-bold.svg +0 -3
- package/dist/icons/bold/camera-slash-bold.svg +0 -3
- package/dist/icons/bold/car-bold.svg +0 -3
- package/dist/icons/bold/car-simple-bold.svg +0 -3
- package/dist/icons/bold/cardholder-bold.svg +0 -3
- package/dist/icons/bold/cards-bold.svg +0 -3
- package/dist/icons/bold/caret-circle-double-down-bold.svg +0 -3
- package/dist/icons/bold/caret-circle-double-left-bold.svg +0 -3
- package/dist/icons/bold/caret-circle-double-right-bold.svg +0 -3
- package/dist/icons/bold/caret-circle-double-up-bold.svg +0 -3
- package/dist/icons/bold/caret-circle-down-bold.svg +0 -3
- package/dist/icons/bold/caret-circle-left-bold.svg +0 -3
- package/dist/icons/bold/caret-circle-right-bold.svg +0 -3
- package/dist/icons/bold/caret-circle-up-bold.svg +0 -3
- package/dist/icons/bold/caret-double-down-bold.svg +0 -3
- package/dist/icons/bold/caret-double-left-bold.svg +0 -3
- package/dist/icons/bold/caret-double-right-bold.svg +0 -3
- package/dist/icons/bold/caret-double-up-bold.svg +0 -3
- package/dist/icons/bold/caret-down-bold.svg +0 -3
- package/dist/icons/bold/caret-left-bold.svg +0 -3
- package/dist/icons/bold/caret-right-bold.svg +0 -3
- package/dist/icons/bold/caret-up-bold.svg +0 -3
- package/dist/icons/bold/cat-bold.svg +0 -3
- package/dist/icons/bold/cell-signal-full-bold.svg +0 -3
- package/dist/icons/bold/cell-signal-high-bold.svg +0 -3
- package/dist/icons/bold/cell-signal-low-bold.svg +0 -3
- package/dist/icons/bold/cell-signal-medium-bold.svg +0 -3
- package/dist/icons/bold/cell-signal-none-bold.svg +0 -3
- package/dist/icons/bold/cell-signal-slash-bold.svg +0 -3
- package/dist/icons/bold/cell-signal-x-bold.svg +0 -3
- package/dist/icons/bold/chalkboard-bold.svg +0 -3
- package/dist/icons/bold/chalkboard-simple-bold.svg +0 -3
- package/dist/icons/bold/chalkboard-teacher-bold.svg +0 -3
- package/dist/icons/bold/chart-bar-bold.svg +0 -3
- package/dist/icons/bold/chart-bar-horizontal-bold.svg +0 -3
- package/dist/icons/bold/chart-line-bold.svg +0 -3
- package/dist/icons/bold/chart-line-up-bold.svg +0 -3
- package/dist/icons/bold/chart-pie-bold.svg +0 -3
- package/dist/icons/bold/chart-pie-slice-bold.svg +0 -3
- package/dist/icons/bold/chat-bold.svg +0 -3
- package/dist/icons/bold/chat-centered-bold.svg +0 -3
- package/dist/icons/bold/chat-centered-dots-bold.svg +0 -3
- package/dist/icons/bold/chat-centered-text-bold.svg +0 -3
- package/dist/icons/bold/chat-circle-bold.svg +0 -3
- package/dist/icons/bold/chat-circle-dots-bold.svg +0 -3
- package/dist/icons/bold/chat-circle-text-bold.svg +0 -3
- package/dist/icons/bold/chat-dots-bold.svg +0 -3
- package/dist/icons/bold/chat-teardrop-bold.svg +0 -3
- package/dist/icons/bold/chat-teardrop-dots-bold.svg +0 -3
- package/dist/icons/bold/chat-teardrop-text-bold.svg +0 -3
- package/dist/icons/bold/chat-text-bold.svg +0 -3
- package/dist/icons/bold/chats-bold.svg +0 -3
- package/dist/icons/bold/chats-circle-bold.svg +0 -3
- package/dist/icons/bold/chats-teardrop-bold.svg +0 -3
- package/dist/icons/bold/check-bold.svg +0 -3
- package/dist/icons/bold/check-circle-bold.svg +0 -3
- package/dist/icons/bold/check-square-bold.svg +0 -3
- package/dist/icons/bold/check-square-offset-bold.svg +0 -3
- package/dist/icons/bold/checks-bold.svg +0 -3
- package/dist/icons/bold/circle-bold.svg +0 -3
- package/dist/icons/bold/circle-dashed-bold.svg +0 -3
- package/dist/icons/bold/circle-half-bold.svg +0 -3
- package/dist/icons/bold/circle-half-tilt-bold.svg +0 -3
- package/dist/icons/bold/circle-wavy-bold.svg +0 -3
- package/dist/icons/bold/circle-wavy-check-bold.svg +0 -3
- package/dist/icons/bold/circle-wavy-question-bold.svg +0 -3
- package/dist/icons/bold/circle-wavy-warning-bold.svg +0 -3
- package/dist/icons/bold/circles-four-bold.svg +0 -3
- package/dist/icons/bold/circles-three-bold.svg +0 -3
- package/dist/icons/bold/circles-three-plus-bold.svg +0 -3
- package/dist/icons/bold/clipboard-bold.svg +0 -3
- package/dist/icons/bold/clipboard-text-bold.svg +0 -3
- package/dist/icons/bold/clock-afternoon-bold.svg +0 -3
- package/dist/icons/bold/clock-bold.svg +0 -3
- package/dist/icons/bold/clock-clockwise-bold.svg +0 -3
- package/dist/icons/bold/clock-counter-clockwise-bold.svg +0 -3
- package/dist/icons/bold/closed-captioning-bold.svg +0 -3
- package/dist/icons/bold/cloud-arrow-down-bold.svg +0 -3
- package/dist/icons/bold/cloud-arrow-up-bold.svg +0 -3
- package/dist/icons/bold/cloud-bold.svg +0 -3
- package/dist/icons/bold/cloud-check-bold.svg +0 -3
- package/dist/icons/bold/cloud-fog-bold.svg +0 -3
- package/dist/icons/bold/cloud-lightning-bold.svg +0 -3
- package/dist/icons/bold/cloud-moon-bold.svg +0 -3
- package/dist/icons/bold/cloud-rain-bold.svg +0 -3
- package/dist/icons/bold/cloud-slash-bold.svg +0 -3
- package/dist/icons/bold/cloud-snow-bold.svg +0 -3
- package/dist/icons/bold/cloud-sun-bold.svg +0 -3
- package/dist/icons/bold/club-bold.svg +0 -3
- package/dist/icons/bold/code-bold.svg +0 -3
- package/dist/icons/bold/code-simple-bold.svg +0 -3
- package/dist/icons/bold/coffee-bold.svg +0 -3
- package/dist/icons/bold/coin-bold.svg +0 -3
- package/dist/icons/bold/columns-bold.svg +0 -3
- package/dist/icons/bold/command-bold.svg +0 -3
- package/dist/icons/bold/compass-bold.svg +0 -3
- package/dist/icons/bold/computer-tower-bold.svg +0 -3
- package/dist/icons/bold/cookie-bold.svg +0 -3
- package/dist/icons/bold/cooking-pot-bold.svg +0 -3
- package/dist/icons/bold/copy-bold.svg +0 -3
- package/dist/icons/bold/copy-simple-bold.svg +0 -3
- package/dist/icons/bold/copyright-bold.svg +0 -3
- package/dist/icons/bold/corners-in-bold.svg +0 -3
- package/dist/icons/bold/corners-out-bold.svg +0 -3
- package/dist/icons/bold/cpu-bold.svg +0 -3
- package/dist/icons/bold/credit-card-bold.svg +0 -3
- package/dist/icons/bold/crop-bold.svg +0 -3
- package/dist/icons/bold/crosshair-bold.svg +0 -3
- package/dist/icons/bold/crosshair-simple-bold.svg +0 -3
- package/dist/icons/bold/crown-bold.svg +0 -3
- package/dist/icons/bold/crown-simple-bold.svg +0 -3
- package/dist/icons/bold/cube-bold.svg +0 -3
- package/dist/icons/bold/currency-btc-bold.svg +0 -3
- package/dist/icons/bold/currency-circle-dollar-bold.svg +0 -3
- package/dist/icons/bold/currency-cny-bold.svg +0 -3
- package/dist/icons/bold/currency-dollar-bold.svg +0 -3
- package/dist/icons/bold/currency-dollar-simple-bold.svg +0 -3
- package/dist/icons/bold/currency-eur-bold.svg +0 -3
- package/dist/icons/bold/currency-gbp-bold.svg +0 -3
- package/dist/icons/bold/currency-inr-bold.svg +0 -3
- package/dist/icons/bold/currency-jpy-bold.svg +0 -3
- package/dist/icons/bold/currency-krw-bold.svg +0 -3
- package/dist/icons/bold/currency-rub-bold.svg +0 -3
- package/dist/icons/bold/cursor-bold.svg +0 -3
- package/dist/icons/bold/database-bold.svg +0 -3
- package/dist/icons/bold/desktop-bold.svg +0 -3
- package/dist/icons/bold/desktop-tower-bold.svg +0 -3
- package/dist/icons/bold/device-mobile-bold.svg +0 -3
- package/dist/icons/bold/device-mobile-camera-bold.svg +0 -3
- package/dist/icons/bold/device-mobile-speaker-bold.svg +0 -3
- package/dist/icons/bold/device-tablet-bold.svg +0 -3
- package/dist/icons/bold/device-tablet-camera-bold.svg +0 -3
- package/dist/icons/bold/device-tablet-speaker-bold.svg +0 -3
- package/dist/icons/bold/diamond-bold.svg +0 -3
- package/dist/icons/bold/dice-five-bold.svg +0 -3
- package/dist/icons/bold/dice-four-bold.svg +0 -3
- package/dist/icons/bold/dice-one-bold.svg +0 -3
- package/dist/icons/bold/dice-six-bold.svg +0 -3
- package/dist/icons/bold/dice-three-bold.svg +0 -3
- package/dist/icons/bold/dice-two-bold.svg +0 -3
- package/dist/icons/bold/disc-bold.svg +0 -3
- package/dist/icons/bold/discord-logo-bold.svg +0 -3
- package/dist/icons/bold/divide-bold.svg +0 -3
- package/dist/icons/bold/dog-bold.svg +0 -3
- package/dist/icons/bold/door-bold.svg +0 -3
- package/dist/icons/bold/dots-nine-bold.svg +0 -3
- package/dist/icons/bold/dots-six-bold.svg +0 -3
- package/dist/icons/bold/dots-six-vertical-bold.svg +0 -3
- package/dist/icons/bold/dots-three-bold.svg +0 -3
- package/dist/icons/bold/dots-three-circle-bold.svg +0 -3
- package/dist/icons/bold/dots-three-circle-vertical-bold.svg +0 -3
- package/dist/icons/bold/dots-three-outline-bold.svg +0 -3
- package/dist/icons/bold/dots-three-outline-vertical-bold.svg +0 -3
- package/dist/icons/bold/dots-three-vertical-bold.svg +0 -3
- package/dist/icons/bold/download-bold.svg +0 -3
- package/dist/icons/bold/download-simple-bold.svg +0 -3
- package/dist/icons/bold/dribbble-logo-bold.svg +0 -3
- package/dist/icons/bold/drop-bold.svg +0 -3
- package/dist/icons/bold/drop-half-bold.svg +0 -3
- package/dist/icons/bold/ear-bold.svg +0 -3
- package/dist/icons/bold/ear-slash-bold.svg +0 -3
- package/dist/icons/bold/eject-bold.svg +0 -3
- package/dist/icons/bold/eject-simple-bold.svg +0 -3
- package/dist/icons/bold/envelope-bold.svg +0 -3
- package/dist/icons/bold/envelope-open-bold.svg +0 -3
- package/dist/icons/bold/envelope-simple-bold.svg +0 -3
- package/dist/icons/bold/envelope-simple-open-bold.svg +0 -3
- package/dist/icons/bold/equals-bold.svg +0 -3
- package/dist/icons/bold/eraser-bold.svg +0 -3
- package/dist/icons/bold/export-bold.svg +0 -3
- package/dist/icons/bold/eye-bold.svg +0 -3
- package/dist/icons/bold/eye-closed-bold.svg +0 -3
- package/dist/icons/bold/eye-slash-bold.svg +0 -3
- package/dist/icons/bold/eyedropper-bold.svg +0 -4
- package/dist/icons/bold/face-mask-bold.svg +0 -3
- package/dist/icons/bold/facebook-logo-bold.svg +0 -3
- package/dist/icons/bold/factory-bold.svg +0 -3
- package/dist/icons/bold/faders-bold.svg +0 -3
- package/dist/icons/bold/faders-horizontal-bold.svg +0 -3
- package/dist/icons/bold/fast-forward-bold.svg +0 -3
- package/dist/icons/bold/fast-forward-circle-bold.svg +0 -3
- package/dist/icons/bold/figma-logo-bold.svg +0 -3
- package/dist/icons/bold/file-arrow-down-bold.svg +0 -3
- package/dist/icons/bold/file-arrow-up-bold.svg +0 -3
- package/dist/icons/bold/file-bold.svg +0 -3
- package/dist/icons/bold/file-dotted-bold.svg +0 -3
- package/dist/icons/bold/file-minus-bold.svg +0 -3
- package/dist/icons/bold/file-pdf-bold.svg +0 -3
- package/dist/icons/bold/file-plus-bold.svg +0 -3
- package/dist/icons/bold/file-search-bold.svg +0 -3
- package/dist/icons/bold/file-text-bold.svg +0 -3
- package/dist/icons/bold/file-x-bold.svg +0 -3
- package/dist/icons/bold/files-bold.svg +0 -3
- package/dist/icons/bold/film-strip-bold.svg +0 -3
- package/dist/icons/bold/fingerprint-bold.svg +0 -3
- package/dist/icons/bold/fingerprint-simple-bold.svg +0 -3
- package/dist/icons/bold/finn-the-human-bold.svg +0 -3
- package/dist/icons/bold/fire-bold.svg +0 -3
- package/dist/icons/bold/fire-simple-bold.svg +0 -3
- package/dist/icons/bold/first-aid-bold.svg +0 -3
- package/dist/icons/bold/first-aid-kit-bold.svg +0 -3
- package/dist/icons/bold/fish-bold.svg +0 -3
- package/dist/icons/bold/fish-simple-bold.svg +0 -3
- package/dist/icons/bold/flag-banner-bold.svg +0 -3
- package/dist/icons/bold/flag-bold.svg +0 -3
- package/dist/icons/bold/flame-bold.svg +0 -3
- package/dist/icons/bold/flashlight-bold.svg +0 -3
- package/dist/icons/bold/flask-bold.svg +0 -3
- package/dist/icons/bold/floppy-disk-back-bold.svg +0 -3
- package/dist/icons/bold/floppy-disk-bold.svg +0 -3
- package/dist/icons/bold/flow-arrow-bold.svg +0 -3
- package/dist/icons/bold/flower-bold.svg +0 -3
- package/dist/icons/bold/flower-lotus-bold.svg +0 -3
- package/dist/icons/bold/folder-bold.svg +0 -3
- package/dist/icons/bold/folder-minus-bold.svg +0 -3
- package/dist/icons/bold/folder-notch-bold.svg +0 -3
- package/dist/icons/bold/folder-notch-minus-bold.svg +0 -3
- package/dist/icons/bold/folder-notch-open-bold.svg +0 -3
- package/dist/icons/bold/folder-notch-plus-bold.svg +0 -3
- package/dist/icons/bold/folder-open-bold.svg +0 -3
- package/dist/icons/bold/folder-plus-bold.svg +0 -3
- package/dist/icons/bold/folder-simple-bold.svg +0 -3
- package/dist/icons/bold/folder-simple-minus-bold.svg +0 -3
- package/dist/icons/bold/folder-simple-plus-bold.svg +0 -3
- package/dist/icons/bold/folders-bold.svg +0 -3
- package/dist/icons/bold/football-bold.svg +0 -3
- package/dist/icons/bold/fork-knife-bold.svg +0 -3
- package/dist/icons/bold/frame-corners-bold.svg +0 -3
- package/dist/icons/bold/framer-logo-bold.svg +0 -3
- package/dist/icons/bold/funnel-bold.svg +0 -3
- package/dist/icons/bold/funnel-simple-bold.svg +0 -3
- package/dist/icons/bold/game-controller-bold.svg +0 -3
- package/dist/icons/bold/gas-pump-bold.svg +0 -3
- package/dist/icons/bold/gauge-bold.svg +0 -3
- package/dist/icons/bold/gear-bold.svg +0 -3
- package/dist/icons/bold/gear-six-bold.svg +0 -3
- package/dist/icons/bold/gender-female-bold.svg +0 -3
- package/dist/icons/bold/gender-intersex-bold.svg +0 -3
- package/dist/icons/bold/gender-male-bold.svg +0 -3
- package/dist/icons/bold/gender-neuter-bold.svg +0 -3
- package/dist/icons/bold/gender-nonbinary-bold.svg +0 -3
- package/dist/icons/bold/gender-transgender-bold.svg +0 -3
- package/dist/icons/bold/ghost-bold.svg +0 -3
- package/dist/icons/bold/gif-bold.svg +0 -3
- package/dist/icons/bold/gift-bold.svg +0 -3
- package/dist/icons/bold/git-branch-bold.svg +0 -3
- package/dist/icons/bold/git-commit-bold.svg +0 -3
- package/dist/icons/bold/git-diff-bold.svg +0 -3
- package/dist/icons/bold/git-fork-bold.svg +0 -3
- package/dist/icons/bold/git-merge-bold.svg +0 -3
- package/dist/icons/bold/git-pull-request-bold.svg +0 -3
- package/dist/icons/bold/github-logo-bold.svg +0 -3
- package/dist/icons/bold/gitlab-logo-bold.svg +0 -3
- package/dist/icons/bold/gitlab-logo-simple-bold.svg +0 -3
- package/dist/icons/bold/globe-bold.svg +0 -3
- package/dist/icons/bold/globe-hemisphere-east-bold.svg +0 -3
- package/dist/icons/bold/globe-hemisphere-west-bold.svg +0 -3
- package/dist/icons/bold/globe-simple-bold.svg +0 -3
- package/dist/icons/bold/globe-stand-bold.svg +0 -3
- package/dist/icons/bold/google-logo-bold.svg +0 -3
- package/dist/icons/bold/google-play-logo-bold.svg +0 -3
- package/dist/icons/bold/graduation-cap-bold.svg +0 -3
- package/dist/icons/bold/grid-four-bold.svg +0 -3
- package/dist/icons/bold/hand-bold.svg +0 -3
- package/dist/icons/bold/hand-fist-bold.svg +0 -3
- package/dist/icons/bold/hand-grabbing-bold.svg +0 -3
- package/dist/icons/bold/hand-palm-bold.svg +0 -3
- package/dist/icons/bold/hand-pointing-bold.svg +0 -3
- package/dist/icons/bold/hand-soap-bold.svg +0 -3
- package/dist/icons/bold/hand-waving-bold.svg +0 -3
- package/dist/icons/bold/handbag-bold.svg +0 -3
- package/dist/icons/bold/handbag-simple-bold.svg +0 -3
- package/dist/icons/bold/hands-clapping-bold.svg +0 -3
- package/dist/icons/bold/handshake-bold.svg +0 -3
- package/dist/icons/bold/hard-drive-bold.svg +0 -3
- package/dist/icons/bold/hard-drives-bold.svg +0 -3
- package/dist/icons/bold/hash-bold.svg +0 -3
- package/dist/icons/bold/hash-straight-bold.svg +0 -3
- package/dist/icons/bold/headlights-bold.svg +0 -3
- package/dist/icons/bold/headphones-bold.svg +0 -3
- package/dist/icons/bold/headset-bold.svg +0 -3
- package/dist/icons/bold/heart-bold.svg +0 -3
- package/dist/icons/bold/heart-straight-bold.svg +0 -3
- package/dist/icons/bold/heartbeat-bold.svg +0 -3
- package/dist/icons/bold/hexagon-bold.svg +0 -3
- package/dist/icons/bold/highlighter-circle-bold.svg +0 -3
- package/dist/icons/bold/horse-bold.svg +0 -3
- package/dist/icons/bold/hourglass-bold.svg +0 -3
- package/dist/icons/bold/hourglass-high-bold.svg +0 -3
- package/dist/icons/bold/hourglass-low-bold.svg +0 -3
- package/dist/icons/bold/hourglass-medium-bold.svg +0 -3
- package/dist/icons/bold/hourglass-simple-bold.svg +0 -3
- package/dist/icons/bold/hourglass-simple-high-bold.svg +0 -3
- package/dist/icons/bold/hourglass-simple-low-bold.svg +0 -3
- package/dist/icons/bold/hourglass-simple-medium-bold.svg +0 -3
- package/dist/icons/bold/house-bold.svg +0 -3
- package/dist/icons/bold/house-line-bold.svg +0 -3
- package/dist/icons/bold/house-simple-bold.svg +0 -3
- package/dist/icons/bold/identification-badge-bold.svg +0 -3
- package/dist/icons/bold/identification-card-bold.svg +0 -3
- package/dist/icons/bold/image-bold.svg +0 -3
- package/dist/icons/bold/image-square-bold.svg +0 -3
- package/dist/icons/bold/infinity-bold.svg +0 -3
- package/dist/icons/bold/info-bold.svg +0 -3
- package/dist/icons/bold/instagram-logo-bold.svg +0 -3
- package/dist/icons/bold/intersect-bold.svg +0 -3
- package/dist/icons/bold/jeep-bold.svg +0 -3
- package/dist/icons/bold/key-bold.svg +0 -3
- package/dist/icons/bold/key-return-bold.svg +0 -3
- package/dist/icons/bold/keyboard-bold.svg +0 -3
- package/dist/icons/bold/knife-bold.svg +0 -3
- package/dist/icons/bold/lamp-bold.svg +0 -3
- package/dist/icons/bold/laptop-bold.svg +0 -3
- package/dist/icons/bold/layout-bold.svg +0 -3
- package/dist/icons/bold/leaf-bold.svg +0 -3
- package/dist/icons/bold/lifebuoy-bold.svg +0 -3
- package/dist/icons/bold/lightbulb-bold.svg +0 -3
- package/dist/icons/bold/lightbulb-filament-bold.svg +0 -3
- package/dist/icons/bold/lightning-bold.svg +0 -3
- package/dist/icons/bold/lightning-slash-bold.svg +0 -3
- package/dist/icons/bold/line-segment-bold.svg +0 -3
- package/dist/icons/bold/line-segments-bold.svg +0 -3
- package/dist/icons/bold/link-bold.svg +0 -3
- package/dist/icons/bold/link-break-bold.svg +0 -3
- package/dist/icons/bold/link-simple-bold.svg +0 -3
- package/dist/icons/bold/link-simple-break-bold.svg +0 -3
- package/dist/icons/bold/link-simple-horizontal-bold.svg +0 -3
- package/dist/icons/bold/link-simple-horizontal-break-bold.svg +0 -3
- package/dist/icons/bold/linkedin-logo-bold.svg +0 -3
- package/dist/icons/bold/list-bold.svg +0 -3
- package/dist/icons/bold/list-bullets-bold.svg +0 -3
- package/dist/icons/bold/list-dashes-bold.svg +0 -3
- package/dist/icons/bold/list-numbers-bold.svg +0 -3
- package/dist/icons/bold/list-plus-bold.svg +0 -3
- package/dist/icons/bold/lock-bold.svg +0 -3
- package/dist/icons/bold/lock-key-bold.svg +0 -3
- package/dist/icons/bold/lock-key-open-bold.svg +0 -3
- package/dist/icons/bold/lock-laminated-bold.svg +0 -3
- package/dist/icons/bold/lock-laminated-open-bold.svg +0 -3
- package/dist/icons/bold/lock-open-bold.svg +0 -3
- package/dist/icons/bold/lock-simple-bold.svg +0 -3
- package/dist/icons/bold/lock-simple-open-bold.svg +0 -3
- package/dist/icons/bold/magic-wand-bold.svg +0 -3
- package/dist/icons/bold/magnet-bold.svg +0 -3
- package/dist/icons/bold/magnet-straight-bold.svg +0 -3
- package/dist/icons/bold/magnifying-glass-bold.svg +0 -3
- package/dist/icons/bold/magnifying-glass-minus-bold.svg +0 -3
- package/dist/icons/bold/magnifying-glass-plus-bold.svg +0 -3
- package/dist/icons/bold/map-pin-bold.svg +0 -3
- package/dist/icons/bold/map-pin-line-bold.svg +0 -3
- package/dist/icons/bold/map-trifold-bold.svg +0 -3
- package/dist/icons/bold/marker-circle-bold.svg +0 -3
- package/dist/icons/bold/martini-bold.svg +0 -3
- package/dist/icons/bold/math-operations-bold.svg +0 -3
- package/dist/icons/bold/medal-bold.svg +0 -3
- package/dist/icons/bold/medium-logo-bold.svg +0 -3
- package/dist/icons/bold/megaphone-bold.svg +0 -3
- package/dist/icons/bold/megaphone-simple-bold.svg +0 -3
- package/dist/icons/bold/messenger-logo-bold.svg +0 -3
- package/dist/icons/bold/microphone-bold.svg +0 -3
- package/dist/icons/bold/microphone-slash-bold.svg +0 -3
- package/dist/icons/bold/minus-bold.svg +0 -3
- package/dist/icons/bold/minus-circle-bold.svg +0 -3
- package/dist/icons/bold/money-bold.svg +0 -3
- package/dist/icons/bold/monitor-bold.svg +0 -3
- package/dist/icons/bold/monitor-play-bold.svg +0 -3
- package/dist/icons/bold/moon-bold.svg +0 -3
- package/dist/icons/bold/moon-stars-bold.svg +0 -3
- package/dist/icons/bold/mouse-bold.svg +0 -3
- package/dist/icons/bold/mouse-simple-bold.svg +0 -3
- package/dist/icons/bold/music-note-bold.svg +0 -3
- package/dist/icons/bold/music-note-simple-bold.svg +0 -3
- package/dist/icons/bold/music-notes-bold.svg +0 -3
- package/dist/icons/bold/music-notes-simple-bold.svg +0 -3
- package/dist/icons/bold/navigation-arrow-bold.svg +0 -3
- package/dist/icons/bold/newspaper-bold.svg +0 -3
- package/dist/icons/bold/newspaper-clipping-bold.svg +0 -3
- package/dist/icons/bold/note-blank-bold.svg +0 -3
- package/dist/icons/bold/note-bold.svg +0 -3
- package/dist/icons/bold/note-pencil-bold.svg +0 -3
- package/dist/icons/bold/notebook-bold.svg +0 -3
- package/dist/icons/bold/notepad-bold.svg +0 -3
- package/dist/icons/bold/notification-bold.svg +0 -3
- package/dist/icons/bold/number-circle-eight-bold.svg +0 -3
- package/dist/icons/bold/number-circle-five-bold.svg +0 -3
- package/dist/icons/bold/number-circle-four-bold.svg +0 -3
- package/dist/icons/bold/number-circle-nine-bold.svg +0 -3
- package/dist/icons/bold/number-circle-one-bold.svg +0 -3
- package/dist/icons/bold/number-circle-seven-bold.svg +0 -3
- package/dist/icons/bold/number-circle-six-bold.svg +0 -3
- package/dist/icons/bold/number-circle-three-bold.svg +0 -3
- package/dist/icons/bold/number-circle-two-bold.svg +0 -3
- package/dist/icons/bold/number-circle-zero-bold.svg +0 -3
- package/dist/icons/bold/number-eight-bold.svg +0 -3
- package/dist/icons/bold/number-five-bold.svg +0 -3
- package/dist/icons/bold/number-four-bold.svg +0 -3
- package/dist/icons/bold/number-nine-bold.svg +0 -3
- package/dist/icons/bold/number-one-bold.svg +0 -3
- package/dist/icons/bold/number-seven-bold.svg +0 -3
- package/dist/icons/bold/number-six-bold.svg +0 -3
- package/dist/icons/bold/number-square-eight-bold.svg +0 -3
- package/dist/icons/bold/number-square-five-bold.svg +0 -3
- package/dist/icons/bold/number-square-four-bold.svg +0 -3
- package/dist/icons/bold/number-square-nine-bold.svg +0 -3
- package/dist/icons/bold/number-square-one-bold.svg +0 -3
- package/dist/icons/bold/number-square-seven-bold.svg +0 -3
- package/dist/icons/bold/number-square-six-bold.svg +0 -3
- package/dist/icons/bold/number-square-three-bold.svg +0 -3
- package/dist/icons/bold/number-square-two-bold.svg +0 -3
- package/dist/icons/bold/number-square-zero-bold.svg +0 -3
- package/dist/icons/bold/number-three-bold.svg +0 -3
- package/dist/icons/bold/number-two-bold.svg +0 -3
- package/dist/icons/bold/number-zero-bold.svg +0 -3
- package/dist/icons/bold/nut-bold.svg +0 -3
- package/dist/icons/bold/ny-times-logo-bold.svg +0 -3
- package/dist/icons/bold/octagon-bold.svg +0 -3
- package/dist/icons/bold/package-bold.svg +0 -3
- package/dist/icons/bold/paint-brush-bold.svg +0 -3
- package/dist/icons/bold/paint-brush-broad-bold.svg +0 -3
- package/dist/icons/bold/paint-brush-household-bold.svg +0 -3
- package/dist/icons/bold/paint-bucket-bold.svg +0 -3
- package/dist/icons/bold/paint-roller-bold.svg +0 -3
- package/dist/icons/bold/palette-bold.svg +0 -3
- package/dist/icons/bold/paper-plane-bold.svg +0 -3
- package/dist/icons/bold/paper-plane-right-bold.svg +0 -3
- package/dist/icons/bold/paper-plane-tilt-bold.svg +0 -3
- package/dist/icons/bold/paperclip-bold.svg +0 -3
- package/dist/icons/bold/paperclip-horizontal-bold.svg +0 -3
- package/dist/icons/bold/path-bold.svg +0 -3
- package/dist/icons/bold/pause-bold.svg +0 -3
- package/dist/icons/bold/pause-circle-bold.svg +0 -3
- package/dist/icons/bold/paw-print-bold.svg +0 -3
- package/dist/icons/bold/peace-bold.svg +0 -3
- package/dist/icons/bold/pedestrian-bold.svg +0 -3
- package/dist/icons/bold/pen-bold.svg +0 -3
- package/dist/icons/bold/pen-nib-bold.svg +0 -3
- package/dist/icons/bold/pen-nib-straight-bold.svg +0 -3
- package/dist/icons/bold/pencil-bold.svg +0 -3
- package/dist/icons/bold/pencil-circle-bold.svg +0 -3
- package/dist/icons/bold/pencil-line-bold.svg +0 -3
- package/dist/icons/bold/pencil-simple-bold.svg +0 -3
- package/dist/icons/bold/percent-bold.svg +0 -3
- package/dist/icons/bold/person-bold.svg +0 -3
- package/dist/icons/bold/person-simple-bold.svg +0 -3
- package/dist/icons/bold/person-simple-run-bold.svg +0 -3
- package/dist/icons/bold/person-simple-walk-bold.svg +0 -3
- package/dist/icons/bold/phone-bold.svg +0 -3
- package/dist/icons/bold/phone-call-bold.svg +0 -3
- package/dist/icons/bold/phone-disconnect-bold.svg +0 -3
- package/dist/icons/bold/phone-incoming-bold.svg +0 -3
- package/dist/icons/bold/phone-outgoing-bold.svg +0 -3
- package/dist/icons/bold/phone-slash-bold.svg +0 -3
- package/dist/icons/bold/phone-x-bold.svg +0 -3
- package/dist/icons/bold/phosphor-logo-bold.svg +0 -3
- package/dist/icons/bold/picture-in-picture-bold.svg +0 -3
- package/dist/icons/bold/pill-bold.svg +0 -3
- package/dist/icons/bold/pinterest-logo-bold.svg +0 -3
- package/dist/icons/bold/pizza-bold.svg +0 -3
- package/dist/icons/bold/placeholder-bold.svg +0 -3
- package/dist/icons/bold/planet-bold.svg +0 -3
- package/dist/icons/bold/play-bold.svg +0 -3
- package/dist/icons/bold/play-circle-bold.svg +0 -3
- package/dist/icons/bold/playlist-bold.svg +0 -3
- package/dist/icons/bold/plus-bold.svg +0 -3
- package/dist/icons/bold/plus-circle-bold.svg +0 -3
- package/dist/icons/bold/plus-minus-bold.svg +0 -3
- package/dist/icons/bold/poker-chip-bold.svg +0 -3
- package/dist/icons/bold/polygon-bold.svg +0 -3
- package/dist/icons/bold/power-bold.svg +0 -3
- package/dist/icons/bold/prescription-bold.svg +0 -3
- package/dist/icons/bold/presentation-bold.svg +0 -3
- package/dist/icons/bold/presentation-chart-bold.svg +0 -3
- package/dist/icons/bold/printer-bold.svg +0 -3
- package/dist/icons/bold/prohibit-bold.svg +0 -3
- package/dist/icons/bold/prohibit-inset-bold.svg +0 -3
- package/dist/icons/bold/projector-screen-bold.svg +0 -3
- package/dist/icons/bold/projector-screen-chart-bold.svg +0 -3
- package/dist/icons/bold/push-pin-bold.svg +0 -3
- package/dist/icons/bold/push-pin-simple-bold.svg +0 -3
- package/dist/icons/bold/push-pin-simple-slash-bold.svg +0 -3
- package/dist/icons/bold/push-pin-slash-bold.svg +0 -3
- package/dist/icons/bold/puzzle-piece-bold.svg +0 -3
- package/dist/icons/bold/qr-code-bold.svg +0 -3
- package/dist/icons/bold/question-bold.svg +0 -3
- package/dist/icons/bold/queue-bold.svg +0 -3
- package/dist/icons/bold/quotes-bold.svg +0 -3
- package/dist/icons/bold/radical-bold.svg +0 -3
- package/dist/icons/bold/radio-bold.svg +0 -3
- package/dist/icons/bold/rainbow-bold.svg +0 -3
- package/dist/icons/bold/rainbow-cloud-bold.svg +0 -3
- package/dist/icons/bold/receipt-bold.svg +0 -3
- package/dist/icons/bold/record-bold.svg +0 -3
- package/dist/icons/bold/rectangle-bold.svg +0 -3
- package/dist/icons/bold/rectangles-two-bold.svg +0 -3
- package/dist/icons/bold/recycle-bold.svg +0 -3
- package/dist/icons/bold/reddit-logo-bold.svg +0 -3
- package/dist/icons/bold/repeat-bold.svg +0 -3
- package/dist/icons/bold/repeat-once-bold.svg +0 -3
- package/dist/icons/bold/rewind-bold.svg +0 -3
- package/dist/icons/bold/rewind-circle-bold.svg +0 -3
- package/dist/icons/bold/robot-bold.svg +0 -3
- package/dist/icons/bold/rocket-bold.svg +0 -3
- package/dist/icons/bold/rocket-launch-bold.svg +0 -3
- package/dist/icons/bold/rows-bold.svg +0 -3
- package/dist/icons/bold/rss-bold.svg +0 -3
- package/dist/icons/bold/rss-simple-bold.svg +0 -3
- package/dist/icons/bold/ruler-bold.svg +0 -3
- package/dist/icons/bold/scales-bold.svg +0 -3
- package/dist/icons/bold/scissors-bold.svg +0 -3
- package/dist/icons/bold/screencast-bold.svg +0 -3
- package/dist/icons/bold/scribble-loop-bold.svg +0 -3
- package/dist/icons/bold/selection-all-bold.svg +0 -3
- package/dist/icons/bold/selection-background-bold.svg +0 -3
- package/dist/icons/bold/selection-bold.svg +0 -3
- package/dist/icons/bold/selection-foreground-bold.svg +0 -3
- package/dist/icons/bold/selection-inverse-bold.svg +0 -3
- package/dist/icons/bold/selection-plus-bold.svg +0 -3
- package/dist/icons/bold/selection-slash-bold.svg +0 -3
- package/dist/icons/bold/share-bold.svg +0 -3
- package/dist/icons/bold/share-network-bold.svg +0 -3
- package/dist/icons/bold/shield-bold.svg +0 -3
- package/dist/icons/bold/shield-check-bold.svg +0 -3
- package/dist/icons/bold/shield-checkered-bold.svg +0 -3
- package/dist/icons/bold/shield-chevron-bold.svg +0 -3
- package/dist/icons/bold/shield-plus-bold.svg +0 -3
- package/dist/icons/bold/shield-slash-bold.svg +0 -3
- package/dist/icons/bold/shield-warning-bold.svg +0 -3
- package/dist/icons/bold/shopping-bag-bold.svg +0 -3
- package/dist/icons/bold/shopping-bag-open-bold.svg +0 -3
- package/dist/icons/bold/shopping-cart-bold.svg +0 -3
- package/dist/icons/bold/shopping-cart-simple-bold.svg +0 -3
- package/dist/icons/bold/shower-bold.svg +0 -3
- package/dist/icons/bold/shuffle-angular-bold.svg +0 -3
- package/dist/icons/bold/shuffle-bold.svg +0 -3
- package/dist/icons/bold/shuffle-simple-bold.svg +0 -3
- package/dist/icons/bold/sign-in-bold.svg +0 -3
- package/dist/icons/bold/sign-out-bold.svg +0 -3
- package/dist/icons/bold/sim-card-bold.svg +0 -3
- package/dist/icons/bold/sketch-logo-bold.svg +0 -3
- package/dist/icons/bold/skip-back-bold.svg +0 -3
- package/dist/icons/bold/skip-back-circle-bold.svg +0 -3
- package/dist/icons/bold/skip-forward-bold.svg +0 -3
- package/dist/icons/bold/skip-forward-circle-bold.svg +0 -3
- package/dist/icons/bold/slack-logo-bold.svg +0 -3
- package/dist/icons/bold/sliders-bold.svg +0 -3
- package/dist/icons/bold/sliders-horizontal-bold.svg +0 -3
- package/dist/icons/bold/smiley-blank-bold.svg +0 -3
- package/dist/icons/bold/smiley-bold.svg +0 -3
- package/dist/icons/bold/smiley-meh-bold.svg +0 -3
- package/dist/icons/bold/smiley-nervous-bold.svg +0 -3
- package/dist/icons/bold/smiley-sad-bold.svg +0 -3
- package/dist/icons/bold/smiley-sticker-bold.svg +0 -3
- package/dist/icons/bold/smiley-wink-bold.svg +0 -3
- package/dist/icons/bold/smiley-x-eyes-bold.svg +0 -3
- package/dist/icons/bold/snapchat-logo-bold.svg +0 -3
- package/dist/icons/bold/snowflake-bold.svg +0 -3
- package/dist/icons/bold/soccer-ball-bold.svg +0 -3
- package/dist/icons/bold/sort-ascending-bold.svg +0 -3
- package/dist/icons/bold/sort-descending-bold.svg +0 -3
- package/dist/icons/bold/spade-bold.svg +0 -3
- package/dist/icons/bold/sparkle-bold.svg +0 -3
- package/dist/icons/bold/speaker-high-bold.svg +0 -3
- package/dist/icons/bold/speaker-low-bold.svg +0 -3
- package/dist/icons/bold/speaker-none-bold.svg +0 -3
- package/dist/icons/bold/speaker-simple-high-bold.svg +0 -3
- package/dist/icons/bold/speaker-simple-low-bold.svg +0 -3
- package/dist/icons/bold/speaker-simple-none-bold.svg +0 -3
- package/dist/icons/bold/speaker-simple-slash-bold.svg +0 -3
- package/dist/icons/bold/speaker-simple-x-bold.svg +0 -3
- package/dist/icons/bold/speaker-slash-bold.svg +0 -3
- package/dist/icons/bold/speaker-x-bold.svg +0 -3
- package/dist/icons/bold/spinner-bold.svg +0 -3
- package/dist/icons/bold/spinner-gap-bold.svg +0 -3
- package/dist/icons/bold/spotify-logo-bold.svg +0 -3
- package/dist/icons/bold/square-bold.svg +0 -3
- package/dist/icons/bold/square-half-bold.svg +0 -3
- package/dist/icons/bold/square-logo-bold.svg +0 -3
- package/dist/icons/bold/squares-four-bold.svg +0 -3
- package/dist/icons/bold/stack-bold.svg +0 -3
- package/dist/icons/bold/stack-simple-bold.svg +0 -3
- package/dist/icons/bold/star-bold.svg +0 -3
- package/dist/icons/bold/star-four-bold.svg +0 -3
- package/dist/icons/bold/star-half-bold.svg +0 -3
- package/dist/icons/bold/sticker-bold.svg +0 -3
- package/dist/icons/bold/stop-bold.svg +0 -3
- package/dist/icons/bold/stop-circle-bold.svg +0 -3
- package/dist/icons/bold/storefront-bold.svg +0 -3
- package/dist/icons/bold/stripe-logo-bold.svg +0 -3
- package/dist/icons/bold/student-bold.svg +0 -3
- package/dist/icons/bold/suitcase-bold.svg +0 -3
- package/dist/icons/bold/suitcase-simple-bold.svg +0 -3
- package/dist/icons/bold/sun-bold.svg +0 -3
- package/dist/icons/bold/sun-dim-bold.svg +0 -3
- package/dist/icons/bold/sun-horizon-bold.svg +0 -3
- package/dist/icons/bold/swap-bold.svg +0 -3
- package/dist/icons/bold/swatches-bold.svg +0 -3
- package/dist/icons/bold/sword-bold.svg +0 -3
- package/dist/icons/bold/t-shirt-bold.svg +0 -3
- package/dist/icons/bold/table-bold.svg +0 -3
- package/dist/icons/bold/tag-bold.svg +0 -3
- package/dist/icons/bold/tag-chevron-bold.svg +0 -3
- package/dist/icons/bold/tag-simple-bold.svg +0 -3
- package/dist/icons/bold/target-bold.svg +0 -3
- package/dist/icons/bold/telegram-logo-bold.svg +0 -3
- package/dist/icons/bold/television-bold.svg +0 -3
- package/dist/icons/bold/television-simple-bold.svg +0 -3
- package/dist/icons/bold/tennis-ball-bold.svg +0 -3
- package/dist/icons/bold/terminal-bold.svg +0 -3
- package/dist/icons/bold/terminal-window-bold.svg +0 -3
- package/dist/icons/bold/test-tube-bold.svg +0 -3
- package/dist/icons/bold/text-aa-bold.svg +0 -3
- package/dist/icons/bold/text-align-center-bold.svg +0 -3
- package/dist/icons/bold/text-align-justify-bold.svg +0 -3
- package/dist/icons/bold/text-align-left-bold.svg +0 -3
- package/dist/icons/bold/text-align-right-bold.svg +0 -3
- package/dist/icons/bold/text-bold.svg +0 -3
- package/dist/icons/bold/text-bolder-bold.svg +0 -3
- package/dist/icons/bold/text-h-bold.svg +0 -3
- package/dist/icons/bold/text-h-five-bold.svg +0 -3
- package/dist/icons/bold/text-h-four-bold.svg +0 -3
- package/dist/icons/bold/text-h-one-bold.svg +0 -3
- package/dist/icons/bold/text-h-six-bold.svg +0 -3
- package/dist/icons/bold/text-h-three-bold.svg +0 -3
- package/dist/icons/bold/text-h-two-bold.svg +0 -3
- package/dist/icons/bold/text-italic-bold.svg +0 -3
- package/dist/icons/bold/text-strikethrough-bold.svg +0 -3
- package/dist/icons/bold/text-t-bold.svg +0 -3
- package/dist/icons/bold/text-underline-bold.svg +0 -3
- package/dist/icons/bold/thermometer-bold.svg +0 -3
- package/dist/icons/bold/thermometer-cold-bold.svg +0 -3
- package/dist/icons/bold/thermometer-hot-bold.svg +0 -3
- package/dist/icons/bold/thermometer-simple-bold.svg +0 -3
- package/dist/icons/bold/thumbs-down-bold.svg +0 -3
- package/dist/icons/bold/thumbs-up-bold.svg +0 -3
- package/dist/icons/bold/ticket-bold.svg +0 -3
- package/dist/icons/bold/tiktok-logo-bold.svg +0 -3
- package/dist/icons/bold/timer-bold.svg +0 -3
- package/dist/icons/bold/toggle-left-bold.svg +0 -3
- package/dist/icons/bold/toggle-right-bold.svg +0 -3
- package/dist/icons/bold/toilet-paper-bold.svg +0 -3
- package/dist/icons/bold/tote-bold.svg +0 -3
- package/dist/icons/bold/tote-simple-bold.svg +0 -3
- package/dist/icons/bold/traffic-sign-bold.svg +0 -3
- package/dist/icons/bold/train-bold.svg +0 -3
- package/dist/icons/bold/train-regional-bold.svg +0 -3
- package/dist/icons/bold/train-simple-bold.svg +0 -3
- package/dist/icons/bold/translate-bold.svg +0 -3
- package/dist/icons/bold/trash-bold.svg +0 -3
- package/dist/icons/bold/trash-simple-bold.svg +0 -3
- package/dist/icons/bold/tray-bold.svg +0 -3
- package/dist/icons/bold/tree-bold.svg +0 -3
- package/dist/icons/bold/tree-evergreen-bold.svg +0 -3
- package/dist/icons/bold/tree-structure-bold.svg +0 -3
- package/dist/icons/bold/trend-down-bold.svg +0 -3
- package/dist/icons/bold/trend-up-bold.svg +0 -3
- package/dist/icons/bold/triangle-bold.svg +0 -3
- package/dist/icons/bold/trophy-bold.svg +0 -3
- package/dist/icons/bold/truck-bold.svg +0 -3
- package/dist/icons/bold/twitch-logo-bold.svg +0 -5
- package/dist/icons/bold/twitter-logo-bold.svg +0 -3
- package/dist/icons/bold/umbrella-bold.svg +0 -3
- package/dist/icons/bold/umbrella-simple-bold.svg +0 -3
- package/dist/icons/bold/upload-bold.svg +0 -3
- package/dist/icons/bold/upload-simple-bold.svg +0 -3
- package/dist/icons/bold/user-bold.svg +0 -3
- package/dist/icons/bold/user-circle-bold.svg +0 -3
- package/dist/icons/bold/user-circle-gear-bold.svg +0 -3
- package/dist/icons/bold/user-circle-minus-bold.svg +0 -3
- package/dist/icons/bold/user-circle-plus-bold.svg +0 -3
- package/dist/icons/bold/user-focus-bold.svg +0 -3
- package/dist/icons/bold/user-gear-bold.svg +0 -3
- package/dist/icons/bold/user-list-bold.svg +0 -3
- package/dist/icons/bold/user-minus-bold.svg +0 -3
- package/dist/icons/bold/user-plus-bold.svg +0 -3
- package/dist/icons/bold/user-rectangle-bold.svg +0 -3
- package/dist/icons/bold/user-square-bold.svg +0 -3
- package/dist/icons/bold/users-bold.svg +0 -3
- package/dist/icons/bold/users-four-bold.svg +0 -3
- package/dist/icons/bold/users-three-bold.svg +0 -3
- package/dist/icons/bold/vibrate-bold.svg +0 -3
- package/dist/icons/bold/video-camera-bold.svg +0 -3
- package/dist/icons/bold/video-camera-slash-bold.svg +0 -3
- package/dist/icons/bold/voicemail-bold.svg +0 -3
- package/dist/icons/bold/volleyball-bold.svg +0 -3
- package/dist/icons/bold/wall-bold.svg +0 -3
- package/dist/icons/bold/wallet-bold.svg +0 -3
- package/dist/icons/bold/warning-bold.svg +0 -3
- package/dist/icons/bold/warning-circle-bold.svg +0 -3
- package/dist/icons/bold/warning-octagon-bold.svg +0 -3
- package/dist/icons/bold/watch-bold.svg +0 -3
- package/dist/icons/bold/waves-bold.svg +0 -3
- package/dist/icons/bold/whatsapp-logo-bold.svg +0 -3
- package/dist/icons/bold/wheelchair-bold.svg +0 -3
- package/dist/icons/bold/wifi-high-bold.svg +0 -3
- package/dist/icons/bold/wifi-low-bold.svg +0 -3
- package/dist/icons/bold/wifi-medium-bold.svg +0 -3
- package/dist/icons/bold/wifi-none-bold.svg +0 -3
- package/dist/icons/bold/wifi-slash-bold.svg +0 -3
- package/dist/icons/bold/wifi-x-bold.svg +0 -3
- package/dist/icons/bold/wind-bold.svg +0 -3
- package/dist/icons/bold/windows-logo-bold.svg +0 -3
- package/dist/icons/bold/wine-bold.svg +0 -3
- package/dist/icons/bold/wrench-bold.svg +0 -3
- package/dist/icons/bold/x-bold.svg +0 -3
- package/dist/icons/bold/x-circle-bold.svg +0 -3
- package/dist/icons/bold/x-square-bold.svg +0 -3
- package/dist/icons/bold/youtube-logo-bold.svg +0 -3
- package/dist/icons/duotone/activity-duotone.svg +0 -3
- package/dist/icons/duotone/address-book-duotone.svg +0 -4
- package/dist/icons/duotone/airplane-duotone.svg +0 -6
- package/dist/icons/duotone/airplane-in-flight-duotone.svg +0 -6
- package/dist/icons/duotone/airplane-landing-duotone.svg +0 -6
- package/dist/icons/duotone/airplane-takeoff-duotone.svg +0 -6
- package/dist/icons/duotone/airplane-tilt-duotone.svg +0 -4
- package/dist/icons/duotone/airplay-duotone.svg +0 -9
- package/dist/icons/duotone/alarm-duotone.svg +0 -11
- package/dist/icons/duotone/align-bottom-duotone.svg +0 -9
- package/dist/icons/duotone/align-center-horizontal-duotone.svg +0 -9
- package/dist/icons/duotone/align-center-vertical-duotone.svg +0 -9
- package/dist/icons/duotone/align-left-duotone.svg +0 -9
- package/dist/icons/duotone/align-right-duotone.svg +0 -9
- package/dist/icons/duotone/align-top-duotone.svg +0 -9
- package/dist/icons/duotone/anchor-duotone.svg +0 -3
- package/dist/icons/duotone/anchor-simple-duotone.svg +0 -3
- package/dist/icons/duotone/android-logo-duotone.svg +0 -10
- package/dist/icons/duotone/aperture-duotone.svg +0 -6
- package/dist/icons/duotone/app-window-duotone.svg +0 -4
- package/dist/icons/duotone/apple-logo-duotone.svg +0 -6
- package/dist/icons/duotone/archive-box-duotone.svg +0 -9
- package/dist/icons/duotone/archive-duotone.svg +0 -9
- package/dist/icons/duotone/archive-tray-duotone.svg +0 -9
- package/dist/icons/duotone/armchair-duotone.svg +0 -4
- package/dist/icons/duotone/arrow-arc-left-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-arc-right-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-bend-double-up-left-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-bend-double-up-right-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-bend-down-left-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-bend-down-right-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-bend-left-down-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-bend-left-up-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-bend-right-down-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-bend-right-up-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-bend-up-left-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-bend-up-right-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-circle-down-duotone.svg +0 -9
- package/dist/icons/duotone/arrow-circle-down-left-duotone.svg +0 -9
- package/dist/icons/duotone/arrow-circle-down-right-duotone.svg +0 -9
- package/dist/icons/duotone/arrow-circle-left-duotone.svg +0 -9
- package/dist/icons/duotone/arrow-circle-right-duotone.svg +0 -9
- package/dist/icons/duotone/arrow-circle-up-duotone.svg +0 -9
- package/dist/icons/duotone/arrow-circle-up-left-duotone.svg +0 -9
- package/dist/icons/duotone/arrow-circle-up-right-duotone.svg +0 -9
- package/dist/icons/duotone/arrow-clockwise-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-counter-clockwise-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-down-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-down-left-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-down-right-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-elbow-down-left-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-elbow-down-right-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-elbow-left-down-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-elbow-left-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-elbow-left-up-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-elbow-right-down-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-elbow-right-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-elbow-right-up-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-elbow-up-left-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-elbow-up-right-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-fat-down-duotone.svg +0 -6
- package/dist/icons/duotone/arrow-fat-left-duotone.svg +0 -6
- package/dist/icons/duotone/arrow-fat-line-down-duotone.svg +0 -6
- package/dist/icons/duotone/arrow-fat-line-left-duotone.svg +0 -6
- package/dist/icons/duotone/arrow-fat-line-right-duotone.svg +0 -6
- package/dist/icons/duotone/arrow-fat-line-up-duotone.svg +0 -6
- package/dist/icons/duotone/arrow-fat-lines-down-duotone.svg +0 -6
- package/dist/icons/duotone/arrow-fat-lines-left-duotone.svg +0 -6
- package/dist/icons/duotone/arrow-fat-lines-right-duotone.svg +0 -6
- package/dist/icons/duotone/arrow-fat-lines-up-duotone.svg +0 -6
- package/dist/icons/duotone/arrow-fat-right-duotone.svg +0 -6
- package/dist/icons/duotone/arrow-fat-up-duotone.svg +0 -6
- package/dist/icons/duotone/arrow-left-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-line-down-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-line-down-left-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-line-down-right-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-line-left-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-line-right-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-line-up-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-line-up-left-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-line-up-right-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-right-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-square-down-duotone.svg +0 -9
- package/dist/icons/duotone/arrow-square-down-left-duotone.svg +0 -9
- package/dist/icons/duotone/arrow-square-down-right-duotone.svg +0 -9
- package/dist/icons/duotone/arrow-square-in-duotone.svg +0 -4
- package/dist/icons/duotone/arrow-square-left-duotone.svg +0 -9
- package/dist/icons/duotone/arrow-square-out-duotone.svg +0 -4
- package/dist/icons/duotone/arrow-square-right-duotone.svg +0 -9
- package/dist/icons/duotone/arrow-square-up-duotone.svg +0 -9
- package/dist/icons/duotone/arrow-square-up-left-duotone.svg +0 -9
- package/dist/icons/duotone/arrow-square-up-right-duotone.svg +0 -9
- package/dist/icons/duotone/arrow-u-down-left-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-u-down-right-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-u-left-down-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-u-left-up-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-u-right-down-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-u-right-up-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-u-up-left-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-u-up-right-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-up-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-up-left-duotone.svg +0 -3
- package/dist/icons/duotone/arrow-up-right-duotone.svg +0 -3
- package/dist/icons/duotone/arrows-clockwise-duotone.svg +0 -3
- package/dist/icons/duotone/arrows-counter-clockwise-duotone.svg +0 -3
- package/dist/icons/duotone/arrows-down-up-duotone.svg +0 -3
- package/dist/icons/duotone/arrows-in-cardinal-duotone.svg +0 -3
- package/dist/icons/duotone/arrows-in-duotone.svg +0 -3
- package/dist/icons/duotone/arrows-in-line-horizontal-duotone.svg +0 -3
- package/dist/icons/duotone/arrows-in-line-vertical-duotone.svg +0 -3
- package/dist/icons/duotone/arrows-in-simple-duotone.svg +0 -3
- package/dist/icons/duotone/arrows-left-right-duotone.svg +0 -3
- package/dist/icons/duotone/arrows-out-cardinal-duotone.svg +0 -3
- package/dist/icons/duotone/arrows-out-duotone.svg +0 -3
- package/dist/icons/duotone/arrows-out-line-horizontal-duotone.svg +0 -3
- package/dist/icons/duotone/arrows-out-line-vertical-duotone.svg +0 -3
- package/dist/icons/duotone/arrows-out-simple-duotone.svg +0 -3
- package/dist/icons/duotone/article-duotone.svg +0 -11
- package/dist/icons/duotone/article-medium-duotone.svg +0 -3
- package/dist/icons/duotone/article-ny-times-duotone.svg +0 -3
- package/dist/icons/duotone/asterisk-duotone.svg +0 -3
- package/dist/icons/duotone/at-duotone.svg +0 -6
- package/dist/icons/duotone/atom-duotone.svg +0 -4
- package/dist/icons/duotone/baby-duotone.svg +0 -4
- package/dist/icons/duotone/backspace-duotone.svg +0 -9
- package/dist/icons/duotone/bag-duotone.svg +0 -6
- package/dist/icons/duotone/bag-simple-duotone.svg +0 -6
- package/dist/icons/duotone/bandaids-duotone.svg +0 -18
- package/dist/icons/duotone/bank-duotone.svg +0 -9
- package/dist/icons/duotone/barbell-duotone.svg +0 -9
- package/dist/icons/duotone/barcode-duotone.svg +0 -12
- package/dist/icons/duotone/baseball-duotone.svg +0 -4
- package/dist/icons/duotone/basketball-duotone.svg +0 -4
- package/dist/icons/duotone/battery-charging-duotone.svg +0 -10
- package/dist/icons/duotone/battery-charging-vertical-duotone.svg +0 -10
- package/dist/icons/duotone/battery-empty-duotone.svg +0 -9
- package/dist/icons/duotone/battery-full-duotone.svg +0 -13
- package/dist/icons/duotone/battery-high-duotone.svg +0 -12
- package/dist/icons/duotone/battery-low-duotone.svg +0 -10
- package/dist/icons/duotone/battery-medium-duotone.svg +0 -11
- package/dist/icons/duotone/battery-warning-duotone.svg +0 -11
- package/dist/icons/duotone/battery-warning-vertical-duotone.svg +0 -11
- package/dist/icons/duotone/bed-duotone.svg +0 -6
- package/dist/icons/duotone/bell-duotone.svg +0 -9
- package/dist/icons/duotone/bell-ringing-duotone.svg +0 -4
- package/dist/icons/duotone/bell-simple-duotone.svg +0 -9
- package/dist/icons/duotone/bell-simple-ringing-duotone.svg +0 -4
- package/dist/icons/duotone/bell-simple-slash-duotone.svg +0 -10
- package/dist/icons/duotone/bell-simple-z-duotone.svg +0 -4
- package/dist/icons/duotone/bell-slash-duotone.svg +0 -10
- package/dist/icons/duotone/bell-z-duotone.svg +0 -4
- package/dist/icons/duotone/bicycle-duotone.svg +0 -9
- package/dist/icons/duotone/bird-duotone.svg +0 -4
- package/dist/icons/duotone/bluetooth-connected-duotone.svg +0 -13
- package/dist/icons/duotone/bluetooth-duotone.svg +0 -9
- package/dist/icons/duotone/bluetooth-slash-duotone.svg +0 -12
- package/dist/icons/duotone/bluetooth-x-duotone.svg +0 -12
- package/dist/icons/duotone/boat-duotone.svg +0 -4
- package/dist/icons/duotone/book-bookmark-duotone.svg +0 -6
- package/dist/icons/duotone/book-duotone.svg +0 -6
- package/dist/icons/duotone/book-open-duotone.svg +0 -6
- package/dist/icons/duotone/bookmark-duotone.svg +0 -6
- package/dist/icons/duotone/bookmark-simple-duotone.svg +0 -6
- package/dist/icons/duotone/bookmarks-duotone.svg +0 -9
- package/dist/icons/duotone/bookmarks-simple-duotone.svg +0 -9
- package/dist/icons/duotone/books-duotone.svg +0 -4
- package/dist/icons/duotone/bounding-box-duotone.svg +0 -4
- package/dist/icons/duotone/brackets-angle-duotone.svg +0 -3
- package/dist/icons/duotone/brackets-curly-duotone.svg +0 -3
- package/dist/icons/duotone/brackets-round-duotone.svg +0 -3
- package/dist/icons/duotone/brackets-square-duotone.svg +0 -3
- package/dist/icons/duotone/brain-duotone.svg +0 -4
- package/dist/icons/duotone/brandy-duotone.svg +0 -4
- package/dist/icons/duotone/briefcase-duotone.svg +0 -9
- package/dist/icons/duotone/briefcase-metal-duotone.svg +0 -4
- package/dist/icons/duotone/briefcase-simple-duotone.svg +0 -6
- package/dist/icons/duotone/broadcast-duotone.svg +0 -12
- package/dist/icons/duotone/browser-duotone.svg +0 -6
- package/dist/icons/duotone/browsers-duotone.svg +0 -6
- package/dist/icons/duotone/browsers-simple-duotone.svg +0 -9
- package/dist/icons/duotone/bug-beetle-duotone.svg +0 -4
- package/dist/icons/duotone/bug-droid-duotone.svg +0 -6
- package/dist/icons/duotone/bug-duotone.svg +0 -4
- package/dist/icons/duotone/buildings-duotone.svg +0 -13
- package/dist/icons/duotone/bus-duotone.svg +0 -16
- package/dist/icons/duotone/cake-duotone.svg +0 -4
- package/dist/icons/duotone/calculator-duotone.svg +0 -6
- package/dist/icons/duotone/calendar-blank-duotone.svg +0 -6
- package/dist/icons/duotone/calendar-check-duotone.svg +0 -4
- package/dist/icons/duotone/calendar-duotone.svg +0 -10
- package/dist/icons/duotone/calendar-plus-duotone.svg +0 -4
- package/dist/icons/duotone/calendar-x-duotone.svg +0 -9
- package/dist/icons/duotone/camera-duotone.svg +0 -9
- package/dist/icons/duotone/camera-slash-duotone.svg +0 -9
- package/dist/icons/duotone/car-duotone.svg +0 -16
- package/dist/icons/duotone/car-simple-duotone.svg +0 -6
- package/dist/icons/duotone/cardholder-duotone.svg +0 -6
- package/dist/icons/duotone/cards-duotone.svg +0 -9
- package/dist/icons/duotone/caret-circle-double-down-duotone.svg +0 -10
- package/dist/icons/duotone/caret-circle-double-left-duotone.svg +0 -10
- package/dist/icons/duotone/caret-circle-double-right-duotone.svg +0 -10
- package/dist/icons/duotone/caret-circle-double-up-duotone.svg +0 -10
- package/dist/icons/duotone/caret-circle-down-duotone.svg +0 -9
- package/dist/icons/duotone/caret-circle-left-duotone.svg +0 -9
- package/dist/icons/duotone/caret-circle-right-duotone.svg +0 -9
- package/dist/icons/duotone/caret-circle-up-duotone.svg +0 -9
- package/dist/icons/duotone/caret-double-down-duotone.svg +0 -9
- package/dist/icons/duotone/caret-double-left-duotone.svg +0 -9
- package/dist/icons/duotone/caret-double-right-duotone.svg +0 -9
- package/dist/icons/duotone/caret-double-up-duotone.svg +0 -9
- package/dist/icons/duotone/caret-down-duotone.svg +0 -6
- package/dist/icons/duotone/caret-left-duotone.svg +0 -6
- package/dist/icons/duotone/caret-right-duotone.svg +0 -6
- package/dist/icons/duotone/caret-up-duotone.svg +0 -6
- package/dist/icons/duotone/cat-duotone.svg +0 -4
- package/dist/icons/duotone/cell-signal-full-duotone.svg +0 -6
- package/dist/icons/duotone/cell-signal-high-duotone.svg +0 -6
- package/dist/icons/duotone/cell-signal-low-duotone.svg +0 -6
- package/dist/icons/duotone/cell-signal-medium-duotone.svg +0 -6
- package/dist/icons/duotone/cell-signal-none-duotone.svg +0 -3
- package/dist/icons/duotone/cell-signal-slash-duotone.svg +0 -9
- package/dist/icons/duotone/cell-signal-x-duotone.svg +0 -9
- package/dist/icons/duotone/chalkboard-duotone.svg +0 -4
- package/dist/icons/duotone/chalkboard-simple-duotone.svg +0 -4
- package/dist/icons/duotone/chalkboard-teacher-duotone.svg +0 -4
- package/dist/icons/duotone/chart-bar-duotone.svg +0 -6
- package/dist/icons/duotone/chart-bar-horizontal-duotone.svg +0 -6
- package/dist/icons/duotone/chart-line-duotone.svg +0 -3
- package/dist/icons/duotone/chart-line-up-duotone.svg +0 -3
- package/dist/icons/duotone/chart-pie-duotone.svg +0 -6
- package/dist/icons/duotone/chart-pie-slice-duotone.svg +0 -9
- package/dist/icons/duotone/chat-centered-dots-duotone.svg +0 -11
- package/dist/icons/duotone/chat-centered-duotone.svg +0 -6
- package/dist/icons/duotone/chat-centered-text-duotone.svg +0 -10
- package/dist/icons/duotone/chat-circle-dots-duotone.svg +0 -11
- package/dist/icons/duotone/chat-circle-duotone.svg +0 -6
- package/dist/icons/duotone/chat-circle-text-duotone.svg +0 -10
- package/dist/icons/duotone/chat-dots-duotone.svg +0 -11
- package/dist/icons/duotone/chat-duotone.svg +0 -6
- package/dist/icons/duotone/chat-teardrop-dots-duotone.svg +0 -11
- package/dist/icons/duotone/chat-teardrop-duotone.svg +0 -6
- package/dist/icons/duotone/chat-teardrop-text-duotone.svg +0 -10
- package/dist/icons/duotone/chat-text-duotone.svg +0 -10
- package/dist/icons/duotone/chats-circle-duotone.svg +0 -6
- package/dist/icons/duotone/chats-duotone.svg +0 -6
- package/dist/icons/duotone/chats-teardrop-duotone.svg +0 -6
- package/dist/icons/duotone/check-circle-duotone.svg +0 -9
- package/dist/icons/duotone/check-duotone.svg +0 -3
- package/dist/icons/duotone/check-square-duotone.svg +0 -9
- package/dist/icons/duotone/check-square-offset-duotone.svg +0 -9
- package/dist/icons/duotone/checks-duotone.svg +0 -3
- package/dist/icons/duotone/circle-dashed-duotone.svg +0 -3
- package/dist/icons/duotone/circle-duotone.svg +0 -6
- package/dist/icons/duotone/circle-half-duotone.svg +0 -6
- package/dist/icons/duotone/circle-half-tilt-duotone.svg +0 -6
- package/dist/icons/duotone/circle-wavy-check-duotone.svg +0 -4
- package/dist/icons/duotone/circle-wavy-duotone.svg +0 -4
- package/dist/icons/duotone/circle-wavy-question-duotone.svg +0 -4
- package/dist/icons/duotone/circle-wavy-warning-duotone.svg +0 -4
- package/dist/icons/duotone/circles-four-duotone.svg +0 -20
- package/dist/icons/duotone/circles-three-duotone.svg +0 -16
- package/dist/icons/duotone/circles-three-plus-duotone.svg +0 -17
- package/dist/icons/duotone/clipboard-duotone.svg +0 -6
- package/dist/icons/duotone/clipboard-text-duotone.svg +0 -10
- package/dist/icons/duotone/clock-afternoon-duotone.svg +0 -9
- package/dist/icons/duotone/clock-clockwise-duotone.svg +0 -9
- package/dist/icons/duotone/clock-counter-clockwise-duotone.svg +0 -9
- package/dist/icons/duotone/clock-duotone.svg +0 -9
- package/dist/icons/duotone/closed-captioning-duotone.svg +0 -10
- package/dist/icons/duotone/cloud-arrow-down-duotone.svg +0 -9
- package/dist/icons/duotone/cloud-arrow-up-duotone.svg +0 -9
- package/dist/icons/duotone/cloud-check-duotone.svg +0 -9
- package/dist/icons/duotone/cloud-duotone.svg +0 -6
- package/dist/icons/duotone/cloud-fog-duotone.svg +0 -6
- package/dist/icons/duotone/cloud-lightning-duotone.svg +0 -9
- package/dist/icons/duotone/cloud-moon-duotone.svg +0 -6
- package/dist/icons/duotone/cloud-rain-duotone.svg +0 -10
- package/dist/icons/duotone/cloud-slash-duotone.svg +0 -9
- package/dist/icons/duotone/cloud-snow-duotone.svg +0 -12
- package/dist/icons/duotone/cloud-sun-duotone.svg +0 -6
- package/dist/icons/duotone/club-duotone.svg +0 -6
- package/dist/icons/duotone/code-duotone.svg +0 -3
- package/dist/icons/duotone/code-simple-duotone.svg +0 -3
- package/dist/icons/duotone/coffee-duotone.svg +0 -4
- package/dist/icons/duotone/coin-duotone.svg +0 -4
- package/dist/icons/duotone/columns-duotone.svg +0 -5
- package/dist/icons/duotone/command-duotone.svg +0 -15
- package/dist/icons/duotone/compass-duotone.svg +0 -9
- package/dist/icons/duotone/computer-tower-duotone.svg +0 -6
- package/dist/icons/duotone/cookie-duotone.svg +0 -4
- package/dist/icons/duotone/cooking-pot-duotone.svg +0 -4
- package/dist/icons/duotone/copy-duotone.svg +0 -6
- package/dist/icons/duotone/copy-simple-duotone.svg +0 -9
- package/dist/icons/duotone/copyright-duotone.svg +0 -6
- package/dist/icons/duotone/corners-in-duotone.svg +0 -3
- package/dist/icons/duotone/corners-out-duotone.svg +0 -3
- package/dist/icons/duotone/cpu-duotone.svg +0 -4
- package/dist/icons/duotone/credit-card-duotone.svg +0 -10
- package/dist/icons/duotone/crop-duotone.svg +0 -3
- package/dist/icons/duotone/crosshair-duotone.svg +0 -9
- package/dist/icons/duotone/crosshair-simple-duotone.svg +0 -6
- package/dist/icons/duotone/crown-duotone.svg +0 -4
- package/dist/icons/duotone/crown-simple-duotone.svg +0 -4
- package/dist/icons/duotone/cube-duotone.svg +0 -6
- package/dist/icons/duotone/currency-btc-duotone.svg +0 -3
- package/dist/icons/duotone/currency-circle-dollar-duotone.svg +0 -6
- package/dist/icons/duotone/currency-cny-duotone.svg +0 -3
- package/dist/icons/duotone/currency-dollar-duotone.svg +0 -3
- package/dist/icons/duotone/currency-dollar-simple-duotone.svg +0 -3
- package/dist/icons/duotone/currency-eur-duotone.svg +0 -3
- package/dist/icons/duotone/currency-gbp-duotone.svg +0 -3
- package/dist/icons/duotone/currency-inr-duotone.svg +0 -3
- package/dist/icons/duotone/currency-jpy-duotone.svg +0 -3
- package/dist/icons/duotone/currency-krw-duotone.svg +0 -3
- package/dist/icons/duotone/currency-rub-duotone.svg +0 -3
- package/dist/icons/duotone/cursor-duotone.svg +0 -6
- package/dist/icons/duotone/database-duotone.svg +0 -6
- package/dist/icons/duotone/desktop-duotone.svg +0 -6
- package/dist/icons/duotone/desktop-tower-duotone.svg +0 -6
- package/dist/icons/duotone/device-mobile-camera-duotone.svg +0 -9
- package/dist/icons/duotone/device-mobile-duotone.svg +0 -6
- package/dist/icons/duotone/device-mobile-speaker-duotone.svg +0 -9
- package/dist/icons/duotone/device-tablet-camera-duotone.svg +0 -7
- package/dist/icons/duotone/device-tablet-duotone.svg +0 -6
- package/dist/icons/duotone/device-tablet-speaker-duotone.svg +0 -9
- package/dist/icons/duotone/diamond-duotone.svg +0 -6
- package/dist/icons/duotone/dice-five-duotone.svg +0 -13
- package/dist/icons/duotone/dice-four-duotone.svg +0 -12
- package/dist/icons/duotone/dice-one-duotone.svg +0 -9
- package/dist/icons/duotone/dice-six-duotone.svg +0 -14
- package/dist/icons/duotone/dice-three-duotone.svg +0 -11
- package/dist/icons/duotone/dice-two-duotone.svg +0 -10
- package/dist/icons/duotone/disc-duotone.svg +0 -6
- package/dist/icons/duotone/discord-logo-duotone.svg +0 -4
- package/dist/icons/duotone/divide-duotone.svg +0 -3
- package/dist/icons/duotone/dog-duotone.svg +0 -4
- package/dist/icons/duotone/door-duotone.svg +0 -4
- package/dist/icons/duotone/dots-nine-duotone.svg +0 -3
- package/dist/icons/duotone/dots-six-duotone.svg +0 -3
- package/dist/icons/duotone/dots-six-vertical-duotone.svg +0 -3
- package/dist/icons/duotone/dots-three-circle-duotone.svg +0 -11
- package/dist/icons/duotone/dots-three-circle-vertical-duotone.svg +0 -11
- package/dist/icons/duotone/dots-three-duotone.svg +0 -3
- package/dist/icons/duotone/dots-three-outline-duotone.svg +0 -16
- package/dist/icons/duotone/dots-three-outline-vertical-duotone.svg +0 -16
- package/dist/icons/duotone/dots-three-vertical-duotone.svg +0 -3
- package/dist/icons/duotone/download-duotone.svg +0 -10
- package/dist/icons/duotone/download-simple-duotone.svg +0 -3
- package/dist/icons/duotone/dribbble-logo-duotone.svg +0 -6
- package/dist/icons/duotone/drop-duotone.svg +0 -6
- package/dist/icons/duotone/drop-half-duotone.svg +0 -6
- package/dist/icons/duotone/ear-duotone.svg +0 -3
- package/dist/icons/duotone/ear-slash-duotone.svg +0 -3
- package/dist/icons/duotone/eject-duotone.svg +0 -10
- package/dist/icons/duotone/eject-simple-duotone.svg +0 -4
- package/dist/icons/duotone/envelope-duotone.svg +0 -6
- package/dist/icons/duotone/envelope-open-duotone.svg +0 -6
- package/dist/icons/duotone/envelope-simple-duotone.svg +0 -6
- package/dist/icons/duotone/envelope-simple-open-duotone.svg +0 -6
- package/dist/icons/duotone/equals-duotone.svg +0 -3
- package/dist/icons/duotone/eraser-duotone.svg +0 -6
- package/dist/icons/duotone/export-duotone.svg +0 -4
- package/dist/icons/duotone/eye-closed-duotone.svg +0 -3
- package/dist/icons/duotone/eye-duotone.svg +0 -9
- package/dist/icons/duotone/eye-slash-duotone.svg +0 -10
- package/dist/icons/duotone/eyedropper-duotone.svg +0 -6
- package/dist/icons/duotone/face-mask-duotone.svg +0 -6
- package/dist/icons/duotone/facebook-logo-duotone.svg +0 -6
- package/dist/icons/duotone/factory-duotone.svg +0 -4
- package/dist/icons/duotone/faders-duotone.svg +0 -3
- package/dist/icons/duotone/faders-horizontal-duotone.svg +0 -3
- package/dist/icons/duotone/fast-forward-circle-duotone.svg +0 -10
- package/dist/icons/duotone/fast-forward-duotone.svg +0 -10
- package/dist/icons/duotone/figma-logo-duotone.svg +0 -8
- package/dist/icons/duotone/file-arrow-down-duotone.svg +0 -9
- package/dist/icons/duotone/file-arrow-up-duotone.svg +0 -4
- package/dist/icons/duotone/file-dotted-duotone.svg +0 -4
- package/dist/icons/duotone/file-duotone.svg +0 -6
- package/dist/icons/duotone/file-minus-duotone.svg +0 -9
- package/dist/icons/duotone/file-pdf-duotone.svg +0 -4
- package/dist/icons/duotone/file-plus-duotone.svg +0 -9
- package/dist/icons/duotone/file-search-duotone.svg +0 -9
- package/dist/icons/duotone/file-text-duotone.svg +0 -10
- package/dist/icons/duotone/file-x-duotone.svg +0 -9
- package/dist/icons/duotone/files-duotone.svg +0 -4
- package/dist/icons/duotone/film-strip-duotone.svg +0 -4
- package/dist/icons/duotone/fingerprint-duotone.svg +0 -3
- package/dist/icons/duotone/fingerprint-simple-duotone.svg +0 -3
- package/dist/icons/duotone/finn-the-human-duotone.svg +0 -6
- package/dist/icons/duotone/fire-duotone.svg +0 -4
- package/dist/icons/duotone/fire-simple-duotone.svg +0 -4
- package/dist/icons/duotone/first-aid-duotone.svg +0 -6
- package/dist/icons/duotone/first-aid-kit-duotone.svg +0 -9
- package/dist/icons/duotone/fish-duotone.svg +0 -4
- package/dist/icons/duotone/fish-simple-duotone.svg +0 -4
- package/dist/icons/duotone/flag-banner-duotone.svg +0 -4
- package/dist/icons/duotone/flag-duotone.svg +0 -6
- package/dist/icons/duotone/flame-duotone.svg +0 -4
- package/dist/icons/duotone/flashlight-duotone.svg +0 -9
- package/dist/icons/duotone/flask-duotone.svg +0 -4
- package/dist/icons/duotone/floppy-disk-back-duotone.svg +0 -4
- package/dist/icons/duotone/floppy-disk-duotone.svg +0 -9
- package/dist/icons/duotone/flow-arrow-duotone.svg +0 -4
- package/dist/icons/duotone/flower-duotone.svg +0 -4
- package/dist/icons/duotone/flower-lotus-duotone.svg +0 -4
- package/dist/icons/duotone/folder-duotone.svg +0 -6
- package/dist/icons/duotone/folder-minus-duotone.svg +0 -9
- package/dist/icons/duotone/folder-notch-duotone.svg +0 -6
- package/dist/icons/duotone/folder-notch-minus-duotone.svg +0 -9
- package/dist/icons/duotone/folder-notch-open-duotone.svg +0 -6
- package/dist/icons/duotone/folder-notch-plus-duotone.svg +0 -9
- package/dist/icons/duotone/folder-open-duotone.svg +0 -6
- package/dist/icons/duotone/folder-plus-duotone.svg +0 -9
- package/dist/icons/duotone/folder-simple-duotone.svg +0 -6
- package/dist/icons/duotone/folder-simple-minus-duotone.svg +0 -9
- package/dist/icons/duotone/folder-simple-plus-duotone.svg +0 -9
- package/dist/icons/duotone/folders-duotone.svg +0 -6
- package/dist/icons/duotone/football-duotone.svg +0 -4
- package/dist/icons/duotone/fork-knife-duotone.svg +0 -10
- package/dist/icons/duotone/frame-corners-duotone.svg +0 -4
- package/dist/icons/duotone/framer-logo-duotone.svg +0 -6
- package/dist/icons/duotone/funnel-duotone.svg +0 -6
- package/dist/icons/duotone/funnel-simple-duotone.svg +0 -3
- package/dist/icons/duotone/game-controller-duotone.svg +0 -10
- package/dist/icons/duotone/gas-pump-duotone.svg +0 -4
- package/dist/icons/duotone/gauge-duotone.svg +0 -4
- package/dist/icons/duotone/gear-duotone.svg +0 -9
- package/dist/icons/duotone/gear-six-duotone.svg +0 -9
- package/dist/icons/duotone/gender-female-duotone.svg +0 -3
- package/dist/icons/duotone/gender-intersex-duotone.svg +0 -3
- package/dist/icons/duotone/gender-male-duotone.svg +0 -3
- package/dist/icons/duotone/gender-neuter-duotone.svg +0 -4
- package/dist/icons/duotone/gender-nonbinary-duotone.svg +0 -3
- package/dist/icons/duotone/gender-transgender-duotone.svg +0 -3
- package/dist/icons/duotone/ghost-duotone.svg +0 -6
- package/dist/icons/duotone/gif-duotone.svg +0 -3
- package/dist/icons/duotone/gift-duotone.svg +0 -6
- package/dist/icons/duotone/git-branch-duotone.svg +0 -6
- package/dist/icons/duotone/git-commit-duotone.svg +0 -6
- package/dist/icons/duotone/git-diff-duotone.svg +0 -12
- package/dist/icons/duotone/git-fork-duotone.svg +0 -9
- package/dist/icons/duotone/git-merge-duotone.svg +0 -6
- package/dist/icons/duotone/git-pull-request-duotone.svg +0 -12
- package/dist/icons/duotone/github-logo-duotone.svg +0 -4
- package/dist/icons/duotone/gitlab-logo-duotone.svg +0 -4
- package/dist/icons/duotone/gitlab-logo-simple-duotone.svg +0 -4
- package/dist/icons/duotone/globe-duotone.svg +0 -6
- package/dist/icons/duotone/globe-hemisphere-east-duotone.svg +0 -9
- package/dist/icons/duotone/globe-hemisphere-west-duotone.svg +0 -9
- package/dist/icons/duotone/globe-simple-duotone.svg +0 -6
- package/dist/icons/duotone/globe-stand-duotone.svg +0 -9
- package/dist/icons/duotone/google-logo-duotone.svg +0 -3
- package/dist/icons/duotone/google-play-logo-duotone.svg +0 -6
- package/dist/icons/duotone/graduation-cap-duotone.svg +0 -4
- package/dist/icons/duotone/grid-four-duotone.svg +0 -6
- package/dist/icons/duotone/hand-duotone.svg +0 -6
- package/dist/icons/duotone/hand-fist-duotone.svg +0 -6
- package/dist/icons/duotone/hand-grabbing-duotone.svg +0 -6
- package/dist/icons/duotone/hand-palm-duotone.svg +0 -4
- package/dist/icons/duotone/hand-pointing-duotone.svg +0 -6
- package/dist/icons/duotone/hand-soap-duotone.svg +0 -4
- package/dist/icons/duotone/hand-waving-duotone.svg +0 -4
- package/dist/icons/duotone/handbag-duotone.svg +0 -6
- package/dist/icons/duotone/handbag-simple-duotone.svg +0 -6
- package/dist/icons/duotone/hands-clapping-duotone.svg +0 -4
- package/dist/icons/duotone/handshake-duotone.svg +0 -6
- package/dist/icons/duotone/hard-drive-duotone.svg +0 -9
- package/dist/icons/duotone/hard-drives-duotone.svg +0 -14
- package/dist/icons/duotone/hash-duotone.svg +0 -3
- package/dist/icons/duotone/hash-straight-duotone.svg +0 -3
- package/dist/icons/duotone/headlights-duotone.svg +0 -4
- package/dist/icons/duotone/headphones-duotone.svg +0 -9
- package/dist/icons/duotone/headset-duotone.svg +0 -9
- package/dist/icons/duotone/heart-duotone.svg +0 -6
- package/dist/icons/duotone/heart-straight-duotone.svg +0 -6
- package/dist/icons/duotone/heartbeat-duotone.svg +0 -9
- package/dist/icons/duotone/hexagon-duotone.svg +0 -6
- package/dist/icons/duotone/highlighter-circle-duotone.svg +0 -6
- package/dist/icons/duotone/horse-duotone.svg +0 -9
- package/dist/icons/duotone/hourglass-duotone.svg +0 -9
- package/dist/icons/duotone/hourglass-high-duotone.svg +0 -6
- package/dist/icons/duotone/hourglass-low-duotone.svg +0 -6
- package/dist/icons/duotone/hourglass-medium-duotone.svg +0 -6
- package/dist/icons/duotone/hourglass-simple-duotone.svg +0 -6
- package/dist/icons/duotone/hourglass-simple-high-duotone.svg +0 -6
- package/dist/icons/duotone/hourglass-simple-low-duotone.svg +0 -6
- package/dist/icons/duotone/hourglass-simple-medium-duotone.svg +0 -6
- package/dist/icons/duotone/house-duotone.svg +0 -6
- package/dist/icons/duotone/house-line-duotone.svg +0 -6
- package/dist/icons/duotone/house-simple-duotone.svg +0 -6
- package/dist/icons/duotone/identification-badge-duotone.svg +0 -9
- package/dist/icons/duotone/identification-card-duotone.svg +0 -11
- package/dist/icons/duotone/image-duotone.svg +0 -9
- package/dist/icons/duotone/image-square-duotone.svg +0 -9
- package/dist/icons/duotone/infinity-duotone.svg +0 -3
- package/dist/icons/duotone/info-duotone.svg +0 -10
- package/dist/icons/duotone/instagram-logo-duotone.svg +0 -10
- package/dist/icons/duotone/intersect-duotone.svg +0 -6
- package/dist/icons/duotone/jeep-duotone.svg +0 -16
- package/dist/icons/duotone/key-duotone.svg +0 -9
- package/dist/icons/duotone/key-return-duotone.svg +0 -4
- package/dist/icons/duotone/keyboard-duotone.svg +0 -13
- package/dist/icons/duotone/knife-duotone.svg +0 -4
- package/dist/icons/duotone/lamp-duotone.svg +0 -4
- package/dist/icons/duotone/laptop-duotone.svg +0 -6
- package/dist/icons/duotone/layout-duotone.svg +0 -4
- package/dist/icons/duotone/leaf-duotone.svg +0 -6
- package/dist/icons/duotone/lifebuoy-duotone.svg +0 -4
- package/dist/icons/duotone/lightbulb-duotone.svg +0 -10
- package/dist/icons/duotone/lightbulb-filament-duotone.svg +0 -4
- package/dist/icons/duotone/lightning-duotone.svg +0 -6
- package/dist/icons/duotone/lightning-slash-duotone.svg +0 -9
- package/dist/icons/duotone/line-segment-duotone.svg +0 -4
- package/dist/icons/duotone/line-segments-duotone.svg +0 -4
- package/dist/icons/duotone/link-break-duotone.svg +0 -3
- package/dist/icons/duotone/link-duotone.svg +0 -3
- package/dist/icons/duotone/link-simple-break-duotone.svg +0 -3
- package/dist/icons/duotone/link-simple-duotone.svg +0 -3
- package/dist/icons/duotone/link-simple-horizontal-break-duotone.svg +0 -3
- package/dist/icons/duotone/link-simple-horizontal-duotone.svg +0 -3
- package/dist/icons/duotone/linkedin-logo-duotone.svg +0 -11
- package/dist/icons/duotone/list-bullets-duotone.svg +0 -3
- package/dist/icons/duotone/list-dashes-duotone.svg +0 -3
- package/dist/icons/duotone/list-duotone.svg +0 -3
- package/dist/icons/duotone/list-numbers-duotone.svg +0 -3
- package/dist/icons/duotone/list-plus-duotone.svg +0 -3
- package/dist/icons/duotone/lock-duotone.svg +0 -9
- package/dist/icons/duotone/lock-key-duotone.svg +0 -9
- package/dist/icons/duotone/lock-key-open-duotone.svg +0 -9
- package/dist/icons/duotone/lock-laminated-duotone.svg +0 -6
- package/dist/icons/duotone/lock-laminated-open-duotone.svg +0 -6
- package/dist/icons/duotone/lock-open-duotone.svg +0 -9
- package/dist/icons/duotone/lock-simple-duotone.svg +0 -6
- package/dist/icons/duotone/lock-simple-open-duotone.svg +0 -6
- package/dist/icons/duotone/magic-wand-duotone.svg +0 -4
- package/dist/icons/duotone/magnet-duotone.svg +0 -4
- package/dist/icons/duotone/magnet-straight-duotone.svg +0 -4
- package/dist/icons/duotone/magnifying-glass-duotone.svg +0 -6
- package/dist/icons/duotone/magnifying-glass-minus-duotone.svg +0 -6
- package/dist/icons/duotone/magnifying-glass-plus-duotone.svg +0 -6
- package/dist/icons/duotone/map-pin-duotone.svg +0 -9
- package/dist/icons/duotone/map-pin-line-duotone.svg +0 -9
- package/dist/icons/duotone/map-trifold-duotone.svg +0 -6
- package/dist/icons/duotone/marker-circle-duotone.svg +0 -6
- package/dist/icons/duotone/martini-duotone.svg +0 -6
- package/dist/icons/duotone/math-operations-duotone.svg +0 -3
- package/dist/icons/duotone/medal-duotone.svg +0 -9
- package/dist/icons/duotone/medium-logo-duotone.svg +0 -3
- package/dist/icons/duotone/megaphone-duotone.svg +0 -6
- package/dist/icons/duotone/megaphone-simple-duotone.svg +0 -4
- package/dist/icons/duotone/messenger-logo-duotone.svg +0 -4
- package/dist/icons/duotone/microphone-duotone.svg +0 -9
- package/dist/icons/duotone/microphone-slash-duotone.svg +0 -10
- package/dist/icons/duotone/minus-circle-duotone.svg +0 -9
- package/dist/icons/duotone/minus-duotone.svg +0 -3
- package/dist/icons/duotone/money-duotone.svg +0 -10
- package/dist/icons/duotone/monitor-duotone.svg +0 -9
- package/dist/icons/duotone/monitor-play-duotone.svg +0 -6
- package/dist/icons/duotone/moon-duotone.svg +0 -6
- package/dist/icons/duotone/moon-stars-duotone.svg +0 -6
- package/dist/icons/duotone/mouse-duotone.svg +0 -6
- package/dist/icons/duotone/mouse-simple-duotone.svg +0 -6
- package/dist/icons/duotone/music-note-duotone.svg +0 -6
- package/dist/icons/duotone/music-note-simple-duotone.svg +0 -6
- package/dist/icons/duotone/music-notes-duotone.svg +0 -9
- package/dist/icons/duotone/music-notes-simple-duotone.svg +0 -9
- package/dist/icons/duotone/navigation-arrow-duotone.svg +0 -6
- package/dist/icons/duotone/newspaper-clipping-duotone.svg +0 -6
- package/dist/icons/duotone/newspaper-duotone.svg +0 -11
- package/dist/icons/duotone/note-blank-duotone.svg +0 -6
- package/dist/icons/duotone/note-duotone.svg +0 -11
- package/dist/icons/duotone/note-pencil-duotone.svg +0 -9
- package/dist/icons/duotone/notebook-duotone.svg +0 -10
- package/dist/icons/duotone/notepad-duotone.svg +0 -4
- package/dist/icons/duotone/notification-duotone.svg +0 -4
- package/dist/icons/duotone/number-circle-eight-duotone.svg +0 -9
- package/dist/icons/duotone/number-circle-five-duotone.svg +0 -9
- package/dist/icons/duotone/number-circle-four-duotone.svg +0 -9
- package/dist/icons/duotone/number-circle-nine-duotone.svg +0 -9
- package/dist/icons/duotone/number-circle-one-duotone.svg +0 -9
- package/dist/icons/duotone/number-circle-seven-duotone.svg +0 -9
- package/dist/icons/duotone/number-circle-six-duotone.svg +0 -9
- package/dist/icons/duotone/number-circle-three-duotone.svg +0 -9
- package/dist/icons/duotone/number-circle-two-duotone.svg +0 -9
- package/dist/icons/duotone/number-circle-zero-duotone.svg +0 -9
- package/dist/icons/duotone/number-eight-duotone.svg +0 -3
- package/dist/icons/duotone/number-five-duotone.svg +0 -3
- package/dist/icons/duotone/number-four-duotone.svg +0 -3
- package/dist/icons/duotone/number-nine-duotone.svg +0 -3
- package/dist/icons/duotone/number-one-duotone.svg +0 -3
- package/dist/icons/duotone/number-seven-duotone.svg +0 -3
- package/dist/icons/duotone/number-six-duotone.svg +0 -3
- package/dist/icons/duotone/number-square-eight-duotone.svg +0 -9
- package/dist/icons/duotone/number-square-five-duotone.svg +0 -9
- package/dist/icons/duotone/number-square-four-duotone.svg +0 -9
- package/dist/icons/duotone/number-square-nine-duotone.svg +0 -9
- package/dist/icons/duotone/number-square-one-duotone.svg +0 -9
- package/dist/icons/duotone/number-square-seven-duotone.svg +0 -9
- package/dist/icons/duotone/number-square-six-duotone.svg +0 -9
- package/dist/icons/duotone/number-square-three-duotone.svg +0 -9
- package/dist/icons/duotone/number-square-two-duotone.svg +0 -9
- package/dist/icons/duotone/number-square-zero-duotone.svg +0 -9
- package/dist/icons/duotone/number-three-duotone.svg +0 -3
- package/dist/icons/duotone/number-two-duotone.svg +0 -3
- package/dist/icons/duotone/number-zero-duotone.svg +0 -3
- package/dist/icons/duotone/nut-duotone.svg +0 -9
- package/dist/icons/duotone/ny-times-logo-duotone.svg +0 -4
- package/dist/icons/duotone/octagon-duotone.svg +0 -6
- package/dist/icons/duotone/package-duotone.svg +0 -6
- package/dist/icons/duotone/paint-brush-broad-duotone.svg +0 -6
- package/dist/icons/duotone/paint-brush-duotone.svg +0 -4
- package/dist/icons/duotone/paint-brush-household-duotone.svg +0 -4
- package/dist/icons/duotone/paint-bucket-duotone.svg +0 -9
- package/dist/icons/duotone/paint-roller-duotone.svg +0 -4
- package/dist/icons/duotone/palette-duotone.svg +0 -4
- package/dist/icons/duotone/paper-plane-duotone.svg +0 -6
- package/dist/icons/duotone/paper-plane-right-duotone.svg +0 -6
- package/dist/icons/duotone/paper-plane-tilt-duotone.svg +0 -6
- package/dist/icons/duotone/paperclip-duotone.svg +0 -3
- package/dist/icons/duotone/paperclip-horizontal-duotone.svg +0 -3
- package/dist/icons/duotone/path-duotone.svg +0 -6
- package/dist/icons/duotone/pause-circle-duotone.svg +0 -10
- package/dist/icons/duotone/pause-duotone.svg +0 -12
- package/dist/icons/duotone/paw-print-duotone.svg +0 -4
- package/dist/icons/duotone/peace-duotone.svg +0 -6
- package/dist/icons/duotone/pedestrian-duotone.svg +0 -12
- package/dist/icons/duotone/pen-duotone.svg +0 -6
- package/dist/icons/duotone/pen-nib-duotone.svg +0 -6
- package/dist/icons/duotone/pen-nib-straight-duotone.svg +0 -4
- package/dist/icons/duotone/pencil-circle-duotone.svg +0 -6
- package/dist/icons/duotone/pencil-duotone.svg +0 -6
- package/dist/icons/duotone/pencil-line-duotone.svg +0 -6
- package/dist/icons/duotone/pencil-simple-duotone.svg +0 -6
- package/dist/icons/duotone/percent-duotone.svg +0 -13
- package/dist/icons/duotone/person-duotone.svg +0 -4
- package/dist/icons/duotone/person-simple-duotone.svg +0 -4
- package/dist/icons/duotone/person-simple-run-duotone.svg +0 -4
- package/dist/icons/duotone/person-simple-walk-duotone.svg +0 -4
- package/dist/icons/duotone/phone-call-duotone.svg +0 -10
- package/dist/icons/duotone/phone-disconnect-duotone.svg +0 -9
- package/dist/icons/duotone/phone-duotone.svg +0 -6
- package/dist/icons/duotone/phone-incoming-duotone.svg +0 -9
- package/dist/icons/duotone/phone-outgoing-duotone.svg +0 -9
- package/dist/icons/duotone/phone-slash-duotone.svg +0 -9
- package/dist/icons/duotone/phone-x-duotone.svg +0 -9
- package/dist/icons/duotone/phosphor-logo-duotone.svg +0 -9
- package/dist/icons/duotone/picture-in-picture-duotone.svg +0 -4
- package/dist/icons/duotone/pill-duotone.svg +0 -4
- package/dist/icons/duotone/pinterest-logo-duotone.svg +0 -3
- package/dist/icons/duotone/pizza-duotone.svg +0 -4
- package/dist/icons/duotone/placeholder-duotone.svg +0 -4
- package/dist/icons/duotone/planet-duotone.svg +0 -4
- package/dist/icons/duotone/play-circle-duotone.svg +0 -9
- package/dist/icons/duotone/play-duotone.svg +0 -6
- package/dist/icons/duotone/playlist-duotone.svg +0 -4
- package/dist/icons/duotone/plus-circle-duotone.svg +0 -9
- package/dist/icons/duotone/plus-duotone.svg +0 -3
- package/dist/icons/duotone/plus-minus-duotone.svg +0 -3
- package/dist/icons/duotone/poker-chip-duotone.svg +0 -6
- package/dist/icons/duotone/polygon-duotone.svg +0 -4
- package/dist/icons/duotone/power-duotone.svg +0 -3
- package/dist/icons/duotone/prescription-duotone.svg +0 -4
- package/dist/icons/duotone/presentation-chart-duotone.svg +0 -4
- package/dist/icons/duotone/presentation-duotone.svg +0 -4
- package/dist/icons/duotone/printer-duotone.svg +0 -9
- package/dist/icons/duotone/prohibit-duotone.svg +0 -6
- package/dist/icons/duotone/prohibit-inset-duotone.svg +0 -9
- package/dist/icons/duotone/projector-screen-chart-duotone.svg +0 -4
- package/dist/icons/duotone/projector-screen-duotone.svg +0 -4
- package/dist/icons/duotone/push-pin-duotone.svg +0 -6
- package/dist/icons/duotone/push-pin-simple-duotone.svg +0 -4
- package/dist/icons/duotone/push-pin-simple-slash-duotone.svg +0 -4
- package/dist/icons/duotone/push-pin-slash-duotone.svg +0 -9
- package/dist/icons/duotone/puzzle-piece-duotone.svg +0 -6
- package/dist/icons/duotone/qr-code-duotone.svg +0 -19
- package/dist/icons/duotone/question-duotone.svg +0 -10
- package/dist/icons/duotone/queue-duotone.svg +0 -4
- package/dist/icons/duotone/quotes-duotone.svg +0 -4
- package/dist/icons/duotone/radical-duotone.svg +0 -3
- package/dist/icons/duotone/radio-duotone.svg +0 -4
- package/dist/icons/duotone/rainbow-cloud-duotone.svg +0 -6
- package/dist/icons/duotone/rainbow-duotone.svg +0 -3
- package/dist/icons/duotone/receipt-duotone.svg +0 -10
- package/dist/icons/duotone/record-duotone.svg +0 -9
- package/dist/icons/duotone/rectangle-duotone.svg +0 -6
- package/dist/icons/duotone/rectangles-two-duotone.svg +0 -12
- package/dist/icons/duotone/recycle-duotone.svg +0 -3
- package/dist/icons/duotone/reddit-logo-duotone.svg +0 -6
- package/dist/icons/duotone/repeat-duotone.svg +0 -3
- package/dist/icons/duotone/repeat-once-duotone.svg +0 -3
- package/dist/icons/duotone/rewind-circle-duotone.svg +0 -10
- package/dist/icons/duotone/rewind-duotone.svg +0 -10
- package/dist/icons/duotone/robot-duotone.svg +0 -4
- package/dist/icons/duotone/rocket-duotone.svg +0 -13
- package/dist/icons/duotone/rocket-launch-duotone.svg +0 -15
- package/dist/icons/duotone/rows-duotone.svg +0 -9
- package/dist/icons/duotone/rss-duotone.svg +0 -3
- package/dist/icons/duotone/rss-simple-duotone.svg +0 -3
- package/dist/icons/duotone/ruler-duotone.svg +0 -4
- package/dist/icons/duotone/scales-duotone.svg +0 -4
- package/dist/icons/duotone/scissors-duotone.svg +0 -12
- package/dist/icons/duotone/screencast-duotone.svg +0 -11
- package/dist/icons/duotone/scribble-loop-duotone.svg +0 -3
- package/dist/icons/duotone/selection-all-duotone.svg +0 -4
- package/dist/icons/duotone/selection-background-duotone.svg +0 -4
- package/dist/icons/duotone/selection-duotone.svg +0 -3
- package/dist/icons/duotone/selection-foreground-duotone.svg +0 -4
- package/dist/icons/duotone/selection-inverse-duotone.svg +0 -4
- package/dist/icons/duotone/selection-plus-duotone.svg +0 -3
- package/dist/icons/duotone/selection-slash-duotone.svg +0 -3
- package/dist/icons/duotone/share-duotone.svg +0 -3
- package/dist/icons/duotone/share-network-duotone.svg +0 -9
- package/dist/icons/duotone/shield-check-duotone.svg +0 -9
- package/dist/icons/duotone/shield-checkered-duotone.svg +0 -4
- package/dist/icons/duotone/shield-chevron-duotone.svg +0 -6
- package/dist/icons/duotone/shield-duotone.svg +0 -6
- package/dist/icons/duotone/shield-plus-duotone.svg +0 -4
- package/dist/icons/duotone/shield-slash-duotone.svg +0 -9
- package/dist/icons/duotone/shield-warning-duotone.svg +0 -10
- package/dist/icons/duotone/shopping-bag-duotone.svg +0 -9
- package/dist/icons/duotone/shopping-bag-open-duotone.svg +0 -9
- package/dist/icons/duotone/shopping-cart-duotone.svg +0 -6
- package/dist/icons/duotone/shopping-cart-simple-duotone.svg +0 -10
- package/dist/icons/duotone/shower-duotone.svg +0 -4
- package/dist/icons/duotone/shuffle-angular-duotone.svg +0 -3
- package/dist/icons/duotone/shuffle-duotone.svg +0 -3
- package/dist/icons/duotone/shuffle-simple-duotone.svg +0 -3
- package/dist/icons/duotone/sign-in-duotone.svg +0 -3
- package/dist/icons/duotone/sign-out-duotone.svg +0 -3
- package/dist/icons/duotone/sim-card-duotone.svg +0 -4
- package/dist/icons/duotone/sketch-logo-duotone.svg +0 -6
- package/dist/icons/duotone/skip-back-circle-duotone.svg +0 -9
- package/dist/icons/duotone/skip-back-duotone.svg +0 -9
- package/dist/icons/duotone/skip-forward-circle-duotone.svg +0 -9
- package/dist/icons/duotone/skip-forward-duotone.svg +0 -9
- package/dist/icons/duotone/slack-logo-duotone.svg +0 -15
- package/dist/icons/duotone/sliders-duotone.svg +0 -10
- package/dist/icons/duotone/sliders-horizontal-duotone.svg +0 -9
- package/dist/icons/duotone/smiley-blank-duotone.svg +0 -10
- package/dist/icons/duotone/smiley-duotone.svg +0 -11
- package/dist/icons/duotone/smiley-meh-duotone.svg +0 -11
- package/dist/icons/duotone/smiley-nervous-duotone.svg +0 -6
- package/dist/icons/duotone/smiley-sad-duotone.svg +0 -11
- package/dist/icons/duotone/smiley-sticker-duotone.svg +0 -11
- package/dist/icons/duotone/smiley-wink-duotone.svg +0 -4
- package/dist/icons/duotone/smiley-x-eyes-duotone.svg +0 -11
- package/dist/icons/duotone/snapchat-logo-duotone.svg +0 -4
- package/dist/icons/duotone/snowflake-duotone.svg +0 -3
- package/dist/icons/duotone/soccer-ball-duotone.svg +0 -4
- package/dist/icons/duotone/sort-ascending-duotone.svg +0 -3
- package/dist/icons/duotone/sort-descending-duotone.svg +0 -3
- package/dist/icons/duotone/spade-duotone.svg +0 -4
- package/dist/icons/duotone/sparkle-duotone.svg +0 -4
- package/dist/icons/duotone/speaker-high-duotone.svg +0 -10
- package/dist/icons/duotone/speaker-low-duotone.svg +0 -9
- package/dist/icons/duotone/speaker-none-duotone.svg +0 -6
- package/dist/icons/duotone/speaker-simple-high-duotone.svg +0 -10
- package/dist/icons/duotone/speaker-simple-low-duotone.svg +0 -9
- package/dist/icons/duotone/speaker-simple-none-duotone.svg +0 -6
- package/dist/icons/duotone/speaker-simple-slash-duotone.svg +0 -11
- package/dist/icons/duotone/speaker-simple-x-duotone.svg +0 -9
- package/dist/icons/duotone/speaker-slash-duotone.svg +0 -11
- package/dist/icons/duotone/speaker-x-duotone.svg +0 -9
- package/dist/icons/duotone/spinner-duotone.svg +0 -3
- package/dist/icons/duotone/spinner-gap-duotone.svg +0 -3
- package/dist/icons/duotone/spotify-logo-duotone.svg +0 -4
- package/dist/icons/duotone/square-duotone.svg +0 -6
- package/dist/icons/duotone/square-half-duotone.svg +0 -6
- package/dist/icons/duotone/square-logo-duotone.svg +0 -4
- package/dist/icons/duotone/squares-four-duotone.svg +0 -20
- package/dist/icons/duotone/stack-duotone.svg +0 -10
- package/dist/icons/duotone/stack-simple-duotone.svg +0 -9
- package/dist/icons/duotone/star-duotone.svg +0 -6
- package/dist/icons/duotone/star-four-duotone.svg +0 -4
- package/dist/icons/duotone/star-half-duotone.svg +0 -4
- package/dist/icons/duotone/sticker-duotone.svg +0 -6
- package/dist/icons/duotone/stop-circle-duotone.svg +0 -9
- package/dist/icons/duotone/stop-duotone.svg +0 -6
- package/dist/icons/duotone/storefront-duotone.svg +0 -9
- package/dist/icons/duotone/stripe-logo-duotone.svg +0 -4
- package/dist/icons/duotone/student-duotone.svg +0 -4
- package/dist/icons/duotone/suitcase-duotone.svg +0 -9
- package/dist/icons/duotone/suitcase-simple-duotone.svg +0 -6
- package/dist/icons/duotone/sun-dim-duotone.svg +0 -16
- package/dist/icons/duotone/sun-duotone.svg +0 -16
- package/dist/icons/duotone/sun-horizon-duotone.svg +0 -6
- package/dist/icons/duotone/swap-duotone.svg +0 -4
- package/dist/icons/duotone/swatches-duotone.svg +0 -6
- package/dist/icons/duotone/sword-duotone.svg +0 -6
- package/dist/icons/duotone/t-shirt-duotone.svg +0 -4
- package/dist/icons/duotone/table-duotone.svg +0 -6
- package/dist/icons/duotone/tag-chevron-duotone.svg +0 -4
- package/dist/icons/duotone/tag-duotone.svg +0 -9
- package/dist/icons/duotone/tag-simple-duotone.svg +0 -6
- package/dist/icons/duotone/target-duotone.svg +0 -6
- package/dist/icons/duotone/telegram-logo-duotone.svg +0 -9
- package/dist/icons/duotone/television-duotone.svg +0 -4
- package/dist/icons/duotone/television-simple-duotone.svg +0 -4
- package/dist/icons/duotone/tennis-ball-duotone.svg +0 -4
- package/dist/icons/duotone/terminal-duotone.svg +0 -3
- package/dist/icons/duotone/terminal-window-duotone.svg +0 -4
- package/dist/icons/duotone/test-tube-duotone.svg +0 -4
- package/dist/icons/duotone/text-aa-duotone.svg +0 -3
- package/dist/icons/duotone/text-align-center-duotone.svg +0 -3
- package/dist/icons/duotone/text-align-justify-duotone.svg +0 -3
- package/dist/icons/duotone/text-align-left-duotone.svg +0 -3
- package/dist/icons/duotone/text-align-right-duotone.svg +0 -3
- package/dist/icons/duotone/text-bolder-duotone.svg +0 -3
- package/dist/icons/duotone/text-duotone.svg +0 -3
- package/dist/icons/duotone/text-h-duotone.svg +0 -3
- package/dist/icons/duotone/text-h-five-duotone.svg +0 -3
- package/dist/icons/duotone/text-h-four-duotone.svg +0 -3
- package/dist/icons/duotone/text-h-one-duotone.svg +0 -3
- package/dist/icons/duotone/text-h-six-duotone.svg +0 -3
- package/dist/icons/duotone/text-h-three-duotone.svg +0 -3
- package/dist/icons/duotone/text-h-two-duotone.svg +0 -3
- package/dist/icons/duotone/text-italic-duotone.svg +0 -3
- package/dist/icons/duotone/text-strikethrough-duotone.svg +0 -3
- package/dist/icons/duotone/text-t-duotone.svg +0 -3
- package/dist/icons/duotone/text-underline-duotone.svg +0 -3
- package/dist/icons/duotone/thermometer-cold-duotone.svg +0 -6
- package/dist/icons/duotone/thermometer-duotone.svg +0 -6
- package/dist/icons/duotone/thermometer-hot-duotone.svg +0 -6
- package/dist/icons/duotone/thermometer-simple-duotone.svg +0 -6
- package/dist/icons/duotone/thumbs-down-duotone.svg +0 -6
- package/dist/icons/duotone/thumbs-up-duotone.svg +0 -6
- package/dist/icons/duotone/ticket-duotone.svg +0 -6
- package/dist/icons/duotone/tiktok-logo-duotone.svg +0 -4
- package/dist/icons/duotone/timer-duotone.svg +0 -10
- package/dist/icons/duotone/toggle-left-duotone.svg +0 -4
- package/dist/icons/duotone/toggle-right-duotone.svg +0 -4
- package/dist/icons/duotone/toilet-paper-duotone.svg +0 -4
- package/dist/icons/duotone/tote-duotone.svg +0 -6
- package/dist/icons/duotone/tote-simple-duotone.svg +0 -6
- package/dist/icons/duotone/traffic-sign-duotone.svg +0 -4
- package/dist/icons/duotone/train-duotone.svg +0 -10
- package/dist/icons/duotone/train-regional-duotone.svg +0 -9
- package/dist/icons/duotone/train-simple-duotone.svg +0 -10
- package/dist/icons/duotone/translate-duotone.svg +0 -3
- package/dist/icons/duotone/trash-duotone.svg +0 -10
- package/dist/icons/duotone/trash-simple-duotone.svg +0 -11
- package/dist/icons/duotone/tray-duotone.svg +0 -6
- package/dist/icons/duotone/tree-duotone.svg +0 -4
- package/dist/icons/duotone/tree-evergreen-duotone.svg +0 -4
- package/dist/icons/duotone/tree-structure-duotone.svg +0 -4
- package/dist/icons/duotone/trend-down-duotone.svg +0 -3
- package/dist/icons/duotone/trend-up-duotone.svg +0 -3
- package/dist/icons/duotone/triangle-duotone.svg +0 -6
- package/dist/icons/duotone/trophy-duotone.svg +0 -4
- package/dist/icons/duotone/truck-duotone.svg +0 -9
- package/dist/icons/duotone/twitch-logo-duotone.svg +0 -6
- package/dist/icons/duotone/twitter-logo-duotone.svg +0 -6
- package/dist/icons/duotone/umbrella-duotone.svg +0 -4
- package/dist/icons/duotone/umbrella-simple-duotone.svg +0 -4
- package/dist/icons/duotone/upload-duotone.svg +0 -10
- package/dist/icons/duotone/upload-simple-duotone.svg +0 -3
- package/dist/icons/duotone/user-circle-duotone.svg +0 -6
- package/dist/icons/duotone/user-circle-gear-duotone.svg +0 -9
- package/dist/icons/duotone/user-circle-minus-duotone.svg +0 -9
- package/dist/icons/duotone/user-circle-plus-duotone.svg +0 -9
- package/dist/icons/duotone/user-duotone.svg +0 -6
- package/dist/icons/duotone/user-focus-duotone.svg +0 -4
- package/dist/icons/duotone/user-gear-duotone.svg +0 -9
- package/dist/icons/duotone/user-list-duotone.svg +0 -4
- package/dist/icons/duotone/user-minus-duotone.svg +0 -9
- package/dist/icons/duotone/user-plus-duotone.svg +0 -9
- package/dist/icons/duotone/user-rectangle-duotone.svg +0 -6
- package/dist/icons/duotone/user-square-duotone.svg +0 -6
- package/dist/icons/duotone/users-duotone.svg +0 -9
- package/dist/icons/duotone/users-four-duotone.svg +0 -4
- package/dist/icons/duotone/users-three-duotone.svg +0 -4
- package/dist/icons/duotone/vibrate-duotone.svg +0 -12
- package/dist/icons/duotone/video-camera-duotone.svg +0 -6
- package/dist/icons/duotone/video-camera-slash-duotone.svg +0 -9
- package/dist/icons/duotone/voicemail-duotone.svg +0 -9
- package/dist/icons/duotone/volleyball-duotone.svg +0 -4
- package/dist/icons/duotone/wall-duotone.svg +0 -4
- package/dist/icons/duotone/wallet-duotone.svg +0 -4
- package/dist/icons/duotone/warning-circle-duotone.svg +0 -10
- package/dist/icons/duotone/warning-duotone.svg +0 -8
- package/dist/icons/duotone/warning-octagon-duotone.svg +0 -10
- package/dist/icons/duotone/watch-duotone.svg +0 -9
- package/dist/icons/duotone/waves-duotone.svg +0 -3
- package/dist/icons/duotone/whatsapp-logo-duotone.svg +0 -6
- package/dist/icons/duotone/wheelchair-duotone.svg +0 -6
- package/dist/icons/duotone/wifi-high-duotone.svg +0 -6
- package/dist/icons/duotone/wifi-low-duotone.svg +0 -6
- package/dist/icons/duotone/wifi-medium-duotone.svg +0 -6
- package/dist/icons/duotone/wifi-none-duotone.svg +0 -3
- package/dist/icons/duotone/wifi-slash-duotone.svg +0 -9
- package/dist/icons/duotone/wifi-x-duotone.svg +0 -9
- package/dist/icons/duotone/wind-duotone.svg +0 -3
- package/dist/icons/duotone/windows-logo-duotone.svg +0 -4
- package/dist/icons/duotone/wine-duotone.svg +0 -4
- package/dist/icons/duotone/wrench-duotone.svg +0 -6
- package/dist/icons/duotone/x-circle-duotone.svg +0 -9
- package/dist/icons/duotone/x-duotone.svg +0 -3
- package/dist/icons/duotone/x-square-duotone.svg +0 -9
- package/dist/icons/duotone/youtube-logo-duotone.svg +0 -9
- package/dist/icons/fill/activity-fill.svg +0 -3
- package/dist/icons/fill/address-book-fill.svg +0 -3
- package/dist/icons/fill/airplane-fill.svg +0 -3
- package/dist/icons/fill/airplane-in-flight-fill.svg +0 -3
- package/dist/icons/fill/airplane-landing-fill.svg +0 -3
- package/dist/icons/fill/airplane-takeoff-fill.svg +0 -3
- package/dist/icons/fill/airplane-tilt-fill.svg +0 -3
- package/dist/icons/fill/airplay-fill.svg +0 -3
- package/dist/icons/fill/alarm-fill.svg +0 -3
- package/dist/icons/fill/align-bottom-fill.svg +0 -3
- package/dist/icons/fill/align-center-horizontal-fill.svg +0 -3
- package/dist/icons/fill/align-center-vertical-fill.svg +0 -3
- package/dist/icons/fill/align-left-fill.svg +0 -3
- package/dist/icons/fill/align-right-fill.svg +0 -3
- package/dist/icons/fill/align-top-fill.svg +0 -3
- package/dist/icons/fill/anchor-fill.svg +0 -3
- package/dist/icons/fill/anchor-simple-fill.svg +0 -3
- package/dist/icons/fill/android-logo-fill.svg +0 -3
- package/dist/icons/fill/aperture-fill.svg +0 -3
- package/dist/icons/fill/app-window-fill.svg +0 -3
- package/dist/icons/fill/apple-logo-fill.svg +0 -3
- package/dist/icons/fill/archive-box-fill.svg +0 -3
- package/dist/icons/fill/archive-fill.svg +0 -3
- package/dist/icons/fill/archive-tray-fill.svg +0 -3
- package/dist/icons/fill/armchair-fill.svg +0 -3
- package/dist/icons/fill/arrow-arc-left-fill.svg +0 -3
- package/dist/icons/fill/arrow-arc-right-fill.svg +0 -3
- package/dist/icons/fill/arrow-bend-double-up-left-fill.svg +0 -3
- package/dist/icons/fill/arrow-bend-double-up-right-fill.svg +0 -3
- package/dist/icons/fill/arrow-bend-down-left-fill.svg +0 -3
- package/dist/icons/fill/arrow-bend-down-right-fill.svg +0 -3
- package/dist/icons/fill/arrow-bend-left-down-fill.svg +0 -3
- package/dist/icons/fill/arrow-bend-left-up-fill.svg +0 -3
- package/dist/icons/fill/arrow-bend-right-down-fill.svg +0 -3
- package/dist/icons/fill/arrow-bend-right-up-fill.svg +0 -3
- package/dist/icons/fill/arrow-bend-up-left-fill.svg +0 -3
- package/dist/icons/fill/arrow-bend-up-right-fill.svg +0 -3
- package/dist/icons/fill/arrow-circle-down-fill.svg +0 -3
- package/dist/icons/fill/arrow-circle-down-left-fill.svg +0 -3
- package/dist/icons/fill/arrow-circle-down-right-fill.svg +0 -3
- package/dist/icons/fill/arrow-circle-left-fill.svg +0 -3
- package/dist/icons/fill/arrow-circle-right-fill.svg +0 -3
- package/dist/icons/fill/arrow-circle-up-fill.svg +0 -3
- package/dist/icons/fill/arrow-circle-up-left-fill.svg +0 -3
- package/dist/icons/fill/arrow-circle-up-right-fill.svg +0 -3
- package/dist/icons/fill/arrow-clockwise-fill.svg +0 -3
- package/dist/icons/fill/arrow-counter-clockwise-fill.svg +0 -3
- package/dist/icons/fill/arrow-down-fill.svg +0 -3
- package/dist/icons/fill/arrow-down-left-fill.svg +0 -3
- package/dist/icons/fill/arrow-down-right-fill.svg +0 -3
- package/dist/icons/fill/arrow-elbow-down-left-fill.svg +0 -3
- package/dist/icons/fill/arrow-elbow-down-right-fill.svg +0 -3
- package/dist/icons/fill/arrow-elbow-left-down-fill.svg +0 -3
- package/dist/icons/fill/arrow-elbow-left-fill.svg +0 -3
- package/dist/icons/fill/arrow-elbow-left-up-fill.svg +0 -3
- package/dist/icons/fill/arrow-elbow-right-down-fill.svg +0 -3
- package/dist/icons/fill/arrow-elbow-right-fill.svg +0 -3
- package/dist/icons/fill/arrow-elbow-right-up-fill.svg +0 -3
- package/dist/icons/fill/arrow-elbow-up-left-fill.svg +0 -3
- package/dist/icons/fill/arrow-elbow-up-right-fill.svg +0 -3
- package/dist/icons/fill/arrow-fat-down-fill.svg +0 -3
- package/dist/icons/fill/arrow-fat-left-fill.svg +0 -3
- package/dist/icons/fill/arrow-fat-line-down-fill.svg +0 -3
- package/dist/icons/fill/arrow-fat-line-left-fill.svg +0 -3
- package/dist/icons/fill/arrow-fat-line-right-fill.svg +0 -3
- package/dist/icons/fill/arrow-fat-line-up-fill.svg +0 -3
- package/dist/icons/fill/arrow-fat-lines-down-fill.svg +0 -3
- package/dist/icons/fill/arrow-fat-lines-left-fill.svg +0 -3
- package/dist/icons/fill/arrow-fat-lines-right-fill.svg +0 -3
- package/dist/icons/fill/arrow-fat-lines-up-fill.svg +0 -3
- package/dist/icons/fill/arrow-fat-right-fill.svg +0 -3
- package/dist/icons/fill/arrow-fat-up-fill.svg +0 -3
- package/dist/icons/fill/arrow-left-fill.svg +0 -3
- package/dist/icons/fill/arrow-line-down-fill.svg +0 -3
- package/dist/icons/fill/arrow-line-down-left-fill.svg +0 -3
- package/dist/icons/fill/arrow-line-down-right-fill.svg +0 -3
- package/dist/icons/fill/arrow-line-left-fill.svg +0 -3
- package/dist/icons/fill/arrow-line-right-fill.svg +0 -3
- package/dist/icons/fill/arrow-line-up-fill.svg +0 -3
- package/dist/icons/fill/arrow-line-up-left-fill.svg +0 -3
- package/dist/icons/fill/arrow-line-up-right-fill.svg +0 -3
- package/dist/icons/fill/arrow-right-fill.svg +0 -3
- package/dist/icons/fill/arrow-square-down-fill.svg +0 -3
- package/dist/icons/fill/arrow-square-down-left-fill.svg +0 -3
- package/dist/icons/fill/arrow-square-down-right-fill.svg +0 -3
- package/dist/icons/fill/arrow-square-in-fill.svg +0 -3
- package/dist/icons/fill/arrow-square-left-fill.svg +0 -3
- package/dist/icons/fill/arrow-square-out-fill.svg +0 -3
- package/dist/icons/fill/arrow-square-right-fill.svg +0 -3
- package/dist/icons/fill/arrow-square-up-fill.svg +0 -3
- package/dist/icons/fill/arrow-square-up-left-fill.svg +0 -3
- package/dist/icons/fill/arrow-square-up-right-fill.svg +0 -3
- package/dist/icons/fill/arrow-u-down-left-fill.svg +0 -3
- package/dist/icons/fill/arrow-u-down-right-fill.svg +0 -3
- package/dist/icons/fill/arrow-u-left-down-fill.svg +0 -3
- package/dist/icons/fill/arrow-u-left-up-fill.svg +0 -3
- package/dist/icons/fill/arrow-u-right-down-fill.svg +0 -3
- package/dist/icons/fill/arrow-u-right-up-fill.svg +0 -3
- package/dist/icons/fill/arrow-u-up-left-fill.svg +0 -3
- package/dist/icons/fill/arrow-u-up-right-fill.svg +0 -3
- package/dist/icons/fill/arrow-up-fill.svg +0 -3
- package/dist/icons/fill/arrow-up-left-fill.svg +0 -3
- package/dist/icons/fill/arrow-up-right-fill.svg +0 -3
- package/dist/icons/fill/arrows-clockwise-fill.svg +0 -3
- package/dist/icons/fill/arrows-counter-clockwise-fill.svg +0 -3
- package/dist/icons/fill/arrows-down-up-fill.svg +0 -3
- package/dist/icons/fill/arrows-in-cardinal-fill.svg +0 -3
- package/dist/icons/fill/arrows-in-fill.svg +0 -3
- package/dist/icons/fill/arrows-in-line-horizontal-fill.svg +0 -3
- package/dist/icons/fill/arrows-in-line-vertical-fill.svg +0 -3
- package/dist/icons/fill/arrows-in-simple-fill.svg +0 -3
- package/dist/icons/fill/arrows-left-right-fill.svg +0 -3
- package/dist/icons/fill/arrows-out-cardinal-fill.svg +0 -3
- package/dist/icons/fill/arrows-out-fill.svg +0 -3
- package/dist/icons/fill/arrows-out-line-horizontal-fill.svg +0 -3
- package/dist/icons/fill/arrows-out-line-vertical-fill.svg +0 -3
- package/dist/icons/fill/arrows-out-simple-fill.svg +0 -3
- package/dist/icons/fill/article-fill.svg +0 -3
- package/dist/icons/fill/article-medium-fill.svg +0 -3
- package/dist/icons/fill/article-ny-times-fill.svg +0 -3
- package/dist/icons/fill/asterisk-fill.svg +0 -3
- package/dist/icons/fill/at-fill.svg +0 -3
- package/dist/icons/fill/atom-fill.svg +0 -3
- package/dist/icons/fill/baby-fill.svg +0 -3
- package/dist/icons/fill/backspace-fill.svg +0 -3
- package/dist/icons/fill/bag-fill.svg +0 -3
- package/dist/icons/fill/bag-simple-fill.svg +0 -3
- package/dist/icons/fill/bandaids-fill.svg +0 -3
- package/dist/icons/fill/bank-fill.svg +0 -3
- package/dist/icons/fill/barbell-fill.svg +0 -3
- package/dist/icons/fill/barcode-fill.svg +0 -3
- package/dist/icons/fill/baseball-fill.svg +0 -3
- package/dist/icons/fill/basketball-fill.svg +0 -3
- package/dist/icons/fill/battery-charging-fill.svg +0 -3
- package/dist/icons/fill/battery-charging-vertical-fill.svg +0 -3
- package/dist/icons/fill/battery-empty-fill.svg +0 -3
- package/dist/icons/fill/battery-full-fill.svg +0 -3
- package/dist/icons/fill/battery-high-fill.svg +0 -3
- package/dist/icons/fill/battery-low-fill.svg +0 -3
- package/dist/icons/fill/battery-medium-fill.svg +0 -3
- package/dist/icons/fill/battery-warning-fill.svg +0 -3
- package/dist/icons/fill/battery-warning-vertical-fill.svg +0 -3
- package/dist/icons/fill/bed-fill.svg +0 -3
- package/dist/icons/fill/bell-fill.svg +0 -3
- package/dist/icons/fill/bell-ringing-fill.svg +0 -3
- package/dist/icons/fill/bell-simple-fill.svg +0 -3
- package/dist/icons/fill/bell-simple-ringing-fill.svg +0 -3
- package/dist/icons/fill/bell-simple-slash-fill.svg +0 -3
- package/dist/icons/fill/bell-simple-z-fill.svg +0 -3
- package/dist/icons/fill/bell-slash-fill.svg +0 -3
- package/dist/icons/fill/bell-z-fill.svg +0 -3
- package/dist/icons/fill/bicycle-fill.svg +0 -3
- package/dist/icons/fill/bird-fill.svg +0 -3
- package/dist/icons/fill/bluetooth-connected-fill.svg +0 -3
- package/dist/icons/fill/bluetooth-fill.svg +0 -3
- package/dist/icons/fill/bluetooth-slash-fill.svg +0 -3
- package/dist/icons/fill/bluetooth-x-fill.svg +0 -3
- package/dist/icons/fill/boat-fill.svg +0 -3
- package/dist/icons/fill/book-bookmark-fill.svg +0 -3
- package/dist/icons/fill/book-fill.svg +0 -3
- package/dist/icons/fill/book-open-fill.svg +0 -3
- package/dist/icons/fill/bookmark-fill.svg +0 -3
- package/dist/icons/fill/bookmark-simple-fill.svg +0 -3
- package/dist/icons/fill/bookmarks-fill.svg +0 -3
- package/dist/icons/fill/bookmarks-simple-fill.svg +0 -3
- package/dist/icons/fill/books-fill.svg +0 -3
- package/dist/icons/fill/bounding-box-fill.svg +0 -3
- package/dist/icons/fill/brackets-angle-fill.svg +0 -3
- package/dist/icons/fill/brackets-curly-fill.svg +0 -3
- package/dist/icons/fill/brackets-round-fill.svg +0 -3
- package/dist/icons/fill/brackets-square-fill.svg +0 -3
- package/dist/icons/fill/brain-fill.svg +0 -3
- package/dist/icons/fill/brandy-fill.svg +0 -3
- package/dist/icons/fill/briefcase-fill.svg +0 -3
- package/dist/icons/fill/briefcase-metal-fill.svg +0 -3
- package/dist/icons/fill/briefcase-simple-fill.svg +0 -3
- package/dist/icons/fill/broadcast-fill.svg +0 -3
- package/dist/icons/fill/browser-fill.svg +0 -3
- package/dist/icons/fill/browsers-fill.svg +0 -3
- package/dist/icons/fill/browsers-simple-fill.svg +0 -3
- package/dist/icons/fill/bug-beetle-fill.svg +0 -3
- package/dist/icons/fill/bug-droid-fill.svg +0 -3
- package/dist/icons/fill/bug-fill.svg +0 -3
- package/dist/icons/fill/buildings-fill.svg +0 -3
- package/dist/icons/fill/bus-fill.svg +0 -3
- package/dist/icons/fill/cake-fill.svg +0 -3
- package/dist/icons/fill/calculator-fill.svg +0 -3
- package/dist/icons/fill/calendar-blank-fill.svg +0 -3
- package/dist/icons/fill/calendar-check-fill.svg +0 -3
- package/dist/icons/fill/calendar-fill.svg +0 -3
- package/dist/icons/fill/calendar-plus-fill.svg +0 -3
- package/dist/icons/fill/calendar-x-fill.svg +0 -3
- package/dist/icons/fill/camera-fill.svg +0 -3
- package/dist/icons/fill/camera-slash-fill.svg +0 -3
- package/dist/icons/fill/car-fill.svg +0 -3
- package/dist/icons/fill/car-simple-fill.svg +0 -3
- package/dist/icons/fill/cardholder-fill.svg +0 -3
- package/dist/icons/fill/cards-fill.svg +0 -3
- package/dist/icons/fill/caret-circle-double-down-fill.svg +0 -3
- package/dist/icons/fill/caret-circle-double-left-fill.svg +0 -3
- package/dist/icons/fill/caret-circle-double-right-fill.svg +0 -3
- package/dist/icons/fill/caret-circle-double-up-fill.svg +0 -3
- package/dist/icons/fill/caret-circle-down-fill.svg +0 -3
- package/dist/icons/fill/caret-circle-left-fill.svg +0 -3
- package/dist/icons/fill/caret-circle-right-fill.svg +0 -3
- package/dist/icons/fill/caret-circle-up-fill.svg +0 -3
- package/dist/icons/fill/caret-double-down-fill.svg +0 -3
- package/dist/icons/fill/caret-double-left-fill.svg +0 -3
- package/dist/icons/fill/caret-double-right-fill.svg +0 -3
- package/dist/icons/fill/caret-double-up-fill.svg +0 -3
- package/dist/icons/fill/caret-down-fill.svg +0 -3
- package/dist/icons/fill/caret-left-fill.svg +0 -3
- package/dist/icons/fill/caret-right-fill.svg +0 -3
- package/dist/icons/fill/caret-up-fill.svg +0 -3
- package/dist/icons/fill/cat-fill.svg +0 -3
- package/dist/icons/fill/cell-signal-full-fill.svg +0 -3
- package/dist/icons/fill/cell-signal-high-fill.svg +0 -3
- package/dist/icons/fill/cell-signal-low-fill.svg +0 -3
- package/dist/icons/fill/cell-signal-medium-fill.svg +0 -3
- package/dist/icons/fill/cell-signal-none-fill.svg +0 -3
- package/dist/icons/fill/cell-signal-slash-fill.svg +0 -3
- package/dist/icons/fill/cell-signal-x-fill.svg +0 -3
- package/dist/icons/fill/chalkboard-fill.svg +0 -3
- package/dist/icons/fill/chalkboard-simple-fill.svg +0 -3
- package/dist/icons/fill/chalkboard-teacher-fill.svg +0 -3
- package/dist/icons/fill/chart-bar-fill.svg +0 -3
- package/dist/icons/fill/chart-bar-horizontal-fill.svg +0 -3
- package/dist/icons/fill/chart-line-fill.svg +0 -3
- package/dist/icons/fill/chart-line-up-fill.svg +0 -3
- package/dist/icons/fill/chart-pie-fill.svg +0 -3
- package/dist/icons/fill/chart-pie-slice-fill.svg +0 -3
- package/dist/icons/fill/chat-centered-dots-fill.svg +0 -3
- package/dist/icons/fill/chat-centered-fill.svg +0 -3
- package/dist/icons/fill/chat-centered-text-fill.svg +0 -3
- package/dist/icons/fill/chat-circle-dots-fill.svg +0 -3
- package/dist/icons/fill/chat-circle-fill.svg +0 -3
- package/dist/icons/fill/chat-circle-text-fill.svg +0 -3
- package/dist/icons/fill/chat-dots-fill.svg +0 -3
- package/dist/icons/fill/chat-fill.svg +0 -3
- package/dist/icons/fill/chat-teardrop-dots-fill.svg +0 -3
- package/dist/icons/fill/chat-teardrop-fill.svg +0 -3
- package/dist/icons/fill/chat-teardrop-text-fill.svg +0 -3
- package/dist/icons/fill/chat-text-fill.svg +0 -3
- package/dist/icons/fill/chats-circle-fill.svg +0 -3
- package/dist/icons/fill/chats-fill.svg +0 -3
- package/dist/icons/fill/chats-teardrop-fill.svg +0 -3
- package/dist/icons/fill/check-circle-fill.svg +0 -3
- package/dist/icons/fill/check-fill.svg +0 -3
- package/dist/icons/fill/check-square-fill.svg +0 -3
- package/dist/icons/fill/check-square-offset-fill.svg +0 -3
- package/dist/icons/fill/checks-fill.svg +0 -3
- package/dist/icons/fill/circle-dashed-fill.svg +0 -3
- package/dist/icons/fill/circle-fill.svg +0 -3
- package/dist/icons/fill/circle-half-fill.svg +0 -3
- package/dist/icons/fill/circle-half-tilt-fill.svg +0 -3
- package/dist/icons/fill/circle-wavy-check-fill.svg +0 -3
- package/dist/icons/fill/circle-wavy-fill.svg +0 -3
- package/dist/icons/fill/circle-wavy-question-fill.svg +0 -3
- package/dist/icons/fill/circle-wavy-warning-fill.svg +0 -3
- package/dist/icons/fill/circles-four-fill.svg +0 -3
- package/dist/icons/fill/circles-three-fill.svg +0 -3
- package/dist/icons/fill/circles-three-plus-fill.svg +0 -3
- package/dist/icons/fill/clipboard-fill.svg +0 -3
- package/dist/icons/fill/clipboard-text-fill.svg +0 -3
- package/dist/icons/fill/clock-afternoon-fill.svg +0 -3
- package/dist/icons/fill/clock-clockwise-fill.svg +0 -3
- package/dist/icons/fill/clock-counter-clockwise-fill.svg +0 -3
- package/dist/icons/fill/clock-fill.svg +0 -3
- package/dist/icons/fill/closed-captioning-fill.svg +0 -3
- package/dist/icons/fill/cloud-arrow-down-fill.svg +0 -3
- package/dist/icons/fill/cloud-arrow-up-fill.svg +0 -3
- package/dist/icons/fill/cloud-check-fill.svg +0 -3
- package/dist/icons/fill/cloud-fill.svg +0 -3
- package/dist/icons/fill/cloud-fog-fill.svg +0 -3
- package/dist/icons/fill/cloud-lightning-fill.svg +0 -3
- package/dist/icons/fill/cloud-moon-fill.svg +0 -3
- package/dist/icons/fill/cloud-rain-fill.svg +0 -3
- package/dist/icons/fill/cloud-slash-fill.svg +0 -3
- package/dist/icons/fill/cloud-snow-fill.svg +0 -3
- package/dist/icons/fill/cloud-sun-fill.svg +0 -3
- package/dist/icons/fill/club-fill.svg +0 -3
- package/dist/icons/fill/code-fill.svg +0 -3
- package/dist/icons/fill/code-simple-fill.svg +0 -3
- package/dist/icons/fill/coffee-fill.svg +0 -3
- package/dist/icons/fill/coin-fill.svg +0 -3
- package/dist/icons/fill/columns-fill.svg +0 -3
- package/dist/icons/fill/command-fill.svg +0 -3
- package/dist/icons/fill/compass-fill.svg +0 -3
- package/dist/icons/fill/computer-tower-fill.svg +0 -3
- package/dist/icons/fill/cookie-fill.svg +0 -3
- package/dist/icons/fill/cooking-pot-fill.svg +0 -3
- package/dist/icons/fill/copy-fill.svg +0 -3
- package/dist/icons/fill/copy-simple-fill.svg +0 -3
- package/dist/icons/fill/copyright-fill.svg +0 -3
- package/dist/icons/fill/corners-in-fill.svg +0 -3
- package/dist/icons/fill/corners-out-fill.svg +0 -3
- package/dist/icons/fill/cpu-fill.svg +0 -3
- package/dist/icons/fill/credit-card-fill.svg +0 -3
- package/dist/icons/fill/crop-fill.svg +0 -3
- package/dist/icons/fill/crosshair-fill.svg +0 -3
- package/dist/icons/fill/crosshair-simple-fill.svg +0 -3
- package/dist/icons/fill/crown-fill.svg +0 -3
- package/dist/icons/fill/crown-simple-fill.svg +0 -3
- package/dist/icons/fill/cube-fill.svg +0 -3
- package/dist/icons/fill/currency-btc-fill.svg +0 -3
- package/dist/icons/fill/currency-circle-dollar-fill.svg +0 -3
- package/dist/icons/fill/currency-cny-fill.svg +0 -3
- package/dist/icons/fill/currency-dollar-fill.svg +0 -3
- package/dist/icons/fill/currency-dollar-simple-fill.svg +0 -3
- package/dist/icons/fill/currency-eur-fill.svg +0 -3
- package/dist/icons/fill/currency-gbp-fill.svg +0 -3
- package/dist/icons/fill/currency-inr-fill.svg +0 -3
- package/dist/icons/fill/currency-jpy-fill.svg +0 -3
- package/dist/icons/fill/currency-krw-fill.svg +0 -3
- package/dist/icons/fill/currency-rub-fill.svg +0 -3
- package/dist/icons/fill/cursor-fill.svg +0 -3
- package/dist/icons/fill/database-fill.svg +0 -3
- package/dist/icons/fill/desktop-fill.svg +0 -3
- package/dist/icons/fill/desktop-tower-fill.svg +0 -3
- package/dist/icons/fill/device-mobile-camera-fill.svg +0 -3
- package/dist/icons/fill/device-mobile-fill.svg +0 -3
- package/dist/icons/fill/device-mobile-speaker-fill.svg +0 -3
- package/dist/icons/fill/device-tablet-camera-fill.svg +0 -3
- package/dist/icons/fill/device-tablet-fill.svg +0 -3
- package/dist/icons/fill/device-tablet-speaker-fill.svg +0 -3
- package/dist/icons/fill/diamond-fill.svg +0 -3
- package/dist/icons/fill/dice-five-fill.svg +0 -3
- package/dist/icons/fill/dice-four-fill.svg +0 -3
- package/dist/icons/fill/dice-one-fill.svg +0 -3
- package/dist/icons/fill/dice-six-fill.svg +0 -3
- package/dist/icons/fill/dice-three-fill.svg +0 -3
- package/dist/icons/fill/dice-two-fill.svg +0 -3
- package/dist/icons/fill/disc-fill.svg +0 -3
- package/dist/icons/fill/discord-logo-fill.svg +0 -3
- package/dist/icons/fill/divide-fill.svg +0 -3
- package/dist/icons/fill/dog-fill.svg +0 -3
- package/dist/icons/fill/door-fill.svg +0 -3
- package/dist/icons/fill/dots-nine-fill.svg +0 -3
- package/dist/icons/fill/dots-six-fill.svg +0 -3
- package/dist/icons/fill/dots-six-vertical-fill.svg +0 -3
- package/dist/icons/fill/dots-three-circle-fill.svg +0 -3
- package/dist/icons/fill/dots-three-circle-vertical-fill.svg +0 -3
- package/dist/icons/fill/dots-three-fill.svg +0 -3
- package/dist/icons/fill/dots-three-outline-fill.svg +0 -3
- package/dist/icons/fill/dots-three-outline-vertical-fill.svg +0 -3
- package/dist/icons/fill/dots-three-vertical-fill.svg +0 -3
- package/dist/icons/fill/download-fill.svg +0 -3
- package/dist/icons/fill/download-simple-fill.svg +0 -3
- package/dist/icons/fill/dribbble-logo-fill.svg +0 -3
- package/dist/icons/fill/drop-fill.svg +0 -3
- package/dist/icons/fill/drop-half-fill.svg +0 -3
- package/dist/icons/fill/ear-fill.svg +0 -3
- package/dist/icons/fill/ear-slash-fill.svg +0 -3
- package/dist/icons/fill/eject-fill.svg +0 -3
- package/dist/icons/fill/eject-simple-fill.svg +0 -3
- package/dist/icons/fill/envelope-fill.svg +0 -3
- package/dist/icons/fill/envelope-open-fill.svg +0 -3
- package/dist/icons/fill/envelope-simple-fill.svg +0 -3
- package/dist/icons/fill/envelope-simple-open-fill.svg +0 -3
- package/dist/icons/fill/equals-fill.svg +0 -3
- package/dist/icons/fill/eraser-fill.svg +0 -3
- package/dist/icons/fill/export-fill.svg +0 -3
- package/dist/icons/fill/eye-closed-fill.svg +0 -3
- package/dist/icons/fill/eye-fill.svg +0 -3
- package/dist/icons/fill/eye-slash-fill.svg +0 -3
- package/dist/icons/fill/eyedropper-fill.svg +0 -3
- package/dist/icons/fill/face-mask-fill.svg +0 -3
- package/dist/icons/fill/facebook-logo-fill.svg +0 -3
- package/dist/icons/fill/factory-fill.svg +0 -3
- package/dist/icons/fill/faders-fill.svg +0 -3
- package/dist/icons/fill/faders-horizontal-fill.svg +0 -3
- package/dist/icons/fill/fast-forward-circle-fill.svg +0 -3
- package/dist/icons/fill/fast-forward-fill.svg +0 -3
- package/dist/icons/fill/figma-logo-fill.svg +0 -3
- package/dist/icons/fill/file-arrow-down-fill.svg +0 -3
- package/dist/icons/fill/file-arrow-up-fill.svg +0 -3
- package/dist/icons/fill/file-dotted-fill.svg +0 -3
- package/dist/icons/fill/file-fill.svg +0 -3
- package/dist/icons/fill/file-minus-fill.svg +0 -3
- package/dist/icons/fill/file-pdf-fill.svg +0 -3
- package/dist/icons/fill/file-plus-fill.svg +0 -3
- package/dist/icons/fill/file-search-fill.svg +0 -3
- package/dist/icons/fill/file-text-fill.svg +0 -3
- package/dist/icons/fill/file-x-fill.svg +0 -3
- package/dist/icons/fill/files-fill.svg +0 -3
- package/dist/icons/fill/film-strip-fill.svg +0 -3
- package/dist/icons/fill/fingerprint-fill.svg +0 -3
- package/dist/icons/fill/fingerprint-simple-fill.svg +0 -3
- package/dist/icons/fill/finn-the-human-fill.svg +0 -3
- package/dist/icons/fill/fire-fill.svg +0 -3
- package/dist/icons/fill/fire-simple-fill.svg +0 -3
- package/dist/icons/fill/first-aid-fill.svg +0 -3
- package/dist/icons/fill/first-aid-kit-fill.svg +0 -3
- package/dist/icons/fill/fish-fill.svg +0 -3
- package/dist/icons/fill/fish-simple-fill.svg +0 -3
- package/dist/icons/fill/flag-banner-fill.svg +0 -3
- package/dist/icons/fill/flag-fill.svg +0 -3
- package/dist/icons/fill/flame-fill.svg +0 -3
- package/dist/icons/fill/flashlight-fill.svg +0 -3
- package/dist/icons/fill/flask-fill.svg +0 -3
- package/dist/icons/fill/floppy-disk-back-fill.svg +0 -3
- package/dist/icons/fill/floppy-disk-fill.svg +0 -3
- package/dist/icons/fill/flow-arrow-fill.svg +0 -3
- package/dist/icons/fill/flower-fill.svg +0 -3
- package/dist/icons/fill/flower-lotus-fill.svg +0 -3
- package/dist/icons/fill/folder-fill.svg +0 -3
- package/dist/icons/fill/folder-minus-fill.svg +0 -3
- package/dist/icons/fill/folder-notch-fill.svg +0 -3
- package/dist/icons/fill/folder-notch-minus-fill.svg +0 -3
- package/dist/icons/fill/folder-notch-open-fill.svg +0 -3
- package/dist/icons/fill/folder-notch-plus-fill.svg +0 -3
- package/dist/icons/fill/folder-open-fill.svg +0 -3
- package/dist/icons/fill/folder-plus-fill.svg +0 -3
- package/dist/icons/fill/folder-simple-fill.svg +0 -3
- package/dist/icons/fill/folder-simple-minus-fill.svg +0 -3
- package/dist/icons/fill/folder-simple-plus-fill.svg +0 -3
- package/dist/icons/fill/folders-fill.svg +0 -3
- package/dist/icons/fill/football-fill.svg +0 -3
- package/dist/icons/fill/fork-knife-fill.svg +0 -3
- package/dist/icons/fill/frame-corners-fill.svg +0 -3
- package/dist/icons/fill/framer-logo-fill.svg +0 -3
- package/dist/icons/fill/funnel-fill.svg +0 -3
- package/dist/icons/fill/funnel-simple-fill.svg +0 -3
- package/dist/icons/fill/game-controller-fill.svg +0 -3
- package/dist/icons/fill/gas-pump-fill.svg +0 -3
- package/dist/icons/fill/gauge-fill.svg +0 -3
- package/dist/icons/fill/gear-fill.svg +0 -3
- package/dist/icons/fill/gear-six-fill.svg +0 -3
- package/dist/icons/fill/gender-female-fill.svg +0 -3
- package/dist/icons/fill/gender-intersex-fill.svg +0 -3
- package/dist/icons/fill/gender-male-fill.svg +0 -3
- package/dist/icons/fill/gender-neuter-fill.svg +0 -3
- package/dist/icons/fill/gender-nonbinary-fill.svg +0 -3
- package/dist/icons/fill/gender-transgender-fill.svg +0 -3
- package/dist/icons/fill/ghost-fill.svg +0 -3
- package/dist/icons/fill/gif-fill.svg +0 -3
- package/dist/icons/fill/gift-fill.svg +0 -3
- package/dist/icons/fill/git-branch-fill.svg +0 -3
- package/dist/icons/fill/git-commit-fill.svg +0 -3
- package/dist/icons/fill/git-diff-fill.svg +0 -3
- package/dist/icons/fill/git-fork-fill.svg +0 -3
- package/dist/icons/fill/git-merge-fill.svg +0 -3
- package/dist/icons/fill/git-pull-request-fill.svg +0 -3
- package/dist/icons/fill/github-logo-fill.svg +0 -3
- package/dist/icons/fill/gitlab-logo-fill.svg +0 -3
- package/dist/icons/fill/gitlab-logo-simple-fill.svg +0 -3
- package/dist/icons/fill/globe-fill.svg +0 -3
- package/dist/icons/fill/globe-hemisphere-east-fill.svg +0 -3
- package/dist/icons/fill/globe-hemisphere-west-fill.svg +0 -3
- package/dist/icons/fill/globe-simple-fill.svg +0 -3
- package/dist/icons/fill/globe-stand-fill.svg +0 -3
- package/dist/icons/fill/google-logo-fill.svg +0 -3
- package/dist/icons/fill/google-play-logo-fill.svg +0 -3
- package/dist/icons/fill/graduation-cap-fill.svg +0 -3
- package/dist/icons/fill/grid-four-fill.svg +0 -3
- package/dist/icons/fill/hand-fill.svg +0 -3
- package/dist/icons/fill/hand-fist-fill.svg +0 -3
- package/dist/icons/fill/hand-grabbing-fill.svg +0 -3
- package/dist/icons/fill/hand-palm-fill.svg +0 -3
- package/dist/icons/fill/hand-pointing-fill.svg +0 -3
- package/dist/icons/fill/hand-soap-fill.svg +0 -3
- package/dist/icons/fill/hand-waving-fill.svg +0 -3
- package/dist/icons/fill/handbag-fill.svg +0 -3
- package/dist/icons/fill/handbag-simple-fill.svg +0 -3
- package/dist/icons/fill/hands-clapping-fill.svg +0 -3
- package/dist/icons/fill/handshake-fill.svg +0 -3
- package/dist/icons/fill/hard-drive-fill.svg +0 -3
- package/dist/icons/fill/hard-drives-fill.svg +0 -3
- package/dist/icons/fill/hash-fill.svg +0 -3
- package/dist/icons/fill/hash-straight-fill.svg +0 -3
- package/dist/icons/fill/headlights-fill.svg +0 -3
- package/dist/icons/fill/headphones-fill.svg +0 -3
- package/dist/icons/fill/headset-fill.svg +0 -3
- package/dist/icons/fill/heart-fill.svg +0 -3
- package/dist/icons/fill/heart-straight-fill.svg +0 -3
- package/dist/icons/fill/heartbeat-fill.svg +0 -3
- package/dist/icons/fill/hexagon-fill.svg +0 -3
- package/dist/icons/fill/highlighter-circle-fill.svg +0 -3
- package/dist/icons/fill/horse-fill.svg +0 -3
- package/dist/icons/fill/hourglass-fill.svg +0 -3
- package/dist/icons/fill/hourglass-high-fill.svg +0 -3
- package/dist/icons/fill/hourglass-low-fill.svg +0 -3
- package/dist/icons/fill/hourglass-medium-fill.svg +0 -3
- package/dist/icons/fill/hourglass-simple-fill.svg +0 -3
- package/dist/icons/fill/hourglass-simple-high-fill.svg +0 -3
- package/dist/icons/fill/hourglass-simple-low-fill.svg +0 -3
- package/dist/icons/fill/hourglass-simple-medium-fill.svg +0 -3
- package/dist/icons/fill/house-fill.svg +0 -3
- package/dist/icons/fill/house-line-fill.svg +0 -3
- package/dist/icons/fill/house-simple-fill.svg +0 -3
- package/dist/icons/fill/identification-badge-fill.svg +0 -3
- package/dist/icons/fill/identification-card-fill.svg +0 -3
- package/dist/icons/fill/image-fill.svg +0 -3
- package/dist/icons/fill/image-square-fill.svg +0 -3
- package/dist/icons/fill/infinity-fill.svg +0 -3
- package/dist/icons/fill/info-fill.svg +0 -3
- package/dist/icons/fill/instagram-logo-fill.svg +0 -3
- package/dist/icons/fill/intersect-fill.svg +0 -3
- package/dist/icons/fill/jeep-fill.svg +0 -3
- package/dist/icons/fill/key-fill.svg +0 -3
- package/dist/icons/fill/key-return-fill.svg +0 -3
- package/dist/icons/fill/keyboard-fill.svg +0 -3
- package/dist/icons/fill/knife-fill.svg +0 -3
- package/dist/icons/fill/lamp-fill.svg +0 -3
- package/dist/icons/fill/laptop-fill.svg +0 -3
- package/dist/icons/fill/layout-fill.svg +0 -3
- package/dist/icons/fill/leaf-fill.svg +0 -3
- package/dist/icons/fill/lifebuoy-fill.svg +0 -3
- package/dist/icons/fill/lightbulb-filament-fill.svg +0 -3
- package/dist/icons/fill/lightbulb-fill.svg +0 -3
- package/dist/icons/fill/lightning-fill.svg +0 -3
- package/dist/icons/fill/lightning-slash-fill.svg +0 -3
- package/dist/icons/fill/line-segment-fill.svg +0 -3
- package/dist/icons/fill/line-segments-fill.svg +0 -3
- package/dist/icons/fill/link-break-fill.svg +0 -3
- package/dist/icons/fill/link-fill.svg +0 -3
- package/dist/icons/fill/link-simple-break-fill.svg +0 -3
- package/dist/icons/fill/link-simple-fill.svg +0 -3
- package/dist/icons/fill/link-simple-horizontal-break-fill.svg +0 -3
- package/dist/icons/fill/link-simple-horizontal-fill.svg +0 -3
- package/dist/icons/fill/linkedin-logo-fill.svg +0 -3
- package/dist/icons/fill/list-bullets-fill.svg +0 -3
- package/dist/icons/fill/list-dashes-fill.svg +0 -3
- package/dist/icons/fill/list-fill.svg +0 -3
- package/dist/icons/fill/list-numbers-fill.svg +0 -3
- package/dist/icons/fill/list-plus-fill.svg +0 -3
- package/dist/icons/fill/lock-fill.svg +0 -3
- package/dist/icons/fill/lock-key-fill.svg +0 -3
- package/dist/icons/fill/lock-key-open-fill.svg +0 -3
- package/dist/icons/fill/lock-laminated-fill.svg +0 -3
- package/dist/icons/fill/lock-laminated-open-fill.svg +0 -3
- package/dist/icons/fill/lock-open-fill.svg +0 -3
- package/dist/icons/fill/lock-simple-fill.svg +0 -3
- package/dist/icons/fill/lock-simple-open-fill.svg +0 -3
- package/dist/icons/fill/magic-wand-fill.svg +0 -3
- package/dist/icons/fill/magnet-fill.svg +0 -3
- package/dist/icons/fill/magnet-straight-fill.svg +0 -3
- package/dist/icons/fill/magnifying-glass-fill.svg +0 -3
- package/dist/icons/fill/magnifying-glass-minus-fill.svg +0 -3
- package/dist/icons/fill/magnifying-glass-plus-fill.svg +0 -3
- package/dist/icons/fill/map-pin-fill.svg +0 -3
- package/dist/icons/fill/map-pin-line-fill.svg +0 -3
- package/dist/icons/fill/map-trifold-fill.svg +0 -3
- package/dist/icons/fill/marker-circle-fill.svg +0 -3
- package/dist/icons/fill/martini-fill.svg +0 -3
- package/dist/icons/fill/math-operations-fill.svg +0 -3
- package/dist/icons/fill/medal-fill.svg +0 -3
- package/dist/icons/fill/medium-logo-fill.svg +0 -3
- package/dist/icons/fill/megaphone-fill.svg +0 -3
- package/dist/icons/fill/megaphone-simple-fill.svg +0 -3
- package/dist/icons/fill/messenger-logo-fill.svg +0 -3
- package/dist/icons/fill/microphone-fill.svg +0 -3
- package/dist/icons/fill/microphone-slash-fill.svg +0 -3
- package/dist/icons/fill/minus-circle-fill.svg +0 -3
- package/dist/icons/fill/minus-fill.svg +0 -3
- package/dist/icons/fill/money-fill.svg +0 -3
- package/dist/icons/fill/monitor-fill.svg +0 -3
- package/dist/icons/fill/monitor-play-fill.svg +0 -3
- package/dist/icons/fill/moon-fill.svg +0 -3
- package/dist/icons/fill/moon-stars-fill.svg +0 -3
- package/dist/icons/fill/mouse-fill.svg +0 -3
- package/dist/icons/fill/mouse-simple-fill.svg +0 -3
- package/dist/icons/fill/music-note-fill.svg +0 -3
- package/dist/icons/fill/music-note-simple-fill.svg +0 -3
- package/dist/icons/fill/music-notes-fill.svg +0 -3
- package/dist/icons/fill/music-notes-simple-fill.svg +0 -3
- package/dist/icons/fill/navigation-arrow-fill.svg +0 -3
- package/dist/icons/fill/newspaper-clipping-fill.svg +0 -3
- package/dist/icons/fill/newspaper-fill.svg +0 -3
- package/dist/icons/fill/note-blank-fill.svg +0 -3
- package/dist/icons/fill/note-fill.svg +0 -3
- package/dist/icons/fill/note-pencil-fill.svg +0 -3
- package/dist/icons/fill/notebook-fill.svg +0 -3
- package/dist/icons/fill/notepad-fill.svg +0 -3
- package/dist/icons/fill/notification-fill.svg +0 -3
- package/dist/icons/fill/number-circle-eight-fill.svg +0 -3
- package/dist/icons/fill/number-circle-five-fill.svg +0 -3
- package/dist/icons/fill/number-circle-four-fill.svg +0 -3
- package/dist/icons/fill/number-circle-nine-fill.svg +0 -3
- package/dist/icons/fill/number-circle-one-fill.svg +0 -3
- package/dist/icons/fill/number-circle-seven-fill.svg +0 -3
- package/dist/icons/fill/number-circle-six-fill.svg +0 -3
- package/dist/icons/fill/number-circle-three-fill.svg +0 -3
- package/dist/icons/fill/number-circle-two-fill.svg +0 -3
- package/dist/icons/fill/number-circle-zero-fill.svg +0 -3
- package/dist/icons/fill/number-eight-fill.svg +0 -3
- package/dist/icons/fill/number-five-fill.svg +0 -3
- package/dist/icons/fill/number-four-fill.svg +0 -3
- package/dist/icons/fill/number-nine-fill.svg +0 -3
- package/dist/icons/fill/number-one-fill.svg +0 -3
- package/dist/icons/fill/number-seven-fill.svg +0 -3
- package/dist/icons/fill/number-six-fill.svg +0 -3
- package/dist/icons/fill/number-square-eight-fill.svg +0 -3
- package/dist/icons/fill/number-square-five-fill.svg +0 -3
- package/dist/icons/fill/number-square-four-fill.svg +0 -3
- package/dist/icons/fill/number-square-nine-fill.svg +0 -3
- package/dist/icons/fill/number-square-one-fill.svg +0 -3
- package/dist/icons/fill/number-square-seven-fill.svg +0 -3
- package/dist/icons/fill/number-square-six-fill.svg +0 -3
- package/dist/icons/fill/number-square-three-fill.svg +0 -3
- package/dist/icons/fill/number-square-two-fill.svg +0 -3
- package/dist/icons/fill/number-square-zero-fill.svg +0 -3
- package/dist/icons/fill/number-three-fill.svg +0 -3
- package/dist/icons/fill/number-two-fill.svg +0 -3
- package/dist/icons/fill/number-zero-fill.svg +0 -3
- package/dist/icons/fill/nut-fill.svg +0 -3
- package/dist/icons/fill/ny-times-logo-fill.svg +0 -3
- package/dist/icons/fill/octagon-fill.svg +0 -3
- package/dist/icons/fill/package-fill.svg +0 -3
- package/dist/icons/fill/paint-brush-broad-fill.svg +0 -3
- package/dist/icons/fill/paint-brush-fill.svg +0 -3
- package/dist/icons/fill/paint-brush-household-fill.svg +0 -3
- package/dist/icons/fill/paint-bucket-fill.svg +0 -3
- package/dist/icons/fill/paint-roller-fill.svg +0 -3
- package/dist/icons/fill/palette-fill.svg +0 -3
- package/dist/icons/fill/paper-plane-fill.svg +0 -3
- package/dist/icons/fill/paper-plane-right-fill.svg +0 -3
- package/dist/icons/fill/paper-plane-tilt-fill.svg +0 -3
- package/dist/icons/fill/paperclip-fill.svg +0 -3
- package/dist/icons/fill/paperclip-horizontal-fill.svg +0 -3
- package/dist/icons/fill/path-fill.svg +0 -3
- package/dist/icons/fill/pause-circle-fill.svg +0 -3
- package/dist/icons/fill/pause-fill.svg +0 -3
- package/dist/icons/fill/paw-print-fill.svg +0 -3
- package/dist/icons/fill/peace-fill.svg +0 -3
- package/dist/icons/fill/pedestrian-fill.svg +0 -3
- package/dist/icons/fill/pen-fill.svg +0 -3
- package/dist/icons/fill/pen-nib-fill.svg +0 -3
- package/dist/icons/fill/pen-nib-straight-fill.svg +0 -6
- package/dist/icons/fill/pencil-circle-fill.svg +0 -3
- package/dist/icons/fill/pencil-fill.svg +0 -3
- package/dist/icons/fill/pencil-line-fill.svg +0 -3
- package/dist/icons/fill/pencil-simple-fill.svg +0 -3
- package/dist/icons/fill/percent-fill.svg +0 -3
- package/dist/icons/fill/person-fill.svg +0 -3
- package/dist/icons/fill/person-simple-fill.svg +0 -3
- package/dist/icons/fill/person-simple-run-fill.svg +0 -3
- package/dist/icons/fill/person-simple-walk-fill.svg +0 -3
- package/dist/icons/fill/phone-call-fill.svg +0 -3
- package/dist/icons/fill/phone-disconnect-fill.svg +0 -3
- package/dist/icons/fill/phone-fill.svg +0 -3
- package/dist/icons/fill/phone-incoming-fill.svg +0 -3
- package/dist/icons/fill/phone-outgoing-fill.svg +0 -3
- package/dist/icons/fill/phone-slash-fill.svg +0 -3
- package/dist/icons/fill/phone-x-fill.svg +0 -3
- package/dist/icons/fill/phosphor-logo-fill.svg +0 -3
- package/dist/icons/fill/picture-in-picture-fill.svg +0 -3
- package/dist/icons/fill/pill-fill.svg +0 -3
- package/dist/icons/fill/pinterest-logo-fill.svg +0 -3
- package/dist/icons/fill/pizza-fill.svg +0 -3
- package/dist/icons/fill/placeholder-fill.svg +0 -3
- package/dist/icons/fill/planet-fill.svg +0 -3
- package/dist/icons/fill/play-circle-fill.svg +0 -3
- package/dist/icons/fill/play-fill.svg +0 -3
- package/dist/icons/fill/playlist-fill.svg +0 -3
- package/dist/icons/fill/plus-circle-fill.svg +0 -3
- package/dist/icons/fill/plus-fill.svg +0 -3
- package/dist/icons/fill/plus-minus-fill.svg +0 -3
- package/dist/icons/fill/poker-chip-fill.svg +0 -3
- package/dist/icons/fill/polygon-fill.svg +0 -3
- package/dist/icons/fill/power-fill.svg +0 -3
- package/dist/icons/fill/prescription-fill.svg +0 -3
- package/dist/icons/fill/presentation-chart-fill.svg +0 -3
- package/dist/icons/fill/presentation-fill.svg +0 -3
- package/dist/icons/fill/printer-fill.svg +0 -3
- package/dist/icons/fill/prohibit-fill.svg +0 -3
- package/dist/icons/fill/prohibit-inset-fill.svg +0 -3
- package/dist/icons/fill/projector-screen-chart-fill.svg +0 -3
- package/dist/icons/fill/projector-screen-fill.svg +0 -3
- package/dist/icons/fill/push-pin-fill.svg +0 -3
- package/dist/icons/fill/push-pin-simple-fill.svg +0 -3
- package/dist/icons/fill/push-pin-simple-slash-fill.svg +0 -3
- package/dist/icons/fill/push-pin-slash-fill.svg +0 -3
- package/dist/icons/fill/puzzle-piece-fill.svg +0 -3
- package/dist/icons/fill/qr-code-fill.svg +0 -3
- package/dist/icons/fill/question-fill.svg +0 -3
- package/dist/icons/fill/queue-fill.svg +0 -3
- package/dist/icons/fill/quotes-fill.svg +0 -3
- package/dist/icons/fill/radical-fill.svg +0 -3
- package/dist/icons/fill/radio-fill.svg +0 -3
- package/dist/icons/fill/rainbow-cloud-fill.svg +0 -3
- package/dist/icons/fill/rainbow-fill.svg +0 -3
- package/dist/icons/fill/receipt-fill.svg +0 -3
- package/dist/icons/fill/record-fill.svg +0 -3
- package/dist/icons/fill/rectangle-fill.svg +0 -3
- package/dist/icons/fill/rectangles-two-fill.svg +0 -3
- package/dist/icons/fill/recycle-fill.svg +0 -3
- package/dist/icons/fill/reddit-logo-fill.svg +0 -3
- package/dist/icons/fill/repeat-fill.svg +0 -3
- package/dist/icons/fill/repeat-once-fill.svg +0 -3
- package/dist/icons/fill/rewind-circle-fill.svg +0 -3
- package/dist/icons/fill/rewind-fill.svg +0 -3
- package/dist/icons/fill/robot-fill.svg +0 -3
- package/dist/icons/fill/rocket-fill.svg +0 -3
- package/dist/icons/fill/rocket-launch-fill.svg +0 -3
- package/dist/icons/fill/rows-fill.svg +0 -3
- package/dist/icons/fill/rss-fill.svg +0 -3
- package/dist/icons/fill/rss-simple-fill.svg +0 -3
- package/dist/icons/fill/ruler-fill.svg +0 -3
- package/dist/icons/fill/scales-fill.svg +0 -3
- package/dist/icons/fill/scissors-fill.svg +0 -3
- package/dist/icons/fill/screencast-fill.svg +0 -3
- package/dist/icons/fill/scribble-loop-fill.svg +0 -3
- package/dist/icons/fill/selection-all-fill.svg +0 -3
- package/dist/icons/fill/selection-background-fill.svg +0 -3
- package/dist/icons/fill/selection-fill.svg +0 -3
- package/dist/icons/fill/selection-foreground-fill.svg +0 -3
- package/dist/icons/fill/selection-inverse-fill.svg +0 -3
- package/dist/icons/fill/selection-plus-fill.svg +0 -3
- package/dist/icons/fill/selection-slash-fill.svg +0 -3
- package/dist/icons/fill/share-fill.svg +0 -3
- package/dist/icons/fill/share-network-fill.svg +0 -3
- package/dist/icons/fill/shield-check-fill.svg +0 -3
- package/dist/icons/fill/shield-checkered-fill.svg +0 -3
- package/dist/icons/fill/shield-chevron-fill.svg +0 -3
- package/dist/icons/fill/shield-fill.svg +0 -3
- package/dist/icons/fill/shield-plus-fill.svg +0 -3
- package/dist/icons/fill/shield-slash-fill.svg +0 -3
- package/dist/icons/fill/shield-warning-fill.svg +0 -3
- package/dist/icons/fill/shopping-bag-fill.svg +0 -3
- package/dist/icons/fill/shopping-bag-open-fill.svg +0 -3
- package/dist/icons/fill/shopping-cart-fill.svg +0 -3
- package/dist/icons/fill/shopping-cart-simple-fill.svg +0 -3
- package/dist/icons/fill/shower-fill.svg +0 -3
- package/dist/icons/fill/shuffle-angular-fill.svg +0 -3
- package/dist/icons/fill/shuffle-fill.svg +0 -3
- package/dist/icons/fill/shuffle-simple-fill.svg +0 -3
- package/dist/icons/fill/sign-in-fill.svg +0 -3
- package/dist/icons/fill/sign-out-fill.svg +0 -3
- package/dist/icons/fill/sim-card-fill.svg +0 -3
- package/dist/icons/fill/sketch-logo-fill.svg +0 -3
- package/dist/icons/fill/skip-back-circle-fill.svg +0 -3
- package/dist/icons/fill/skip-back-fill.svg +0 -3
- package/dist/icons/fill/skip-forward-circle-fill.svg +0 -3
- package/dist/icons/fill/skip-forward-fill.svg +0 -3
- package/dist/icons/fill/slack-logo-fill.svg +0 -3
- package/dist/icons/fill/sliders-fill.svg +0 -3
- package/dist/icons/fill/sliders-horizontal-fill.svg +0 -3
- package/dist/icons/fill/smiley-blank-fill.svg +0 -3
- package/dist/icons/fill/smiley-fill.svg +0 -3
- package/dist/icons/fill/smiley-meh-fill.svg +0 -3
- package/dist/icons/fill/smiley-nervous-fill.svg +0 -3
- package/dist/icons/fill/smiley-sad-fill.svg +0 -3
- package/dist/icons/fill/smiley-sticker-fill.svg +0 -3
- package/dist/icons/fill/smiley-wink-fill.svg +0 -3
- package/dist/icons/fill/smiley-x-eyes-fill.svg +0 -3
- package/dist/icons/fill/snapchat-logo-fill.svg +0 -3
- package/dist/icons/fill/snowflake-fill.svg +0 -3
- package/dist/icons/fill/soccer-ball-fill.svg +0 -3
- package/dist/icons/fill/sort-ascending-fill.svg +0 -3
- package/dist/icons/fill/sort-descending-fill.svg +0 -3
- package/dist/icons/fill/spade-fill.svg +0 -3
- package/dist/icons/fill/sparkle-fill.svg +0 -3
- package/dist/icons/fill/speaker-high-fill.svg +0 -3
- package/dist/icons/fill/speaker-low-fill.svg +0 -3
- package/dist/icons/fill/speaker-none-fill.svg +0 -3
- package/dist/icons/fill/speaker-simple-high-fill.svg +0 -3
- package/dist/icons/fill/speaker-simple-low-fill.svg +0 -3
- package/dist/icons/fill/speaker-simple-none-fill.svg +0 -3
- package/dist/icons/fill/speaker-simple-slash-fill.svg +0 -3
- package/dist/icons/fill/speaker-simple-x-fill.svg +0 -3
- package/dist/icons/fill/speaker-slash-fill.svg +0 -3
- package/dist/icons/fill/speaker-x-fill.svg +0 -3
- package/dist/icons/fill/spinner-fill.svg +0 -3
- package/dist/icons/fill/spinner-gap-fill.svg +0 -3
- package/dist/icons/fill/spotify-logo-fill.svg +0 -3
- package/dist/icons/fill/square-fill.svg +0 -3
- package/dist/icons/fill/square-half-fill.svg +0 -3
- package/dist/icons/fill/square-logo-fill.svg +0 -3
- package/dist/icons/fill/squares-four-fill.svg +0 -3
- package/dist/icons/fill/stack-fill.svg +0 -3
- package/dist/icons/fill/stack-simple-fill.svg +0 -3
- package/dist/icons/fill/star-fill.svg +0 -3
- package/dist/icons/fill/star-four-fill.svg +0 -3
- package/dist/icons/fill/star-half-fill.svg +0 -3
- package/dist/icons/fill/sticker-fill.svg +0 -3
- package/dist/icons/fill/stop-circle-fill.svg +0 -3
- package/dist/icons/fill/stop-fill.svg +0 -3
- package/dist/icons/fill/storefront-fill.svg +0 -3
- package/dist/icons/fill/stripe-logo-fill.svg +0 -3
- package/dist/icons/fill/student-fill.svg +0 -3
- package/dist/icons/fill/suitcase-fill.svg +0 -3
- package/dist/icons/fill/suitcase-simple-fill.svg +0 -3
- package/dist/icons/fill/sun-dim-fill.svg +0 -3
- package/dist/icons/fill/sun-fill.svg +0 -3
- package/dist/icons/fill/sun-horizon-fill.svg +0 -3
- package/dist/icons/fill/swap-fill.svg +0 -3
- package/dist/icons/fill/swatches-fill.svg +0 -3
- package/dist/icons/fill/sword-fill.svg +0 -3
- package/dist/icons/fill/t-shirt-fill.svg +0 -3
- package/dist/icons/fill/table-fill.svg +0 -3
- package/dist/icons/fill/tag-chevron-fill.svg +0 -3
- package/dist/icons/fill/tag-fill.svg +0 -3
- package/dist/icons/fill/tag-simple-fill.svg +0 -3
- package/dist/icons/fill/target-fill.svg +0 -3
- package/dist/icons/fill/telegram-logo-fill.svg +0 -3
- package/dist/icons/fill/television-fill.svg +0 -3
- package/dist/icons/fill/television-simple-fill.svg +0 -3
- package/dist/icons/fill/tennis-ball-fill.svg +0 -3
- package/dist/icons/fill/terminal-fill.svg +0 -3
- package/dist/icons/fill/terminal-window-fill.svg +0 -3
- package/dist/icons/fill/test-tube-fill.svg +0 -3
- package/dist/icons/fill/text-aa-fill.svg +0 -3
- package/dist/icons/fill/text-align-center-fill.svg +0 -3
- package/dist/icons/fill/text-align-justify-fill.svg +0 -3
- package/dist/icons/fill/text-align-left-fill.svg +0 -3
- package/dist/icons/fill/text-align-right-fill.svg +0 -3
- package/dist/icons/fill/text-bolder-fill.svg +0 -3
- package/dist/icons/fill/text-fill.svg +0 -3
- package/dist/icons/fill/text-h-fill.svg +0 -3
- package/dist/icons/fill/text-h-five-fill.svg +0 -3
- package/dist/icons/fill/text-h-four-fill.svg +0 -3
- package/dist/icons/fill/text-h-one-fill.svg +0 -3
- package/dist/icons/fill/text-h-six-fill.svg +0 -3
- package/dist/icons/fill/text-h-three-fill.svg +0 -3
- package/dist/icons/fill/text-h-two-fill.svg +0 -3
- package/dist/icons/fill/text-italic-fill.svg +0 -3
- package/dist/icons/fill/text-strikethrough-fill.svg +0 -3
- package/dist/icons/fill/text-t-fill.svg +0 -3
- package/dist/icons/fill/text-underline-fill.svg +0 -3
- package/dist/icons/fill/thermometer-cold-fill.svg +0 -3
- package/dist/icons/fill/thermometer-fill.svg +0 -3
- package/dist/icons/fill/thermometer-hot-fill.svg +0 -3
- package/dist/icons/fill/thermometer-simple-fill.svg +0 -3
- package/dist/icons/fill/thumbs-down-fill.svg +0 -3
- package/dist/icons/fill/thumbs-up-fill.svg +0 -3
- package/dist/icons/fill/ticket-fill.svg +0 -3
- package/dist/icons/fill/tiktok-logo-fill.svg +0 -3
- package/dist/icons/fill/timer-fill.svg +0 -3
- package/dist/icons/fill/toggle-left-fill.svg +0 -3
- package/dist/icons/fill/toggle-right-fill.svg +0 -3
- package/dist/icons/fill/toilet-paper-fill.svg +0 -3
- package/dist/icons/fill/tote-fill.svg +0 -3
- package/dist/icons/fill/tote-simple-fill.svg +0 -3
- package/dist/icons/fill/traffic-sign-fill.svg +0 -3
- package/dist/icons/fill/train-fill.svg +0 -3
- package/dist/icons/fill/train-regional-fill.svg +0 -3
- package/dist/icons/fill/train-simple-fill.svg +0 -3
- package/dist/icons/fill/translate-fill.svg +0 -3
- package/dist/icons/fill/trash-fill.svg +0 -3
- package/dist/icons/fill/trash-simple-fill.svg +0 -3
- package/dist/icons/fill/tray-fill.svg +0 -3
- package/dist/icons/fill/tree-evergreen-fill.svg +0 -3
- package/dist/icons/fill/tree-fill.svg +0 -3
- package/dist/icons/fill/tree-structure-fill.svg +0 -3
- package/dist/icons/fill/trend-down-fill.svg +0 -3
- package/dist/icons/fill/trend-up-fill.svg +0 -3
- package/dist/icons/fill/triangle-fill.svg +0 -3
- package/dist/icons/fill/trophy-fill.svg +0 -3
- package/dist/icons/fill/truck-fill.svg +0 -3
- package/dist/icons/fill/twitch-logo-fill.svg +0 -3
- package/dist/icons/fill/twitter-logo-fill.svg +0 -3
- package/dist/icons/fill/umbrella-fill.svg +0 -3
- package/dist/icons/fill/umbrella-simple-fill.svg +0 -3
- package/dist/icons/fill/upload-fill.svg +0 -3
- package/dist/icons/fill/upload-simple-fill.svg +0 -3
- package/dist/icons/fill/user-circle-fill.svg +0 -3
- package/dist/icons/fill/user-circle-gear-fill.svg +0 -3
- package/dist/icons/fill/user-circle-minus-fill.svg +0 -3
- package/dist/icons/fill/user-circle-plus-fill.svg +0 -3
- package/dist/icons/fill/user-fill.svg +0 -3
- package/dist/icons/fill/user-focus-fill.svg +0 -3
- package/dist/icons/fill/user-gear-fill.svg +0 -3
- package/dist/icons/fill/user-list-fill.svg +0 -3
- package/dist/icons/fill/user-minus-fill.svg +0 -3
- package/dist/icons/fill/user-plus-fill.svg +0 -3
- package/dist/icons/fill/user-rectangle-fill.svg +0 -3
- package/dist/icons/fill/user-square-fill.svg +0 -3
- package/dist/icons/fill/users-fill.svg +0 -3
- package/dist/icons/fill/users-four-fill.svg +0 -3
- package/dist/icons/fill/users-three-fill.svg +0 -3
- package/dist/icons/fill/vibrate-fill.svg +0 -3
- package/dist/icons/fill/video-camera-fill.svg +0 -3
- package/dist/icons/fill/video-camera-slash-fill.svg +0 -3
- package/dist/icons/fill/voicemail-fill.svg +0 -3
- package/dist/icons/fill/volleyball-fill.svg +0 -3
- package/dist/icons/fill/wall-fill.svg +0 -3
- package/dist/icons/fill/wallet-fill.svg +0 -3
- package/dist/icons/fill/warning-circle-fill.svg +0 -3
- package/dist/icons/fill/warning-fill.svg +0 -3
- package/dist/icons/fill/warning-octagon-fill.svg +0 -3
- package/dist/icons/fill/watch-fill.svg +0 -3
- package/dist/icons/fill/waves-fill.svg +0 -3
- package/dist/icons/fill/whatsapp-logo-fill.svg +0 -6
- package/dist/icons/fill/wheelchair-fill.svg +0 -3
- package/dist/icons/fill/wifi-high-fill.svg +0 -3
- package/dist/icons/fill/wifi-low-fill.svg +0 -3
- package/dist/icons/fill/wifi-medium-fill.svg +0 -3
- package/dist/icons/fill/wifi-none-fill.svg +0 -3
- package/dist/icons/fill/wifi-slash-fill.svg +0 -3
- package/dist/icons/fill/wifi-x-fill.svg +0 -3
- package/dist/icons/fill/wind-fill.svg +0 -3
- package/dist/icons/fill/windows-logo-fill.svg +0 -3
- package/dist/icons/fill/wine-fill.svg +0 -3
- package/dist/icons/fill/wrench-fill.svg +0 -3
- package/dist/icons/fill/x-circle-fill.svg +0 -3
- package/dist/icons/fill/x-fill.svg +0 -3
- package/dist/icons/fill/x-square-fill.svg +0 -3
- package/dist/icons/fill/youtube-logo-fill.svg +0 -3
- package/dist/icons/light/activity-light.svg +0 -3
- package/dist/icons/light/address-book-light.svg +0 -3
- package/dist/icons/light/airplane-in-flight-light.svg +0 -3
- package/dist/icons/light/airplane-landing-light.svg +0 -3
- package/dist/icons/light/airplane-light.svg +0 -3
- package/dist/icons/light/airplane-takeoff-light.svg +0 -3
- package/dist/icons/light/airplane-tilt-light.svg +0 -3
- package/dist/icons/light/airplay-light.svg +0 -3
- package/dist/icons/light/alarm-light.svg +0 -3
- package/dist/icons/light/align-bottom-light.svg +0 -3
- package/dist/icons/light/align-center-horizontal-light.svg +0 -3
- package/dist/icons/light/align-center-vertical-light.svg +0 -3
- package/dist/icons/light/align-left-light.svg +0 -3
- package/dist/icons/light/align-right-light.svg +0 -3
- package/dist/icons/light/align-top-light.svg +0 -3
- package/dist/icons/light/anchor-light.svg +0 -3
- package/dist/icons/light/anchor-simple-light.svg +0 -3
- package/dist/icons/light/android-logo-light.svg +0 -3
- package/dist/icons/light/aperture-light.svg +0 -3
- package/dist/icons/light/app-window-light.svg +0 -3
- package/dist/icons/light/apple-logo-light.svg +0 -3
- package/dist/icons/light/archive-box-light.svg +0 -3
- package/dist/icons/light/archive-light.svg +0 -3
- package/dist/icons/light/archive-tray-light.svg +0 -3
- package/dist/icons/light/armchair-light.svg +0 -3
- package/dist/icons/light/arrow-arc-left-light.svg +0 -3
- package/dist/icons/light/arrow-arc-right-light.svg +0 -3
- package/dist/icons/light/arrow-bend-double-up-left-light.svg +0 -3
- package/dist/icons/light/arrow-bend-double-up-right-light.svg +0 -3
- package/dist/icons/light/arrow-bend-down-left-light.svg +0 -3
- package/dist/icons/light/arrow-bend-down-right-light.svg +0 -3
- package/dist/icons/light/arrow-bend-left-down-light.svg +0 -3
- package/dist/icons/light/arrow-bend-left-up-light.svg +0 -3
- package/dist/icons/light/arrow-bend-right-down-light.svg +0 -3
- package/dist/icons/light/arrow-bend-right-up-light.svg +0 -3
- package/dist/icons/light/arrow-bend-up-left-light.svg +0 -3
- package/dist/icons/light/arrow-bend-up-right-light.svg +0 -3
- package/dist/icons/light/arrow-circle-down-left-light.svg +0 -3
- package/dist/icons/light/arrow-circle-down-light.svg +0 -3
- package/dist/icons/light/arrow-circle-down-right-light.svg +0 -3
- package/dist/icons/light/arrow-circle-left-light.svg +0 -3
- package/dist/icons/light/arrow-circle-right-light.svg +0 -3
- package/dist/icons/light/arrow-circle-up-left-light.svg +0 -3
- package/dist/icons/light/arrow-circle-up-light.svg +0 -3
- package/dist/icons/light/arrow-circle-up-right-light.svg +0 -3
- package/dist/icons/light/arrow-clockwise-light.svg +0 -3
- package/dist/icons/light/arrow-counter-clockwise-light.svg +0 -3
- package/dist/icons/light/arrow-down-left-light.svg +0 -3
- package/dist/icons/light/arrow-down-light.svg +0 -3
- package/dist/icons/light/arrow-down-right-light.svg +0 -3
- package/dist/icons/light/arrow-elbow-down-left-light.svg +0 -3
- package/dist/icons/light/arrow-elbow-down-right-light.svg +0 -3
- package/dist/icons/light/arrow-elbow-left-down-light.svg +0 -3
- package/dist/icons/light/arrow-elbow-left-light.svg +0 -3
- package/dist/icons/light/arrow-elbow-left-up-light.svg +0 -3
- package/dist/icons/light/arrow-elbow-right-down-light.svg +0 -3
- package/dist/icons/light/arrow-elbow-right-light.svg +0 -3
- package/dist/icons/light/arrow-elbow-right-up-light.svg +0 -3
- package/dist/icons/light/arrow-elbow-up-left-light.svg +0 -3
- package/dist/icons/light/arrow-elbow-up-right-light.svg +0 -3
- package/dist/icons/light/arrow-fat-down-light.svg +0 -3
- package/dist/icons/light/arrow-fat-left-light.svg +0 -3
- package/dist/icons/light/arrow-fat-line-down-light.svg +0 -3
- package/dist/icons/light/arrow-fat-line-left-light.svg +0 -3
- package/dist/icons/light/arrow-fat-line-right-light.svg +0 -3
- package/dist/icons/light/arrow-fat-line-up-light.svg +0 -3
- package/dist/icons/light/arrow-fat-lines-down-light.svg +0 -3
- package/dist/icons/light/arrow-fat-lines-left-light.svg +0 -3
- package/dist/icons/light/arrow-fat-lines-right-light.svg +0 -3
- package/dist/icons/light/arrow-fat-lines-up-light.svg +0 -3
- package/dist/icons/light/arrow-fat-right-light.svg +0 -3
- package/dist/icons/light/arrow-fat-up-light.svg +0 -3
- package/dist/icons/light/arrow-left-light.svg +0 -3
- package/dist/icons/light/arrow-line-down-left-light.svg +0 -3
- package/dist/icons/light/arrow-line-down-light.svg +0 -3
- package/dist/icons/light/arrow-line-down-right-light.svg +0 -3
- package/dist/icons/light/arrow-line-left-light.svg +0 -3
- package/dist/icons/light/arrow-line-right-light.svg +0 -3
- package/dist/icons/light/arrow-line-up-left-light.svg +0 -3
- package/dist/icons/light/arrow-line-up-light.svg +0 -3
- package/dist/icons/light/arrow-line-up-right-light.svg +0 -3
- package/dist/icons/light/arrow-right-light.svg +0 -3
- package/dist/icons/light/arrow-square-down-left-light.svg +0 -3
- package/dist/icons/light/arrow-square-down-light.svg +0 -3
- package/dist/icons/light/arrow-square-down-right-light.svg +0 -3
- package/dist/icons/light/arrow-square-in-light.svg +0 -3
- package/dist/icons/light/arrow-square-left-light.svg +0 -3
- package/dist/icons/light/arrow-square-out-light.svg +0 -3
- package/dist/icons/light/arrow-square-right-light.svg +0 -3
- package/dist/icons/light/arrow-square-up-left-light.svg +0 -3
- package/dist/icons/light/arrow-square-up-light.svg +0 -3
- package/dist/icons/light/arrow-square-up-right-light.svg +0 -3
- package/dist/icons/light/arrow-u-down-left-light.svg +0 -3
- package/dist/icons/light/arrow-u-down-right-light.svg +0 -3
- package/dist/icons/light/arrow-u-left-down-light.svg +0 -3
- package/dist/icons/light/arrow-u-left-up-light.svg +0 -3
- package/dist/icons/light/arrow-u-right-down-light.svg +0 -3
- package/dist/icons/light/arrow-u-right-up-light.svg +0 -3
- package/dist/icons/light/arrow-u-up-left-light.svg +0 -3
- package/dist/icons/light/arrow-u-up-right-light.svg +0 -3
- package/dist/icons/light/arrow-up-left-light.svg +0 -3
- package/dist/icons/light/arrow-up-light.svg +0 -3
- package/dist/icons/light/arrow-up-right-light.svg +0 -3
- package/dist/icons/light/arrows-clockwise-light.svg +0 -3
- package/dist/icons/light/arrows-counter-clockwise-light.svg +0 -3
- package/dist/icons/light/arrows-down-up-light.svg +0 -3
- package/dist/icons/light/arrows-in-cardinal-light.svg +0 -3
- package/dist/icons/light/arrows-in-light.svg +0 -3
- package/dist/icons/light/arrows-in-line-horizontal-light.svg +0 -3
- package/dist/icons/light/arrows-in-line-vertical-light.svg +0 -3
- package/dist/icons/light/arrows-in-simple-light.svg +0 -3
- package/dist/icons/light/arrows-left-right-light.svg +0 -3
- package/dist/icons/light/arrows-out-cardinal-light.svg +0 -3
- package/dist/icons/light/arrows-out-light.svg +0 -3
- package/dist/icons/light/arrows-out-line-horizontal-light.svg +0 -3
- package/dist/icons/light/arrows-out-line-vertical-light.svg +0 -3
- package/dist/icons/light/arrows-out-simple-light.svg +0 -3
- package/dist/icons/light/article-light.svg +0 -3
- package/dist/icons/light/article-medium-light.svg +0 -3
- package/dist/icons/light/article-ny-times-light.svg +0 -3
- package/dist/icons/light/asterisk-light.svg +0 -3
- package/dist/icons/light/at-light.svg +0 -3
- package/dist/icons/light/atom-light.svg +0 -3
- package/dist/icons/light/baby-light.svg +0 -3
- package/dist/icons/light/backspace-light.svg +0 -3
- package/dist/icons/light/bag-light.svg +0 -3
- package/dist/icons/light/bag-simple-light.svg +0 -3
- package/dist/icons/light/bandaids-light.svg +0 -3
- package/dist/icons/light/bank-light.svg +0 -3
- package/dist/icons/light/barbell-light.svg +0 -3
- package/dist/icons/light/barcode-light.svg +0 -3
- package/dist/icons/light/baseball-light.svg +0 -3
- package/dist/icons/light/basketball-light.svg +0 -3
- package/dist/icons/light/battery-charging-light.svg +0 -3
- package/dist/icons/light/battery-charging-vertical-light.svg +0 -3
- package/dist/icons/light/battery-empty-light.svg +0 -3
- package/dist/icons/light/battery-full-light.svg +0 -3
- package/dist/icons/light/battery-high-light.svg +0 -3
- package/dist/icons/light/battery-low-light.svg +0 -3
- package/dist/icons/light/battery-medium-light.svg +0 -3
- package/dist/icons/light/battery-warning-light.svg +0 -3
- package/dist/icons/light/battery-warning-vertical-light.svg +0 -3
- package/dist/icons/light/bed-light.svg +0 -3
- package/dist/icons/light/bell-light.svg +0 -3
- package/dist/icons/light/bell-ringing-light.svg +0 -3
- package/dist/icons/light/bell-simple-light.svg +0 -3
- package/dist/icons/light/bell-simple-ringing-light.svg +0 -3
- package/dist/icons/light/bell-simple-slash-light.svg +0 -3
- package/dist/icons/light/bell-simple-z-light.svg +0 -3
- package/dist/icons/light/bell-slash-light.svg +0 -3
- package/dist/icons/light/bell-z-light.svg +0 -3
- package/dist/icons/light/bicycle-light.svg +0 -3
- package/dist/icons/light/bird-light.svg +0 -3
- package/dist/icons/light/bluetooth-connected-light.svg +0 -3
- package/dist/icons/light/bluetooth-light.svg +0 -3
- package/dist/icons/light/bluetooth-slash-light.svg +0 -3
- package/dist/icons/light/bluetooth-x-light.svg +0 -3
- package/dist/icons/light/boat-light.svg +0 -3
- package/dist/icons/light/book-bookmark-light.svg +0 -3
- package/dist/icons/light/book-light.svg +0 -3
- package/dist/icons/light/book-open-light.svg +0 -3
- package/dist/icons/light/bookmark-light.svg +0 -3
- package/dist/icons/light/bookmark-simple-light.svg +0 -3
- package/dist/icons/light/bookmarks-light.svg +0 -3
- package/dist/icons/light/bookmarks-simple-light.svg +0 -3
- package/dist/icons/light/books-light.svg +0 -3
- package/dist/icons/light/bounding-box-light.svg +0 -3
- package/dist/icons/light/brackets-angle-light.svg +0 -3
- package/dist/icons/light/brackets-curly-light.svg +0 -3
- package/dist/icons/light/brackets-round-light.svg +0 -3
- package/dist/icons/light/brackets-square-light.svg +0 -3
- package/dist/icons/light/brain-light.svg +0 -3
- package/dist/icons/light/brandy-light.svg +0 -3
- package/dist/icons/light/briefcase-light.svg +0 -3
- package/dist/icons/light/briefcase-metal-light.svg +0 -3
- package/dist/icons/light/briefcase-simple-light.svg +0 -3
- package/dist/icons/light/broadcast-light.svg +0 -3
- package/dist/icons/light/browser-light.svg +0 -3
- package/dist/icons/light/browsers-light.svg +0 -3
- package/dist/icons/light/browsers-simple-light.svg +0 -3
- package/dist/icons/light/bug-beetle-light.svg +0 -3
- package/dist/icons/light/bug-droid-light.svg +0 -3
- package/dist/icons/light/bug-light.svg +0 -3
- package/dist/icons/light/buildings-light.svg +0 -3
- package/dist/icons/light/bus-light.svg +0 -3
- package/dist/icons/light/cake-light.svg +0 -3
- package/dist/icons/light/calculator-light.svg +0 -3
- package/dist/icons/light/calendar-blank-light.svg +0 -3
- package/dist/icons/light/calendar-check-light.svg +0 -3
- package/dist/icons/light/calendar-light.svg +0 -3
- package/dist/icons/light/calendar-plus-light.svg +0 -3
- package/dist/icons/light/calendar-x-light.svg +0 -3
- package/dist/icons/light/camera-light.svg +0 -3
- package/dist/icons/light/camera-slash-light.svg +0 -3
- package/dist/icons/light/car-light.svg +0 -3
- package/dist/icons/light/car-simple-light.svg +0 -3
- package/dist/icons/light/cardholder-light.svg +0 -3
- package/dist/icons/light/cards-light.svg +0 -3
- package/dist/icons/light/caret-circle-double-down-light.svg +0 -3
- package/dist/icons/light/caret-circle-double-left-light.svg +0 -3
- package/dist/icons/light/caret-circle-double-right-light.svg +0 -3
- package/dist/icons/light/caret-circle-double-up-light.svg +0 -3
- package/dist/icons/light/caret-circle-down-light.svg +0 -3
- package/dist/icons/light/caret-circle-left-light.svg +0 -3
- package/dist/icons/light/caret-circle-right-light.svg +0 -3
- package/dist/icons/light/caret-circle-up-light.svg +0 -3
- package/dist/icons/light/caret-double-down-light.svg +0 -3
- package/dist/icons/light/caret-double-left-light.svg +0 -3
- package/dist/icons/light/caret-double-right-light.svg +0 -3
- package/dist/icons/light/caret-double-up-light.svg +0 -3
- package/dist/icons/light/caret-down-light.svg +0 -3
- package/dist/icons/light/caret-left-light.svg +0 -3
- package/dist/icons/light/caret-right-light.svg +0 -3
- package/dist/icons/light/caret-up-light.svg +0 -3
- package/dist/icons/light/cat-light.svg +0 -3
- package/dist/icons/light/cell-signal-full-light.svg +0 -3
- package/dist/icons/light/cell-signal-high-light.svg +0 -3
- package/dist/icons/light/cell-signal-low-light.svg +0 -3
- package/dist/icons/light/cell-signal-medium-light.svg +0 -3
- package/dist/icons/light/cell-signal-none-light.svg +0 -3
- package/dist/icons/light/cell-signal-slash-light.svg +0 -3
- package/dist/icons/light/cell-signal-x-light.svg +0 -3
- package/dist/icons/light/chalkboard-light.svg +0 -3
- package/dist/icons/light/chalkboard-simple-light.svg +0 -3
- package/dist/icons/light/chalkboard-teacher-light.svg +0 -3
- package/dist/icons/light/chart-bar-horizontal-light.svg +0 -3
- package/dist/icons/light/chart-bar-light.svg +0 -3
- package/dist/icons/light/chart-line-light.svg +0 -3
- package/dist/icons/light/chart-line-up-light.svg +0 -3
- package/dist/icons/light/chart-pie-light.svg +0 -3
- package/dist/icons/light/chart-pie-slice-light.svg +0 -3
- package/dist/icons/light/chat-centered-dots-light.svg +0 -3
- package/dist/icons/light/chat-centered-light.svg +0 -3
- package/dist/icons/light/chat-centered-text-light.svg +0 -3
- package/dist/icons/light/chat-circle-dots-light.svg +0 -3
- package/dist/icons/light/chat-circle-light.svg +0 -3
- package/dist/icons/light/chat-circle-text-light.svg +0 -3
- package/dist/icons/light/chat-dots-light.svg +0 -3
- package/dist/icons/light/chat-light.svg +0 -3
- package/dist/icons/light/chat-teardrop-dots-light.svg +0 -3
- package/dist/icons/light/chat-teardrop-light.svg +0 -3
- package/dist/icons/light/chat-teardrop-text-light.svg +0 -3
- package/dist/icons/light/chat-text-light.svg +0 -3
- package/dist/icons/light/chats-circle-light.svg +0 -3
- package/dist/icons/light/chats-light.svg +0 -3
- package/dist/icons/light/chats-teardrop-light.svg +0 -3
- package/dist/icons/light/check-circle-light.svg +0 -3
- package/dist/icons/light/check-light.svg +0 -3
- package/dist/icons/light/check-square-light.svg +0 -3
- package/dist/icons/light/check-square-offset-light.svg +0 -3
- package/dist/icons/light/checks-light.svg +0 -3
- package/dist/icons/light/circle-dashed-light.svg +0 -3
- package/dist/icons/light/circle-half-light.svg +0 -3
- package/dist/icons/light/circle-half-tilt-light.svg +0 -3
- package/dist/icons/light/circle-light.svg +0 -3
- package/dist/icons/light/circle-wavy-check-light.svg +0 -3
- package/dist/icons/light/circle-wavy-light.svg +0 -3
- package/dist/icons/light/circle-wavy-question-light.svg +0 -3
- package/dist/icons/light/circle-wavy-warning-light.svg +0 -3
- package/dist/icons/light/circles-four-light.svg +0 -3
- package/dist/icons/light/circles-three-light.svg +0 -3
- package/dist/icons/light/circles-three-plus-light.svg +0 -3
- package/dist/icons/light/clipboard-light.svg +0 -3
- package/dist/icons/light/clipboard-text-light.svg +0 -3
- package/dist/icons/light/clock-afternoon-light.svg +0 -3
- package/dist/icons/light/clock-clockwise-light.svg +0 -3
- package/dist/icons/light/clock-counter-clockwise-light.svg +0 -3
- package/dist/icons/light/clock-light.svg +0 -3
- package/dist/icons/light/closed-captioning-light.svg +0 -3
- package/dist/icons/light/cloud-arrow-down-light.svg +0 -3
- package/dist/icons/light/cloud-arrow-up-light.svg +0 -3
- package/dist/icons/light/cloud-check-light.svg +0 -3
- package/dist/icons/light/cloud-fog-light.svg +0 -3
- package/dist/icons/light/cloud-light.svg +0 -3
- package/dist/icons/light/cloud-lightning-light.svg +0 -3
- package/dist/icons/light/cloud-moon-light.svg +0 -3
- package/dist/icons/light/cloud-rain-light.svg +0 -3
- package/dist/icons/light/cloud-slash-light.svg +0 -3
- package/dist/icons/light/cloud-snow-light.svg +0 -3
- package/dist/icons/light/cloud-sun-light.svg +0 -3
- package/dist/icons/light/club-light.svg +0 -3
- package/dist/icons/light/code-light.svg +0 -3
- package/dist/icons/light/code-simple-light.svg +0 -3
- package/dist/icons/light/coffee-light.svg +0 -3
- package/dist/icons/light/coin-light.svg +0 -3
- package/dist/icons/light/columns-light.svg +0 -3
- package/dist/icons/light/command-light.svg +0 -3
- package/dist/icons/light/compass-light.svg +0 -3
- package/dist/icons/light/computer-tower-light.svg +0 -3
- package/dist/icons/light/cookie-light.svg +0 -3
- package/dist/icons/light/cooking-pot-light.svg +0 -3
- package/dist/icons/light/copy-light.svg +0 -3
- package/dist/icons/light/copy-simple-light.svg +0 -3
- package/dist/icons/light/copyright-light.svg +0 -3
- package/dist/icons/light/corners-in-light.svg +0 -3
- package/dist/icons/light/corners-out-light.svg +0 -3
- package/dist/icons/light/cpu-light.svg +0 -3
- package/dist/icons/light/credit-card-light.svg +0 -3
- package/dist/icons/light/crop-light.svg +0 -3
- package/dist/icons/light/crosshair-light.svg +0 -3
- package/dist/icons/light/crosshair-simple-light.svg +0 -3
- package/dist/icons/light/crown-light.svg +0 -3
- package/dist/icons/light/crown-simple-light.svg +0 -3
- package/dist/icons/light/cube-light.svg +0 -3
- package/dist/icons/light/currency-btc-light.svg +0 -3
- package/dist/icons/light/currency-circle-dollar-light.svg +0 -3
- package/dist/icons/light/currency-cny-light.svg +0 -3
- package/dist/icons/light/currency-dollar-light.svg +0 -3
- package/dist/icons/light/currency-dollar-simple-light.svg +0 -3
- package/dist/icons/light/currency-eur-light.svg +0 -3
- package/dist/icons/light/currency-gbp-light.svg +0 -3
- package/dist/icons/light/currency-inr-light.svg +0 -3
- package/dist/icons/light/currency-jpy-light.svg +0 -3
- package/dist/icons/light/currency-krw-light.svg +0 -3
- package/dist/icons/light/currency-rub-light.svg +0 -3
- package/dist/icons/light/cursor-light.svg +0 -3
- package/dist/icons/light/database-light.svg +0 -3
- package/dist/icons/light/desktop-light.svg +0 -3
- package/dist/icons/light/desktop-tower-light.svg +0 -3
- package/dist/icons/light/device-mobile-camera-light.svg +0 -3
- package/dist/icons/light/device-mobile-light.svg +0 -3
- package/dist/icons/light/device-mobile-speaker-light.svg +0 -3
- package/dist/icons/light/device-tablet-camera-light.svg +0 -3
- package/dist/icons/light/device-tablet-light.svg +0 -3
- package/dist/icons/light/device-tablet-speaker-light.svg +0 -3
- package/dist/icons/light/diamond-light.svg +0 -3
- package/dist/icons/light/dice-five-light.svg +0 -3
- package/dist/icons/light/dice-four-light.svg +0 -3
- package/dist/icons/light/dice-one-light.svg +0 -3
- package/dist/icons/light/dice-six-light.svg +0 -3
- package/dist/icons/light/dice-three-light.svg +0 -3
- package/dist/icons/light/dice-two-light.svg +0 -3
- package/dist/icons/light/disc-light.svg +0 -3
- package/dist/icons/light/discord-logo-light.svg +0 -3
- package/dist/icons/light/divide-light.svg +0 -3
- package/dist/icons/light/dog-light.svg +0 -3
- package/dist/icons/light/door-light.svg +0 -3
- package/dist/icons/light/dots-nine-light.svg +0 -3
- package/dist/icons/light/dots-six-light.svg +0 -3
- package/dist/icons/light/dots-six-vertical-light.svg +0 -3
- package/dist/icons/light/dots-three-circle-light.svg +0 -3
- package/dist/icons/light/dots-three-circle-vertical-light.svg +0 -3
- package/dist/icons/light/dots-three-light.svg +0 -3
- package/dist/icons/light/dots-three-outline-light.svg +0 -3
- package/dist/icons/light/dots-three-outline-vertical-light.svg +0 -3
- package/dist/icons/light/dots-three-vertical-light.svg +0 -3
- package/dist/icons/light/download-light.svg +0 -3
- package/dist/icons/light/download-simple-light.svg +0 -3
- package/dist/icons/light/dribbble-logo-light.svg +0 -3
- package/dist/icons/light/drop-half-light.svg +0 -3
- package/dist/icons/light/drop-light.svg +0 -3
- package/dist/icons/light/ear-light.svg +0 -3
- package/dist/icons/light/ear-slash-light.svg +0 -3
- package/dist/icons/light/eject-light.svg +0 -3
- package/dist/icons/light/eject-simple-light.svg +0 -3
- package/dist/icons/light/envelope-light.svg +0 -3
- package/dist/icons/light/envelope-open-light.svg +0 -3
- package/dist/icons/light/envelope-simple-light.svg +0 -3
- package/dist/icons/light/envelope-simple-open-light.svg +0 -3
- package/dist/icons/light/equals-light.svg +0 -3
- package/dist/icons/light/eraser-light.svg +0 -3
- package/dist/icons/light/export-light.svg +0 -3
- package/dist/icons/light/eye-closed-light.svg +0 -3
- package/dist/icons/light/eye-light.svg +0 -3
- package/dist/icons/light/eye-slash-light.svg +0 -3
- package/dist/icons/light/eyedropper-light.svg +0 -3
- package/dist/icons/light/face-mask-light.svg +0 -3
- package/dist/icons/light/facebook-logo-light.svg +0 -3
- package/dist/icons/light/factory-light.svg +0 -3
- package/dist/icons/light/faders-horizontal-light.svg +0 -3
- package/dist/icons/light/faders-light.svg +0 -3
- package/dist/icons/light/fast-forward-circle-light.svg +0 -3
- package/dist/icons/light/fast-forward-light.svg +0 -3
- package/dist/icons/light/figma-logo-light.svg +0 -3
- package/dist/icons/light/file-arrow-down-light.svg +0 -3
- package/dist/icons/light/file-arrow-up-light.svg +0 -3
- package/dist/icons/light/file-dotted-light.svg +0 -3
- package/dist/icons/light/file-light.svg +0 -3
- package/dist/icons/light/file-minus-light.svg +0 -3
- package/dist/icons/light/file-pdf-light.svg +0 -3
- package/dist/icons/light/file-plus-light.svg +0 -3
- package/dist/icons/light/file-search-light.svg +0 -3
- package/dist/icons/light/file-text-light.svg +0 -3
- package/dist/icons/light/file-x-light.svg +0 -3
- package/dist/icons/light/files-light.svg +0 -3
- package/dist/icons/light/film-strip-light.svg +0 -3
- package/dist/icons/light/fingerprint-light.svg +0 -3
- package/dist/icons/light/fingerprint-simple-light.svg +0 -3
- package/dist/icons/light/finn-the-human-light.svg +0 -3
- package/dist/icons/light/fire-light.svg +0 -3
- package/dist/icons/light/fire-simple-light.svg +0 -3
- package/dist/icons/light/first-aid-kit-light.svg +0 -3
- package/dist/icons/light/first-aid-light.svg +0 -3
- package/dist/icons/light/fish-light.svg +0 -3
- package/dist/icons/light/fish-simple-light.svg +0 -3
- package/dist/icons/light/flag-banner-light.svg +0 -3
- package/dist/icons/light/flag-light.svg +0 -3
- package/dist/icons/light/flame-light.svg +0 -3
- package/dist/icons/light/flashlight-light.svg +0 -3
- package/dist/icons/light/flask-light.svg +0 -3
- package/dist/icons/light/floppy-disk-back-light.svg +0 -3
- package/dist/icons/light/floppy-disk-light.svg +0 -3
- package/dist/icons/light/flow-arrow-light.svg +0 -3
- package/dist/icons/light/flower-light.svg +0 -3
- package/dist/icons/light/flower-lotus-light.svg +0 -3
- package/dist/icons/light/folder-light.svg +0 -3
- package/dist/icons/light/folder-minus-light.svg +0 -3
- package/dist/icons/light/folder-notch-light.svg +0 -3
- package/dist/icons/light/folder-notch-minus-light.svg +0 -3
- package/dist/icons/light/folder-notch-open-light.svg +0 -3
- package/dist/icons/light/folder-notch-plus-light.svg +0 -3
- package/dist/icons/light/folder-open-light.svg +0 -3
- package/dist/icons/light/folder-plus-light.svg +0 -3
- package/dist/icons/light/folder-simple-light.svg +0 -3
- package/dist/icons/light/folder-simple-minus-light.svg +0 -3
- package/dist/icons/light/folder-simple-plus-light.svg +0 -3
- package/dist/icons/light/folders-light.svg +0 -3
- package/dist/icons/light/football-light.svg +0 -3
- package/dist/icons/light/fork-knife-light.svg +0 -3
- package/dist/icons/light/frame-corners-light.svg +0 -3
- package/dist/icons/light/framer-logo-light.svg +0 -3
- package/dist/icons/light/funnel-light.svg +0 -3
- package/dist/icons/light/funnel-simple-light.svg +0 -3
- package/dist/icons/light/game-controller-light.svg +0 -3
- package/dist/icons/light/gas-pump-light.svg +0 -3
- package/dist/icons/light/gauge-light.svg +0 -3
- package/dist/icons/light/gear-light.svg +0 -3
- package/dist/icons/light/gear-six-light.svg +0 -3
- package/dist/icons/light/gender-female-light.svg +0 -3
- package/dist/icons/light/gender-intersex-light.svg +0 -3
- package/dist/icons/light/gender-male-light.svg +0 -3
- package/dist/icons/light/gender-neuter-light.svg +0 -3
- package/dist/icons/light/gender-nonbinary-light.svg +0 -3
- package/dist/icons/light/gender-transgender-light.svg +0 -3
- package/dist/icons/light/ghost-light.svg +0 -3
- package/dist/icons/light/gif-light.svg +0 -3
- package/dist/icons/light/gift-light.svg +0 -3
- package/dist/icons/light/git-branch-light.svg +0 -3
- package/dist/icons/light/git-commit-light.svg +0 -3
- package/dist/icons/light/git-diff-light.svg +0 -3
- package/dist/icons/light/git-fork-light.svg +0 -3
- package/dist/icons/light/git-merge-light.svg +0 -3
- package/dist/icons/light/git-pull-request-light.svg +0 -3
- package/dist/icons/light/github-logo-light.svg +0 -3
- package/dist/icons/light/gitlab-logo-light.svg +0 -3
- package/dist/icons/light/gitlab-logo-simple-light.svg +0 -3
- package/dist/icons/light/globe-hemisphere-east-light.svg +0 -3
- package/dist/icons/light/globe-hemisphere-west-light.svg +0 -3
- package/dist/icons/light/globe-light.svg +0 -3
- package/dist/icons/light/globe-simple-light.svg +0 -3
- package/dist/icons/light/globe-stand-light.svg +0 -3
- package/dist/icons/light/google-logo-light.svg +0 -3
- package/dist/icons/light/google-play-logo-light.svg +0 -3
- package/dist/icons/light/graduation-cap-light.svg +0 -3
- package/dist/icons/light/grid-four-light.svg +0 -3
- package/dist/icons/light/hand-fist-light.svg +0 -3
- package/dist/icons/light/hand-grabbing-light.svg +0 -3
- package/dist/icons/light/hand-light.svg +0 -3
- package/dist/icons/light/hand-palm-light.svg +0 -3
- package/dist/icons/light/hand-pointing-light.svg +0 -3
- package/dist/icons/light/hand-soap-light.svg +0 -3
- package/dist/icons/light/hand-waving-light.svg +0 -3
- package/dist/icons/light/handbag-light.svg +0 -3
- package/dist/icons/light/handbag-simple-light.svg +0 -3
- package/dist/icons/light/hands-clapping-light.svg +0 -3
- package/dist/icons/light/handshake-light.svg +0 -3
- package/dist/icons/light/hard-drive-light.svg +0 -3
- package/dist/icons/light/hard-drives-light.svg +0 -3
- package/dist/icons/light/hash-light.svg +0 -3
- package/dist/icons/light/hash-straight-light.svg +0 -3
- package/dist/icons/light/headlights-light.svg +0 -3
- package/dist/icons/light/headphones-light.svg +0 -3
- package/dist/icons/light/headset-light.svg +0 -3
- package/dist/icons/light/heart-light.svg +0 -3
- package/dist/icons/light/heart-straight-light.svg +0 -3
- package/dist/icons/light/heartbeat-light.svg +0 -3
- package/dist/icons/light/hexagon-light.svg +0 -3
- package/dist/icons/light/highlighter-circle-light.svg +0 -3
- package/dist/icons/light/horse-light.svg +0 -3
- package/dist/icons/light/hourglass-high-light.svg +0 -3
- package/dist/icons/light/hourglass-light.svg +0 -3
- package/dist/icons/light/hourglass-low-light.svg +0 -3
- package/dist/icons/light/hourglass-medium-light.svg +0 -3
- package/dist/icons/light/hourglass-simple-high-light.svg +0 -3
- package/dist/icons/light/hourglass-simple-light.svg +0 -3
- package/dist/icons/light/hourglass-simple-low-light.svg +0 -3
- package/dist/icons/light/hourglass-simple-medium-light.svg +0 -3
- package/dist/icons/light/house-light.svg +0 -3
- package/dist/icons/light/house-line-light.svg +0 -3
- package/dist/icons/light/house-simple-light.svg +0 -3
- package/dist/icons/light/identification-badge-light.svg +0 -3
- package/dist/icons/light/identification-card-light.svg +0 -3
- package/dist/icons/light/image-light.svg +0 -3
- package/dist/icons/light/image-square-light.svg +0 -3
- package/dist/icons/light/infinity-light.svg +0 -3
- package/dist/icons/light/info-light.svg +0 -3
- package/dist/icons/light/instagram-logo-light.svg +0 -3
- package/dist/icons/light/intersect-light.svg +0 -3
- package/dist/icons/light/jeep-light.svg +0 -3
- package/dist/icons/light/key-light.svg +0 -3
- package/dist/icons/light/key-return-light.svg +0 -3
- package/dist/icons/light/keyboard-light.svg +0 -3
- package/dist/icons/light/knife-light.svg +0 -3
- package/dist/icons/light/lamp-light.svg +0 -3
- package/dist/icons/light/laptop-light.svg +0 -3
- package/dist/icons/light/layout-light.svg +0 -3
- package/dist/icons/light/leaf-light.svg +0 -3
- package/dist/icons/light/lifebuoy-light.svg +0 -3
- package/dist/icons/light/lightbulb-filament-light.svg +0 -3
- package/dist/icons/light/lightbulb-light.svg +0 -3
- package/dist/icons/light/lightning-light.svg +0 -3
- package/dist/icons/light/lightning-slash-light.svg +0 -3
- package/dist/icons/light/line-segment-light.svg +0 -3
- package/dist/icons/light/line-segments-light.svg +0 -3
- package/dist/icons/light/link-break-light.svg +0 -3
- package/dist/icons/light/link-light.svg +0 -3
- package/dist/icons/light/link-simple-break-light.svg +0 -3
- package/dist/icons/light/link-simple-horizontal-break-light.svg +0 -3
- package/dist/icons/light/link-simple-horizontal-light.svg +0 -3
- package/dist/icons/light/link-simple-light.svg +0 -3
- package/dist/icons/light/linkedin-logo-light.svg +0 -3
- package/dist/icons/light/list-bullets-light.svg +0 -3
- package/dist/icons/light/list-dashes-light.svg +0 -3
- package/dist/icons/light/list-light.svg +0 -3
- package/dist/icons/light/list-numbers-light.svg +0 -3
- package/dist/icons/light/list-plus-light.svg +0 -3
- package/dist/icons/light/lock-key-light.svg +0 -3
- package/dist/icons/light/lock-key-open-light.svg +0 -3
- package/dist/icons/light/lock-laminated-light.svg +0 -3
- package/dist/icons/light/lock-laminated-open-light.svg +0 -3
- package/dist/icons/light/lock-light.svg +0 -3
- package/dist/icons/light/lock-open-light.svg +0 -3
- package/dist/icons/light/lock-simple-light.svg +0 -3
- package/dist/icons/light/lock-simple-open-light.svg +0 -3
- package/dist/icons/light/magic-wand-light.svg +0 -3
- package/dist/icons/light/magnet-light.svg +0 -3
- package/dist/icons/light/magnet-straight-light.svg +0 -3
- package/dist/icons/light/magnifying-glass-light.svg +0 -3
- package/dist/icons/light/magnifying-glass-minus-light.svg +0 -3
- package/dist/icons/light/magnifying-glass-plus-light.svg +0 -3
- package/dist/icons/light/map-pin-light.svg +0 -3
- package/dist/icons/light/map-pin-line-light.svg +0 -3
- package/dist/icons/light/map-trifold-light.svg +0 -3
- package/dist/icons/light/marker-circle-light.svg +0 -3
- package/dist/icons/light/martini-light.svg +0 -3
- package/dist/icons/light/math-operations-light.svg +0 -3
- package/dist/icons/light/medal-light.svg +0 -3
- package/dist/icons/light/medium-logo-light.svg +0 -3
- package/dist/icons/light/megaphone-light.svg +0 -3
- package/dist/icons/light/megaphone-simple-light.svg +0 -3
- package/dist/icons/light/messenger-logo-light.svg +0 -3
- package/dist/icons/light/microphone-light.svg +0 -3
- package/dist/icons/light/microphone-slash-light.svg +0 -3
- package/dist/icons/light/minus-circle-light.svg +0 -3
- package/dist/icons/light/minus-light.svg +0 -3
- package/dist/icons/light/money-light.svg +0 -3
- package/dist/icons/light/monitor-light.svg +0 -3
- package/dist/icons/light/monitor-play-light.svg +0 -3
- package/dist/icons/light/moon-light.svg +0 -3
- package/dist/icons/light/moon-stars-light.svg +0 -3
- package/dist/icons/light/mouse-light.svg +0 -3
- package/dist/icons/light/mouse-simple-light.svg +0 -3
- package/dist/icons/light/music-note-light.svg +0 -3
- package/dist/icons/light/music-note-simple-light.svg +0 -3
- package/dist/icons/light/music-notes-light.svg +0 -3
- package/dist/icons/light/music-notes-simple-light.svg +0 -3
- package/dist/icons/light/navigation-arrow-light.svg +0 -3
- package/dist/icons/light/newspaper-clipping-light.svg +0 -3
- package/dist/icons/light/newspaper-light.svg +0 -3
- package/dist/icons/light/note-blank-light.svg +0 -3
- package/dist/icons/light/note-light.svg +0 -3
- package/dist/icons/light/note-pencil-light.svg +0 -3
- package/dist/icons/light/notebook-light.svg +0 -3
- package/dist/icons/light/notepad-light.svg +0 -3
- package/dist/icons/light/notification-light.svg +0 -3
- package/dist/icons/light/number-circle-eight-light.svg +0 -3
- package/dist/icons/light/number-circle-five-light.svg +0 -3
- package/dist/icons/light/number-circle-four-light.svg +0 -3
- package/dist/icons/light/number-circle-nine-light.svg +0 -3
- package/dist/icons/light/number-circle-one-light.svg +0 -3
- package/dist/icons/light/number-circle-seven-light.svg +0 -3
- package/dist/icons/light/number-circle-six-light.svg +0 -3
- package/dist/icons/light/number-circle-three-light.svg +0 -3
- package/dist/icons/light/number-circle-two-light.svg +0 -3
- package/dist/icons/light/number-circle-zero-light.svg +0 -3
- package/dist/icons/light/number-eight-light.svg +0 -3
- package/dist/icons/light/number-five-light.svg +0 -3
- package/dist/icons/light/number-four-light.svg +0 -3
- package/dist/icons/light/number-nine-light.svg +0 -3
- package/dist/icons/light/number-one-light.svg +0 -3
- package/dist/icons/light/number-seven-light.svg +0 -3
- package/dist/icons/light/number-six-light.svg +0 -3
- package/dist/icons/light/number-square-eight-light.svg +0 -3
- package/dist/icons/light/number-square-five-light.svg +0 -3
- package/dist/icons/light/number-square-four-light.svg +0 -3
- package/dist/icons/light/number-square-nine-light.svg +0 -3
- package/dist/icons/light/number-square-one-light.svg +0 -3
- package/dist/icons/light/number-square-seven-light.svg +0 -3
- package/dist/icons/light/number-square-six-light.svg +0 -3
- package/dist/icons/light/number-square-three-light.svg +0 -3
- package/dist/icons/light/number-square-two-light.svg +0 -3
- package/dist/icons/light/number-square-zero-light.svg +0 -3
- package/dist/icons/light/number-three-light.svg +0 -3
- package/dist/icons/light/number-two-light.svg +0 -3
- package/dist/icons/light/number-zero-light.svg +0 -3
- package/dist/icons/light/nut-light.svg +0 -3
- package/dist/icons/light/ny-times-logo-light.svg +0 -3
- package/dist/icons/light/octagon-light.svg +0 -3
- package/dist/icons/light/package-light.svg +0 -3
- package/dist/icons/light/paint-brush-broad-light.svg +0 -3
- package/dist/icons/light/paint-brush-household-light.svg +0 -3
- package/dist/icons/light/paint-brush-light.svg +0 -3
- package/dist/icons/light/paint-bucket-light.svg +0 -3
- package/dist/icons/light/paint-roller-light.svg +0 -3
- package/dist/icons/light/palette-light.svg +0 -3
- package/dist/icons/light/paper-plane-light.svg +0 -3
- package/dist/icons/light/paper-plane-right-light.svg +0 -3
- package/dist/icons/light/paper-plane-tilt-light.svg +0 -3
- package/dist/icons/light/paperclip-horizontal-light.svg +0 -3
- package/dist/icons/light/paperclip-light.svg +0 -3
- package/dist/icons/light/path-light.svg +0 -3
- package/dist/icons/light/pause-circle-light.svg +0 -3
- package/dist/icons/light/pause-light.svg +0 -3
- package/dist/icons/light/paw-print-light.svg +0 -3
- package/dist/icons/light/peace-light.svg +0 -3
- package/dist/icons/light/pedestrian-light.svg +0 -3
- package/dist/icons/light/pen-light.svg +0 -3
- package/dist/icons/light/pen-nib-light.svg +0 -3
- package/dist/icons/light/pen-nib-straight-light.svg +0 -3
- package/dist/icons/light/pencil-circle-light.svg +0 -3
- package/dist/icons/light/pencil-light.svg +0 -3
- package/dist/icons/light/pencil-line-light.svg +0 -3
- package/dist/icons/light/pencil-simple-light.svg +0 -3
- package/dist/icons/light/percent-light.svg +0 -3
- package/dist/icons/light/person-light.svg +0 -3
- package/dist/icons/light/person-simple-light.svg +0 -3
- package/dist/icons/light/person-simple-run-light.svg +0 -3
- package/dist/icons/light/person-simple-walk-light.svg +0 -3
- package/dist/icons/light/phone-call-light.svg +0 -3
- package/dist/icons/light/phone-disconnect-light.svg +0 -3
- package/dist/icons/light/phone-incoming-light.svg +0 -3
- package/dist/icons/light/phone-light.svg +0 -3
- package/dist/icons/light/phone-outgoing-light.svg +0 -3
- package/dist/icons/light/phone-slash-light.svg +0 -3
- package/dist/icons/light/phone-x-light.svg +0 -3
- package/dist/icons/light/phosphor-logo-light.svg +0 -3
- package/dist/icons/light/picture-in-picture-light.svg +0 -3
- package/dist/icons/light/pill-light.svg +0 -3
- package/dist/icons/light/pinterest-logo-light.svg +0 -3
- package/dist/icons/light/pizza-light.svg +0 -3
- package/dist/icons/light/placeholder-light.svg +0 -3
- package/dist/icons/light/planet-light.svg +0 -3
- package/dist/icons/light/play-circle-light.svg +0 -3
- package/dist/icons/light/play-light.svg +0 -3
- package/dist/icons/light/playlist-light.svg +0 -3
- package/dist/icons/light/plus-circle-light.svg +0 -3
- package/dist/icons/light/plus-light.svg +0 -3
- package/dist/icons/light/plus-minus-light.svg +0 -3
- package/dist/icons/light/poker-chip-light.svg +0 -3
- package/dist/icons/light/polygon-light.svg +0 -3
- package/dist/icons/light/power-light.svg +0 -3
- package/dist/icons/light/prescription-light.svg +0 -3
- package/dist/icons/light/presentation-chart-light.svg +0 -3
- package/dist/icons/light/presentation-light.svg +0 -3
- package/dist/icons/light/printer-light.svg +0 -3
- package/dist/icons/light/prohibit-inset-light.svg +0 -3
- package/dist/icons/light/prohibit-light.svg +0 -3
- package/dist/icons/light/projector-screen-chart-light.svg +0 -3
- package/dist/icons/light/projector-screen-light.svg +0 -3
- package/dist/icons/light/push-pin-light.svg +0 -3
- package/dist/icons/light/push-pin-simple-light.svg +0 -3
- package/dist/icons/light/push-pin-simple-slash-light.svg +0 -3
- package/dist/icons/light/push-pin-slash-light.svg +0 -3
- package/dist/icons/light/puzzle-piece-light.svg +0 -3
- package/dist/icons/light/qr-code-light.svg +0 -3
- package/dist/icons/light/question-light.svg +0 -3
- package/dist/icons/light/queue-light.svg +0 -3
- package/dist/icons/light/quotes-light.svg +0 -3
- package/dist/icons/light/radical-light.svg +0 -3
- package/dist/icons/light/radio-light.svg +0 -3
- package/dist/icons/light/rainbow-cloud-light.svg +0 -3
- package/dist/icons/light/rainbow-light.svg +0 -3
- package/dist/icons/light/receipt-light.svg +0 -3
- package/dist/icons/light/record-light.svg +0 -3
- package/dist/icons/light/rectangle-light.svg +0 -3
- package/dist/icons/light/rectangles-two-light.svg +0 -3
- package/dist/icons/light/recycle-light.svg +0 -3
- package/dist/icons/light/reddit-logo-light.svg +0 -3
- package/dist/icons/light/repeat-light.svg +0 -3
- package/dist/icons/light/repeat-once-light.svg +0 -3
- package/dist/icons/light/rewind-circle-light.svg +0 -3
- package/dist/icons/light/rewind-light.svg +0 -3
- package/dist/icons/light/robot-light.svg +0 -3
- package/dist/icons/light/rocket-launch-light.svg +0 -3
- package/dist/icons/light/rocket-light.svg +0 -3
- package/dist/icons/light/rows-light.svg +0 -3
- package/dist/icons/light/rss-light.svg +0 -3
- package/dist/icons/light/rss-simple-light.svg +0 -3
- package/dist/icons/light/ruler-light.svg +0 -3
- package/dist/icons/light/scales-light.svg +0 -3
- package/dist/icons/light/scissors-light.svg +0 -3
- package/dist/icons/light/screencast-light.svg +0 -3
- package/dist/icons/light/scribble-loop-light.svg +0 -3
- package/dist/icons/light/selection-all-light.svg +0 -3
- package/dist/icons/light/selection-background-light.svg +0 -3
- package/dist/icons/light/selection-foreground-light.svg +0 -3
- package/dist/icons/light/selection-inverse-light.svg +0 -3
- package/dist/icons/light/selection-light.svg +0 -3
- package/dist/icons/light/selection-plus-light.svg +0 -3
- package/dist/icons/light/selection-slash-light.svg +0 -3
- package/dist/icons/light/share-light.svg +0 -3
- package/dist/icons/light/share-network-light.svg +0 -3
- package/dist/icons/light/shield-check-light.svg +0 -3
- package/dist/icons/light/shield-checkered-light.svg +0 -3
- package/dist/icons/light/shield-chevron-light.svg +0 -3
- package/dist/icons/light/shield-light.svg +0 -3
- package/dist/icons/light/shield-plus-light.svg +0 -3
- package/dist/icons/light/shield-slash-light.svg +0 -3
- package/dist/icons/light/shield-warning-light.svg +0 -3
- package/dist/icons/light/shopping-bag-light.svg +0 -3
- package/dist/icons/light/shopping-bag-open-light.svg +0 -3
- package/dist/icons/light/shopping-cart-light.svg +0 -3
- package/dist/icons/light/shopping-cart-simple-light.svg +0 -3
- package/dist/icons/light/shower-light.svg +0 -3
- package/dist/icons/light/shuffle-angular-light.svg +0 -3
- package/dist/icons/light/shuffle-light.svg +0 -3
- package/dist/icons/light/shuffle-simple-light.svg +0 -3
- package/dist/icons/light/sign-in-light.svg +0 -3
- package/dist/icons/light/sign-out-light.svg +0 -3
- package/dist/icons/light/sim-card-light.svg +0 -3
- package/dist/icons/light/sketch-logo-light.svg +0 -3
- package/dist/icons/light/skip-back-circle-light.svg +0 -3
- package/dist/icons/light/skip-back-light.svg +0 -3
- package/dist/icons/light/skip-forward-circle-light.svg +0 -3
- package/dist/icons/light/skip-forward-light.svg +0 -3
- package/dist/icons/light/slack-logo-light.svg +0 -3
- package/dist/icons/light/sliders-horizontal-light.svg +0 -3
- package/dist/icons/light/sliders-light.svg +0 -3
- package/dist/icons/light/smiley-blank-light.svg +0 -3
- package/dist/icons/light/smiley-light.svg +0 -3
- package/dist/icons/light/smiley-meh-light.svg +0 -3
- package/dist/icons/light/smiley-nervous-light.svg +0 -3
- package/dist/icons/light/smiley-sad-light.svg +0 -3
- package/dist/icons/light/smiley-sticker-light.svg +0 -3
- package/dist/icons/light/smiley-wink-light.svg +0 -3
- package/dist/icons/light/smiley-x-eyes-light.svg +0 -3
- package/dist/icons/light/snapchat-logo-light.svg +0 -3
- package/dist/icons/light/snowflake-light.svg +0 -3
- package/dist/icons/light/soccer-ball-light.svg +0 -3
- package/dist/icons/light/sort-ascending-light.svg +0 -3
- package/dist/icons/light/sort-descending-light.svg +0 -3
- package/dist/icons/light/spade-light.svg +0 -3
- package/dist/icons/light/sparkle-light.svg +0 -3
- package/dist/icons/light/speaker-high-light.svg +0 -3
- package/dist/icons/light/speaker-low-light.svg +0 -3
- package/dist/icons/light/speaker-none-light.svg +0 -3
- package/dist/icons/light/speaker-simple-high-light.svg +0 -3
- package/dist/icons/light/speaker-simple-low-light.svg +0 -3
- package/dist/icons/light/speaker-simple-none-light.svg +0 -3
- package/dist/icons/light/speaker-simple-slash-light.svg +0 -3
- package/dist/icons/light/speaker-simple-x-light.svg +0 -3
- package/dist/icons/light/speaker-slash-light.svg +0 -3
- package/dist/icons/light/speaker-x-light.svg +0 -3
- package/dist/icons/light/spinner-gap-light.svg +0 -3
- package/dist/icons/light/spinner-light.svg +0 -3
- package/dist/icons/light/spotify-logo-light.svg +0 -3
- package/dist/icons/light/square-half-light.svg +0 -3
- package/dist/icons/light/square-light.svg +0 -3
- package/dist/icons/light/square-logo-light.svg +0 -3
- package/dist/icons/light/squares-four-light.svg +0 -3
- package/dist/icons/light/stack-light.svg +0 -3
- package/dist/icons/light/stack-simple-light.svg +0 -3
- package/dist/icons/light/star-four-light.svg +0 -3
- package/dist/icons/light/star-half-light.svg +0 -3
- package/dist/icons/light/star-light.svg +0 -3
- package/dist/icons/light/sticker-light.svg +0 -3
- package/dist/icons/light/stop-circle-light.svg +0 -3
- package/dist/icons/light/stop-light.svg +0 -3
- package/dist/icons/light/storefront-light.svg +0 -3
- package/dist/icons/light/stripe-logo-light.svg +0 -3
- package/dist/icons/light/student-light.svg +0 -3
- package/dist/icons/light/suitcase-light.svg +0 -3
- package/dist/icons/light/suitcase-simple-light.svg +0 -3
- package/dist/icons/light/sun-dim-light.svg +0 -3
- package/dist/icons/light/sun-horizon-light.svg +0 -3
- package/dist/icons/light/sun-light.svg +0 -3
- package/dist/icons/light/swap-light.svg +0 -3
- package/dist/icons/light/swatches-light.svg +0 -3
- package/dist/icons/light/sword-light.svg +0 -3
- package/dist/icons/light/t-shirt-light.svg +0 -3
- package/dist/icons/light/table-light.svg +0 -3
- package/dist/icons/light/tag-chevron-light.svg +0 -3
- package/dist/icons/light/tag-light.svg +0 -3
- package/dist/icons/light/tag-simple-light.svg +0 -3
- package/dist/icons/light/target-light.svg +0 -3
- package/dist/icons/light/telegram-logo-light.svg +0 -3
- package/dist/icons/light/television-light.svg +0 -3
- package/dist/icons/light/television-simple-light.svg +0 -3
- package/dist/icons/light/tennis-ball-light.svg +0 -3
- package/dist/icons/light/terminal-light.svg +0 -3
- package/dist/icons/light/terminal-window-light.svg +0 -3
- package/dist/icons/light/test-tube-light.svg +0 -3
- package/dist/icons/light/text-aa-light.svg +0 -3
- package/dist/icons/light/text-align-center-light.svg +0 -3
- package/dist/icons/light/text-align-justify-light.svg +0 -3
- package/dist/icons/light/text-align-left-light.svg +0 -3
- package/dist/icons/light/text-align-right-light.svg +0 -3
- package/dist/icons/light/text-bolder-light.svg +0 -3
- package/dist/icons/light/text-h-five-light.svg +0 -3
- package/dist/icons/light/text-h-four-light.svg +0 -3
- package/dist/icons/light/text-h-light.svg +0 -3
- package/dist/icons/light/text-h-one-light.svg +0 -3
- package/dist/icons/light/text-h-six-light.svg +0 -3
- package/dist/icons/light/text-h-three-light.svg +0 -3
- package/dist/icons/light/text-h-two-light.svg +0 -3
- package/dist/icons/light/text-italic-light.svg +0 -3
- package/dist/icons/light/text-light.svg +0 -3
- package/dist/icons/light/text-strikethrough-light.svg +0 -3
- package/dist/icons/light/text-t-light.svg +0 -3
- package/dist/icons/light/text-underline-light.svg +0 -3
- package/dist/icons/light/thermometer-cold-light.svg +0 -3
- package/dist/icons/light/thermometer-hot-light.svg +0 -3
- package/dist/icons/light/thermometer-light.svg +0 -3
- package/dist/icons/light/thermometer-simple-light.svg +0 -3
- package/dist/icons/light/thumbs-down-light.svg +0 -3
- package/dist/icons/light/thumbs-up-light.svg +0 -3
- package/dist/icons/light/ticket-light.svg +0 -3
- package/dist/icons/light/tiktok-logo-light.svg +0 -3
- package/dist/icons/light/timer-light.svg +0 -3
- package/dist/icons/light/toggle-left-light.svg +0 -3
- package/dist/icons/light/toggle-right-light.svg +0 -3
- package/dist/icons/light/toilet-paper-light.svg +0 -3
- package/dist/icons/light/tote-light.svg +0 -3
- package/dist/icons/light/tote-simple-light.svg +0 -3
- package/dist/icons/light/traffic-sign-light.svg +0 -3
- package/dist/icons/light/train-light.svg +0 -3
- package/dist/icons/light/train-regional-light.svg +0 -3
- package/dist/icons/light/train-simple-light.svg +0 -3
- package/dist/icons/light/translate-light.svg +0 -3
- package/dist/icons/light/trash-light.svg +0 -3
- package/dist/icons/light/trash-simple-light.svg +0 -3
- package/dist/icons/light/tray-light.svg +0 -3
- package/dist/icons/light/tree-evergreen-light.svg +0 -3
- package/dist/icons/light/tree-light.svg +0 -3
- package/dist/icons/light/tree-structure-light.svg +0 -3
- package/dist/icons/light/trend-down-light.svg +0 -3
- package/dist/icons/light/trend-up-light.svg +0 -3
- package/dist/icons/light/triangle-light.svg +0 -3
- package/dist/icons/light/trophy-light.svg +0 -3
- package/dist/icons/light/truck-light.svg +0 -3
- package/dist/icons/light/twitch-logo-light.svg +0 -5
- package/dist/icons/light/twitter-logo-light.svg +0 -3
- package/dist/icons/light/umbrella-light.svg +0 -3
- package/dist/icons/light/umbrella-simple-light.svg +0 -3
- package/dist/icons/light/upload-light.svg +0 -3
- package/dist/icons/light/upload-simple-light.svg +0 -3
- package/dist/icons/light/user-circle-gear-light.svg +0 -3
- package/dist/icons/light/user-circle-light.svg +0 -3
- package/dist/icons/light/user-circle-minus-light.svg +0 -3
- package/dist/icons/light/user-circle-plus-light.svg +0 -3
- package/dist/icons/light/user-focus-light.svg +0 -3
- package/dist/icons/light/user-gear-light.svg +0 -3
- package/dist/icons/light/user-light.svg +0 -3
- package/dist/icons/light/user-list-light.svg +0 -3
- package/dist/icons/light/user-minus-light.svg +0 -3
- package/dist/icons/light/user-plus-light.svg +0 -3
- package/dist/icons/light/user-rectangle-light.svg +0 -3
- package/dist/icons/light/user-square-light.svg +0 -3
- package/dist/icons/light/users-four-light.svg +0 -3
- package/dist/icons/light/users-light.svg +0 -3
- package/dist/icons/light/users-three-light.svg +0 -3
- package/dist/icons/light/vibrate-light.svg +0 -3
- package/dist/icons/light/video-camera-light.svg +0 -3
- package/dist/icons/light/video-camera-slash-light.svg +0 -3
- package/dist/icons/light/voicemail-light.svg +0 -3
- package/dist/icons/light/volleyball-light.svg +0 -3
- package/dist/icons/light/wall-light.svg +0 -3
- package/dist/icons/light/wallet-light.svg +0 -3
- package/dist/icons/light/warning-circle-light.svg +0 -3
- package/dist/icons/light/warning-light.svg +0 -3
- package/dist/icons/light/warning-octagon-light.svg +0 -3
- package/dist/icons/light/watch-light.svg +0 -3
- package/dist/icons/light/waves-light.svg +0 -3
- package/dist/icons/light/whatsapp-logo-light.svg +0 -3
- package/dist/icons/light/wheelchair-light.svg +0 -3
- package/dist/icons/light/wifi-high-light.svg +0 -3
- package/dist/icons/light/wifi-low-light.svg +0 -3
- package/dist/icons/light/wifi-medium-light.svg +0 -3
- package/dist/icons/light/wifi-none-light.svg +0 -3
- package/dist/icons/light/wifi-slash-light.svg +0 -3
- package/dist/icons/light/wifi-x-light.svg +0 -3
- package/dist/icons/light/wind-light.svg +0 -3
- package/dist/icons/light/windows-logo-light.svg +0 -3
- package/dist/icons/light/wine-light.svg +0 -3
- package/dist/icons/light/wrench-light.svg +0 -3
- package/dist/icons/light/x-circle-light.svg +0 -3
- package/dist/icons/light/x-light.svg +0 -3
- package/dist/icons/light/x-square-light.svg +0 -3
- package/dist/icons/light/youtube-logo-light.svg +0 -3
- package/dist/icons/regular/activity.svg +0 -3
- package/dist/icons/regular/address-book.svg +0 -3
- package/dist/icons/regular/airplane-in-flight.svg +0 -3
- package/dist/icons/regular/airplane-landing.svg +0 -3
- package/dist/icons/regular/airplane-takeoff.svg +0 -3
- package/dist/icons/regular/airplane-tilt.svg +0 -3
- package/dist/icons/regular/airplane.svg +0 -3
- package/dist/icons/regular/airplay.svg +0 -3
- package/dist/icons/regular/alarm.svg +0 -3
- package/dist/icons/regular/align-bottom.svg +0 -3
- package/dist/icons/regular/align-center-horizontal.svg +0 -3
- package/dist/icons/regular/align-center-vertical.svg +0 -3
- package/dist/icons/regular/align-left.svg +0 -3
- package/dist/icons/regular/align-right.svg +0 -3
- package/dist/icons/regular/align-top.svg +0 -3
- package/dist/icons/regular/anchor-simple.svg +0 -3
- package/dist/icons/regular/anchor.svg +0 -3
- package/dist/icons/regular/android-logo.svg +0 -3
- package/dist/icons/regular/aperture.svg +0 -3
- package/dist/icons/regular/app-window.svg +0 -3
- package/dist/icons/regular/apple-logo.svg +0 -3
- package/dist/icons/regular/archive-box.svg +0 -3
- package/dist/icons/regular/archive-tray.svg +0 -3
- package/dist/icons/regular/archive.svg +0 -3
- package/dist/icons/regular/armchair.svg +0 -3
- package/dist/icons/regular/arrow-arc-left.svg +0 -3
- package/dist/icons/regular/arrow-arc-right.svg +0 -3
- package/dist/icons/regular/arrow-bend-double-up-left.svg +0 -3
- package/dist/icons/regular/arrow-bend-double-up-right.svg +0 -3
- package/dist/icons/regular/arrow-bend-down-left.svg +0 -3
- package/dist/icons/regular/arrow-bend-down-right.svg +0 -3
- package/dist/icons/regular/arrow-bend-left-down.svg +0 -3
- package/dist/icons/regular/arrow-bend-left-up.svg +0 -3
- package/dist/icons/regular/arrow-bend-right-down.svg +0 -3
- package/dist/icons/regular/arrow-bend-right-up.svg +0 -3
- package/dist/icons/regular/arrow-bend-up-left.svg +0 -3
- package/dist/icons/regular/arrow-bend-up-right.svg +0 -3
- package/dist/icons/regular/arrow-circle-down-left.svg +0 -3
- package/dist/icons/regular/arrow-circle-down-right.svg +0 -3
- package/dist/icons/regular/arrow-circle-down.svg +0 -3
- package/dist/icons/regular/arrow-circle-left.svg +0 -3
- package/dist/icons/regular/arrow-circle-right.svg +0 -3
- package/dist/icons/regular/arrow-circle-up-left.svg +0 -3
- package/dist/icons/regular/arrow-circle-up-right.svg +0 -3
- package/dist/icons/regular/arrow-circle-up.svg +0 -3
- package/dist/icons/regular/arrow-clockwise.svg +0 -3
- package/dist/icons/regular/arrow-counter-clockwise.svg +0 -3
- package/dist/icons/regular/arrow-down-left.svg +0 -3
- package/dist/icons/regular/arrow-down-right.svg +0 -3
- package/dist/icons/regular/arrow-down.svg +0 -3
- package/dist/icons/regular/arrow-elbow-down-left.svg +0 -3
- package/dist/icons/regular/arrow-elbow-down-right.svg +0 -3
- package/dist/icons/regular/arrow-elbow-left-down.svg +0 -3
- package/dist/icons/regular/arrow-elbow-left-up.svg +0 -3
- package/dist/icons/regular/arrow-elbow-left.svg +0 -3
- package/dist/icons/regular/arrow-elbow-right-down.svg +0 -3
- package/dist/icons/regular/arrow-elbow-right-up.svg +0 -3
- package/dist/icons/regular/arrow-elbow-right.svg +0 -3
- package/dist/icons/regular/arrow-elbow-up-left.svg +0 -3
- package/dist/icons/regular/arrow-elbow-up-right.svg +0 -3
- package/dist/icons/regular/arrow-fat-down.svg +0 -3
- package/dist/icons/regular/arrow-fat-left.svg +0 -3
- package/dist/icons/regular/arrow-fat-line-down.svg +0 -3
- package/dist/icons/regular/arrow-fat-line-left.svg +0 -3
- package/dist/icons/regular/arrow-fat-line-right.svg +0 -3
- package/dist/icons/regular/arrow-fat-line-up.svg +0 -3
- package/dist/icons/regular/arrow-fat-lines-down.svg +0 -3
- package/dist/icons/regular/arrow-fat-lines-left.svg +0 -3
- package/dist/icons/regular/arrow-fat-lines-right.svg +0 -3
- package/dist/icons/regular/arrow-fat-lines-up.svg +0 -3
- package/dist/icons/regular/arrow-fat-right.svg +0 -3
- package/dist/icons/regular/arrow-fat-up.svg +0 -3
- package/dist/icons/regular/arrow-left.svg +0 -3
- package/dist/icons/regular/arrow-line-down-left.svg +0 -3
- package/dist/icons/regular/arrow-line-down-right.svg +0 -3
- package/dist/icons/regular/arrow-line-down.svg +0 -3
- package/dist/icons/regular/arrow-line-left.svg +0 -3
- package/dist/icons/regular/arrow-line-right.svg +0 -3
- package/dist/icons/regular/arrow-line-up-left.svg +0 -3
- package/dist/icons/regular/arrow-line-up-right.svg +0 -3
- package/dist/icons/regular/arrow-line-up.svg +0 -3
- package/dist/icons/regular/arrow-right.svg +0 -3
- package/dist/icons/regular/arrow-square-down-left.svg +0 -3
- package/dist/icons/regular/arrow-square-down-right.svg +0 -3
- package/dist/icons/regular/arrow-square-down.svg +0 -3
- package/dist/icons/regular/arrow-square-in.svg +0 -3
- package/dist/icons/regular/arrow-square-left.svg +0 -3
- package/dist/icons/regular/arrow-square-out.svg +0 -3
- package/dist/icons/regular/arrow-square-right.svg +0 -3
- package/dist/icons/regular/arrow-square-up-left.svg +0 -3
- package/dist/icons/regular/arrow-square-up-right.svg +0 -3
- package/dist/icons/regular/arrow-square-up.svg +0 -3
- package/dist/icons/regular/arrow-u-down-left.svg +0 -3
- package/dist/icons/regular/arrow-u-down-right.svg +0 -3
- package/dist/icons/regular/arrow-u-left-down.svg +0 -3
- package/dist/icons/regular/arrow-u-left-up.svg +0 -3
- package/dist/icons/regular/arrow-u-right-down.svg +0 -3
- package/dist/icons/regular/arrow-u-right-up.svg +0 -3
- package/dist/icons/regular/arrow-u-up-left.svg +0 -3
- package/dist/icons/regular/arrow-u-up-right.svg +0 -3
- package/dist/icons/regular/arrow-up-left.svg +0 -3
- package/dist/icons/regular/arrow-up-right.svg +0 -3
- package/dist/icons/regular/arrow-up.svg +0 -3
- package/dist/icons/regular/arrows-clockwise.svg +0 -3
- package/dist/icons/regular/arrows-counter-clockwise.svg +0 -3
- package/dist/icons/regular/arrows-down-up.svg +0 -3
- package/dist/icons/regular/arrows-in-cardinal.svg +0 -3
- package/dist/icons/regular/arrows-in-line-horizontal.svg +0 -3
- package/dist/icons/regular/arrows-in-line-vertical.svg +0 -3
- package/dist/icons/regular/arrows-in-simple.svg +0 -3
- package/dist/icons/regular/arrows-in.svg +0 -3
- package/dist/icons/regular/arrows-left-right.svg +0 -3
- package/dist/icons/regular/arrows-out-cardinal.svg +0 -3
- package/dist/icons/regular/arrows-out-line-horizontal.svg +0 -3
- package/dist/icons/regular/arrows-out-line-vertical.svg +0 -3
- package/dist/icons/regular/arrows-out-simple.svg +0 -3
- package/dist/icons/regular/arrows-out.svg +0 -3
- package/dist/icons/regular/article-medium.svg +0 -3
- package/dist/icons/regular/article-ny-times.svg +0 -3
- package/dist/icons/regular/article.svg +0 -3
- package/dist/icons/regular/asterisk.svg +0 -3
- package/dist/icons/regular/at.svg +0 -3
- package/dist/icons/regular/atom.svg +0 -3
- package/dist/icons/regular/baby.svg +0 -3
- package/dist/icons/regular/backspace.svg +0 -3
- package/dist/icons/regular/bag-simple.svg +0 -3
- package/dist/icons/regular/bag.svg +0 -3
- package/dist/icons/regular/bandaids.svg +0 -3
- package/dist/icons/regular/bank.svg +0 -3
- package/dist/icons/regular/barbell.svg +0 -3
- package/dist/icons/regular/barcode.svg +0 -3
- package/dist/icons/regular/baseball.svg +0 -3
- package/dist/icons/regular/basketball.svg +0 -3
- package/dist/icons/regular/battery-charging-vertical.svg +0 -3
- package/dist/icons/regular/battery-charging.svg +0 -3
- package/dist/icons/regular/battery-empty.svg +0 -3
- package/dist/icons/regular/battery-full.svg +0 -3
- package/dist/icons/regular/battery-high.svg +0 -3
- package/dist/icons/regular/battery-low.svg +0 -3
- package/dist/icons/regular/battery-medium.svg +0 -3
- package/dist/icons/regular/battery-warning-vertical.svg +0 -3
- package/dist/icons/regular/battery-warning.svg +0 -3
- package/dist/icons/regular/bed.svg +0 -3
- package/dist/icons/regular/bell-ringing.svg +0 -3
- package/dist/icons/regular/bell-simple-ringing.svg +0 -3
- package/dist/icons/regular/bell-simple-slash.svg +0 -3
- package/dist/icons/regular/bell-simple-z.svg +0 -3
- package/dist/icons/regular/bell-simple.svg +0 -3
- package/dist/icons/regular/bell-slash.svg +0 -3
- package/dist/icons/regular/bell-z.svg +0 -3
- package/dist/icons/regular/bell.svg +0 -3
- package/dist/icons/regular/bicycle.svg +0 -3
- package/dist/icons/regular/bird.svg +0 -3
- package/dist/icons/regular/bluetooth-connected.svg +0 -3
- package/dist/icons/regular/bluetooth-slash.svg +0 -3
- package/dist/icons/regular/bluetooth-x.svg +0 -3
- package/dist/icons/regular/bluetooth.svg +0 -3
- package/dist/icons/regular/boat.svg +0 -3
- package/dist/icons/regular/book-bookmark.svg +0 -3
- package/dist/icons/regular/book-open.svg +0 -3
- package/dist/icons/regular/book.svg +0 -3
- package/dist/icons/regular/bookmark-simple.svg +0 -3
- package/dist/icons/regular/bookmark.svg +0 -3
- package/dist/icons/regular/bookmarks-simple.svg +0 -3
- package/dist/icons/regular/bookmarks.svg +0 -3
- package/dist/icons/regular/books.svg +0 -3
- package/dist/icons/regular/bounding-box.svg +0 -3
- package/dist/icons/regular/brackets-angle.svg +0 -3
- package/dist/icons/regular/brackets-curly.svg +0 -3
- package/dist/icons/regular/brackets-round.svg +0 -3
- package/dist/icons/regular/brackets-square.svg +0 -3
- package/dist/icons/regular/brain.svg +0 -3
- package/dist/icons/regular/brandy.svg +0 -3
- package/dist/icons/regular/briefcase-metal.svg +0 -3
- package/dist/icons/regular/briefcase-simple.svg +0 -3
- package/dist/icons/regular/briefcase.svg +0 -3
- package/dist/icons/regular/broadcast.svg +0 -3
- package/dist/icons/regular/browser.svg +0 -3
- package/dist/icons/regular/browsers-simple.svg +0 -3
- package/dist/icons/regular/browsers.svg +0 -3
- package/dist/icons/regular/bug-beetle.svg +0 -3
- package/dist/icons/regular/bug-droid.svg +0 -3
- package/dist/icons/regular/bug.svg +0 -3
- package/dist/icons/regular/buildings.svg +0 -3
- package/dist/icons/regular/bus.svg +0 -3
- package/dist/icons/regular/cake.svg +0 -3
- package/dist/icons/regular/calculator.svg +0 -3
- package/dist/icons/regular/calendar-blank.svg +0 -3
- package/dist/icons/regular/calendar-check.svg +0 -3
- package/dist/icons/regular/calendar-plus.svg +0 -3
- package/dist/icons/regular/calendar-x.svg +0 -3
- package/dist/icons/regular/calendar.svg +0 -3
- package/dist/icons/regular/camera-slash.svg +0 -3
- package/dist/icons/regular/camera.svg +0 -3
- package/dist/icons/regular/car-simple.svg +0 -3
- package/dist/icons/regular/car.svg +0 -3
- package/dist/icons/regular/cardholder.svg +0 -3
- package/dist/icons/regular/cards.svg +0 -3
- package/dist/icons/regular/caret-circle-double-down.svg +0 -3
- package/dist/icons/regular/caret-circle-double-left.svg +0 -3
- package/dist/icons/regular/caret-circle-double-right.svg +0 -3
- package/dist/icons/regular/caret-circle-double-up.svg +0 -3
- package/dist/icons/regular/caret-circle-down.svg +0 -3
- package/dist/icons/regular/caret-circle-left.svg +0 -3
- package/dist/icons/regular/caret-circle-right.svg +0 -3
- package/dist/icons/regular/caret-circle-up.svg +0 -3
- package/dist/icons/regular/caret-double-down.svg +0 -3
- package/dist/icons/regular/caret-double-left.svg +0 -3
- package/dist/icons/regular/caret-double-right.svg +0 -3
- package/dist/icons/regular/caret-double-up.svg +0 -3
- package/dist/icons/regular/caret-down.svg +0 -3
- package/dist/icons/regular/caret-left.svg +0 -3
- package/dist/icons/regular/caret-right.svg +0 -3
- package/dist/icons/regular/caret-up.svg +0 -3
- package/dist/icons/regular/cat.svg +0 -3
- package/dist/icons/regular/cell-signal-full.svg +0 -3
- package/dist/icons/regular/cell-signal-high.svg +0 -3
- package/dist/icons/regular/cell-signal-low.svg +0 -3
- package/dist/icons/regular/cell-signal-medium.svg +0 -3
- package/dist/icons/regular/cell-signal-none.svg +0 -3
- package/dist/icons/regular/cell-signal-slash.svg +0 -3
- package/dist/icons/regular/cell-signal-x.svg +0 -3
- package/dist/icons/regular/chalkboard-simple.svg +0 -3
- package/dist/icons/regular/chalkboard-teacher.svg +0 -3
- package/dist/icons/regular/chalkboard.svg +0 -3
- package/dist/icons/regular/chart-bar-horizontal.svg +0 -3
- package/dist/icons/regular/chart-bar.svg +0 -3
- package/dist/icons/regular/chart-line-up.svg +0 -3
- package/dist/icons/regular/chart-line.svg +0 -3
- package/dist/icons/regular/chart-pie-slice.svg +0 -3
- package/dist/icons/regular/chart-pie.svg +0 -3
- package/dist/icons/regular/chat-centered-dots.svg +0 -3
- package/dist/icons/regular/chat-centered-text.svg +0 -3
- package/dist/icons/regular/chat-centered.svg +0 -3
- package/dist/icons/regular/chat-circle-dots.svg +0 -3
- package/dist/icons/regular/chat-circle-text.svg +0 -3
- package/dist/icons/regular/chat-circle.svg +0 -3
- package/dist/icons/regular/chat-dots.svg +0 -3
- package/dist/icons/regular/chat-teardrop-dots.svg +0 -3
- package/dist/icons/regular/chat-teardrop-text.svg +0 -3
- package/dist/icons/regular/chat-teardrop.svg +0 -3
- package/dist/icons/regular/chat-text.svg +0 -3
- package/dist/icons/regular/chat.svg +0 -3
- package/dist/icons/regular/chats-circle.svg +0 -3
- package/dist/icons/regular/chats-teardrop.svg +0 -3
- package/dist/icons/regular/chats.svg +0 -3
- package/dist/icons/regular/check-circle.svg +0 -3
- package/dist/icons/regular/check-square-offset.svg +0 -3
- package/dist/icons/regular/check-square.svg +0 -3
- package/dist/icons/regular/check.svg +0 -3
- package/dist/icons/regular/checks.svg +0 -3
- package/dist/icons/regular/circle-dashed.svg +0 -3
- package/dist/icons/regular/circle-half-tilt.svg +0 -3
- package/dist/icons/regular/circle-half.svg +0 -3
- package/dist/icons/regular/circle-wavy-check.svg +0 -3
- package/dist/icons/regular/circle-wavy-question.svg +0 -3
- package/dist/icons/regular/circle-wavy-warning.svg +0 -3
- package/dist/icons/regular/circle-wavy.svg +0 -3
- package/dist/icons/regular/circle.svg +0 -3
- package/dist/icons/regular/circles-four.svg +0 -3
- package/dist/icons/regular/circles-three-plus.svg +0 -3
- package/dist/icons/regular/circles-three.svg +0 -3
- package/dist/icons/regular/clipboard-text.svg +0 -3
- package/dist/icons/regular/clipboard.svg +0 -3
- package/dist/icons/regular/clock-afternoon.svg +0 -3
- package/dist/icons/regular/clock-clockwise.svg +0 -3
- package/dist/icons/regular/clock-counter-clockwise.svg +0 -3
- package/dist/icons/regular/clock.svg +0 -3
- package/dist/icons/regular/closed-captioning.svg +0 -3
- package/dist/icons/regular/cloud-arrow-down.svg +0 -3
- package/dist/icons/regular/cloud-arrow-up.svg +0 -3
- package/dist/icons/regular/cloud-check.svg +0 -3
- package/dist/icons/regular/cloud-fog.svg +0 -3
- package/dist/icons/regular/cloud-lightning.svg +0 -3
- package/dist/icons/regular/cloud-moon.svg +0 -3
- package/dist/icons/regular/cloud-rain.svg +0 -3
- package/dist/icons/regular/cloud-slash.svg +0 -3
- package/dist/icons/regular/cloud-snow.svg +0 -3
- package/dist/icons/regular/cloud-sun.svg +0 -3
- package/dist/icons/regular/cloud.svg +0 -3
- package/dist/icons/regular/club.svg +0 -3
- package/dist/icons/regular/code-simple.svg +0 -3
- package/dist/icons/regular/code.svg +0 -3
- package/dist/icons/regular/coffee.svg +0 -3
- package/dist/icons/regular/coin.svg +0 -3
- package/dist/icons/regular/columns.svg +0 -6
- package/dist/icons/regular/command.svg +0 -3
- package/dist/icons/regular/compass.svg +0 -3
- package/dist/icons/regular/computer-tower.svg +0 -3
- package/dist/icons/regular/cookie.svg +0 -3
- package/dist/icons/regular/cooking-pot.svg +0 -3
- package/dist/icons/regular/copy-simple.svg +0 -3
- package/dist/icons/regular/copy.svg +0 -3
- package/dist/icons/regular/copyright.svg +0 -3
- package/dist/icons/regular/corners-in.svg +0 -3
- package/dist/icons/regular/corners-out.svg +0 -3
- package/dist/icons/regular/cpu.svg +0 -3
- package/dist/icons/regular/credit-card.svg +0 -3
- package/dist/icons/regular/crop.svg +0 -3
- package/dist/icons/regular/crosshair-simple.svg +0 -3
- package/dist/icons/regular/crosshair.svg +0 -3
- package/dist/icons/regular/crown-simple.svg +0 -3
- package/dist/icons/regular/crown.svg +0 -3
- package/dist/icons/regular/cube.svg +0 -3
- package/dist/icons/regular/currency-btc.svg +0 -3
- package/dist/icons/regular/currency-circle-dollar.svg +0 -3
- package/dist/icons/regular/currency-cny.svg +0 -3
- package/dist/icons/regular/currency-dollar-simple.svg +0 -3
- package/dist/icons/regular/currency-dollar.svg +0 -3
- package/dist/icons/regular/currency-eur.svg +0 -3
- package/dist/icons/regular/currency-gbp.svg +0 -3
- package/dist/icons/regular/currency-inr.svg +0 -3
- package/dist/icons/regular/currency-jpy.svg +0 -3
- package/dist/icons/regular/currency-krw.svg +0 -3
- package/dist/icons/regular/currency-rub.svg +0 -3
- package/dist/icons/regular/cursor.svg +0 -3
- package/dist/icons/regular/database.svg +0 -3
- package/dist/icons/regular/desktop-tower.svg +0 -3
- package/dist/icons/regular/desktop.svg +0 -3
- package/dist/icons/regular/device-mobile-camera.svg +0 -3
- package/dist/icons/regular/device-mobile-speaker.svg +0 -3
- package/dist/icons/regular/device-mobile.svg +0 -3
- package/dist/icons/regular/device-tablet-camera.svg +0 -3
- package/dist/icons/regular/device-tablet-speaker.svg +0 -3
- package/dist/icons/regular/device-tablet.svg +0 -3
- package/dist/icons/regular/diamond.svg +0 -3
- package/dist/icons/regular/dice-five.svg +0 -3
- package/dist/icons/regular/dice-four.svg +0 -3
- package/dist/icons/regular/dice-one.svg +0 -3
- package/dist/icons/regular/dice-six.svg +0 -3
- package/dist/icons/regular/dice-three.svg +0 -3
- package/dist/icons/regular/dice-two.svg +0 -3
- package/dist/icons/regular/disc.svg +0 -3
- package/dist/icons/regular/discord-logo.svg +0 -3
- package/dist/icons/regular/divide.svg +0 -3
- package/dist/icons/regular/dog.svg +0 -3
- package/dist/icons/regular/door.svg +0 -3
- package/dist/icons/regular/dots-nine.svg +0 -3
- package/dist/icons/regular/dots-six-vertical.svg +0 -3
- package/dist/icons/regular/dots-six.svg +0 -3
- package/dist/icons/regular/dots-three-circle-vertical.svg +0 -3
- package/dist/icons/regular/dots-three-circle.svg +0 -3
- package/dist/icons/regular/dots-three-outline-vertical.svg +0 -3
- package/dist/icons/regular/dots-three-outline.svg +0 -3
- package/dist/icons/regular/dots-three-vertical.svg +0 -3
- package/dist/icons/regular/dots-three.svg +0 -3
- package/dist/icons/regular/download-simple.svg +0 -3
- package/dist/icons/regular/download.svg +0 -3
- package/dist/icons/regular/dribbble-logo.svg +0 -3
- package/dist/icons/regular/drop-half.svg +0 -3
- package/dist/icons/regular/drop.svg +0 -3
- package/dist/icons/regular/ear-slash.svg +0 -3
- package/dist/icons/regular/ear.svg +0 -3
- package/dist/icons/regular/eject-simple.svg +0 -3
- package/dist/icons/regular/eject.svg +0 -3
- package/dist/icons/regular/envelope-open.svg +0 -3
- package/dist/icons/regular/envelope-simple-open.svg +0 -3
- package/dist/icons/regular/envelope-simple.svg +0 -3
- package/dist/icons/regular/envelope.svg +0 -3
- package/dist/icons/regular/equals.svg +0 -3
- package/dist/icons/regular/eraser.svg +0 -3
- package/dist/icons/regular/export.svg +0 -3
- package/dist/icons/regular/eye-closed.svg +0 -3
- package/dist/icons/regular/eye-slash.svg +0 -3
- package/dist/icons/regular/eye.svg +0 -3
- package/dist/icons/regular/eyedropper.svg +0 -3
- package/dist/icons/regular/face-mask.svg +0 -3
- package/dist/icons/regular/facebook-logo.svg +0 -3
- package/dist/icons/regular/factory.svg +0 -3
- package/dist/icons/regular/faders-horizontal.svg +0 -3
- package/dist/icons/regular/faders.svg +0 -3
- package/dist/icons/regular/fast-forward-circle.svg +0 -3
- package/dist/icons/regular/fast-forward.svg +0 -3
- package/dist/icons/regular/figma-logo.svg +0 -3
- package/dist/icons/regular/file-arrow-down.svg +0 -3
- package/dist/icons/regular/file-arrow-up.svg +0 -3
- package/dist/icons/regular/file-dotted.svg +0 -3
- package/dist/icons/regular/file-minus.svg +0 -3
- package/dist/icons/regular/file-pdf.svg +0 -3
- package/dist/icons/regular/file-plus.svg +0 -3
- package/dist/icons/regular/file-search.svg +0 -3
- package/dist/icons/regular/file-text.svg +0 -3
- package/dist/icons/regular/file-x.svg +0 -3
- package/dist/icons/regular/file.svg +0 -3
- package/dist/icons/regular/files.svg +0 -3
- package/dist/icons/regular/film-strip.svg +0 -3
- package/dist/icons/regular/fingerprint-simple.svg +0 -3
- package/dist/icons/regular/fingerprint.svg +0 -3
- package/dist/icons/regular/finn-the-human.svg +0 -3
- package/dist/icons/regular/fire-simple.svg +0 -3
- package/dist/icons/regular/fire.svg +0 -3
- package/dist/icons/regular/first-aid-kit.svg +0 -3
- package/dist/icons/regular/first-aid.svg +0 -3
- package/dist/icons/regular/fish-simple.svg +0 -3
- package/dist/icons/regular/fish.svg +0 -3
- package/dist/icons/regular/flag-banner.svg +0 -3
- package/dist/icons/regular/flag.svg +0 -3
- package/dist/icons/regular/flame.svg +0 -3
- package/dist/icons/regular/flashlight.svg +0 -3
- package/dist/icons/regular/flask.svg +0 -3
- package/dist/icons/regular/floppy-disk-back.svg +0 -3
- package/dist/icons/regular/floppy-disk.svg +0 -3
- package/dist/icons/regular/flow-arrow.svg +0 -3
- package/dist/icons/regular/flower-lotus.svg +0 -3
- package/dist/icons/regular/flower.svg +0 -3
- package/dist/icons/regular/folder-minus.svg +0 -3
- package/dist/icons/regular/folder-notch-minus.svg +0 -3
- package/dist/icons/regular/folder-notch-open.svg +0 -3
- package/dist/icons/regular/folder-notch-plus.svg +0 -3
- package/dist/icons/regular/folder-notch.svg +0 -3
- package/dist/icons/regular/folder-open.svg +0 -3
- package/dist/icons/regular/folder-plus.svg +0 -3
- package/dist/icons/regular/folder-simple-minus.svg +0 -3
- package/dist/icons/regular/folder-simple-plus.svg +0 -3
- package/dist/icons/regular/folder-simple.svg +0 -3
- package/dist/icons/regular/folder.svg +0 -3
- package/dist/icons/regular/folders.svg +0 -3
- package/dist/icons/regular/football.svg +0 -3
- package/dist/icons/regular/fork-knife.svg +0 -3
- package/dist/icons/regular/frame-corners.svg +0 -3
- package/dist/icons/regular/framer-logo.svg +0 -3
- package/dist/icons/regular/funnel-simple.svg +0 -3
- package/dist/icons/regular/funnel.svg +0 -3
- package/dist/icons/regular/game-controller.svg +0 -3
- package/dist/icons/regular/gas-pump.svg +0 -3
- package/dist/icons/regular/gauge.svg +0 -3
- package/dist/icons/regular/gear-six.svg +0 -3
- package/dist/icons/regular/gear.svg +0 -3
- package/dist/icons/regular/gender-female.svg +0 -3
- package/dist/icons/regular/gender-intersex.svg +0 -3
- package/dist/icons/regular/gender-male.svg +0 -3
- package/dist/icons/regular/gender-neuter.svg +0 -3
- package/dist/icons/regular/gender-nonbinary.svg +0 -3
- package/dist/icons/regular/gender-transgender.svg +0 -3
- package/dist/icons/regular/ghost.svg +0 -3
- package/dist/icons/regular/gif.svg +0 -3
- package/dist/icons/regular/gift.svg +0 -3
- package/dist/icons/regular/git-branch.svg +0 -3
- package/dist/icons/regular/git-commit.svg +0 -3
- package/dist/icons/regular/git-diff.svg +0 -3
- package/dist/icons/regular/git-fork.svg +0 -3
- package/dist/icons/regular/git-merge.svg +0 -3
- package/dist/icons/regular/git-pull-request.svg +0 -3
- package/dist/icons/regular/github-logo.svg +0 -3
- package/dist/icons/regular/gitlab-logo-simple.svg +0 -3
- package/dist/icons/regular/gitlab-logo.svg +0 -3
- package/dist/icons/regular/globe-hemisphere-east.svg +0 -3
- package/dist/icons/regular/globe-hemisphere-west.svg +0 -3
- package/dist/icons/regular/globe-simple.svg +0 -3
- package/dist/icons/regular/globe-stand.svg +0 -3
- package/dist/icons/regular/globe.svg +0 -3
- package/dist/icons/regular/google-logo.svg +0 -3
- package/dist/icons/regular/google-play-logo.svg +0 -3
- package/dist/icons/regular/graduation-cap.svg +0 -3
- package/dist/icons/regular/grid-four.svg +0 -3
- package/dist/icons/regular/hand-fist.svg +0 -3
- package/dist/icons/regular/hand-grabbing.svg +0 -3
- package/dist/icons/regular/hand-palm.svg +0 -3
- package/dist/icons/regular/hand-pointing.svg +0 -3
- package/dist/icons/regular/hand-soap.svg +0 -3
- package/dist/icons/regular/hand-waving.svg +0 -3
- package/dist/icons/regular/hand.svg +0 -3
- package/dist/icons/regular/handbag-simple.svg +0 -3
- package/dist/icons/regular/handbag.svg +0 -3
- package/dist/icons/regular/hands-clapping.svg +0 -3
- package/dist/icons/regular/handshake.svg +0 -3
- package/dist/icons/regular/hard-drive.svg +0 -3
- package/dist/icons/regular/hard-drives.svg +0 -3
- package/dist/icons/regular/hash-straight.svg +0 -3
- package/dist/icons/regular/hash.svg +0 -3
- package/dist/icons/regular/headlights.svg +0 -3
- package/dist/icons/regular/headphones.svg +0 -3
- package/dist/icons/regular/headset.svg +0 -3
- package/dist/icons/regular/heart-straight.svg +0 -3
- package/dist/icons/regular/heart.svg +0 -3
- package/dist/icons/regular/heartbeat.svg +0 -3
- package/dist/icons/regular/hexagon.svg +0 -3
- package/dist/icons/regular/highlighter-circle.svg +0 -3
- package/dist/icons/regular/horse.svg +0 -3
- package/dist/icons/regular/hourglass-high.svg +0 -3
- package/dist/icons/regular/hourglass-low.svg +0 -3
- package/dist/icons/regular/hourglass-medium.svg +0 -3
- package/dist/icons/regular/hourglass-simple-high.svg +0 -3
- package/dist/icons/regular/hourglass-simple-low.svg +0 -3
- package/dist/icons/regular/hourglass-simple-medium.svg +0 -3
- package/dist/icons/regular/hourglass-simple.svg +0 -3
- package/dist/icons/regular/hourglass.svg +0 -3
- package/dist/icons/regular/house-line.svg +0 -3
- package/dist/icons/regular/house-simple.svg +0 -3
- package/dist/icons/regular/house.svg +0 -3
- package/dist/icons/regular/identification-badge.svg +0 -3
- package/dist/icons/regular/identification-card.svg +0 -3
- package/dist/icons/regular/image-square.svg +0 -3
- package/dist/icons/regular/image.svg +0 -3
- package/dist/icons/regular/infinity.svg +0 -3
- package/dist/icons/regular/info.svg +0 -3
- package/dist/icons/regular/instagram-logo.svg +0 -3
- package/dist/icons/regular/intersect.svg +0 -3
- package/dist/icons/regular/jeep.svg +0 -3
- package/dist/icons/regular/key-return.svg +0 -3
- package/dist/icons/regular/key.svg +0 -3
- package/dist/icons/regular/keyboard.svg +0 -3
- package/dist/icons/regular/knife.svg +0 -3
- package/dist/icons/regular/lamp.svg +0 -3
- package/dist/icons/regular/laptop.svg +0 -3
- package/dist/icons/regular/layout.svg +0 -3
- package/dist/icons/regular/leaf.svg +0 -3
- package/dist/icons/regular/lifebuoy.svg +0 -3
- package/dist/icons/regular/lightbulb-filament.svg +0 -3
- package/dist/icons/regular/lightbulb.svg +0 -3
- package/dist/icons/regular/lightning-slash.svg +0 -3
- package/dist/icons/regular/lightning.svg +0 -3
- package/dist/icons/regular/line-segment.svg +0 -3
- package/dist/icons/regular/line-segments.svg +0 -3
- package/dist/icons/regular/link-break.svg +0 -3
- package/dist/icons/regular/link-simple-break.svg +0 -3
- package/dist/icons/regular/link-simple-horizontal-break.svg +0 -3
- package/dist/icons/regular/link-simple-horizontal.svg +0 -3
- package/dist/icons/regular/link-simple.svg +0 -3
- package/dist/icons/regular/link.svg +0 -3
- package/dist/icons/regular/linkedin-logo.svg +0 -3
- package/dist/icons/regular/list-bullets.svg +0 -3
- package/dist/icons/regular/list-dashes.svg +0 -3
- package/dist/icons/regular/list-numbers.svg +0 -3
- package/dist/icons/regular/list-plus.svg +0 -3
- package/dist/icons/regular/list.svg +0 -3
- package/dist/icons/regular/lock-key-open.svg +0 -3
- package/dist/icons/regular/lock-key.svg +0 -3
- package/dist/icons/regular/lock-laminated-open.svg +0 -3
- package/dist/icons/regular/lock-laminated.svg +0 -3
- package/dist/icons/regular/lock-open.svg +0 -3
- package/dist/icons/regular/lock-simple-open.svg +0 -3
- package/dist/icons/regular/lock-simple.svg +0 -3
- package/dist/icons/regular/lock.svg +0 -3
- package/dist/icons/regular/magic-wand.svg +0 -3
- package/dist/icons/regular/magnet-straight.svg +0 -3
- package/dist/icons/regular/magnet.svg +0 -3
- package/dist/icons/regular/magnifying-glass-minus.svg +0 -3
- package/dist/icons/regular/magnifying-glass-plus.svg +0 -3
- package/dist/icons/regular/magnifying-glass.svg +0 -3
- package/dist/icons/regular/map-pin-line.svg +0 -3
- package/dist/icons/regular/map-pin.svg +0 -3
- package/dist/icons/regular/map-trifold.svg +0 -3
- package/dist/icons/regular/marker-circle.svg +0 -3
- package/dist/icons/regular/martini.svg +0 -3
- package/dist/icons/regular/math-operations.svg +0 -3
- package/dist/icons/regular/medal.svg +0 -3
- package/dist/icons/regular/medium-logo.svg +0 -3
- package/dist/icons/regular/megaphone-simple.svg +0 -3
- package/dist/icons/regular/megaphone.svg +0 -3
- package/dist/icons/regular/messenger-logo.svg +0 -3
- package/dist/icons/regular/microphone-slash.svg +0 -3
- package/dist/icons/regular/microphone.svg +0 -3
- package/dist/icons/regular/minus-circle.svg +0 -3
- package/dist/icons/regular/minus.svg +0 -3
- package/dist/icons/regular/money.svg +0 -3
- package/dist/icons/regular/monitor-play.svg +0 -3
- package/dist/icons/regular/monitor.svg +0 -3
- package/dist/icons/regular/moon-stars.svg +0 -3
- package/dist/icons/regular/moon.svg +0 -3
- package/dist/icons/regular/mouse-simple.svg +0 -3
- package/dist/icons/regular/mouse.svg +0 -3
- package/dist/icons/regular/music-note-simple.svg +0 -3
- package/dist/icons/regular/music-note.svg +0 -3
- package/dist/icons/regular/music-notes-simple.svg +0 -3
- package/dist/icons/regular/music-notes.svg +0 -3
- package/dist/icons/regular/navigation-arrow.svg +0 -3
- package/dist/icons/regular/newspaper-clipping.svg +0 -3
- package/dist/icons/regular/newspaper.svg +0 -3
- package/dist/icons/regular/note-blank.svg +0 -3
- package/dist/icons/regular/note-pencil.svg +0 -3
- package/dist/icons/regular/note.svg +0 -3
- package/dist/icons/regular/notebook.svg +0 -3
- package/dist/icons/regular/notepad.svg +0 -3
- package/dist/icons/regular/notification.svg +0 -3
- package/dist/icons/regular/number-circle-eight.svg +0 -3
- package/dist/icons/regular/number-circle-five.svg +0 -3
- package/dist/icons/regular/number-circle-four.svg +0 -3
- package/dist/icons/regular/number-circle-nine.svg +0 -3
- package/dist/icons/regular/number-circle-one.svg +0 -3
- package/dist/icons/regular/number-circle-seven.svg +0 -3
- package/dist/icons/regular/number-circle-six.svg +0 -3
- package/dist/icons/regular/number-circle-three.svg +0 -3
- package/dist/icons/regular/number-circle-two.svg +0 -3
- package/dist/icons/regular/number-circle-zero.svg +0 -3
- package/dist/icons/regular/number-eight.svg +0 -3
- package/dist/icons/regular/number-five.svg +0 -3
- package/dist/icons/regular/number-four.svg +0 -3
- package/dist/icons/regular/number-nine.svg +0 -3
- package/dist/icons/regular/number-one.svg +0 -3
- package/dist/icons/regular/number-seven.svg +0 -3
- package/dist/icons/regular/number-six.svg +0 -3
- package/dist/icons/regular/number-square-eight.svg +0 -3
- package/dist/icons/regular/number-square-five.svg +0 -3
- package/dist/icons/regular/number-square-four.svg +0 -3
- package/dist/icons/regular/number-square-nine.svg +0 -3
- package/dist/icons/regular/number-square-one.svg +0 -3
- package/dist/icons/regular/number-square-seven.svg +0 -3
- package/dist/icons/regular/number-square-six.svg +0 -3
- package/dist/icons/regular/number-square-three.svg +0 -3
- package/dist/icons/regular/number-square-two.svg +0 -3
- package/dist/icons/regular/number-square-zero.svg +0 -3
- package/dist/icons/regular/number-three.svg +0 -3
- package/dist/icons/regular/number-two.svg +0 -3
- package/dist/icons/regular/number-zero.svg +0 -3
- package/dist/icons/regular/nut.svg +0 -3
- package/dist/icons/regular/ny-times-logo.svg +0 -3
- package/dist/icons/regular/octagon.svg +0 -3
- package/dist/icons/regular/package.svg +0 -3
- package/dist/icons/regular/paint-brush-broad.svg +0 -3
- package/dist/icons/regular/paint-brush-household.svg +0 -3
- package/dist/icons/regular/paint-brush.svg +0 -3
- package/dist/icons/regular/paint-bucket.svg +0 -3
- package/dist/icons/regular/paint-roller.svg +0 -3
- package/dist/icons/regular/palette.svg +0 -3
- package/dist/icons/regular/paper-plane-right.svg +0 -3
- package/dist/icons/regular/paper-plane-tilt.svg +0 -3
- package/dist/icons/regular/paper-plane.svg +0 -3
- package/dist/icons/regular/paperclip-horizontal.svg +0 -3
- package/dist/icons/regular/paperclip.svg +0 -3
- package/dist/icons/regular/path.svg +0 -3
- package/dist/icons/regular/pause-circle.svg +0 -3
- package/dist/icons/regular/pause.svg +0 -3
- package/dist/icons/regular/paw-print.svg +0 -3
- package/dist/icons/regular/peace.svg +0 -3
- package/dist/icons/regular/pedestrian.svg +0 -3
- package/dist/icons/regular/pen-nib-straight.svg +0 -3
- package/dist/icons/regular/pen-nib.svg +0 -3
- package/dist/icons/regular/pen.svg +0 -3
- package/dist/icons/regular/pencil-circle.svg +0 -3
- package/dist/icons/regular/pencil-line.svg +0 -3
- package/dist/icons/regular/pencil-simple.svg +0 -3
- package/dist/icons/regular/pencil.svg +0 -3
- package/dist/icons/regular/percent.svg +0 -3
- package/dist/icons/regular/person-simple-run.svg +0 -3
- package/dist/icons/regular/person-simple-walk.svg +0 -3
- package/dist/icons/regular/person-simple.svg +0 -3
- package/dist/icons/regular/person.svg +0 -3
- package/dist/icons/regular/phone-call.svg +0 -3
- package/dist/icons/regular/phone-disconnect.svg +0 -3
- package/dist/icons/regular/phone-incoming.svg +0 -3
- package/dist/icons/regular/phone-outgoing.svg +0 -3
- package/dist/icons/regular/phone-slash.svg +0 -3
- package/dist/icons/regular/phone-x.svg +0 -3
- package/dist/icons/regular/phone.svg +0 -3
- package/dist/icons/regular/phosphor-logo.svg +0 -3
- package/dist/icons/regular/picture-in-picture.svg +0 -3
- package/dist/icons/regular/pill.svg +0 -3
- package/dist/icons/regular/pinterest-logo.svg +0 -3
- package/dist/icons/regular/pizza.svg +0 -3
- package/dist/icons/regular/placeholder.svg +0 -3
- package/dist/icons/regular/planet.svg +0 -3
- package/dist/icons/regular/play-circle.svg +0 -3
- package/dist/icons/regular/play.svg +0 -3
- package/dist/icons/regular/playlist.svg +0 -3
- package/dist/icons/regular/plus-circle.svg +0 -3
- package/dist/icons/regular/plus-minus.svg +0 -3
- package/dist/icons/regular/plus.svg +0 -3
- package/dist/icons/regular/poker-chip.svg +0 -3
- package/dist/icons/regular/polygon.svg +0 -3
- package/dist/icons/regular/power.svg +0 -3
- package/dist/icons/regular/prescription.svg +0 -3
- package/dist/icons/regular/presentation-chart.svg +0 -3
- package/dist/icons/regular/presentation.svg +0 -3
- package/dist/icons/regular/printer.svg +0 -3
- package/dist/icons/regular/prohibit-inset.svg +0 -3
- package/dist/icons/regular/prohibit.svg +0 -3
- package/dist/icons/regular/projector-screen-chart.svg +0 -3
- package/dist/icons/regular/projector-screen.svg +0 -3
- package/dist/icons/regular/push-pin-simple-slash.svg +0 -3
- package/dist/icons/regular/push-pin-simple.svg +0 -3
- package/dist/icons/regular/push-pin-slash.svg +0 -3
- package/dist/icons/regular/push-pin.svg +0 -3
- package/dist/icons/regular/puzzle-piece.svg +0 -3
- package/dist/icons/regular/qr-code.svg +0 -3
- package/dist/icons/regular/question.svg +0 -3
- package/dist/icons/regular/queue.svg +0 -3
- package/dist/icons/regular/quotes.svg +0 -3
- package/dist/icons/regular/radical.svg +0 -3
- package/dist/icons/regular/radio.svg +0 -3
- package/dist/icons/regular/rainbow-cloud.svg +0 -3
- package/dist/icons/regular/rainbow.svg +0 -3
- package/dist/icons/regular/receipt.svg +0 -3
- package/dist/icons/regular/record.svg +0 -3
- package/dist/icons/regular/rectangle.svg +0 -3
- package/dist/icons/regular/rectangles-two.svg +0 -3
- package/dist/icons/regular/recycle.svg +0 -3
- package/dist/icons/regular/reddit-logo.svg +0 -3
- package/dist/icons/regular/repeat-once.svg +0 -3
- package/dist/icons/regular/repeat.svg +0 -3
- package/dist/icons/regular/rewind-circle.svg +0 -3
- package/dist/icons/regular/rewind.svg +0 -3
- package/dist/icons/regular/robot.svg +0 -3
- package/dist/icons/regular/rocket-launch.svg +0 -3
- package/dist/icons/regular/rocket.svg +0 -3
- package/dist/icons/regular/rows.svg +0 -3
- package/dist/icons/regular/rss-simple.svg +0 -3
- package/dist/icons/regular/rss.svg +0 -3
- package/dist/icons/regular/ruler.svg +0 -3
- package/dist/icons/regular/scales.svg +0 -3
- package/dist/icons/regular/scissors.svg +0 -3
- package/dist/icons/regular/screencast.svg +0 -3
- package/dist/icons/regular/scribble-loop.svg +0 -3
- package/dist/icons/regular/selection-all.svg +0 -3
- package/dist/icons/regular/selection-background.svg +0 -3
- package/dist/icons/regular/selection-foreground.svg +0 -3
- package/dist/icons/regular/selection-inverse.svg +0 -3
- package/dist/icons/regular/selection-plus.svg +0 -3
- package/dist/icons/regular/selection-slash.svg +0 -3
- package/dist/icons/regular/selection.svg +0 -3
- package/dist/icons/regular/share-network.svg +0 -3
- package/dist/icons/regular/share.svg +0 -3
- package/dist/icons/regular/shield-check.svg +0 -3
- package/dist/icons/regular/shield-checkered.svg +0 -3
- package/dist/icons/regular/shield-chevron.svg +0 -3
- package/dist/icons/regular/shield-plus.svg +0 -3
- package/dist/icons/regular/shield-slash.svg +0 -3
- package/dist/icons/regular/shield-warning.svg +0 -3
- package/dist/icons/regular/shield.svg +0 -3
- package/dist/icons/regular/shopping-bag-open.svg +0 -3
- package/dist/icons/regular/shopping-bag.svg +0 -3
- package/dist/icons/regular/shopping-cart-simple.svg +0 -3
- package/dist/icons/regular/shopping-cart.svg +0 -3
- package/dist/icons/regular/shower.svg +0 -3
- package/dist/icons/regular/shuffle-angular.svg +0 -3
- package/dist/icons/regular/shuffle-simple.svg +0 -3
- package/dist/icons/regular/shuffle.svg +0 -3
- package/dist/icons/regular/sign-in.svg +0 -3
- package/dist/icons/regular/sign-out.svg +0 -3
- package/dist/icons/regular/sim-card.svg +0 -3
- package/dist/icons/regular/sketch-logo.svg +0 -3
- package/dist/icons/regular/skip-back-circle.svg +0 -3
- package/dist/icons/regular/skip-back.svg +0 -3
- package/dist/icons/regular/skip-forward-circle.svg +0 -3
- package/dist/icons/regular/skip-forward.svg +0 -3
- package/dist/icons/regular/slack-logo.svg +0 -3
- package/dist/icons/regular/sliders-horizontal.svg +0 -3
- package/dist/icons/regular/sliders.svg +0 -3
- package/dist/icons/regular/smiley-blank.svg +0 -3
- package/dist/icons/regular/smiley-meh.svg +0 -3
- package/dist/icons/regular/smiley-nervous.svg +0 -3
- package/dist/icons/regular/smiley-sad.svg +0 -3
- package/dist/icons/regular/smiley-sticker.svg +0 -3
- package/dist/icons/regular/smiley-wink.svg +0 -3
- package/dist/icons/regular/smiley-x-eyes.svg +0 -3
- package/dist/icons/regular/smiley.svg +0 -3
- package/dist/icons/regular/snapchat-logo.svg +0 -3
- package/dist/icons/regular/snowflake.svg +0 -3
- package/dist/icons/regular/soccer-ball.svg +0 -3
- package/dist/icons/regular/sort-ascending.svg +0 -3
- package/dist/icons/regular/sort-descending.svg +0 -3
- package/dist/icons/regular/spade.svg +0 -3
- package/dist/icons/regular/sparkle.svg +0 -3
- package/dist/icons/regular/speaker-high.svg +0 -3
- package/dist/icons/regular/speaker-low.svg +0 -3
- package/dist/icons/regular/speaker-none.svg +0 -3
- package/dist/icons/regular/speaker-simple-high.svg +0 -3
- package/dist/icons/regular/speaker-simple-low.svg +0 -3
- package/dist/icons/regular/speaker-simple-none.svg +0 -3
- package/dist/icons/regular/speaker-simple-slash.svg +0 -3
- package/dist/icons/regular/speaker-simple-x.svg +0 -3
- package/dist/icons/regular/speaker-slash.svg +0 -3
- package/dist/icons/regular/speaker-x.svg +0 -3
- package/dist/icons/regular/spinner-gap.svg +0 -3
- package/dist/icons/regular/spinner.svg +0 -3
- package/dist/icons/regular/spotify-logo.svg +0 -3
- package/dist/icons/regular/square-half.svg +0 -3
- package/dist/icons/regular/square-logo.svg +0 -3
- package/dist/icons/regular/square.svg +0 -3
- package/dist/icons/regular/squares-four.svg +0 -3
- package/dist/icons/regular/stack-simple.svg +0 -3
- package/dist/icons/regular/stack.svg +0 -3
- package/dist/icons/regular/star-four.svg +0 -3
- package/dist/icons/regular/star-half.svg +0 -3
- package/dist/icons/regular/star.svg +0 -3
- package/dist/icons/regular/sticker.svg +0 -3
- package/dist/icons/regular/stop-circle.svg +0 -3
- package/dist/icons/regular/stop.svg +0 -3
- package/dist/icons/regular/storefront.svg +0 -3
- package/dist/icons/regular/stripe-logo.svg +0 -3
- package/dist/icons/regular/student.svg +0 -3
- package/dist/icons/regular/suitcase-simple.svg +0 -3
- package/dist/icons/regular/suitcase.svg +0 -3
- package/dist/icons/regular/sun-dim.svg +0 -3
- package/dist/icons/regular/sun-horizon.svg +0 -3
- package/dist/icons/regular/sun.svg +0 -3
- package/dist/icons/regular/swap.svg +0 -3
- package/dist/icons/regular/swatches.svg +0 -3
- package/dist/icons/regular/sword.svg +0 -3
- package/dist/icons/regular/t-shirt.svg +0 -3
- package/dist/icons/regular/table.svg +0 -3
- package/dist/icons/regular/tag-chevron.svg +0 -3
- package/dist/icons/regular/tag-simple.svg +0 -3
- package/dist/icons/regular/tag.svg +0 -3
- package/dist/icons/regular/target.svg +0 -3
- package/dist/icons/regular/telegram-logo.svg +0 -3
- package/dist/icons/regular/television-simple.svg +0 -3
- package/dist/icons/regular/television.svg +0 -3
- package/dist/icons/regular/tennis-ball.svg +0 -3
- package/dist/icons/regular/terminal-window.svg +0 -3
- package/dist/icons/regular/terminal.svg +0 -3
- package/dist/icons/regular/test-tube.svg +0 -3
- package/dist/icons/regular/text-aa.svg +0 -3
- package/dist/icons/regular/text-align-center.svg +0 -3
- package/dist/icons/regular/text-align-justify.svg +0 -3
- package/dist/icons/regular/text-align-left.svg +0 -3
- package/dist/icons/regular/text-align-right.svg +0 -3
- package/dist/icons/regular/text-bolder.svg +0 -3
- package/dist/icons/regular/text-h-five.svg +0 -3
- package/dist/icons/regular/text-h-four.svg +0 -3
- package/dist/icons/regular/text-h-one.svg +0 -3
- package/dist/icons/regular/text-h-six.svg +0 -3
- package/dist/icons/regular/text-h-three.svg +0 -3
- package/dist/icons/regular/text-h-two.svg +0 -3
- package/dist/icons/regular/text-h.svg +0 -3
- package/dist/icons/regular/text-italic.svg +0 -3
- package/dist/icons/regular/text-strikethrough.svg +0 -3
- package/dist/icons/regular/text-t.svg +0 -3
- package/dist/icons/regular/text-underline.svg +0 -3
- package/dist/icons/regular/text.svg +0 -3
- package/dist/icons/regular/thermometer-cold.svg +0 -3
- package/dist/icons/regular/thermometer-hot.svg +0 -3
- package/dist/icons/regular/thermometer-simple.svg +0 -3
- package/dist/icons/regular/thermometer.svg +0 -3
- package/dist/icons/regular/thumbs-down.svg +0 -3
- package/dist/icons/regular/thumbs-up.svg +0 -3
- package/dist/icons/regular/ticket.svg +0 -3
- package/dist/icons/regular/tiktok-logo.svg +0 -3
- package/dist/icons/regular/timer.svg +0 -3
- package/dist/icons/regular/toggle-left.svg +0 -3
- package/dist/icons/regular/toggle-right.svg +0 -3
- package/dist/icons/regular/toilet-paper.svg +0 -3
- package/dist/icons/regular/tote-simple.svg +0 -3
- package/dist/icons/regular/tote.svg +0 -3
- package/dist/icons/regular/traffic-sign.svg +0 -3
- package/dist/icons/regular/train-regional.svg +0 -3
- package/dist/icons/regular/train-simple.svg +0 -3
- package/dist/icons/regular/train.svg +0 -3
- package/dist/icons/regular/translate.svg +0 -3
- package/dist/icons/regular/trash-simple.svg +0 -3
- package/dist/icons/regular/trash.svg +0 -3
- package/dist/icons/regular/tray.svg +0 -3
- package/dist/icons/regular/tree-evergreen.svg +0 -3
- package/dist/icons/regular/tree-structure.svg +0 -3
- package/dist/icons/regular/tree.svg +0 -3
- package/dist/icons/regular/trend-down.svg +0 -3
- package/dist/icons/regular/trend-up.svg +0 -3
- package/dist/icons/regular/triangle.svg +0 -3
- package/dist/icons/regular/trophy.svg +0 -3
- package/dist/icons/regular/truck.svg +0 -3
- package/dist/icons/regular/twitch-logo.svg +0 -5
- package/dist/icons/regular/twitter-logo.svg +0 -3
- package/dist/icons/regular/umbrella-simple.svg +0 -3
- package/dist/icons/regular/umbrella.svg +0 -3
- package/dist/icons/regular/upload-simple.svg +0 -3
- package/dist/icons/regular/upload.svg +0 -3
- package/dist/icons/regular/user-circle-gear.svg +0 -3
- package/dist/icons/regular/user-circle-minus.svg +0 -3
- package/dist/icons/regular/user-circle-plus.svg +0 -3
- package/dist/icons/regular/user-circle.svg +0 -3
- package/dist/icons/regular/user-focus.svg +0 -3
- package/dist/icons/regular/user-gear.svg +0 -3
- package/dist/icons/regular/user-list.svg +0 -3
- package/dist/icons/regular/user-minus.svg +0 -3
- package/dist/icons/regular/user-plus.svg +0 -3
- package/dist/icons/regular/user-rectangle.svg +0 -3
- package/dist/icons/regular/user-square.svg +0 -3
- package/dist/icons/regular/user.svg +0 -3
- package/dist/icons/regular/users-four.svg +0 -3
- package/dist/icons/regular/users-three.svg +0 -3
- package/dist/icons/regular/users.svg +0 -3
- package/dist/icons/regular/vibrate.svg +0 -3
- package/dist/icons/regular/video-camera-slash.svg +0 -3
- package/dist/icons/regular/video-camera.svg +0 -3
- package/dist/icons/regular/voicemail.svg +0 -3
- package/dist/icons/regular/volleyball.svg +0 -3
- package/dist/icons/regular/wall.svg +0 -3
- package/dist/icons/regular/wallet.svg +0 -3
- package/dist/icons/regular/warning-circle.svg +0 -3
- package/dist/icons/regular/warning-octagon.svg +0 -3
- package/dist/icons/regular/warning.svg +0 -3
- package/dist/icons/regular/watch.svg +0 -3
- package/dist/icons/regular/waves.svg +0 -3
- package/dist/icons/regular/whatsapp-logo.svg +0 -3
- package/dist/icons/regular/wheelchair.svg +0 -3
- package/dist/icons/regular/wifi-high.svg +0 -3
- package/dist/icons/regular/wifi-low.svg +0 -3
- package/dist/icons/regular/wifi-medium.svg +0 -3
- package/dist/icons/regular/wifi-none.svg +0 -3
- package/dist/icons/regular/wifi-slash.svg +0 -3
- package/dist/icons/regular/wifi-x.svg +0 -3
- package/dist/icons/regular/wind.svg +0 -3
- package/dist/icons/regular/windows-logo.svg +0 -3
- package/dist/icons/regular/wine.svg +0 -3
- package/dist/icons/regular/wrench.svg +0 -3
- package/dist/icons/regular/x-circle.svg +0 -3
- package/dist/icons/regular/x-square.svg +0 -3
- package/dist/icons/regular/x.svg +0 -3
- package/dist/icons/regular/youtube-logo.svg +0 -3
- package/dist/icons/thin/activity-thin.svg +0 -3
- package/dist/icons/thin/address-book-thin.svg +0 -3
- package/dist/icons/thin/airplane-in-flight-thin.svg +0 -3
- package/dist/icons/thin/airplane-landing-thin.svg +0 -3
- package/dist/icons/thin/airplane-takeoff-thin.svg +0 -3
- package/dist/icons/thin/airplane-thin.svg +0 -3
- package/dist/icons/thin/airplane-tilt-thin.svg +0 -3
- package/dist/icons/thin/airplay-thin.svg +0 -3
- package/dist/icons/thin/alarm-thin.svg +0 -3
- package/dist/icons/thin/align-bottom-thin.svg +0 -3
- package/dist/icons/thin/align-center-horizontal-thin.svg +0 -3
- package/dist/icons/thin/align-center-vertical-thin.svg +0 -3
- package/dist/icons/thin/align-left-thin.svg +0 -3
- package/dist/icons/thin/align-right-thin.svg +0 -3
- package/dist/icons/thin/align-top-thin.svg +0 -3
- package/dist/icons/thin/anchor-simple-thin.svg +0 -3
- package/dist/icons/thin/anchor-thin.svg +0 -3
- package/dist/icons/thin/android-logo-thin.svg +0 -3
- package/dist/icons/thin/aperture-thin.svg +0 -3
- package/dist/icons/thin/app-window-thin.svg +0 -3
- package/dist/icons/thin/apple-logo-thin.svg +0 -3
- package/dist/icons/thin/archive-box-thin.svg +0 -3
- package/dist/icons/thin/archive-thin.svg +0 -3
- package/dist/icons/thin/archive-tray-thin.svg +0 -3
- package/dist/icons/thin/armchair-thin.svg +0 -3
- package/dist/icons/thin/arrow-arc-left-thin.svg +0 -3
- package/dist/icons/thin/arrow-arc-right-thin.svg +0 -3
- package/dist/icons/thin/arrow-bend-double-up-left-thin.svg +0 -3
- package/dist/icons/thin/arrow-bend-double-up-right-thin.svg +0 -3
- package/dist/icons/thin/arrow-bend-down-left-thin.svg +0 -3
- package/dist/icons/thin/arrow-bend-down-right-thin.svg +0 -3
- package/dist/icons/thin/arrow-bend-left-down-thin.svg +0 -3
- package/dist/icons/thin/arrow-bend-left-up-thin.svg +0 -3
- package/dist/icons/thin/arrow-bend-right-down-thin.svg +0 -3
- package/dist/icons/thin/arrow-bend-right-up-thin.svg +0 -3
- package/dist/icons/thin/arrow-bend-up-left-thin.svg +0 -3
- package/dist/icons/thin/arrow-bend-up-right-thin.svg +0 -3
- package/dist/icons/thin/arrow-circle-down-left-thin.svg +0 -3
- package/dist/icons/thin/arrow-circle-down-right-thin.svg +0 -3
- package/dist/icons/thin/arrow-circle-down-thin.svg +0 -3
- package/dist/icons/thin/arrow-circle-left-thin.svg +0 -3
- package/dist/icons/thin/arrow-circle-right-thin.svg +0 -3
- package/dist/icons/thin/arrow-circle-up-left-thin.svg +0 -3
- package/dist/icons/thin/arrow-circle-up-right-thin.svg +0 -3
- package/dist/icons/thin/arrow-circle-up-thin.svg +0 -3
- package/dist/icons/thin/arrow-clockwise-thin.svg +0 -3
- package/dist/icons/thin/arrow-counter-clockwise-thin.svg +0 -3
- package/dist/icons/thin/arrow-down-left-thin.svg +0 -3
- package/dist/icons/thin/arrow-down-right-thin.svg +0 -3
- package/dist/icons/thin/arrow-down-thin.svg +0 -3
- package/dist/icons/thin/arrow-elbow-down-left-thin.svg +0 -3
- package/dist/icons/thin/arrow-elbow-down-right-thin.svg +0 -3
- package/dist/icons/thin/arrow-elbow-left-down-thin.svg +0 -3
- package/dist/icons/thin/arrow-elbow-left-thin.svg +0 -3
- package/dist/icons/thin/arrow-elbow-left-up-thin.svg +0 -3
- package/dist/icons/thin/arrow-elbow-right-down-thin.svg +0 -3
- package/dist/icons/thin/arrow-elbow-right-thin.svg +0 -3
- package/dist/icons/thin/arrow-elbow-right-up-thin.svg +0 -3
- package/dist/icons/thin/arrow-elbow-up-left-thin.svg +0 -3
- package/dist/icons/thin/arrow-elbow-up-right-thin.svg +0 -3
- package/dist/icons/thin/arrow-fat-down-thin.svg +0 -3
- package/dist/icons/thin/arrow-fat-left-thin.svg +0 -3
- package/dist/icons/thin/arrow-fat-line-down-thin.svg +0 -3
- package/dist/icons/thin/arrow-fat-line-left-thin.svg +0 -3
- package/dist/icons/thin/arrow-fat-line-right-thin.svg +0 -3
- package/dist/icons/thin/arrow-fat-line-up-thin.svg +0 -3
- package/dist/icons/thin/arrow-fat-lines-down-thin.svg +0 -3
- package/dist/icons/thin/arrow-fat-lines-left-thin.svg +0 -3
- package/dist/icons/thin/arrow-fat-lines-right-thin.svg +0 -3
- package/dist/icons/thin/arrow-fat-lines-up-thin.svg +0 -3
- package/dist/icons/thin/arrow-fat-right-thin.svg +0 -3
- package/dist/icons/thin/arrow-fat-up-thin.svg +0 -3
- package/dist/icons/thin/arrow-left-thin.svg +0 -3
- package/dist/icons/thin/arrow-line-down-left-thin.svg +0 -3
- package/dist/icons/thin/arrow-line-down-right-thin.svg +0 -3
- package/dist/icons/thin/arrow-line-down-thin.svg +0 -3
- package/dist/icons/thin/arrow-line-left-thin.svg +0 -3
- package/dist/icons/thin/arrow-line-right-thin.svg +0 -3
- package/dist/icons/thin/arrow-line-up-left-thin.svg +0 -3
- package/dist/icons/thin/arrow-line-up-right-thin.svg +0 -3
- package/dist/icons/thin/arrow-line-up-thin.svg +0 -3
- package/dist/icons/thin/arrow-right-thin.svg +0 -3
- package/dist/icons/thin/arrow-square-down-left-thin.svg +0 -3
- package/dist/icons/thin/arrow-square-down-right-thin.svg +0 -3
- package/dist/icons/thin/arrow-square-down-thin.svg +0 -3
- package/dist/icons/thin/arrow-square-in-thin.svg +0 -3
- package/dist/icons/thin/arrow-square-left-thin.svg +0 -3
- package/dist/icons/thin/arrow-square-out-thin.svg +0 -3
- package/dist/icons/thin/arrow-square-right-thin.svg +0 -3
- package/dist/icons/thin/arrow-square-up-left-thin.svg +0 -3
- package/dist/icons/thin/arrow-square-up-right-thin.svg +0 -3
- package/dist/icons/thin/arrow-square-up-thin.svg +0 -3
- package/dist/icons/thin/arrow-u-down-left-thin.svg +0 -3
- package/dist/icons/thin/arrow-u-down-right-thin.svg +0 -3
- package/dist/icons/thin/arrow-u-left-down-thin.svg +0 -3
- package/dist/icons/thin/arrow-u-left-up-thin.svg +0 -3
- package/dist/icons/thin/arrow-u-right-down-thin.svg +0 -3
- package/dist/icons/thin/arrow-u-right-up-thin.svg +0 -3
- package/dist/icons/thin/arrow-u-up-left-thin.svg +0 -3
- package/dist/icons/thin/arrow-u-up-right-thin.svg +0 -3
- package/dist/icons/thin/arrow-up-left-thin.svg +0 -3
- package/dist/icons/thin/arrow-up-right-thin.svg +0 -3
- package/dist/icons/thin/arrow-up-thin.svg +0 -3
- package/dist/icons/thin/arrows-clockwise-thin.svg +0 -3
- package/dist/icons/thin/arrows-counter-clockwise-thin.svg +0 -3
- package/dist/icons/thin/arrows-down-up-thin.svg +0 -3
- package/dist/icons/thin/arrows-in-cardinal-thin.svg +0 -3
- package/dist/icons/thin/arrows-in-line-horizontal-thin.svg +0 -3
- package/dist/icons/thin/arrows-in-line-vertical-thin.svg +0 -3
- package/dist/icons/thin/arrows-in-simple-thin.svg +0 -3
- package/dist/icons/thin/arrows-in-thin.svg +0 -3
- package/dist/icons/thin/arrows-left-right-thin.svg +0 -3
- package/dist/icons/thin/arrows-out-cardinal-thin.svg +0 -3
- package/dist/icons/thin/arrows-out-line-horizontal-thin.svg +0 -3
- package/dist/icons/thin/arrows-out-line-vertical-thin.svg +0 -3
- package/dist/icons/thin/arrows-out-simple-thin.svg +0 -3
- package/dist/icons/thin/arrows-out-thin.svg +0 -3
- package/dist/icons/thin/article-medium-thin.svg +0 -3
- package/dist/icons/thin/article-ny-times-thin.svg +0 -3
- package/dist/icons/thin/article-thin.svg +0 -3
- package/dist/icons/thin/asterisk-thin.svg +0 -3
- package/dist/icons/thin/at-thin.svg +0 -3
- package/dist/icons/thin/atom-thin.svg +0 -3
- package/dist/icons/thin/baby-thin.svg +0 -3
- package/dist/icons/thin/backspace-thin.svg +0 -3
- package/dist/icons/thin/bag-simple-thin.svg +0 -3
- package/dist/icons/thin/bag-thin.svg +0 -3
- package/dist/icons/thin/bandaids-thin.svg +0 -3
- package/dist/icons/thin/bank-thin.svg +0 -3
- package/dist/icons/thin/barbell-thin.svg +0 -3
- package/dist/icons/thin/barcode-thin.svg +0 -3
- package/dist/icons/thin/baseball-thin.svg +0 -3
- package/dist/icons/thin/basketball-thin.svg +0 -3
- package/dist/icons/thin/battery-charging-thin.svg +0 -3
- package/dist/icons/thin/battery-charging-vertical-thin.svg +0 -3
- package/dist/icons/thin/battery-empty-thin.svg +0 -3
- package/dist/icons/thin/battery-full-thin.svg +0 -3
- package/dist/icons/thin/battery-high-thin.svg +0 -3
- package/dist/icons/thin/battery-low-thin.svg +0 -3
- package/dist/icons/thin/battery-medium-thin.svg +0 -3
- package/dist/icons/thin/battery-warning-thin.svg +0 -3
- package/dist/icons/thin/battery-warning-vertical-thin.svg +0 -3
- package/dist/icons/thin/bed-thin.svg +0 -3
- package/dist/icons/thin/bell-ringing-thin.svg +0 -3
- package/dist/icons/thin/bell-simple-ringing-thin.svg +0 -3
- package/dist/icons/thin/bell-simple-slash-thin.svg +0 -3
- package/dist/icons/thin/bell-simple-thin.svg +0 -3
- package/dist/icons/thin/bell-simple-z-thin.svg +0 -3
- package/dist/icons/thin/bell-slash-thin.svg +0 -3
- package/dist/icons/thin/bell-thin.svg +0 -3
- package/dist/icons/thin/bell-z-thin.svg +0 -3
- package/dist/icons/thin/bicycle-thin.svg +0 -3
- package/dist/icons/thin/bird-thin.svg +0 -3
- package/dist/icons/thin/bluetooth-connected-thin.svg +0 -3
- package/dist/icons/thin/bluetooth-slash-thin.svg +0 -3
- package/dist/icons/thin/bluetooth-thin.svg +0 -3
- package/dist/icons/thin/bluetooth-x-thin.svg +0 -3
- package/dist/icons/thin/boat-thin.svg +0 -3
- package/dist/icons/thin/book-bookmark-thin.svg +0 -3
- package/dist/icons/thin/book-open-thin.svg +0 -3
- package/dist/icons/thin/book-thin.svg +0 -3
- package/dist/icons/thin/bookmark-simple-thin.svg +0 -3
- package/dist/icons/thin/bookmark-thin.svg +0 -3
- package/dist/icons/thin/bookmarks-simple-thin.svg +0 -3
- package/dist/icons/thin/bookmarks-thin.svg +0 -3
- package/dist/icons/thin/books-thin.svg +0 -3
- package/dist/icons/thin/bounding-box-thin.svg +0 -3
- package/dist/icons/thin/brackets-angle-thin.svg +0 -3
- package/dist/icons/thin/brackets-curly-thin.svg +0 -3
- package/dist/icons/thin/brackets-round-thin.svg +0 -3
- package/dist/icons/thin/brackets-square-thin.svg +0 -3
- package/dist/icons/thin/brain-thin.svg +0 -3
- package/dist/icons/thin/brandy-thin.svg +0 -3
- package/dist/icons/thin/briefcase-metal-thin.svg +0 -3
- package/dist/icons/thin/briefcase-simple-thin.svg +0 -3
- package/dist/icons/thin/briefcase-thin.svg +0 -3
- package/dist/icons/thin/broadcast-thin.svg +0 -3
- package/dist/icons/thin/browser-thin.svg +0 -3
- package/dist/icons/thin/browsers-simple-thin.svg +0 -3
- package/dist/icons/thin/browsers-thin.svg +0 -3
- package/dist/icons/thin/bug-beetle-thin.svg +0 -3
- package/dist/icons/thin/bug-droid-thin.svg +0 -3
- package/dist/icons/thin/bug-thin.svg +0 -3
- package/dist/icons/thin/buildings-thin.svg +0 -3
- package/dist/icons/thin/bus-thin.svg +0 -3
- package/dist/icons/thin/cake-thin.svg +0 -3
- package/dist/icons/thin/calculator-thin.svg +0 -3
- package/dist/icons/thin/calendar-blank-thin.svg +0 -3
- package/dist/icons/thin/calendar-check-thin.svg +0 -3
- package/dist/icons/thin/calendar-plus-thin.svg +0 -3
- package/dist/icons/thin/calendar-thin.svg +0 -3
- package/dist/icons/thin/calendar-x-thin.svg +0 -3
- package/dist/icons/thin/camera-slash-thin.svg +0 -3
- package/dist/icons/thin/camera-thin.svg +0 -3
- package/dist/icons/thin/car-simple-thin.svg +0 -3
- package/dist/icons/thin/car-thin.svg +0 -3
- package/dist/icons/thin/cardholder-thin.svg +0 -3
- package/dist/icons/thin/cards-thin.svg +0 -3
- package/dist/icons/thin/caret-circle-double-down-thin.svg +0 -3
- package/dist/icons/thin/caret-circle-double-left-thin.svg +0 -3
- package/dist/icons/thin/caret-circle-double-right-thin.svg +0 -3
- package/dist/icons/thin/caret-circle-double-up-thin.svg +0 -3
- package/dist/icons/thin/caret-circle-down-thin.svg +0 -3
- package/dist/icons/thin/caret-circle-left-thin.svg +0 -3
- package/dist/icons/thin/caret-circle-right-thin.svg +0 -3
- package/dist/icons/thin/caret-circle-up-thin.svg +0 -3
- package/dist/icons/thin/caret-double-down-thin.svg +0 -3
- package/dist/icons/thin/caret-double-left-thin.svg +0 -3
- package/dist/icons/thin/caret-double-right-thin.svg +0 -3
- package/dist/icons/thin/caret-double-up-thin.svg +0 -3
- package/dist/icons/thin/caret-down-thin.svg +0 -3
- package/dist/icons/thin/caret-left-thin.svg +0 -3
- package/dist/icons/thin/caret-right-thin.svg +0 -3
- package/dist/icons/thin/caret-up-thin.svg +0 -3
- package/dist/icons/thin/cat-thin.svg +0 -3
- package/dist/icons/thin/cell-signal-full-thin.svg +0 -3
- package/dist/icons/thin/cell-signal-high-thin.svg +0 -3
- package/dist/icons/thin/cell-signal-low-thin.svg +0 -3
- package/dist/icons/thin/cell-signal-medium-thin.svg +0 -3
- package/dist/icons/thin/cell-signal-none-thin.svg +0 -3
- package/dist/icons/thin/cell-signal-slash-thin.svg +0 -3
- package/dist/icons/thin/cell-signal-x-thin.svg +0 -3
- package/dist/icons/thin/chalkboard-simple-thin.svg +0 -3
- package/dist/icons/thin/chalkboard-teacher-thin.svg +0 -3
- package/dist/icons/thin/chalkboard-thin.svg +0 -3
- package/dist/icons/thin/chart-bar-horizontal-thin.svg +0 -3
- package/dist/icons/thin/chart-bar-thin.svg +0 -3
- package/dist/icons/thin/chart-line-thin.svg +0 -3
- package/dist/icons/thin/chart-line-up-thin.svg +0 -3
- package/dist/icons/thin/chart-pie-slice-thin.svg +0 -3
- package/dist/icons/thin/chart-pie-thin.svg +0 -3
- package/dist/icons/thin/chat-centered-dots-thin.svg +0 -3
- package/dist/icons/thin/chat-centered-text-thin.svg +0 -3
- package/dist/icons/thin/chat-centered-thin.svg +0 -3
- package/dist/icons/thin/chat-circle-dots-thin.svg +0 -3
- package/dist/icons/thin/chat-circle-text-thin.svg +0 -3
- package/dist/icons/thin/chat-circle-thin.svg +0 -3
- package/dist/icons/thin/chat-dots-thin.svg +0 -3
- package/dist/icons/thin/chat-teardrop-dots-thin.svg +0 -3
- package/dist/icons/thin/chat-teardrop-text-thin.svg +0 -3
- package/dist/icons/thin/chat-teardrop-thin.svg +0 -3
- package/dist/icons/thin/chat-text-thin.svg +0 -3
- package/dist/icons/thin/chat-thin.svg +0 -3
- package/dist/icons/thin/chats-circle-thin.svg +0 -3
- package/dist/icons/thin/chats-teardrop-thin.svg +0 -3
- package/dist/icons/thin/chats-thin.svg +0 -3
- package/dist/icons/thin/check-circle-thin.svg +0 -3
- package/dist/icons/thin/check-square-offset-thin.svg +0 -3
- package/dist/icons/thin/check-square-thin.svg +0 -3
- package/dist/icons/thin/check-thin.svg +0 -3
- package/dist/icons/thin/checks-thin.svg +0 -3
- package/dist/icons/thin/circle-dashed-thin.svg +0 -3
- package/dist/icons/thin/circle-half-thin.svg +0 -3
- package/dist/icons/thin/circle-half-tilt-thin.svg +0 -3
- package/dist/icons/thin/circle-thin.svg +0 -3
- package/dist/icons/thin/circle-wavy-check-thin.svg +0 -3
- package/dist/icons/thin/circle-wavy-question-thin.svg +0 -3
- package/dist/icons/thin/circle-wavy-thin.svg +0 -3
- package/dist/icons/thin/circle-wavy-warning-thin.svg +0 -3
- package/dist/icons/thin/circles-four-thin.svg +0 -3
- package/dist/icons/thin/circles-three-plus-thin.svg +0 -3
- package/dist/icons/thin/circles-three-thin.svg +0 -3
- package/dist/icons/thin/clipboard-text-thin.svg +0 -3
- package/dist/icons/thin/clipboard-thin.svg +0 -3
- package/dist/icons/thin/clock-afternoon-thin.svg +0 -3
- package/dist/icons/thin/clock-clockwise-thin.svg +0 -3
- package/dist/icons/thin/clock-counter-clockwise-thin.svg +0 -3
- package/dist/icons/thin/clock-thin.svg +0 -3
- package/dist/icons/thin/closed-captioning-thin.svg +0 -3
- package/dist/icons/thin/cloud-arrow-down-thin.svg +0 -3
- package/dist/icons/thin/cloud-arrow-up-thin.svg +0 -3
- package/dist/icons/thin/cloud-check-thin.svg +0 -3
- package/dist/icons/thin/cloud-fog-thin.svg +0 -3
- package/dist/icons/thin/cloud-lightning-thin.svg +0 -3
- package/dist/icons/thin/cloud-moon-thin.svg +0 -3
- package/dist/icons/thin/cloud-rain-thin.svg +0 -3
- package/dist/icons/thin/cloud-slash-thin.svg +0 -3
- package/dist/icons/thin/cloud-snow-thin.svg +0 -3
- package/dist/icons/thin/cloud-sun-thin.svg +0 -3
- package/dist/icons/thin/cloud-thin.svg +0 -3
- package/dist/icons/thin/club-thin.svg +0 -3
- package/dist/icons/thin/code-simple-thin.svg +0 -3
- package/dist/icons/thin/code-thin.svg +0 -3
- package/dist/icons/thin/coffee-thin.svg +0 -3
- package/dist/icons/thin/coin-thin.svg +0 -3
- package/dist/icons/thin/columns-thin.svg +0 -3
- package/dist/icons/thin/command-thin.svg +0 -3
- package/dist/icons/thin/compass-thin.svg +0 -3
- package/dist/icons/thin/computer-tower-thin.svg +0 -3
- package/dist/icons/thin/cookie-thin.svg +0 -3
- package/dist/icons/thin/cooking-pot-thin.svg +0 -3
- package/dist/icons/thin/copy-simple-thin.svg +0 -3
- package/dist/icons/thin/copy-thin.svg +0 -3
- package/dist/icons/thin/copyright-thin.svg +0 -3
- package/dist/icons/thin/corners-in-thin.svg +0 -3
- package/dist/icons/thin/corners-out-thin.svg +0 -3
- package/dist/icons/thin/cpu-thin.svg +0 -3
- package/dist/icons/thin/credit-card-thin.svg +0 -3
- package/dist/icons/thin/crop-thin.svg +0 -3
- package/dist/icons/thin/crosshair-simple-thin.svg +0 -3
- package/dist/icons/thin/crosshair-thin.svg +0 -3
- package/dist/icons/thin/crown-simple-thin.svg +0 -3
- package/dist/icons/thin/crown-thin.svg +0 -3
- package/dist/icons/thin/cube-thin.svg +0 -3
- package/dist/icons/thin/currency-btc-thin.svg +0 -3
- package/dist/icons/thin/currency-circle-dollar-thin.svg +0 -3
- package/dist/icons/thin/currency-cny-thin.svg +0 -3
- package/dist/icons/thin/currency-dollar-simple-thin.svg +0 -3
- package/dist/icons/thin/currency-dollar-thin.svg +0 -3
- package/dist/icons/thin/currency-eur-thin.svg +0 -3
- package/dist/icons/thin/currency-gbp-thin.svg +0 -3
- package/dist/icons/thin/currency-inr-thin.svg +0 -3
- package/dist/icons/thin/currency-jpy-thin.svg +0 -3
- package/dist/icons/thin/currency-krw-thin.svg +0 -3
- package/dist/icons/thin/currency-rub-thin.svg +0 -3
- package/dist/icons/thin/cursor-thin.svg +0 -3
- package/dist/icons/thin/database-thin.svg +0 -3
- package/dist/icons/thin/desktop-thin.svg +0 -3
- package/dist/icons/thin/desktop-tower-thin.svg +0 -3
- package/dist/icons/thin/device-mobile-camera-thin.svg +0 -3
- package/dist/icons/thin/device-mobile-speaker-thin.svg +0 -3
- package/dist/icons/thin/device-mobile-thin.svg +0 -3
- package/dist/icons/thin/device-tablet-camera-thin.svg +0 -3
- package/dist/icons/thin/device-tablet-speaker-thin.svg +0 -3
- package/dist/icons/thin/device-tablet-thin.svg +0 -3
- package/dist/icons/thin/diamond-thin.svg +0 -3
- package/dist/icons/thin/dice-five-thin.svg +0 -3
- package/dist/icons/thin/dice-four-thin.svg +0 -3
- package/dist/icons/thin/dice-one-thin.svg +0 -3
- package/dist/icons/thin/dice-six-thin.svg +0 -3
- package/dist/icons/thin/dice-three-thin.svg +0 -3
- package/dist/icons/thin/dice-two-thin.svg +0 -3
- package/dist/icons/thin/disc-thin.svg +0 -3
- package/dist/icons/thin/discord-logo-thin.svg +0 -3
- package/dist/icons/thin/divide-thin.svg +0 -3
- package/dist/icons/thin/dog-thin.svg +0 -3
- package/dist/icons/thin/door-thin.svg +0 -3
- package/dist/icons/thin/dots-nine-thin.svg +0 -3
- package/dist/icons/thin/dots-six-thin.svg +0 -3
- package/dist/icons/thin/dots-six-vertical-thin.svg +0 -3
- package/dist/icons/thin/dots-three-circle-thin.svg +0 -3
- package/dist/icons/thin/dots-three-circle-vertical-thin.svg +0 -3
- package/dist/icons/thin/dots-three-outline-thin.svg +0 -3
- package/dist/icons/thin/dots-three-outline-vertical-thin.svg +0 -3
- package/dist/icons/thin/dots-three-thin.svg +0 -3
- package/dist/icons/thin/dots-three-vertical-thin.svg +0 -3
- package/dist/icons/thin/download-simple-thin.svg +0 -3
- package/dist/icons/thin/download-thin.svg +0 -3
- package/dist/icons/thin/dribbble-logo-thin.svg +0 -3
- package/dist/icons/thin/drop-half-thin.svg +0 -3
- package/dist/icons/thin/drop-thin.svg +0 -3
- package/dist/icons/thin/ear-slash-thin.svg +0 -3
- package/dist/icons/thin/ear-thin.svg +0 -3
- package/dist/icons/thin/eject-simple-thin.svg +0 -3
- package/dist/icons/thin/eject-thin.svg +0 -3
- package/dist/icons/thin/envelope-open-thin.svg +0 -3
- package/dist/icons/thin/envelope-simple-open-thin.svg +0 -3
- package/dist/icons/thin/envelope-simple-thin.svg +0 -3
- package/dist/icons/thin/envelope-thin.svg +0 -3
- package/dist/icons/thin/equals-thin.svg +0 -3
- package/dist/icons/thin/eraser-thin.svg +0 -3
- package/dist/icons/thin/export-thin.svg +0 -3
- package/dist/icons/thin/eye-closed-thin.svg +0 -3
- package/dist/icons/thin/eye-slash-thin.svg +0 -3
- package/dist/icons/thin/eye-thin.svg +0 -3
- package/dist/icons/thin/eyedropper-thin.svg +0 -3
- package/dist/icons/thin/face-mask-thin.svg +0 -3
- package/dist/icons/thin/facebook-logo-thin.svg +0 -3
- package/dist/icons/thin/factory-thin.svg +0 -3
- package/dist/icons/thin/faders-horizontal-thin.svg +0 -3
- package/dist/icons/thin/faders-thin.svg +0 -3
- package/dist/icons/thin/fast-forward-circle-thin.svg +0 -3
- package/dist/icons/thin/fast-forward-thin.svg +0 -3
- package/dist/icons/thin/figma-logo-thin.svg +0 -3
- package/dist/icons/thin/file-arrow-down-thin.svg +0 -3
- package/dist/icons/thin/file-arrow-up-thin.svg +0 -3
- package/dist/icons/thin/file-dotted-thin.svg +0 -3
- package/dist/icons/thin/file-minus-thin.svg +0 -3
- package/dist/icons/thin/file-pdf-thin.svg +0 -3
- package/dist/icons/thin/file-plus-thin.svg +0 -3
- package/dist/icons/thin/file-search-thin.svg +0 -3
- package/dist/icons/thin/file-text-thin.svg +0 -3
- package/dist/icons/thin/file-thin.svg +0 -3
- package/dist/icons/thin/file-x-thin.svg +0 -3
- package/dist/icons/thin/files-thin.svg +0 -3
- package/dist/icons/thin/film-strip-thin.svg +0 -3
- package/dist/icons/thin/fingerprint-simple-thin.svg +0 -3
- package/dist/icons/thin/fingerprint-thin.svg +0 -3
- package/dist/icons/thin/finn-the-human-thin.svg +0 -3
- package/dist/icons/thin/fire-simple-thin.svg +0 -3
- package/dist/icons/thin/fire-thin.svg +0 -3
- package/dist/icons/thin/first-aid-kit-thin.svg +0 -3
- package/dist/icons/thin/first-aid-thin.svg +0 -3
- package/dist/icons/thin/fish-simple-thin.svg +0 -3
- package/dist/icons/thin/fish-thin.svg +0 -3
- package/dist/icons/thin/flag-banner-thin.svg +0 -3
- package/dist/icons/thin/flag-thin.svg +0 -3
- package/dist/icons/thin/flame-thin.svg +0 -3
- package/dist/icons/thin/flashlight-thin.svg +0 -3
- package/dist/icons/thin/flask-thin.svg +0 -3
- package/dist/icons/thin/floppy-disk-back-thin.svg +0 -3
- package/dist/icons/thin/floppy-disk-thin.svg +0 -3
- package/dist/icons/thin/flow-arrow-thin.svg +0 -3
- package/dist/icons/thin/flower-lotus-thin.svg +0 -3
- package/dist/icons/thin/flower-thin.svg +0 -3
- package/dist/icons/thin/folder-minus-thin.svg +0 -3
- package/dist/icons/thin/folder-notch-minus-thin.svg +0 -3
- package/dist/icons/thin/folder-notch-open-thin.svg +0 -3
- package/dist/icons/thin/folder-notch-plus-thin.svg +0 -3
- package/dist/icons/thin/folder-notch-thin.svg +0 -3
- package/dist/icons/thin/folder-open-thin.svg +0 -3
- package/dist/icons/thin/folder-plus-thin.svg +0 -3
- package/dist/icons/thin/folder-simple-minus-thin.svg +0 -3
- package/dist/icons/thin/folder-simple-plus-thin.svg +0 -3
- package/dist/icons/thin/folder-simple-thin.svg +0 -3
- package/dist/icons/thin/folder-thin.svg +0 -3
- package/dist/icons/thin/folders-thin.svg +0 -3
- package/dist/icons/thin/football-thin.svg +0 -3
- package/dist/icons/thin/fork-knife-thin.svg +0 -3
- package/dist/icons/thin/frame-corners-thin.svg +0 -3
- package/dist/icons/thin/framer-logo-thin.svg +0 -3
- package/dist/icons/thin/funnel-simple-thin.svg +0 -3
- package/dist/icons/thin/funnel-thin.svg +0 -3
- package/dist/icons/thin/game-controller-thin.svg +0 -3
- package/dist/icons/thin/gas-pump-thin.svg +0 -3
- package/dist/icons/thin/gauge-thin.svg +0 -3
- package/dist/icons/thin/gear-six-thin.svg +0 -3
- package/dist/icons/thin/gear-thin.svg +0 -3
- package/dist/icons/thin/gender-female-thin.svg +0 -3
- package/dist/icons/thin/gender-intersex-thin.svg +0 -3
- package/dist/icons/thin/gender-male-thin.svg +0 -3
- package/dist/icons/thin/gender-neuter-thin.svg +0 -3
- package/dist/icons/thin/gender-nonbinary-thin.svg +0 -3
- package/dist/icons/thin/gender-transgender-thin.svg +0 -3
- package/dist/icons/thin/ghost-thin.svg +0 -3
- package/dist/icons/thin/gif-thin.svg +0 -3
- package/dist/icons/thin/gift-thin.svg +0 -3
- package/dist/icons/thin/git-branch-thin.svg +0 -3
- package/dist/icons/thin/git-commit-thin.svg +0 -3
- package/dist/icons/thin/git-diff-thin.svg +0 -3
- package/dist/icons/thin/git-fork-thin.svg +0 -3
- package/dist/icons/thin/git-merge-thin.svg +0 -3
- package/dist/icons/thin/git-pull-request-thin.svg +0 -3
- package/dist/icons/thin/github-logo-thin.svg +0 -3
- package/dist/icons/thin/gitlab-logo-simple-thin.svg +0 -3
- package/dist/icons/thin/gitlab-logo-thin.svg +0 -3
- package/dist/icons/thin/globe-hemisphere-east-thin.svg +0 -3
- package/dist/icons/thin/globe-hemisphere-west-thin.svg +0 -3
- package/dist/icons/thin/globe-simple-thin.svg +0 -3
- package/dist/icons/thin/globe-stand-thin.svg +0 -3
- package/dist/icons/thin/globe-thin.svg +0 -3
- package/dist/icons/thin/google-logo-thin.svg +0 -3
- package/dist/icons/thin/google-play-logo-thin.svg +0 -3
- package/dist/icons/thin/graduation-cap-thin.svg +0 -3
- package/dist/icons/thin/grid-four-thin.svg +0 -3
- package/dist/icons/thin/hand-fist-thin.svg +0 -3
- package/dist/icons/thin/hand-grabbing-thin.svg +0 -3
- package/dist/icons/thin/hand-palm-thin.svg +0 -3
- package/dist/icons/thin/hand-pointing-thin.svg +0 -3
- package/dist/icons/thin/hand-soap-thin.svg +0 -3
- package/dist/icons/thin/hand-thin.svg +0 -3
- package/dist/icons/thin/hand-waving-thin.svg +0 -3
- package/dist/icons/thin/handbag-simple-thin.svg +0 -3
- package/dist/icons/thin/handbag-thin.svg +0 -3
- package/dist/icons/thin/hands-clapping-thin.svg +0 -3
- package/dist/icons/thin/handshake-thin.svg +0 -3
- package/dist/icons/thin/hard-drive-thin.svg +0 -3
- package/dist/icons/thin/hard-drives-thin.svg +0 -3
- package/dist/icons/thin/hash-straight-thin.svg +0 -3
- package/dist/icons/thin/hash-thin.svg +0 -3
- package/dist/icons/thin/headlights-thin.svg +0 -3
- package/dist/icons/thin/headphones-thin.svg +0 -3
- package/dist/icons/thin/headset-thin.svg +0 -3
- package/dist/icons/thin/heart-straight-thin.svg +0 -3
- package/dist/icons/thin/heart-thin.svg +0 -3
- package/dist/icons/thin/heartbeat-thin.svg +0 -3
- package/dist/icons/thin/hexagon-thin.svg +0 -3
- package/dist/icons/thin/highlighter-circle-thin.svg +0 -3
- package/dist/icons/thin/horse-thin.svg +0 -3
- package/dist/icons/thin/hourglass-high-thin.svg +0 -3
- package/dist/icons/thin/hourglass-low-thin.svg +0 -3
- package/dist/icons/thin/hourglass-medium-thin.svg +0 -3
- package/dist/icons/thin/hourglass-simple-high-thin.svg +0 -3
- package/dist/icons/thin/hourglass-simple-low-thin.svg +0 -3
- package/dist/icons/thin/hourglass-simple-medium-thin.svg +0 -3
- package/dist/icons/thin/hourglass-simple-thin.svg +0 -3
- package/dist/icons/thin/hourglass-thin.svg +0 -3
- package/dist/icons/thin/house-line-thin.svg +0 -3
- package/dist/icons/thin/house-simple-thin.svg +0 -3
- package/dist/icons/thin/house-thin.svg +0 -3
- package/dist/icons/thin/identification-badge-thin.svg +0 -3
- package/dist/icons/thin/identification-card-thin.svg +0 -3
- package/dist/icons/thin/image-square-thin.svg +0 -3
- package/dist/icons/thin/image-thin.svg +0 -3
- package/dist/icons/thin/infinity-thin.svg +0 -3
- package/dist/icons/thin/info-thin.svg +0 -3
- package/dist/icons/thin/instagram-logo-thin.svg +0 -3
- package/dist/icons/thin/intersect-thin.svg +0 -3
- package/dist/icons/thin/jeep-thin.svg +0 -3
- package/dist/icons/thin/key-return-thin.svg +0 -3
- package/dist/icons/thin/key-thin.svg +0 -3
- package/dist/icons/thin/keyboard-thin.svg +0 -3
- package/dist/icons/thin/knife-thin.svg +0 -3
- package/dist/icons/thin/lamp-thin.svg +0 -3
- package/dist/icons/thin/laptop-thin.svg +0 -3
- package/dist/icons/thin/layout-thin.svg +0 -3
- package/dist/icons/thin/leaf-thin.svg +0 -3
- package/dist/icons/thin/lifebuoy-thin.svg +0 -3
- package/dist/icons/thin/lightbulb-filament-thin.svg +0 -3
- package/dist/icons/thin/lightbulb-thin.svg +0 -3
- package/dist/icons/thin/lightning-slash-thin.svg +0 -3
- package/dist/icons/thin/lightning-thin.svg +0 -3
- package/dist/icons/thin/line-segment-thin.svg +0 -3
- package/dist/icons/thin/line-segments-thin.svg +0 -3
- package/dist/icons/thin/link-break-thin.svg +0 -3
- package/dist/icons/thin/link-simple-break-thin.svg +0 -3
- package/dist/icons/thin/link-simple-horizontal-break-thin.svg +0 -3
- package/dist/icons/thin/link-simple-horizontal-thin.svg +0 -3
- package/dist/icons/thin/link-simple-thin.svg +0 -3
- package/dist/icons/thin/link-thin.svg +0 -3
- package/dist/icons/thin/linkedin-logo-thin.svg +0 -3
- package/dist/icons/thin/list-bullets-thin.svg +0 -3
- package/dist/icons/thin/list-dashes-thin.svg +0 -3
- package/dist/icons/thin/list-numbers-thin.svg +0 -3
- package/dist/icons/thin/list-plus-thin.svg +0 -3
- package/dist/icons/thin/list-thin.svg +0 -3
- package/dist/icons/thin/lock-key-open-thin.svg +0 -3
- package/dist/icons/thin/lock-key-thin.svg +0 -3
- package/dist/icons/thin/lock-laminated-open-thin.svg +0 -3
- package/dist/icons/thin/lock-laminated-thin.svg +0 -3
- package/dist/icons/thin/lock-open-thin.svg +0 -3
- package/dist/icons/thin/lock-simple-open-thin.svg +0 -3
- package/dist/icons/thin/lock-simple-thin.svg +0 -3
- package/dist/icons/thin/lock-thin.svg +0 -3
- package/dist/icons/thin/magic-wand-thin.svg +0 -3
- package/dist/icons/thin/magnet-straight-thin.svg +0 -3
- package/dist/icons/thin/magnet-thin.svg +0 -3
- package/dist/icons/thin/magnifying-glass-minus-thin.svg +0 -3
- package/dist/icons/thin/magnifying-glass-plus-thin.svg +0 -3
- package/dist/icons/thin/magnifying-glass-thin.svg +0 -3
- package/dist/icons/thin/map-pin-line-thin.svg +0 -3
- package/dist/icons/thin/map-pin-thin.svg +0 -3
- package/dist/icons/thin/map-trifold-thin.svg +0 -3
- package/dist/icons/thin/marker-circle-thin.svg +0 -3
- package/dist/icons/thin/martini-thin.svg +0 -3
- package/dist/icons/thin/math-operations-thin.svg +0 -3
- package/dist/icons/thin/medal-thin.svg +0 -3
- package/dist/icons/thin/medium-logo-thin.svg +0 -3
- package/dist/icons/thin/megaphone-simple-thin.svg +0 -3
- package/dist/icons/thin/megaphone-thin.svg +0 -3
- package/dist/icons/thin/messenger-logo-thin.svg +0 -3
- package/dist/icons/thin/microphone-slash-thin.svg +0 -3
- package/dist/icons/thin/microphone-thin.svg +0 -3
- package/dist/icons/thin/minus-circle-thin.svg +0 -3
- package/dist/icons/thin/minus-thin.svg +0 -3
- package/dist/icons/thin/money-thin.svg +0 -3
- package/dist/icons/thin/monitor-play-thin.svg +0 -3
- package/dist/icons/thin/monitor-thin.svg +0 -3
- package/dist/icons/thin/moon-stars-thin.svg +0 -3
- package/dist/icons/thin/moon-thin.svg +0 -3
- package/dist/icons/thin/mouse-simple-thin.svg +0 -3
- package/dist/icons/thin/mouse-thin.svg +0 -3
- package/dist/icons/thin/music-note-simple-thin.svg +0 -3
- package/dist/icons/thin/music-note-thin.svg +0 -3
- package/dist/icons/thin/music-notes-simple-thin.svg +0 -3
- package/dist/icons/thin/music-notes-thin.svg +0 -3
- package/dist/icons/thin/navigation-arrow-thin.svg +0 -3
- package/dist/icons/thin/newspaper-clipping-thin.svg +0 -3
- package/dist/icons/thin/newspaper-thin.svg +0 -3
- package/dist/icons/thin/note-blank-thin.svg +0 -3
- package/dist/icons/thin/note-pencil-thin.svg +0 -3
- package/dist/icons/thin/note-thin.svg +0 -3
- package/dist/icons/thin/notebook-thin.svg +0 -3
- package/dist/icons/thin/notepad-thin.svg +0 -3
- package/dist/icons/thin/notification-thin.svg +0 -3
- package/dist/icons/thin/number-circle-eight-thin.svg +0 -3
- package/dist/icons/thin/number-circle-five-thin.svg +0 -3
- package/dist/icons/thin/number-circle-four-thin.svg +0 -3
- package/dist/icons/thin/number-circle-nine-thin.svg +0 -3
- package/dist/icons/thin/number-circle-one-thin.svg +0 -3
- package/dist/icons/thin/number-circle-seven-thin.svg +0 -3
- package/dist/icons/thin/number-circle-six-thin.svg +0 -3
- package/dist/icons/thin/number-circle-three-thin.svg +0 -3
- package/dist/icons/thin/number-circle-two-thin.svg +0 -3
- package/dist/icons/thin/number-circle-zero-thin.svg +0 -3
- package/dist/icons/thin/number-eight-thin.svg +0 -3
- package/dist/icons/thin/number-five-thin.svg +0 -3
- package/dist/icons/thin/number-four-thin.svg +0 -3
- package/dist/icons/thin/number-nine-thin.svg +0 -3
- package/dist/icons/thin/number-one-thin.svg +0 -3
- package/dist/icons/thin/number-seven-thin.svg +0 -3
- package/dist/icons/thin/number-six-thin.svg +0 -3
- package/dist/icons/thin/number-square-eight-thin.svg +0 -3
- package/dist/icons/thin/number-square-five-thin.svg +0 -3
- package/dist/icons/thin/number-square-four-thin.svg +0 -3
- package/dist/icons/thin/number-square-nine-thin.svg +0 -3
- package/dist/icons/thin/number-square-one-thin.svg +0 -3
- package/dist/icons/thin/number-square-seven-thin.svg +0 -3
- package/dist/icons/thin/number-square-six-thin.svg +0 -3
- package/dist/icons/thin/number-square-three-thin.svg +0 -3
- package/dist/icons/thin/number-square-two-thin.svg +0 -3
- package/dist/icons/thin/number-square-zero-thin.svg +0 -3
- package/dist/icons/thin/number-three-thin.svg +0 -3
- package/dist/icons/thin/number-two-thin.svg +0 -3
- package/dist/icons/thin/number-zero-thin.svg +0 -3
- package/dist/icons/thin/nut-thin.svg +0 -3
- package/dist/icons/thin/ny-times-logo-thin.svg +0 -3
- package/dist/icons/thin/octagon-thin.svg +0 -3
- package/dist/icons/thin/package-thin.svg +0 -3
- package/dist/icons/thin/paint-brush-broad-thin.svg +0 -3
- package/dist/icons/thin/paint-brush-household-thin.svg +0 -3
- package/dist/icons/thin/paint-brush-thin.svg +0 -3
- package/dist/icons/thin/paint-bucket-thin.svg +0 -3
- package/dist/icons/thin/paint-roller-thin.svg +0 -3
- package/dist/icons/thin/palette-thin.svg +0 -3
- package/dist/icons/thin/paper-plane-right-thin.svg +0 -3
- package/dist/icons/thin/paper-plane-thin.svg +0 -3
- package/dist/icons/thin/paper-plane-tilt-thin.svg +0 -3
- package/dist/icons/thin/paperclip-horizontal-thin.svg +0 -3
- package/dist/icons/thin/paperclip-thin.svg +0 -3
- package/dist/icons/thin/path-thin.svg +0 -3
- package/dist/icons/thin/pause-circle-thin.svg +0 -3
- package/dist/icons/thin/pause-thin.svg +0 -3
- package/dist/icons/thin/paw-print-thin.svg +0 -3
- package/dist/icons/thin/peace-thin.svg +0 -3
- package/dist/icons/thin/pedestrian-thin.svg +0 -3
- package/dist/icons/thin/pen-nib-straight-thin.svg +0 -3
- package/dist/icons/thin/pen-nib-thin.svg +0 -3
- package/dist/icons/thin/pen-thin.svg +0 -3
- package/dist/icons/thin/pencil-circle-thin.svg +0 -3
- package/dist/icons/thin/pencil-line-thin.svg +0 -3
- package/dist/icons/thin/pencil-simple-thin.svg +0 -3
- package/dist/icons/thin/pencil-thin.svg +0 -3
- package/dist/icons/thin/percent-thin.svg +0 -3
- package/dist/icons/thin/person-simple-run-thin.svg +0 -3
- package/dist/icons/thin/person-simple-thin.svg +0 -3
- package/dist/icons/thin/person-simple-walk-thin.svg +0 -3
- package/dist/icons/thin/person-thin.svg +0 -3
- package/dist/icons/thin/phone-call-thin.svg +0 -3
- package/dist/icons/thin/phone-disconnect-thin.svg +0 -3
- package/dist/icons/thin/phone-incoming-thin.svg +0 -3
- package/dist/icons/thin/phone-outgoing-thin.svg +0 -3
- package/dist/icons/thin/phone-slash-thin.svg +0 -3
- package/dist/icons/thin/phone-thin.svg +0 -3
- package/dist/icons/thin/phone-x-thin.svg +0 -3
- package/dist/icons/thin/phosphor-logo-thin.svg +0 -3
- package/dist/icons/thin/picture-in-picture-thin.svg +0 -3
- package/dist/icons/thin/pill-thin.svg +0 -3
- package/dist/icons/thin/pinterest-logo-thin.svg +0 -3
- package/dist/icons/thin/pizza-thin.svg +0 -3
- package/dist/icons/thin/placeholder-thin.svg +0 -3
- package/dist/icons/thin/planet-thin.svg +0 -3
- package/dist/icons/thin/play-circle-thin.svg +0 -3
- package/dist/icons/thin/play-thin.svg +0 -3
- package/dist/icons/thin/playlist-thin.svg +0 -3
- package/dist/icons/thin/plus-circle-thin.svg +0 -3
- package/dist/icons/thin/plus-minus-thin.svg +0 -3
- package/dist/icons/thin/plus-thin.svg +0 -3
- package/dist/icons/thin/poker-chip-thin.svg +0 -3
- package/dist/icons/thin/polygon-thin.svg +0 -3
- package/dist/icons/thin/power-thin.svg +0 -3
- package/dist/icons/thin/prescription-thin.svg +0 -3
- package/dist/icons/thin/presentation-chart-thin.svg +0 -3
- package/dist/icons/thin/presentation-thin.svg +0 -3
- package/dist/icons/thin/printer-thin.svg +0 -3
- package/dist/icons/thin/prohibit-inset-thin.svg +0 -3
- package/dist/icons/thin/prohibit-thin.svg +0 -3
- package/dist/icons/thin/projector-screen-chart-thin.svg +0 -3
- package/dist/icons/thin/projector-screen-thin.svg +0 -3
- package/dist/icons/thin/push-pin-simple-slash-thin.svg +0 -3
- package/dist/icons/thin/push-pin-simple-thin.svg +0 -3
- package/dist/icons/thin/push-pin-slash-thin.svg +0 -3
- package/dist/icons/thin/push-pin-thin.svg +0 -3
- package/dist/icons/thin/puzzle-piece-thin.svg +0 -3
- package/dist/icons/thin/qr-code-thin.svg +0 -3
- package/dist/icons/thin/question-thin.svg +0 -3
- package/dist/icons/thin/queue-thin.svg +0 -3
- package/dist/icons/thin/quotes-thin.svg +0 -3
- package/dist/icons/thin/radical-thin.svg +0 -3
- package/dist/icons/thin/radio-thin.svg +0 -3
- package/dist/icons/thin/rainbow-cloud-thin.svg +0 -3
- package/dist/icons/thin/rainbow-thin.svg +0 -3
- package/dist/icons/thin/receipt-thin.svg +0 -3
- package/dist/icons/thin/record-thin.svg +0 -3
- package/dist/icons/thin/rectangle-thin.svg +0 -3
- package/dist/icons/thin/rectangles-two-thin.svg +0 -3
- package/dist/icons/thin/recycle-thin.svg +0 -3
- package/dist/icons/thin/reddit-logo-thin.svg +0 -3
- package/dist/icons/thin/repeat-once-thin.svg +0 -3
- package/dist/icons/thin/repeat-thin.svg +0 -3
- package/dist/icons/thin/rewind-circle-thin.svg +0 -3
- package/dist/icons/thin/rewind-thin.svg +0 -3
- package/dist/icons/thin/robot-thin.svg +0 -3
- package/dist/icons/thin/rocket-launch-thin.svg +0 -3
- package/dist/icons/thin/rocket-thin.svg +0 -3
- package/dist/icons/thin/rows-thin.svg +0 -3
- package/dist/icons/thin/rss-simple-thin.svg +0 -3
- package/dist/icons/thin/rss-thin.svg +0 -3
- package/dist/icons/thin/ruler-thin.svg +0 -3
- package/dist/icons/thin/scales-thin.svg +0 -3
- package/dist/icons/thin/scissors-thin.svg +0 -3
- package/dist/icons/thin/screencast-thin.svg +0 -3
- package/dist/icons/thin/scribble-loop-thin.svg +0 -3
- package/dist/icons/thin/selection-all-thin.svg +0 -3
- package/dist/icons/thin/selection-background-thin.svg +0 -3
- package/dist/icons/thin/selection-foreground-thin.svg +0 -3
- package/dist/icons/thin/selection-inverse-thin.svg +0 -3
- package/dist/icons/thin/selection-plus-thin.svg +0 -3
- package/dist/icons/thin/selection-slash-thin.svg +0 -3
- package/dist/icons/thin/selection-thin.svg +0 -3
- package/dist/icons/thin/share-network-thin.svg +0 -3
- package/dist/icons/thin/share-thin.svg +0 -3
- package/dist/icons/thin/shield-check-thin.svg +0 -3
- package/dist/icons/thin/shield-checkered-thin.svg +0 -3
- package/dist/icons/thin/shield-chevron-thin.svg +0 -3
- package/dist/icons/thin/shield-plus-thin.svg +0 -3
- package/dist/icons/thin/shield-slash-thin.svg +0 -3
- package/dist/icons/thin/shield-thin.svg +0 -3
- package/dist/icons/thin/shield-warning-thin.svg +0 -3
- package/dist/icons/thin/shopping-bag-open-thin.svg +0 -3
- package/dist/icons/thin/shopping-bag-thin.svg +0 -3
- package/dist/icons/thin/shopping-cart-simple-thin.svg +0 -3
- package/dist/icons/thin/shopping-cart-thin.svg +0 -3
- package/dist/icons/thin/shower-thin.svg +0 -3
- package/dist/icons/thin/shuffle-angular-thin.svg +0 -3
- package/dist/icons/thin/shuffle-simple-thin.svg +0 -3
- package/dist/icons/thin/shuffle-thin.svg +0 -3
- package/dist/icons/thin/sign-in-thin.svg +0 -3
- package/dist/icons/thin/sign-out-thin.svg +0 -3
- package/dist/icons/thin/sim-card-thin.svg +0 -3
- package/dist/icons/thin/sketch-logo-thin.svg +0 -3
- package/dist/icons/thin/skip-back-circle-thin.svg +0 -3
- package/dist/icons/thin/skip-back-thin.svg +0 -3
- package/dist/icons/thin/skip-forward-circle-thin.svg +0 -3
- package/dist/icons/thin/skip-forward-thin.svg +0 -3
- package/dist/icons/thin/slack-logo-thin.svg +0 -3
- package/dist/icons/thin/sliders-horizontal-thin.svg +0 -3
- package/dist/icons/thin/sliders-thin.svg +0 -3
- package/dist/icons/thin/smiley-blank-thin.svg +0 -3
- package/dist/icons/thin/smiley-meh-thin.svg +0 -3
- package/dist/icons/thin/smiley-nervous-thin.svg +0 -3
- package/dist/icons/thin/smiley-sad-thin.svg +0 -3
- package/dist/icons/thin/smiley-sticker-thin.svg +0 -3
- package/dist/icons/thin/smiley-thin.svg +0 -3
- package/dist/icons/thin/smiley-wink-thin.svg +0 -3
- package/dist/icons/thin/smiley-x-eyes-thin.svg +0 -3
- package/dist/icons/thin/snapchat-logo-thin.svg +0 -3
- package/dist/icons/thin/snowflake-thin.svg +0 -3
- package/dist/icons/thin/soccer-ball-thin.svg +0 -3
- package/dist/icons/thin/sort-ascending-thin.svg +0 -3
- package/dist/icons/thin/sort-descending-thin.svg +0 -3
- package/dist/icons/thin/spade-thin.svg +0 -3
- package/dist/icons/thin/sparkle-thin.svg +0 -3
- package/dist/icons/thin/speaker-high-thin.svg +0 -3
- package/dist/icons/thin/speaker-low-thin.svg +0 -3
- package/dist/icons/thin/speaker-none-thin.svg +0 -3
- package/dist/icons/thin/speaker-simple-high-thin.svg +0 -3
- package/dist/icons/thin/speaker-simple-low-thin.svg +0 -3
- package/dist/icons/thin/speaker-simple-none-thin.svg +0 -3
- package/dist/icons/thin/speaker-simple-slash-thin.svg +0 -3
- package/dist/icons/thin/speaker-simple-x-thin.svg +0 -3
- package/dist/icons/thin/speaker-slash-thin.svg +0 -3
- package/dist/icons/thin/speaker-x-thin.svg +0 -3
- package/dist/icons/thin/spinner-gap-thin.svg +0 -3
- package/dist/icons/thin/spinner-thin.svg +0 -3
- package/dist/icons/thin/spotify-logo-thin.svg +0 -3
- package/dist/icons/thin/square-half-thin.svg +0 -3
- package/dist/icons/thin/square-logo-thin.svg +0 -3
- package/dist/icons/thin/square-thin.svg +0 -3
- package/dist/icons/thin/squares-four-thin.svg +0 -3
- package/dist/icons/thin/stack-simple-thin.svg +0 -3
- package/dist/icons/thin/stack-thin.svg +0 -3
- package/dist/icons/thin/star-four-thin.svg +0 -3
- package/dist/icons/thin/star-half-thin.svg +0 -3
- package/dist/icons/thin/star-thin.svg +0 -3
- package/dist/icons/thin/sticker-thin.svg +0 -3
- package/dist/icons/thin/stop-circle-thin.svg +0 -3
- package/dist/icons/thin/stop-thin.svg +0 -3
- package/dist/icons/thin/storefront-thin.svg +0 -3
- package/dist/icons/thin/stripe-logo-thin.svg +0 -3
- package/dist/icons/thin/student-thin.svg +0 -3
- package/dist/icons/thin/suitcase-simple-thin.svg +0 -3
- package/dist/icons/thin/suitcase-thin.svg +0 -3
- package/dist/icons/thin/sun-dim-thin.svg +0 -3
- package/dist/icons/thin/sun-horizon-thin.svg +0 -3
- package/dist/icons/thin/sun-thin.svg +0 -3
- package/dist/icons/thin/swap-thin.svg +0 -3
- package/dist/icons/thin/swatches-thin.svg +0 -3
- package/dist/icons/thin/sword-thin.svg +0 -3
- package/dist/icons/thin/t-shirt-thin.svg +0 -3
- package/dist/icons/thin/table-thin.svg +0 -3
- package/dist/icons/thin/tag-chevron-thin.svg +0 -3
- package/dist/icons/thin/tag-simple-thin.svg +0 -3
- package/dist/icons/thin/tag-thin.svg +0 -3
- package/dist/icons/thin/target-thin.svg +0 -3
- package/dist/icons/thin/telegram-logo-thin.svg +0 -3
- package/dist/icons/thin/television-simple-thin.svg +0 -3
- package/dist/icons/thin/television-thin.svg +0 -3
- package/dist/icons/thin/tennis-ball-thin.svg +0 -3
- package/dist/icons/thin/terminal-thin.svg +0 -3
- package/dist/icons/thin/terminal-window-thin.svg +0 -3
- package/dist/icons/thin/test-tube-thin.svg +0 -3
- package/dist/icons/thin/text-aa-thin.svg +0 -3
- package/dist/icons/thin/text-align-center-thin.svg +0 -3
- package/dist/icons/thin/text-align-justify-thin.svg +0 -3
- package/dist/icons/thin/text-align-left-thin.svg +0 -3
- package/dist/icons/thin/text-align-right-thin.svg +0 -3
- package/dist/icons/thin/text-bolder-thin.svg +0 -3
- package/dist/icons/thin/text-h-five-thin.svg +0 -3
- package/dist/icons/thin/text-h-four-thin.svg +0 -3
- package/dist/icons/thin/text-h-one-thin.svg +0 -3
- package/dist/icons/thin/text-h-six-thin.svg +0 -3
- package/dist/icons/thin/text-h-thin.svg +0 -3
- package/dist/icons/thin/text-h-three-thin.svg +0 -3
- package/dist/icons/thin/text-h-two-thin.svg +0 -3
- package/dist/icons/thin/text-italic-thin.svg +0 -3
- package/dist/icons/thin/text-strikethrough-thin.svg +0 -3
- package/dist/icons/thin/text-t-thin.svg +0 -3
- package/dist/icons/thin/text-thin.svg +0 -3
- package/dist/icons/thin/text-underline-thin.svg +0 -3
- package/dist/icons/thin/thermometer-cold-thin.svg +0 -3
- package/dist/icons/thin/thermometer-hot-thin.svg +0 -3
- package/dist/icons/thin/thermometer-simple-thin.svg +0 -3
- package/dist/icons/thin/thermometer-thin.svg +0 -3
- package/dist/icons/thin/thumbs-down-thin.svg +0 -3
- package/dist/icons/thin/thumbs-up-thin.svg +0 -3
- package/dist/icons/thin/ticket-thin.svg +0 -3
- package/dist/icons/thin/tiktok-logo-thin.svg +0 -3
- package/dist/icons/thin/timer-thin.svg +0 -3
- package/dist/icons/thin/toggle-left-thin.svg +0 -3
- package/dist/icons/thin/toggle-right-thin.svg +0 -3
- package/dist/icons/thin/toilet-paper-thin.svg +0 -3
- package/dist/icons/thin/tote-simple-thin.svg +0 -3
- package/dist/icons/thin/tote-thin.svg +0 -3
- package/dist/icons/thin/traffic-sign-thin.svg +0 -3
- package/dist/icons/thin/train-regional-thin.svg +0 -3
- package/dist/icons/thin/train-simple-thin.svg +0 -3
- package/dist/icons/thin/train-thin.svg +0 -3
- package/dist/icons/thin/translate-thin.svg +0 -3
- package/dist/icons/thin/trash-simple-thin.svg +0 -3
- package/dist/icons/thin/trash-thin.svg +0 -3
- package/dist/icons/thin/tray-thin.svg +0 -3
- package/dist/icons/thin/tree-evergreen-thin.svg +0 -3
- package/dist/icons/thin/tree-structure-thin.svg +0 -3
- package/dist/icons/thin/tree-thin.svg +0 -3
- package/dist/icons/thin/trend-down-thin.svg +0 -3
- package/dist/icons/thin/trend-up-thin.svg +0 -3
- package/dist/icons/thin/triangle-thin.svg +0 -3
- package/dist/icons/thin/trophy-thin.svg +0 -3
- package/dist/icons/thin/truck-thin.svg +0 -3
- package/dist/icons/thin/twitch-logo-thin.svg +0 -5
- package/dist/icons/thin/twitter-logo-thin.svg +0 -3
- package/dist/icons/thin/umbrella-simple-thin.svg +0 -3
- package/dist/icons/thin/umbrella-thin.svg +0 -3
- package/dist/icons/thin/upload-simple-thin.svg +0 -3
- package/dist/icons/thin/upload-thin.svg +0 -3
- package/dist/icons/thin/user-circle-gear-thin.svg +0 -3
- package/dist/icons/thin/user-circle-minus-thin.svg +0 -3
- package/dist/icons/thin/user-circle-plus-thin.svg +0 -3
- package/dist/icons/thin/user-circle-thin.svg +0 -3
- package/dist/icons/thin/user-focus-thin.svg +0 -3
- package/dist/icons/thin/user-gear-thin.svg +0 -3
- package/dist/icons/thin/user-list-thin.svg +0 -3
- package/dist/icons/thin/user-minus-thin.svg +0 -3
- package/dist/icons/thin/user-plus-thin.svg +0 -3
- package/dist/icons/thin/user-rectangle-thin.svg +0 -3
- package/dist/icons/thin/user-square-thin.svg +0 -3
- package/dist/icons/thin/user-thin.svg +0 -3
- package/dist/icons/thin/users-four-thin.svg +0 -3
- package/dist/icons/thin/users-thin.svg +0 -3
- package/dist/icons/thin/users-three-thin.svg +0 -3
- package/dist/icons/thin/vibrate-thin.svg +0 -3
- package/dist/icons/thin/video-camera-slash-thin.svg +0 -3
- package/dist/icons/thin/video-camera-thin.svg +0 -3
- package/dist/icons/thin/voicemail-thin.svg +0 -3
- package/dist/icons/thin/volleyball-thin.svg +0 -3
- package/dist/icons/thin/wall-thin.svg +0 -3
- package/dist/icons/thin/wallet-thin.svg +0 -3
- package/dist/icons/thin/warning-circle-thin.svg +0 -3
- package/dist/icons/thin/warning-octagon-thin.svg +0 -3
- package/dist/icons/thin/warning-thin.svg +0 -3
- package/dist/icons/thin/watch-thin.svg +0 -3
- package/dist/icons/thin/waves-thin.svg +0 -3
- package/dist/icons/thin/whatsapp-logo-thin.svg +0 -3
- package/dist/icons/thin/wheelchair-thin.svg +0 -3
- package/dist/icons/thin/wifi-high-thin.svg +0 -3
- package/dist/icons/thin/wifi-low-thin.svg +0 -3
- package/dist/icons/thin/wifi-medium-thin.svg +0 -3
- package/dist/icons/thin/wifi-none-thin.svg +0 -3
- package/dist/icons/thin/wifi-slash-thin.svg +0 -3
- package/dist/icons/thin/wifi-x-thin.svg +0 -3
- package/dist/icons/thin/wind-thin.svg +0 -3
- package/dist/icons/thin/windows-logo-thin.svg +0 -3
- package/dist/icons/thin/wine-thin.svg +0 -3
- package/dist/icons/thin/wrench-thin.svg +0 -3
- package/dist/icons/thin/x-circle-thin.svg +0 -3
- package/dist/icons/thin/x-square-thin.svg +0 -3
- package/dist/icons/thin/x-thin.svg +0 -3
- package/dist/icons/thin/youtube-logo-thin.svg +0 -3
- package/dist/types/components/AuxAriaAnnouncer/AuxAriaAnnouncer.stories.d.ts +0 -21
- package/dist/types/components/AuxAriaAnnouncer/AuxAriaAnnouncer.vue.d.ts +0 -16
- package/dist/types/components/Banner/Banner.stories.d.ts +0 -48
- package/dist/types/components/Banner/Banner.vue.d.ts +0 -42
- package/dist/types/components/Banner/tests/Banner.spec.d.ts +0 -1
- package/dist/types/components/Button/Button.stories.d.ts +0 -55
- package/dist/types/components/Button/tests/Button.spec.d.ts +0 -1
- package/dist/types/components/Card/Card.stories.d.ts +0 -7
- package/dist/types/components/Checkbox/Checkbox.stories.d.ts +0 -65
- package/dist/types/components/Checkbox/Checkbox.vue.d.ts +0 -55
- package/dist/types/components/Color/Colors.stories.d.ts +0 -7
- package/dist/types/components/Definition/Definition.stories.d.ts +0 -71
- package/dist/types/components/DirectionalArrow/DirectionalArrow.stories.d.ts +0 -28
- package/dist/types/components/Icons/Icon.stories.d.ts +0 -7
- package/dist/types/components/Input/Input.stories.d.ts +0 -122
- package/dist/types/components/Input/Input.vue.d.ts +0 -109
- package/dist/types/components/Input/tests/Input.spec.d.ts +0 -1
- package/dist/types/components/JsonForm/Controls/Array.vue.d.ts +0 -35
- package/dist/types/components/JsonForm/Controls/Boolean.vue.d.ts +0 -22
- package/dist/types/components/JsonForm/Controls/Number.vue.d.ts +0 -19
- package/dist/types/components/JsonForm/Controls/String.vue.d.ts +0 -29
- package/dist/types/components/JsonForm/Controls/Wrapper.vue.d.ts +0 -27
- package/dist/types/components/JsonForm/JsonForm.stories.d.ts +0 -7
- package/dist/types/components/JsonForm/Renderers/Array.vue.d.ts +0 -99
- package/dist/types/components/JsonForm/Renderers/Boolean.vue.d.ts +0 -99
- package/dist/types/components/JsonForm/Renderers/Integer.vue.d.ts +0 -99
- package/dist/types/components/JsonForm/Renderers/Layout.vue.d.ts +0 -88
- package/dist/types/components/JsonForm/Renderers/Number.vue.d.ts +0 -99
- package/dist/types/components/JsonForm/Renderers/Object.vue.d.ts +0 -97
- package/dist/types/components/JsonForm/Renderers/String.vue.d.ts +0 -99
- package/dist/types/components/JsonForm/Renderers/index.d.ts +0 -9
- package/dist/types/components/Link/Link.stories.d.ts +0 -50
- package/dist/types/components/Link/Link.vue.d.ts +0 -34
- package/dist/types/components/Logo/Logo.stories.d.ts +0 -7
- package/dist/types/components/Modal/Actions.vue.d.ts +0 -21
- package/dist/types/components/Modal/Modal.stories.d.ts +0 -49
- package/dist/types/components/Modal/Modal.vue.d.ts +0 -75
- package/dist/types/components/Notification/Notification.stories.d.ts +0 -7
- package/dist/types/components/Notification/Notification.vue.d.ts +0 -31
- package/dist/types/components/Notification/Notifications.vue.d.ts +0 -20
- package/dist/types/components/Pagination/Pagination.stories.d.ts +0 -52
- package/dist/types/components/Pagination/Pagination.vue.d.ts +0 -49
- package/dist/types/components/Pill/Pill.stories.d.ts +0 -27
- package/dist/types/components/Radio/Radio.stories.d.ts +0 -59
- package/dist/types/components/Radio/Radio.vue.d.ts +0 -49
- package/dist/types/components/Select/Select.stories.d.ts +0 -102
- package/dist/types/components/Select/Select.vue.d.ts +0 -90
- package/dist/types/components/Spinner/Spinner.stories.d.ts +0 -8
- package/dist/types/components/StatusBadge/StatusBadge.stories.d.ts +0 -31
- package/dist/types/components/StatusBanner/StatusBanner.d.ts +0 -2
- package/dist/types/components/Tag/Tag.stories.d.ts +0 -27
- package/dist/types/components/TextArea/TextArea.stories.d.ts +0 -129
- package/dist/types/components/TextArea/TextArea.vue.d.ts +0 -117
- package/dist/types/components/Time/Time.vue.d.ts +0 -25
- package/dist/types/components/Toggle/Toggle.stories.d.ts +0 -101
- package/dist/types/components/Toggle/Toggle.vue.d.ts +0 -95
- package/dist/types/components/Toggle/tests/Toggle.spec.d.ts +0 -1
- package/dist/types/components/Upload/Upload.stories.d.ts +0 -94
- package/dist/types/components/Upload/Upload.vue.d.ts +0 -84
- package/dist/types/components/ValidationWrapper/ValidationWrapper.stories.d.ts +0 -24
- package/dist/types/components/ValidationWrapper/ValidationWrapper.vue.d.ts +0 -19
- package/dist/types/helpers/formatters/formatDateAndTime/Storybook/formatDateAndTime.stories.d.ts +0 -7
- package/dist/types/helpers/formatters/formatDateAndTime/index.spec.d.ts +0 -1
- package/dist/types/helpers/formatters/formatQuantity/Storybook/formatAmount.stories.d.ts +0 -7
- package/dist/types/helpers/formatters/formatQuantity/Storybook/formatNumber.stories.d.ts +0 -7
- package/dist/types/helpers/formatters/formatQuantity/formatAmount.spec.d.ts +0 -1
- package/dist/types/helpers/formatters/formatQuantity/formatNumber.spec.d.ts +0 -1
- package/dist/types/index.d.ts +0 -29
- /package/dist/types/{components → src/components}/Banner/Banner.types.d.ts +0 -0
- /package/dist/types/{components → src/components}/Button/Button.vue.d.ts +0 -0
- /package/dist/types/{components → src/components}/Card/Card.vue.d.ts +0 -0
- /package/dist/types/{components → src/components}/Definition/Definition.vue.d.ts +0 -0
- /package/dist/types/{components → src/components}/DirectionalArrow/DirectionalArrow.vue.d.ts +0 -0
- /package/dist/types/{components → src/components}/FormElement/FormElement.vue.d.ts +0 -0
- /package/dist/types/{components → src/components}/Modal/Action.d.ts +0 -0
- /package/dist/types/{components → src/components}/Pagination/types.d.ts +0 -0
- /package/dist/types/{components → src/components}/Pill/Colors.d.ts +0 -0
- /package/dist/types/{components → src/components}/Pill/Pill.vue.d.ts +0 -0
- /package/dist/types/{components → src/components}/StatusBadge/StatusBadge.vue.d.ts +0 -0
- /package/dist/types/{components → src/components}/StatusBadge/Statuses.d.ts +0 -0
- /package/dist/types/{components → src/components}/Tag/Colors.d.ts +0 -0
- /package/dist/types/{components → src/components}/Tag/Tag.vue.d.ts +0 -0
- /package/dist/types/{components → src/components}/Upload/File/File.vue.d.ts +0 -0
- /package/dist/types/{helpers → src/helpers}/formatters/formatDateAndTime/index.d.ts +0 -0
- /package/dist/types/{helpers → src/helpers}/formatters/formatQuantity/formatAmount.d.ts +0 -0
- /package/dist/types/{helpers → src/helpers}/formatters/formatQuantity/formatNumber.d.ts +0 -0
- /package/dist/types/{helpers → src/helpers}/uuid.d.ts +0 -0
- /package/dist/types/{main.d.ts → src/main.d.ts} +0 -0
package/dist/aux.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("vue"),ym=i.defineComponent({name:"aux-button",props:{primary:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},size:{type:String,default:"medium",validator:e=>["small","medium"].includes(e)},dataTestid:{type:String,required:!1}},setup(e){return{classes:i.computed(()=>({"aux-button":!0,"aux-button--primary":e.primary,"aux-button--secondary":!e.primary,[`aux-button--${e.size}`]:!0}))}}});const te=(e,t)=>{const r=e.__vccOpts||e;for(const[n,a]of t)r[n]=a;return r},gm=["disabled","data-testid"],_m={key:0,class:"aux-button-container-left"},bm={key:1,class:"aux-button-container-right"};function wm(e,t,r,n,a,o){return i.openBlock(),i.createElementBlock("button",{type:"button",disabled:e.disabled,class:i.normalizeClass(e.classes),"data-testid":e.dataTestid},[e.$slots.left?(i.openBlock(),i.createElementBlock("span",_m,[i.renderSlot(e.$slots,"left",{},void 0,!0)])):i.createCommentVNode("",!0),i.renderSlot(e.$slots,"default",{},void 0,!0),e.$slots.right?(i.openBlock(),i.createElementBlock("span",bm,[i.renderSlot(e.$slots,"right",{},void 0,!0)])):i.createCommentVNode("",!0)],10,gm)}const Qa=te(ym,[["render",wm],["__scopeId","data-v-df832741"]]),Em=["success","info","warning","error"],Sm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 256 256"},Cm=i.createElementVNode("path",{d:"M177.787 98.476a8 8 0 0 1-.264 11.31l-58.666 56a8 8 0 0 1-11.047.001l-29.334-28a8 8 0 1 1 11.047-11.574l23.81 22.728 53.143-50.728a8 8 0 0 1 11.31.263ZM232 128A104 104 0 1 1 128 24a104.118 104.118 0 0 1 104 104Zm-16 0a88 88 0 1 0-88 88 88.1 88.1 0 0 0 88-88Z"},null,-1),Am=[Cm];function Pm(e,t){return i.openBlock(),i.createElementBlock("svg",Sm,Am)}const Qo={render:Pm},Om={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 256 256"},Tm=i.createElementVNode("path",{d:"M128 24a104 104 0 1 0 104 104A104.118 104.118 0 0 0 128 24Zm0 192a88 88 0 1 1 88-88 88.1 88.1 0 0 1-88 88ZM116 84a12 12 0 1 1 12 12 12 12 0 0 1-12-12Zm28 92a8 8 0 0 1-8 8h-8a8 8 0 0 1-8-8v-48a8 8 0 0 1 0-16h8a8 8 0 0 1 8 8v48a8 8 0 0 1 8 8Z"},null,-1),Nm=[Tm];function Im(e,t){return i.openBlock(),i.createElementBlock("svg",Om,Nm)}const es={render:Im},km={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 256 256"},Rm=i.createElementVNode("path",{d:"M128 24a104 104 0 1 0 104 104A104.118 104.118 0 0 0 128 24Zm0 192a88 88 0 1 1 88-88 88.1 88.1 0 0 1-88 88Zm-8-80V80a8 8 0 1 1 16 0v56a8 8 0 1 1-16 0Zm20 36a12 12 0 1 1-12-12 12 12 0 0 1 12 12Z"},null,-1),jm=[Rm];function Dm(e,t){return i.openBlock(),i.createElementBlock("svg",km,jm)}const sl={render:Dm},Mm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 256 256"},Lm=i.createElementVNode("path",{d:"M120 144V96a8 8 0 0 1 16 0v48a8 8 0 0 1-16 0Zm8 24a12 12 0 1 0 12 12 12 12 0 0 0-12-12Zm108.768 43.981a23.754 23.754 0 0 1-20.791 12.011H40.023a24 24 0 0 1-20.771-36.022l87.977-151.993a24 24 0 0 1 41.543 0l87.976 151.992a23.754 23.754 0 0 1 .02 24.012ZM222.9 195.984 134.924 43.992a8 8 0 0 0-13.848 0L33.1 195.984a8 8 0 0 0 6.923 12.008h175.954a8 8 0 0 0 6.923-12.008Z"},null,-1),Vm=[Lm];function Fm(e,t){return i.openBlock(),i.createElementBlock("svg",Mm,Vm)}const Ia={render:Fm};var fn=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Nd(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var ka={},il={get exports(){return ka},set exports(e){ka=e}},cl=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||typeof msCrypto<"u"&&typeof window.msCrypto.getRandomValues=="function"&&msCrypto.getRandomValues.bind(msCrypto);if(cl){var ll=new Uint8Array(16);il.exports=function(){return cl(ll),ll}}else{var ul=new Array(16);il.exports=function(){for(var t=0,r;t<16;t++)t&3||(r=Math.random()*4294967296),ul[t]=r>>>((t&3)<<3)&255;return ul}}var Id=[];for(var na=0;na<256;++na)Id[na]=(na+256).toString(16).substr(1);function Bm(e,t){var r=t||0,n=Id;return[n[e[r++]],n[e[r++]],n[e[r++]],n[e[r++]],"-",n[e[r++]],n[e[r++]],"-",n[e[r++]],n[e[r++]],"-",n[e[r++]],n[e[r++]],"-",n[e[r++]],n[e[r++]],n[e[r++]],n[e[r++]],n[e[r++]],n[e[r++]]].join("")}var kd=Bm,zm=ka,Um=kd,dl,So,Co=0,Ao=0;function qm(e,t,r){var n=t&&r||0,a=t||[];e=e||{};var o=e.node||dl,s=e.clockseq!==void 0?e.clockseq:So;if(o==null||s==null){var c=zm();o==null&&(o=dl=[c[0]|1,c[1],c[2],c[3],c[4],c[5]]),s==null&&(s=So=(c[6]<<8|c[7])&16383)}var u=e.msecs!==void 0?e.msecs:new Date().getTime(),d=e.nsecs!==void 0?e.nsecs:Ao+1,f=u-Co+(d-Ao)/1e4;if(f<0&&e.clockseq===void 0&&(s=s+1&16383),(f<0||u>Co)&&e.nsecs===void 0&&(d=0),d>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");Co=u,Ao=d,So=s,u+=122192928e5;var m=((u&268435455)*1e4+d)%4294967296;a[n++]=m>>>24&255,a[n++]=m>>>16&255,a[n++]=m>>>8&255,a[n++]=m&255;var b=u/4294967296*1e4&268435455;a[n++]=b>>>8&255,a[n++]=b&255,a[n++]=b>>>24&15|16,a[n++]=b>>>16&255,a[n++]=s>>>8|128,a[n++]=s&255;for(var S=0;S<6;++S)a[n+S]=o[S];return t||Um(a)}var Wm=qm,Km=ka,Gm=kd;function Hm(e,t,r){var n=t&&r||0;typeof e=="string"&&(t=e==="binary"?new Array(16):null,e=null),e=e||{};var a=e.random||(e.rng||Km)();if(a[6]=a[6]&15|64,a[8]=a[8]&63|128,t)for(var o=0;o<16;++o)t[n+o]=a[o];return t||Gm(a)}var xm=Hm,Jm=Wm,Rd=xm,Ps=Rd;Ps.v1=Jm;Ps.v4=Rd;var jd=Ps;const mt=jd.v4,Zm=i.defineComponent({name:"aux-banner",props:{type:{type:String,default:"info",validator:e=>Em.includes(e)},title:{type:String},dataTestid:{type:String,required:!1}},setup(e){const t=i.computed(()=>{if(e.title)return e.title;switch(e.type){case"error":return"Feil. ";case"warning":return"Advarsel. ";case"success":return"Suksess. ";default:return"Info."}}),r=i.computed(()=>({"aux-banner":!0,[`aux-banner--${e.type}`]:!0})),n=i.computed(()=>({icon:!0,[`icon--${e.type}`]:!0}));return{icon:i.computed(()=>{switch(e.type){case"error":return Ia;case"warning":return sl;case"success":return Qo;default:return es}}),uuid:mt(),classes:r,srOnlyMessage:t,iconClasses:n}},components:{SuccessBannerIcon:Qo,InfoBannerIcon:es,WarningBannerIcon:sl,ErrorBannerIcon:Ia}});const Ym=["aria-labelledby","data-testid"],Xm=["id"],Qm=["id","data-testid"];function ev(e,t,r,n,a,o){return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(e.classes),role:"region","aria-labelledby":`${e.uuid} message-${e.uuid}`,"data-testid":e.dataTestid},[(i.openBlock(),i.createBlock(i.resolveDynamicComponent(e.icon),{class:i.normalizeClass(e.iconClasses),"aria-hidden":"true"},null,8,["class"])),i.createElementVNode("span",{id:e.uuid,class:"screen-reader-message"},i.toDisplayString(e.srOnlyMessage),9,Xm),i.createElementVNode("span",{id:`message-${e.uuid}`,class:"message","data-testid":`${e.dataTestid}-message`},[i.renderSlot(e.$slots,"default",{},void 0,!0)],8,Qm)],10,Ym)}const tv=te(Zm,[["render",ev],["__scopeId","data-v-a13bf3ff"]]),rv=i.defineComponent({name:"aux-spinner",props:{size:{type:String,default:"large",validator:function(e){return["small","medium","large"].includes(e)}}},setup(e,t){const r=i.computed(()=>({"aux-spinner":!0,[`aux-spinner--${e.size}`]:!0})),n=i.computed(()=>t.slots.default&&e.size!=="small");return e.size==="small"&&t.slots.default&&console.error("AuxSpinner: Label is not displayed for small sizes"),{classes:r,showLabel:n}}});const nv=e=>(i.pushScopeId("data-v-dfc87c44"),e=e(),i.popScopeId(),e),av=nv(()=>i.createElementVNode("div",{class:"aux-spinner-indicator"},null,-1)),ov={key:0,class:"aux-spinner-label"};function sv(e,t,r,n,a,o){return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(e.classes)},[av,e.showLabel?(i.openBlock(),i.createElementBlock("div",ov,[i.renderSlot(e.$slots,"default",{},void 0,!0)])):i.createCommentVNode("",!0)],2)}const iv=te(rv,[["render",sv],["__scopeId","data-v-dfc87c44"]]),cv=["blue","green","red","yellow","black"],lv=i.defineComponent({name:"aux-pill",props:{color:{type:String,default:"black",validator:e=>[...cv].includes(e)}},setup(e){return console.warn("Pills erstattes med med AuxTag"),{classes:i.computed(()=>({"aux-pill":!0,[`aux-pill--${e.color}`]:!0}))}}});function uv(e,t,r,n,a,o){return i.openBlock(),i.createElementBlock("span",{class:i.normalizeClass(e.classes)},[i.renderSlot(e.$slots,"default",{},void 0,!0)],2)}const dv=te(lv,[["render",uv],["__scopeId","data-v-6bd2fe2b"]]),fv=i.defineComponent({name:"aux-radio",props:{value:{type:[String,Number]},disabled:{type:Boolean,default:!1},id:{type:String,default:mt},name:{type:String,required:!0},selected:{type:String,required:!0}},emits:["change"],setup(e,{emit:t}){return{isSelected:i.computed(()=>e.value===e.selected),change:a=>{t("change",a.target.value)}}}});const pv={class:"aux-radio"},hv=["value","disabled","id","name","checked"],mv=["for"];function vv(e,t,r,n,a,o){return i.openBlock(),i.createElementBlock("div",pv,[i.createElementVNode("input",{type:"radio",value:e.value,disabled:e.disabled,id:e.id,name:e.name,checked:e.isSelected,onChange:t[0]||(t[0]=(...s)=>e.change&&e.change(...s))},null,40,hv),i.createElementVNode("label",{for:e.id},[i.renderSlot(e.$slots,"default",{},void 0,!0)],8,mv)])}const Os=te(fv,[["render",vv],["__scopeId","data-v-6c4246e5"]]),$v=i.defineComponent({name:"aux-form-element",props:{label:{type:String,required:!0,default:"Label is not defined"},description:{type:String,required:!1},hideLabel:{type:Boolean,required:!1,default:!1},id:{type:String,required:!0}}});const yv={class:"aux-form-element"},gv=["for"],_v={key:0,class:"aux-form-element-description"};function bv(e,t,r,n,a,o){return i.openBlock(),i.createElementBlock("div",yv,[i.createElementVNode("label",{class:i.normalizeClass({"aux-form-label":!0,"aux-form-label-hidden":e.hideLabel}),for:e.id},i.toDisplayString(e.label),11,gv),e.description?(i.openBlock(),i.createElementBlock("span",_v,i.toDisplayString(e.description),1)):i.createCommentVNode("",!0),i.renderSlot(e.$slots,"default",{},void 0,!0)])}const Br=te($v,[["render",bv],["__scopeId","data-v-3dbd9613"]]),wv={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 256 256"},Ev=i.createElementVNode("path",{d:"M205.657 194.343a8 8 0 1 1-11.314 11.314L128 139.313l-66.343 66.344a8 8 0 0 1-11.314-11.314L116.687 128 50.343 61.657a8 8 0 0 1 11.314-11.314L128 116.687l66.343-66.344a8 8 0 0 1 11.314 11.314L139.313 128Z"},null,-1),Sv=[Ev];function Cv(e,t){return i.openBlock(),i.createElementBlock("svg",wv,Sv)}const Dd={render:Cv},Av=i.defineComponent({name:"aux-input",props:{label:{type:String,required:!0},id:{type:String,default:mt},name:{type:String,required:!1},value:{type:[String,Number]},modelValue:{type:[String,Number]},placeholder:String,description:String,type:{type:String,default:"text"},clearable:{type:Boolean,default:!1},hideLabel:{type:Boolean,default:!1},fieldWidth:{type:String,default:"60ch"},min:{type:Number},max:{type:Number}},emits:["focus","blur","input","update:modelValue"],setup(e,{slots:t,emit:r}){const n=i.computed(()=>t.left),a=i.computed(()=>e.clearable||t.right),o=i.ref(null);return{inputFieldEl:o,focus:()=>{o.value&&o.value.focus()},hasLeftIcon:n,hasRightIcon:a,handleInput(c){const u=c.target;u&&(r("input",u.value),r("update:modelValue",u.value))}}},components:{ClearIcon:Dd,FormElement:Br}});const Pv=["value","placeholder","type","name","id","min","max"];function Ov(e,t,r,n,a,o){const s=i.resolveComponent("ClearIcon"),c=i.resolveComponent("FormElement");return i.openBlock(),i.createBlock(c,{class:i.normalizeClass({"aux-textfield":!0,[`aux-textfield-${e.type}`]:!0}),label:e.label,"hide-label":e.hideLabel,description:e.description,id:e.id},{default:i.withCtx(()=>[i.createElementVNode("div",{class:i.normalizeClass({"aux-input-textfield-container":!0,"aux-input-textfield--icon-right":e.hasRightIcon,"aux-input-textfield--icon-left":e.hasLeftIcon}),style:i.normalizeStyle({maxWidth:e.fieldWidth})},[i.createElementVNode("input",{class:"aux-input-textfield",ref:"inputFieldEl",value:e.modelValue||e.value,placeholder:e.placeholder,type:e.type,name:e.name||e.id,id:e.id,min:e.min,max:e.max,onFocus:t[0]||(t[0]=u=>e.$emit("focus",u.target.value)),onBlur:t[1]||(t[1]=u=>e.$emit("blur",u.target.value)),onInput:t[2]||(t[2]=(...u)=>e.handleInput&&e.handleInput(...u))},null,40,Pv),e.hasLeftIcon?(i.openBlock(),i.createElementBlock("div",{key:0,class:"aux-input-textfield-left-icon",onClick:t[3]||(t[3]=(...u)=>e.focus&&e.focus(...u))},[i.renderSlot(e.$slots,"left",{},void 0,!0)])):i.createCommentVNode("",!0),e.hasRightIcon?(i.openBlock(),i.createElementBlock("div",{key:1,class:"aux-input-textfield-right-icon",onClick:t[5]||(t[5]=(...u)=>e.focus&&e.focus(...u))},[e.clearable&&e.value?(i.openBlock(),i.createBlock(s,{key:0,onClick:t[4]||(t[4]=u=>e.$emit("input","")),class:"aux-input-textfield-clear-icon"})):i.renderSlot(e.$slots,"right",{key:1},void 0,!0)])):i.createCommentVNode("",!0)],6)]),_:3},8,["class","label","hide-label","description","id"])}const Ts=te(Av,[["render",Ov],["__scopeId","data-v-3ed73578"]]),Tv=i.defineComponent({name:"aux-definition",props:{label:{type:String,required:!0},suffix:{type:String,default:":"},vertical:{type:Boolean,default:!1},dataTestid:{type:String,required:!1},size:{type:String,required:!1,default:"small",validator:e=>{const t=["small","medium","large"],r=t.includes(e);return r||console.error(`AuxDefinition: props.size must be one of ${t.join(", ")}`),r}}},setup(e){const t=i.computed(()=>({"aux-definition":!0,"aux-definition--vertical":e.vertical||e.size!=="small",[`aux-definition-value--${e.size}`]:!0}));return!e.vertical&&e.size!=="small"&&console.warn("AuxDefinition: Horizontal layout is only supported for props.size.small"),{classes:t}}});const Nv=["data-testid"],Iv=["data-testid"],kv=["data-testid"];function Rv(e,t,r,n,a,o){return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(e.classes),"data-testid":e.dataTestid},[i.createElementVNode("dt",{class:"aux-definition-label","data-testid":`${e.dataTestid}-label`},i.toDisplayString(e.label)+i.toDisplayString(e.suffix),9,Iv),i.createElementVNode("dd",{class:"aux-definition-value","data-testid":`${e.dataTestid}-value`},[i.renderSlot(e.$slots,"default",{},void 0,!0)],8,kv)],10,Nv)}const jv=te(Tv,[["render",Rv],["__scopeId","data-v-6a580377"]]),Dv={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",preserveAspectRatio:"xMinYMid meet",style:{"enable-background":"new 0 0 694.11 164.663"},viewBox:"0 0 694.11 164.663"},Mv=i.createElementVNode("path",{fill:"currentcolor",d:"M101.071 48.106h-5.002c-5.439 0-9.889 4.451-9.889 9.892v.155c-8.794-6.17-19.177-10.047-30.702-10.047-15.85 0-29.602 6.764-39.627 17.485C5.876 76.03.058 90.393.002 106.385l-.002.236c0 15.848 5.827 30.302 15.85 41.022 10.025 10.493 23.778 17.02 39.627 17.02 11.525 0 21.909-3.648 30.705-9.814.04 5.403 4.472 9.814 9.886 9.814h5.002c5.437 0 9.887-4.453 9.887-9.889V57.998c.001-5.44-4.45-9.892-9.886-9.892zM86.18 108.901c-.508 8.609-3.876 16.153-9.021 21.729-5.595 5.826-13.522 9.089-21.681 9.089-8.389 0-16.316-3.263-21.677-9.089-5.595-6.063-8.859-14.453-8.859-24.009 0-.08.003-.158.003-.236.051-9.691 3.305-17.993 8.856-23.777 5.36-6.293 13.288-9.556 21.677-9.556 8.159 0 16.086 3.263 21.681 9.556 5.145 5.36 8.513 12.888 9.021 21.68V108.901zM281.806 48.106H150.147c-5.439 0-9.891 4.451-9.891 9.892v96.776c0 5.436 4.451 9.889 9.891 9.889h4.999c5.439 0 9.89-4.453 9.89-9.889V72.887h38.551v81.888c0 5.436 4.451 9.889 9.89 9.889h4.999c5.439 0 9.889-4.453 9.889-9.889V72.887h38.551v81.888c0 5.436 4.452 9.889 9.889 9.889h5.001c5.44 0 9.889-4.453 9.889-9.889V57.998c0-5.44-4.448-9.892-9.889-9.892zM684.222 48.106h-5.001c-5.44 0-9.889 4.451-9.889 9.892v.155c-8.794-6.17-19.178-10.047-30.702-10.047-15.85 0-29.601 6.764-39.626 17.485-9.976 10.438-15.791 24.801-15.848 40.793 0 .078-.003.156-.003.236 0 15.848 5.827 30.302 15.851 41.022 10.025 10.493 23.776 17.02 39.626 17.02 11.525 0 21.908-3.648 30.702-9.814.041 5.403 4.475 9.814 9.889 9.814h5.001c5.438 0 9.889-4.453 9.889-9.889V57.998c-.001-5.44-4.452-9.892-9.889-9.892zm-14.89 60.801c-.511 8.608-3.878 16.147-9.023 21.723-5.595 5.826-13.519 9.089-21.68 9.089-8.391 0-16.315-3.263-21.679-9.089-5.594-6.063-8.855-14.453-8.855-24.009 0-.08 0-.158.003-.236.051-9.691 3.305-17.993 8.852-23.777 5.363-6.293 13.288-9.556 21.679-9.556 8.16 0 16.085 3.263 21.68 9.556 5.145 5.357 8.512 12.886 9.023 21.672v4.627zM470.419 48.106h-5c-5.438 0-9.891 4.451-9.891 9.892v96.776c0 5.436 4.452 9.889 9.891 9.889h5c5.439 0 9.889-4.453 9.889-9.889V57.998c0-5.44-4.451-9.892-9.889-9.892zM433.659 106.385c-.124-31.832-25.25-58.278-56.643-58.278-11.422 0-22.608 3.731-31.234 9.792l-.008-46.522c0-5.437-4.448-9.889-9.888-9.889H330.884c-5.439 0-9.889 4.452-9.889 9.889v143.398c0 5.436 4.449 9.889 9.889 9.889H335.886c5.382 0 9.792-4.359 9.884-9.717 8.785 5.886 19.79 9.717 31.246 9.717 31.471 0 56.647-26.575 56.647-58.042-.001-.081-.004-.159-.004-.237zm-34.731 23.311c-5.827 6.06-13.52 9.559-21.912 9.559-8.623 0-16.084-3.499-21.911-9.559-5.827-5.827-9.323-14.22-9.323-23.075l.001-.236c.059-9.232 3.542-17.532 9.322-23.311 5.827-6.06 13.288-9.559 21.911-9.559 8.393 0 16.085 3.499 21.912 9.559 5.78 5.778 9.264 14.079 9.323 23.311l.002.236c0 8.856-3.495 17.248-9.325 23.075zM565.793 48.106h-15.241v-36.73c0-5.437-4.45-9.889-9.889-9.889h-5.001c-5.438 0-9.889 4.452-9.889 9.889v36.73h-15.241c-5.44 0-9.889 4.451-9.889 9.892v4.999c0 5.439 4.449 9.89 9.889 9.89h15.241v81.888c0 5.436 4.451 9.889 9.889 9.889h5.001c5.438 0 9.889-4.453 9.889-9.889V72.887h15.241c5.44 0 9.889-4.45 9.889-9.89v-4.999c0-5.44-4.449-9.892-9.889-9.892z",class:"ambita-logo__svg__path"},null,-1),Lv=i.createElementVNode("circle",{cx:"467.919",cy:"13.877",r:"13.878",fill:"currentcolor",class:"ambita-logo__svg__path"},null,-1),Vv=[Mv,Lv];function Fv(e,t){return i.openBlock(),i.createElementBlock("svg",Dv,Vv)}const Bv={render:Fv},zv=i.defineComponent({name:"aux-logo",components:{Logo:Bv},props:{inverted:{type:Boolean,default:!1}}});function Uv(e,t,r,n,a,o){const s=i.resolveComponent("Logo",!0);return i.openBlock(),i.createBlock(s,{class:i.normalizeClass(["aux-logo",{"aux-invert":e.inverted}])},null,8,["class"])}const qv=te(zv,[["render",Uv],["__scopeId","data-v-59a647db"]]),Wv=i.defineComponent({name:"aux-checkbox",props:{value:{type:[String,Number,Boolean]},disabled:{type:Boolean},id:{type:String,default:mt},name:{type:String,required:!1},selected:{type:Boolean,default:!1},indeterminate:{type:Boolean,default:!1}},emits:["change"],setup(e,{emit:t}){return{changeEvent:n=>{const a=n.target;t("change",{checked:a.checked,option:a.value})}}}});const Kv={class:"aux-checkbox"},Gv=["id","value","disabled","checked","name",".indeterminate"],Hv=["for"];function xv(e,t,r,n,a,o){return i.openBlock(),i.createElementBlock("div",Kv,[i.createElementVNode("input",{type:"checkbox",id:e.id,value:e.value,disabled:e.disabled,checked:e.selected,name:e.name||e.id,".indeterminate":e.indeterminate,onChange:t[0]||(t[0]=(...s)=>e.changeEvent&&e.changeEvent(...s))},null,40,Gv),i.createElementVNode("label",{for:e.id},[i.renderSlot(e.$slots,"default",{},void 0,!0)],8,Hv)])}const Ns=te(Wv,[["render",xv],["__scopeId","data-v-d756a8d1"]]),Jv=i.defineComponent({name:"aux-select",props:{items:{type:Array,required:!0},label:{type:String,required:!1},required:{type:Boolean,default:!1},id:{type:String,default:mt},name:{type:String,required:!1},hideLabel:{type:Boolean,default:!1},description:{type:String},value:{type:[String,Number,Array]},modelValue:{type:[String,Number,Array]}},emits:["change","focus","blur","update:modelValue"],setup(e,{emit:t}){const r=i.reactive({value:e.modelValue||e.value}),n=s=>{s.target&&(r.value=s.target.value,t("change",s.target.value),t("update:modelValue",s.target.value))},a=s=>{s.target&&t("focus",s.target.value)},o=s=>{s.target&&t("blur",s.target.value)};return i.watch(()=>e.value,s=>r.value=s),i.watch(()=>e.modelValue,s=>r.value=s),{state:r,updateValue:n,focusEmit:a,blurEmit:o}},components:{FormElement:Br}});const Zv=["value","name","id"],Yv=["value","disabled"];function Xv(e,t,r,n,a,o){const s=i.resolveComponent("FormElement");return i.openBlock(),i.createBlock(s,{label:e.label,"hide-label":e.hideLabel,description:e.description,id:e.id,class:"aux-select"},{default:i.withCtx(()=>[i.createElementVNode("select",{class:"aux-input-select",value:e.state.value,name:e.name,id:e.id,onFocus:t[0]||(t[0]=(...c)=>e.focusEmit&&e.focusEmit(...c)),onBlur:t[1]||(t[1]=(...c)=>e.blurEmit&&e.blurEmit(...c)),onChange:t[2]||(t[2]=(...c)=>e.updateValue&&e.updateValue(...c))},[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.items,c=>(i.openBlock(),i.createElementBlock("option",{key:c.value.toString(),value:c.value,disabled:c.disabled||!1},i.toDisplayString(c.label),9,Yv))),128))],40,Zv)]),_:1},8,["label","hide-label","description","id"])}const Md=te(Jv,[["render",Xv],["__scopeId","data-v-6d8ae1ce"]]),Qv=i.defineComponent({name:"aux-link",props:{size:{type:String,default:"small",validator:e=>["small","medium"].includes(e)},href:{type:String,required:!1}},emits:["click"],setup(e,{slots:t}){const r=i.computed(()=>e.href?"a":"button"),n=i.computed(()=>({"aux-link":!0,[`aux-link--${e.size}`]:!0,"aux-link-icon-left":t.left,"aux-link-icon-right":t.right}));return{componentType:r,classes:n}}});const e$={key:0,class:"aux-link-container-left"},t$={key:1,class:"aux-link-container-right"};function r$(e,t,r,n,a,o){return i.openBlock(),i.createBlock(i.resolveDynamicComponent(e.componentType),{href:e.href,class:i.normalizeClass(e.classes),onClick:t[0]||(t[0]=s=>e.$emit("click",s))},{default:i.withCtx(()=>[e.$slots.left?(i.openBlock(),i.createElementBlock("div",e$,[i.renderSlot(e.$slots,"left",{},void 0,!0)])):i.createCommentVNode("",!0),i.renderSlot(e.$slots,"default",{},void 0,!0),e.$slots.right?(i.openBlock(),i.createElementBlock("div",t$,[i.renderSlot(e.$slots,"right",{},void 0,!0)])):i.createCommentVNode("",!0)]),_:3},8,["href","class"])}const n$=te(Qv,[["render",r$],["__scopeId","data-v-728be97e"]]),a$=i.defineComponent({name:"aux-modal-actions",props:{actions:{type:Array,default:()=>[]}},emits:["action-clicked"],setup(e,{emit:t}){return{actionsOrganized:i.computed(()=>{const n=[],a=[],o=[];e.actions.forEach(c=>{c.primary?n.push(c):c.destructive?o.push(c):a.push(c)});const s=[...n,...a,...o];return s.length>3?(console.error("Modals should not have more than 3 actions"),[]):n.length>1?(console.error("Modals should only have one primary action"),[]):n.length===0&&s.length>0?(console.error("Modals should have a primary action"),[]):s}),emit:t}},components:{AuxButton:Qa}});function o$(e,t,r,n,a,o){const s=i.resolveComponent("AuxButton");return i.openBlock(),i.createElementBlock("div",null,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.actionsOrganized,c=>(i.openBlock(),i.createBlock(s,{key:c.label,primary:c.primary,size:"medium",onClick:u=>e.emit("action-clicked",c.emit),"data-testid":c.testid},i.createSlots({default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(c.label),1)]),_:2},[c.icon?{name:"left",fn:i.withCtx(()=>[(i.openBlock(),i.createBlock(i.resolveDynamicComponent(c.icon)))]),key:"0"}:void 0]),1032,["primary","onClick","data-testid"]))),128))])}const s$=te(a$,[["render",o$]]),i$=i.defineComponent({name:"aux-modal",props:{actions:{type:Array,default:()=>[]},id:{type:String,default:mt},size:{type:String,default:"medium",validator:e=>["small","medium","x-large"].includes(e)},title:{type:String,validator:e=>e.length>100?(console.error(`Title should not be longer than 100 characters. Your title is ${e.length} characters long`),!1):!0},buttonsMobileLayout:{type:String,default:"vertical",validator:e=>["vertical","horizontal"].includes(e)},dataTestid:{type:String,required:!1}},setup(e,{emit:t}){const r=i.ref(null),n=()=>{r.value&&r.value.focus()},a="(max-width: 450px)",o=window.matchMedia(a),s=i.ref(o.matches),c=e.buttonsMobileLayout==="vertical"&&s,u=i.ref(null);let d;const f=()=>{t("close-modal")},m=h=>{t(h),t("action-clicked",h)},b={"aux-modal":!0,[`aux-modal--${e.size}`]:!0},S=h=>{const y=u.value;h.target===y&&f()},$=()=>{i.nextTick(()=>{d=u.value,d.addEventListener("click",S),d.addEventListener("cancel",f),d.addEventListener("close",f),d.showModal(),n()})},w=h=>{s.value=h.matches};o.addEventListener("change",w);const v=h=>{if(e.dataTestid)return`${e.dataTestid}-${h}`};return i.onMounted(()=>{$()}),i.onUnmounted(()=>{d.removeEventListener("click",S),o.removeEventListener("change",w)}),{closeModal:f,modalClasses:b,propagateEvent:m,emit:t,closeButton:r,getTestId:v,modal:u,useVerticalLayout:c}},components:{CloseIcon:Dd,Actions:s$}});const c$=["aria-labelledby","aria-describedby"],l$={class:"header"},u$=["id","data-testid"],d$=["data-testid"],f$=["id","data-testid"],p$={key:0,class:"footer-content"};function h$(e,t,r,n,a,o){const s=i.resolveComponent("CloseIcon"),c=i.resolveComponent("Actions");return i.openBlock(),i.createElementBlock("dialog",{class:i.normalizeClass(e.modalClasses),"aria-labelledby":`${e.id}-title`,"aria-describedby":`${e.id}-content`,ref:"modal"},[i.createElementVNode("div",l$,[e.title?(i.openBlock(),i.createElementBlock("h2",{key:0,id:`${e.id}-title`,"data-testid":e.getTestId("title")},i.toDisplayString(e.title),9,u$)):i.createCommentVNode("",!0),i.createElementVNode("button",{class:"close",onClick:t[0]||(t[0]=(...u)=>e.closeModal&&e.closeModal(...u)),"aria-label":"Lukk","data-testid":e.getTestId("close"),ref:"closeButton"},[i.createVNode(s,{class:"close-icon","aria-hidden":"true"})],8,d$)]),i.createElementVNode("main",null,[i.createElementVNode("div",{id:`${e.id}-content`,class:"content","data-testid":e.getTestId("content")},[i.renderSlot(e.$slots,"default",{},void 0,!0)],8,f$)]),e.actions.length>0||e.$slots.footerRight?(i.openBlock(),i.createElementBlock("footer",p$,[i.createVNode(c,{actions:e.actions,onActionClicked:e.propagateEvent,class:i.normalizeClass({"footer-buttons-layout--horizontal":!e.useVerticalLayout,"footer-buttons-layout--vertical":e.useVerticalLayout})},null,8,["actions","onActionClicked","class"]),i.renderSlot(e.$slots,"footerRight",{},void 0,!0)])):i.createCommentVNode("",!0)],10,c$)}const m$=te(i$,[["render",h$],["__scopeId","data-v-d4dc5726"]]),v$=i.defineComponent({name:"aux-textarea",props:{modelValue:{type:[String,Number]},label:{type:String,required:!0},id:{type:String,default:mt},description:{type:String},hideLabel:{type:Boolean,default:!1},name:{type:String,required:!1},placeholder:{type:String},resize:{type:String,default:"vertical"},height:{type:Number,default:7},width:{type:String,default:"60ch"},required:{type:Boolean,default:!1},value:{type:[String,Number],default:""}},emits:["blur","update:modelValue","input"],setup(e,{emit:t}){return{styles:i.computed(()=>({resize:e.resize,"max-width":e.width})),blurEmit(n){n.target&&t("blur",n.target.value)},handleInput(n){n.target&&(t("input",n.target.value),t("update:modelValue",n.target.value))}}},components:{FormElement:Br}});const $$=["placeholder","id","rows","name","required","resize","value"];function y$(e,t,r,n,a,o){const s=i.resolveComponent("FormElement");return i.openBlock(),i.createBlock(s,{class:"aux-textarea",id:e.id,label:e.label,"hide-label":e.hideLabel,description:e.description},{default:i.withCtx(()=>[i.createElementVNode("textarea",{class:"aux-input-textarea",placeholder:e.placeholder,id:e.id,rows:e.height,name:e.name,required:e.required,resize:e.resize,style:i.normalizeStyle(e.styles),value:e.modelValue||e.value,onBlur:t[0]||(t[0]=(...c)=>e.blurEmit&&e.blurEmit(...c)),onInput:t[1]||(t[1]=(...c)=>e.handleInput&&e.handleInput(...c))},`
|
|
2
|
+
test
|
|
3
|
+
`,44,$$)]),_:1},8,["id","label","hide-label","description"])}const g$=te(v$,[["render",y$],["__scopeId","data-v-4d158458"]]),_$={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 256 256"},b$=i.createElementVNode("path",{d:"M215.996 48H176v-8a24.027 24.027 0 0 0-24-24h-48a24.027 24.027 0 0 0-24 24v8H39.996a8 8 0 0 0 0 16h8v144a16.018 16.018 0 0 0 16 16h128a16.018 16.018 0 0 0 16-16V64h8a8 8 0 0 0 0-16ZM96 40a8.01 8.01 0 0 1 8-8h48a8.01 8.01 0 0 1 8 8v8H96Zm95.996 168h-128V64h128ZM112 104v64a8 8 0 0 1-16 0v-64a8 8 0 0 1 16 0Zm48 0v64a8 8 0 0 1-16 0v-64a8 8 0 0 1 16 0Z"},null,-1),w$=[b$];function E$(e,t){return i.openBlock(),i.createElementBlock("svg",_$,w$)}const S$={render:E$},C$={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 256 256"},A$=i.createElementVNode("path",{d:"M180.68 95.714a12 12 0 0 1-.394 16.966l-58.666 56a12 12 0 0 1-16.572 0l-29.334-28a12 12 0 1 1 16.57-17.36l21.05 20.09 50.38-48.09a12.001 12.001 0 0 1 16.966.394ZM236 128A108 108 0 1 1 128 20a108.122 108.122 0 0 1 108 108Zm-24 0a84 84 0 1 0-84 84 84.095 84.095 0 0 0 84-84Z"},null,-1),P$=[A$];function O$(e,t){return i.openBlock(),i.createElementBlock("svg",C$,P$)}const T$={render:O$},N$={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 256 256"},I$=i.createElementVNode("path",{d:"M116 144V96a12 12 0 0 1 24 0v48a12 12 0 0 1-24 0Zm12 20a16 16 0 1 0 16 16 16 16 0 0 0-16-16Zm112.232 49.979a27.712 27.712 0 0 1-24.255 14.013H40.023a28 28 0 0 1-24.233-42.026l87.977-151.993a28 28 0 0 1 48.466 0l87.977 151.992a27.714 27.714 0 0 1 .022 28.014Zm-20.794-15.99L131.462 45.995a4 4 0 0 0-6.924 0L36.562 197.988a4 4 0 0 0 3.461 6.004h175.954a4 4 0 0 0 3.461-6.004Z"},null,-1),k$=[I$];function R$(e,t){return i.openBlock(),i.createElementBlock("svg",N$,k$)}const j$={render:R$},D$=i.defineComponent({name:"aux-file",props:{file:{type:File},filename:{type:String,required:!0},filePath:{type:String,required:!1},time:{type:String,required:!0},percentage:{type:Number},uuid:{type:String,required:!0},failed:{type:Boolean,default:!1}},emits:["remove-file"],setup(e,{emit:t}){return{removeFile:()=>{t("remove-file",e.uuid)}}},components:{Button:Qa,TrashIcon:S$,CheckCircleIcon:T$,WarningIcon:j$}});const M$={class:"aux-file"},L$=["href"],V$={key:1,class:"aux-filename"},F$={class:"aux-file-uploaded-date"},B$={class:"aux-file-status"},z$=["value"],U$={key:2,class:"aux-error"};function q$(e,t,r,n,a,o){const s=i.resolveComponent("CheckCircleIcon"),c=i.resolveComponent("WarningIcon"),u=i.resolveComponent("TrashIcon");return i.openBlock(),i.createElementBlock("li",M$,[i.createElementVNode("div",null,[e.filePath?(i.openBlock(),i.createElementBlock("a",{key:0,href:e.filePath,class:"aux-filename-link"},i.toDisplayString(e.filename),9,L$)):(i.openBlock(),i.createElementBlock("span",V$,i.toDisplayString(e.filename),1)),i.createElementVNode("span",F$," ("+i.toDisplayString(e.time)+")",1)]),i.createElementVNode("div",B$,[e.percentage&&e.percentage<100&&!e.failed?(i.openBlock(),i.createElementBlock("progress",{key:0,style:{width:"100px"},max:"100",value:e.percentage},null,8,z$)):i.createCommentVNode("",!0),e.percentage===100&&!e.failed?(i.openBlock(),i.createBlock(s,{key:1,class:"aux-checkmark-icon"})):i.createCommentVNode("",!0),e.failed?(i.openBlock(),i.createElementBlock("span",U$,[e.failed?(i.openBlock(),i.createBlock(c,{key:0,class:"aux-error-icon"})):i.createCommentVNode("",!0),i.createTextVNode(" Filopplastning feilet ")])):i.createCommentVNode("",!0),i.createElementVNode("button",{class:"aux-remove-button",onClick:t[0]||(t[0]=(...d)=>e.removeFile&&e.removeFile(...d))},[i.createVNode(u,{class:"aux-trash-icon"})])])])}const W$=te(D$,[["render",q$],["__scopeId","data-v-418ebf0a"]]),K$=i.defineComponent({name:"aux-upload",props:{files:{type:Array,default:()=>[]},id:{type:String,default:mt},label:{type:String},description:{type:String},hideLabel:{type:Boolean,default:!1},maxFileSize:{type:Number,default:Number},maxAttachmentCount:{type:Number}},emits:["file-added","file-removed"],setup(e,{emit:t}){const r="aux-input-upload-field-wrapper--drag",n="aux-input-upload-field-wrapper--no-drag",a=i.ref(),o=i.ref(),s=i.ref(""),c=[],u=i.reactive({fileList:e.files,isOver:!1,message:""}),d=i.computed(()=>({"aux-input-upload-field-wrapper":!0,[r]:u.isOver,[n]:!u.isOver})),f=i.computed(()=>u.fileList.length!==0),m=()=>{a.value.classList.contains(n)&&(u.isOver=!0)},b=()=>{u.isOver=!1},S=h=>{$(h);const y=o.value;if(u.isOver=!1,y.files.length>0){const E=new Date(Date.now()).toLocaleString("nb-NO",{timeZone:"UTC"});y.files.forEach(T=>{T.uuid=mt();const D={uuid:T.uuid,filename:T.name,time:E,file:T};c.push(D),t("file-added",D)})}},$=h=>{const E=h.target.files;w(E)},w=h=>{const y=c&&c.length,E=Object.keys(h),T=e==null?void 0:e.maxAttachmentCount,D=e==null?void 0:e.maxFileSize,C=E.length+y>T;E.reduce((P,R)=>{const z=h[R].size/1024/1024,K=z>=D,W=z<=0;switch(!0){case C:return s.value=`For mange filer, maksimalt antall tillatt: ${e==null?void 0:e.maxAttachmentCount}`,s.value;case K:return s.value=`Filen er for stor: ${z.toFixed(0)}MB. Maks størrelse: ${D}MB`,s.value;case W:return s.value=`Filen er for liten: ${z.toFixed(0)}MB.`,s.value;default:return s.value=P,P}},"")},v=h=>{o.value.value="",t("file-removed",h)};return i.watch(()=>e.files,h=>{u.fileList=h},{deep:!0}),{removeFile:v,filesUploaded:f,state:u,dragLeave:b,addFile:S,wrapperClasses:d,dragover:m,inputField:o,inputFieldWrapper:a,errorMessage:s,handleFile:$,filesCollection:c,setWarning:w}},components:{FileComponent:W$,FormElement:Br}});const G$=e=>(i.pushScopeId("data-v-b7cb6229"),e=e(),i.popScopeId(),e),H$={for:"assets",class:"aux-helptext"},x$={key:0,class:"aux-label"},J$={key:1,class:"aux-label"},Z$=G$(()=>i.createElementVNode("span",{class:"aux-faux-link"}," Last opp vedlegg ",-1)),Y$={key:0,class:"aux-file-list"},X$={key:1,class:"aux-error"};function Q$(e,t,r,n,a,o){const s=i.resolveComponent("FileComponent"),c=i.resolveComponent("FormElement");return i.openBlock(),i.createBlock(c,{class:"aux-upload-field",id:e.id,label:e.label,description:e.description,"hide-label":e.hideLabel},{default:i.withCtx(()=>[i.createElementVNode("div",{ref:"inputFieldWrapper",class:i.normalizeClass(e.wrapperClasses),onDragleave:t[1]||(t[1]=(...u)=>e.dragLeave&&e.dragLeave(...u)),onDragover:t[2]||(t[2]=(...u)=>e.dragover&&e.dragover(...u)),onDrop:t[3]||(t[3]=(...u)=>e.dragLeave&&e.dragLeave(...u))},[i.createElementVNode("input",{class:"aux-input-file-upload",ref:"inputField",name:"assets",id:"assets",type:"file",accept:".pdf, .png, .jpeg",multiple:"",onChange:t[0]||(t[0]=(...u)=>e.addFile&&e.addFile(...u))},null,544),i.createElementVNode("label",H$,[e.state.isOver?(i.openBlock(),i.createElementBlock("span",x$,"Slipp for å laste opp")):(i.openBlock(),i.createElementBlock("span",J$,[Z$,i.createTextVNode(" eller dra og slipp her ")]))])],34),e.filesUploaded?(i.openBlock(),i.createElementBlock("ul",Y$,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.state.fileList,u=>(i.openBlock(),i.createBlock(s,{key:u.uuid,time:u.time,file:u.file,filename:u.filename,filePath:u.filePath,uuid:u.uuid,failed:u.failed,percentage:u.percentage,onRemoveFile:e.removeFile},null,8,["time","file","filename","filePath","uuid","failed","percentage","onRemoveFile"]))),128))])):i.createCommentVNode("",!0),e.errorMessage?(i.openBlock(),i.createElementBlock("span",X$,i.toDisplayString(e.errorMessage),1)):i.createCommentVNode("",!0)]),_:1},8,["id","label","description","hide-label"])}const ey=te(K$,[["render",Q$],["__scopeId","data-v-b7cb6229"]]),ty=i.defineComponent({name:"aux-card"});const ry={class:"aux-card"};function ny(e,t,r,n,a,o){return i.openBlock(),i.createElementBlock("div",ry,[i.renderSlot(e.$slots,"default",{},void 0,!0)])}const ay=te(ty,[["render",ny],["__scopeId","data-v-83366966"]]),oy=["grey-2","yellow","red","mint-3","mint-1","blue","purple-1","purple-2"],sy=i.defineComponent({name:"aux-tag",props:{color:{type:String,default:"grey-2",validator:e=>[...oy].includes(e)}},setup(e){return{classes:i.computed(()=>({"aux-tag":!0,[`aux-tag--${e.color}`]:!0}))}}});function iy(e,t,r,n,a,o){return i.openBlock(),i.createElementBlock("span",{class:i.normalizeClass(e.classes)},[i.renderSlot(e.$slots,"default",{},void 0,!0)],2)}const cy=te(sy,[["render",iy],["__scopeId","data-v-f26931ab"]]),ly={},uy={},dy={},fy={dateStyle:"short"},py={dateStyle:"full"},hy={timeStyle:"short"},my={timeStyle:"medium"},vy={dateAndTime:ly,dateAndTimeWithSeconds:uy,date:fy,dateFull:py,dateWithWeekDay:dy,time:hy,timeWithSeconds:my},$a=(e,t)=>new Date(e).toLocaleString("nb-NB",vy[t]),$y=(e,t)=>{const r=$a(e,"date");if(t==="dateAndTimeWithSeconds"){const a=$a(e,"timeWithSeconds");return`${r} - kl. ${a}`}else if(t==="dateWithWeekDay")return`${e.toLocaleString("nb-NB",{weekday:"long"})} ${r}`;const n=$a(e,"time");return`${r} - kl. ${n}`};function ct(e,t="dateAndTime"){return t==="dateAndTime"||t==="dateAndTimeWithSeconds"||t==="dateWithWeekDay"?$y(e,t):$a(e,t)}const yy=i.defineComponent({name:"aux-time",props:{date:{type:String,required:!0},format:{type:String,required:!1}},setup(){return{formatDate:ct,formatFirstDate:(r,n="dateAndTime")=>{const a=ct(new Date(r),"dateFull").split(" ");switch(n){case"date":return ct(new Date(r),"date");case"dateAndTimeWithSeconds":return ct(new Date(r),"date")+" - ";case"dateFull":return`${a[0]} ${a[1]} `;case"time":return ct(new Date(r),"time")+" - ";case"timeWithSeconds":return ct(new Date(r),"timeWithSeconds")+" - ";default:return ct(new Date(r),"date")+" - "}},formatSecondDate:(r,n="dateAndTime")=>{const a=ct(new Date(r),"dateFull").split(" ");switch(n){case"date":return;case"dateAndTimeWithSeconds":return"kl. "+ct(new Date(r),"timeWithSeconds");case"dateFull":return`${a[2]} ${a[3]}`;case"time":break;case"timeWithSeconds":break;default:return"kl. "+ct(new Date(r),"time")}}}}});const gy=e=>(i.pushScopeId("data-v-f9f4b5cf"),e=e(),i.popScopeId(),e),_y={class:"date-time"},by={class:"date-time-element"},wy=gy(()=>i.createElementVNode("wbr",null,null,-1)),Ey={class:"date-time-element"};function Sy(e,t,r,n,a,o){return i.openBlock(),i.createElementBlock("span",_y,[i.createElementVNode("span",by,i.toDisplayString(e.formatFirstDate(e.date,e.format)),1),wy,i.createElementVNode("span",Ey,i.toDisplayString(e.formatSecondDate(e.date,e.format)),1)])}const Cy=te(yy,[["render",Sy],["__scopeId","data-v-f9f4b5cf"]]),Ay=i.defineComponent({name:"aux-toggle",props:{id:{type:String,default:jd.v4},label:{type:String,required:!1},offLabel:{type:String,default:"Av"},onLabel:{type:String,default:"På"},checked:{type:Boolean,default:!1},hideLabel:{type:Boolean,default:!1},hideOffLabel:{type:Boolean,default:!1},hideOnLabel:{type:Boolean,default:!1},dataTestid:{type:String,required:!1}},emits:["change"],setup(e,{emit:t}){const r=m=>typeof m=="string"&&m.length>0;if({}.NODE_ENV==="development"){const m=e;["label","offLabel","onLabel"].forEach(b=>{r(m[b])||console.warn(`[AuxToggle] Invalid prop ${b}`)})}const n=i.ref(null),a=i.ref(null),o=i.ref(!1),s=()=>{o.value=!o.value,n.value&&a.value&&(o.value?n.value.click():a.value.click())},c=()=>{if(n.value){o.value=n.value.checked;const m=d.value;t("change",o.value,m)}},u=m=>{if(e.dataTestid)return`${e.dataTestid}-${m}`},d=i.computed(()=>e.onLabel!==void 0&&e.offLabel!==void 0?o.value?e.onLabel:e.offLabel:"På"),f=i.computed(()=>e.onLabel!==void 0&&e.offLabel!==void 0?o.value?e.offLabel:e.onLabel:"Av");return{activeText:d,inactiveText:f,getTestId:u,change:c,toggle:s,active:o,radioOn:n,radioOff:a}},beforeMount(){this.$props.checked!==void 0&&(this.active=this.$props.checked)}});const Py=["data-testid"],Oy=["data-testId"],Ty=["id","name","checked","data-testid"],Ny=["for","data-testId"],Iy={"aria-hidden":"true"},ky=["aria-label","data-testId"],Ry=["id","name","checked","data-testid"],jy=["for","data-testId"],Dy={"aria-hidden":"true"};function My(e,t,r,n,a,o){return i.openBlock(),i.createElementBlock("fieldset",{class:"aux-toggle","data-testid":e.dataTestid},[i.createElementVNode("legend",{class:i.normalizeClass({"aux-toggle-legend":!0,"aux-toggle-hidden":e.hideLabel}),"data-testId":e.getTestId("legend")},i.toDisplayString(e.label),11,Oy),i.createElementVNode("input",{type:"radio",tabindex:"-1",class:"aux-toggle-radio aux-toggle-radio-off",id:`${e.id}-off`,name:e.id,ref:"radioOff",checked:!e.checked,"data-testid":e.getTestId("radioOff"),onChange:t[0]||(t[0]=(...s)=>e.change&&e.change(...s))},null,40,Ty),i.createElementVNode("label",{for:`${e.id}-off`,class:i.normalizeClass({"aux-toggle-label":!0,"aux-toggle-label-off":!0,"aux-toggle-hidden":e.hideOffLabel}),"data-testId":e.getTestId("labelOff")},[i.createTextVNode(i.toDisplayString(e.offLabel)+" ",1),i.createElementVNode("span",Iy,i.toDisplayString(e.offLabel),1)],10,Ny),i.createElementVNode("button",{class:i.normalizeClass({"aux-toggle-button":!0,"aux-toggle-button-pressed":e.active}),"aria-label":`${e.label} er satt til ${e.activeText}. Trykk for å endre til ${e.inactiveText}.`,"data-testId":e.getTestId("button"),onClick:t[1]||(t[1]=i.withModifiers((...s)=>e.toggle&&e.toggle(...s),["prevent"]))},null,10,ky),i.createElementVNode("input",{type:"radio",tabindex:"-1",class:"aux-toggle-radio aux-toggle-radio-on",id:`${e.id}-on`,name:e.id,ref:"radioOn",checked:e.checked,"data-testid":e.getTestId("radioOn"),onChange:t[2]||(t[2]=(...s)=>e.change&&e.change(...s))},null,40,Ry),i.createElementVNode("label",{for:`${e.id}-on`,class:i.normalizeClass({"aux-toggle-label":!0,"aux-toggle-label-on":!0,"aux-toggle-hidden":e.hideOnLabel}),"data-testId":e.getTestId("labelOn")},[i.createTextVNode(i.toDisplayString(e.onLabel)+" ",1),i.createElementVNode("span",Dy,i.toDisplayString(e.onLabel),1)],10,jy)],8,Py)}const Ly=te(Ay,[["render",My],["__scopeId","data-v-724c3167"]]),Vy={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 256 256"},Fy=i.createElementVNode("path",{d:"M96 216a8 8 0 0 1-5.657-13.657L164.686 128 90.343 53.657a8 8 0 0 1 11.314-11.314l80 80a8 8 0 0 1 0 11.314l-80 80A7.975 7.975 0 0 1 96 216Z"},null,-1),By=[Fy];function zy(e,t){return i.openBlock(),i.createElementBlock("svg",Vy,By)}const Uy={render:zy},qy={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 256 256"},Wy=i.createElementVNode("path",{d:"M160 216a7.975 7.975 0 0 1-5.657-2.343l-80-80a8 8 0 0 1 0-11.314l80-80a8 8 0 0 1 11.314 11.314L91.314 128l74.343 74.343A8 8 0 0 1 160 216Z"},null,-1),Ky=[Wy];function Gy(e,t){return i.openBlock(),i.createElementBlock("svg",qy,Ky)}const Hy={render:Gy},xy={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 256 256"},Jy=i.createElementVNode("path",{d:"M140.001 128a12 12 0 1 1-12-12 12 12 0 0 1 12 12Zm-76-12a12 12 0 1 0 12 12 12 12 0 0 0-12-12Zm128 0a12 12 0 1 0 12 12 12 12 0 0 0-12-12Z"},null,-1),Zy=[Jy];function Yy(e,t){return i.openBlock(),i.createElementBlock("svg",xy,Zy)}const Xy={render:Yy},Qy=i.defineComponent({name:"aux-pagination",emits:["change"],props:{config:{type:Object,required:!0},width:{type:Number,required:!1,default:5,validator:e=>{const t=e%2!==1;return t&&console.error("Width need to be an odd number"),!t}},dataTestId:{type:String,required:!1}},setup(e,{emit:t}){const r=i.ref(0),n=i.ref(!1),a=i.ref(),o=new ResizeObserver(P=>{for(const B of P){const z=B.contentBoxSize[0].inlineSize;n.value=z<=470}});i.onMounted(()=>{o.observe(a.value)});const s=()=>E.value-m()<=1,c=()=>E.value+m()>=y.value,u=()=>{let P=E.value+m();return s()&&(P=e.width+1),P},d=()=>{let P=E.value-m();return P<=1?P=2:c()&&(P=y.value-e.width),P-1},f=()=>{const P=[];for(let R=1;R<y.value;R++)P.push(R);return P},m=()=>Math.floor(e.width/2),b=P=>{r.value=(P-1)*e.config.limit,t("change",{offset:r.value,currentPage:E.value,width:e.width,config:e.config})},S=()=>{b(E.value+1)},$=()=>{b(E.value-1)},w=P=>{b(P)},v=()=>{b(E.value-e.width)},h=()=>{b(E.value+e.width)},y=i.computed(()=>Math.ceil(e.config.totalCount/e.config.limit)),E=i.computed(()=>r.value/e.config.limit+1),T=i.computed(()=>{const P=f(),R=[...P.slice(d(),u())];return E.value-m()>2&&(R.shift(),R.unshift("ellipsis-left")),E.value+m()<P.length&&(R.pop(),R.push("ellipsis-right")),R.unshift(1),R.push(y.value),R}),D=i.computed(()=>Object.prototype.hasOwnProperty.call(e.config,"offset")&&Object.prototype.hasOwnProperty.call(e.config,"limit")&&Object.prototype.hasOwnProperty.call(e.config,"totalCount"));return(()=>{r.value=e.config.offset,D.value||console.warn("Pagination require: offset, limit, and totalCount")})(),{totalPages:y,generateButtons:T,goToSelectedPage:w,goToPreviousPage:$,goToNextPage:S,skipBackward:v,skipForward:h,currentPage:E,isSmallScreen:n,auxPaginationWrapper:a}},components:{CaretRightIcon:Uy,CaretLeftIcon:Hy,AuxButton:Qa,EllipsisIcon:Xy}});const In=e=>(i.pushScopeId("data-v-25d5b90c"),e=e(),i.popScopeId(),e),eg={key:0,class:"aux-pagination",ref:"auxPaginationWrapper"},tg=In(()=>i.createElementVNode("span",{class:"aux-sr-only"},"Gå til forrige side",-1)),rg={key:0,class:"aux-pagination-small-device","aria-live":"polite"},ng={key:0,class:"aux-ellipsis aux-pagination-item"},ag=In(()=>i.createElementVNode("span",{class:"aux-sr-only"},"Gå til første side",-1)),og={"aria-hidden":"true"},sg=In(()=>i.createElementVNode("span",{class:"aux-sr-only"},"Gå til siste side",-1)),ig={"aria-hidden":"true"},cg=In(()=>i.createElementVNode("span",{class:"aux-sr-only"},"Gå til side ",-1)),lg={class:"aux-sr-only"},ug={key:2,class:"aux-ellipsis aux-pagination-item"},dg=In(()=>i.createElementVNode("span",{class:"aux-sr-only"},"Gå til neste side",-1));function fg(e,t,r,n,a,o){const s=i.resolveComponent("CaretLeftIcon"),c=i.resolveComponent("AuxButton"),u=i.resolveComponent("EllipsisIcon"),d=i.resolveComponent("CaretRightIcon");return e.totalPages>1?(i.openBlock(),i.createElementBlock("div",eg,[i.createVNode(c,{size:"small",class:"aux-pagination-item",primary:"",disabled:e.currentPage===1,onClick:e.goToPreviousPage},{default:i.withCtx(()=>[i.createVNode(s,{class:"icon"}),tg]),_:1},8,["disabled","onClick"]),e.isSmallScreen?(i.openBlock(),i.createElementBlock("span",rg," Side "+i.toDisplayString(e.currentPage)+" av "+i.toDisplayString(e.totalPages),1)):i.createCommentVNode("",!0),e.isSmallScreen?i.createCommentVNode("",!0):(i.openBlock(!0),i.createElementBlock(i.Fragment,{key:1},i.renderList(e.generateButtons,(f,m)=>(i.openBlock(),i.createElementBlock(i.Fragment,{key:m},[f==="ellipsis-left"?(i.openBlock(),i.createElementBlock("div",ng,[i.createVNode(u,{class:"icon"})])):i.createCommentVNode("",!0),typeof f=="number"?(i.openBlock(),i.createBlock(c,{key:1,size:"small",class:"aux-pagination-item",disabled:e.currentPage===f,onClick:b=>e.goToSelectedPage(f)},{default:i.withCtx(()=>[f===1?(i.openBlock(),i.createElementBlock(i.Fragment,{key:0},[ag,i.createElementVNode("span",og,i.toDisplayString(f),1)],64)):f===e.totalPages?(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[sg,i.createElementVNode("span",ig,i.toDisplayString(f),1)],64)):f!==1&&f!==e.totalPages?(i.openBlock(),i.createElementBlock(i.Fragment,{key:2},[cg,i.createTextVNode(" "+i.toDisplayString(f)+" ",1),i.createElementVNode("span",lg," av totalt "+i.toDisplayString(e.totalPages),1)],64)):i.createCommentVNode("",!0)]),_:2},1032,["disabled","onClick"])):i.createCommentVNode("",!0),f==="ellipsis-right"?(i.openBlock(),i.createElementBlock("div",ug,[i.createVNode(u,{class:"icon"})])):i.createCommentVNode("",!0)],64))),128)),i.createVNode(c,{size:"small",class:"aux-pagination-item",primary:"",disabled:e.currentPage===e.totalPages,onClick:e.goToNextPage},{default:i.withCtx(()=>[i.createVNode(d,{class:"icon"}),dg]),_:1},8,["disabled","onClick"])],512)):i.createCommentVNode("",!0)}const pg=te(Qy,[["render",fg],["__scopeId","data-v-25d5b90c"]]),hg={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 256 256"},mg=i.createElementVNode("path",{d:"M96 220a12 12 0 0 1-8.485-20.485L159.029 128 87.515 56.485a12 12 0 0 1 16.97-16.97l80 80a12 12 0 0 1 0 16.97l-80 80A11.963 11.963 0 0 1 96 220Z"},null,-1),vg=[mg];function $g(e,t){return i.openBlock(),i.createElementBlock("svg",hg,vg)}const yg={render:$g},gg=i.defineComponent({name:"aux-directional-arrow",components:{CaretRightIcon:yg},props:{direction:{type:String,require:!0,default:"down",validator:function(e){return["up","down","left","right"].includes(e)}}},setup(e){return{classes:i.computed(()=>({"aux-arrow":!0,[`aux-arrow--${e.direction}`]:!0}))}}});function _g(e,t,r,n,a,o){const s=i.resolveComponent("CaretRightIcon");return i.openBlock(),i.createBlock(s,{class:i.normalizeClass(e.classes)},null,8,["class"])}const bg=te(gg,[["render",_g],["__scopeId","data-v-d1e09832"]]),wg=i.defineComponent({name:"AuxAriaAnnouncer",props:{priority:{type:String,default:"polite",validator:e=>{const t=["polite","off","assertive"],r=t.includes(e);return r||console.error(`Priority needs to be one of these: ${t.join(",")}`),r}}}});const Eg=["aria-live"];function Sg(e,t,r,n,a,o){return i.openBlock(),i.createElementBlock("p",{class:"aux-sr-only","aria-live":e.priority},[i.renderSlot(e.$slots,"default",{},void 0,!0)],8,Eg)}const Cg=te(wg,[["render",Sg],["__scopeId","data-v-5f63c119"]]),Ag=i.defineComponent({name:"aux-notification",props:{type:{type:String,required:!0},id:{type:String,required:!0}},emits:["remove-notification"],setup(e,{emit:t}){const r=i.ref(!1),n=i.computed(()=>({"aux-notification":!0,[`aux-notification--${e.type}`]:e.type,"aux-notification-show":r.value})),a=()=>{t("remove-notification",e.id)};setTimeout(()=>{r.value=!0},100),setTimeout(()=>{a()},6e3);const o=i.computed(()=>{switch(e.type){case"error":return Ia;case"warning":return Ia;case"success":return Qo;default:return es}});return{classes:n,icon:o,removeNotification:a}}});function Pg(e,t,r,n,a,o){return i.openBlock(),i.createElementBlock("li",{class:i.normalizeClass(e.classes),onClick:t[0]||(t[0]=(...s)=>e.removeNotification&&e.removeNotification(...s))},[(i.openBlock(),i.createBlock(i.resolveDynamicComponent(e.icon),{class:"aux-icon","aria-hidden":"true"})),i.renderSlot(e.$slots,"default",{},void 0,!0)],2)}const Og=te(Ag,[["render",Pg],["__scopeId","data-v-d478a453"]]),Tg=i.defineComponent({name:"aux-notifications",props:{notifications:{type:Array,default:()=>[]}},emits:["remove-notification"],setup(e,{emit:t}){return{removeNotification:n=>{t("remove-notification",n)}}},components:{Notification:Og}});const Ng={class:"aux-notifications"};function Ig(e,t,r,n,a,o){const s=i.resolveComponent("Notification");return i.openBlock(),i.createElementBlock("ul",Ng,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.notifications,c=>(i.openBlock(),i.createBlock(s,{key:c.id,id:c.id,type:c.type,onRemoveNotification:e.removeNotification},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(c.message),1)]),_:2},1032,["id","type","onRemoveNotification"]))),128))])}const kg=te(Tg,[["render",Ig],["__scopeId","data-v-549433fd"]]);var Rg=typeof fn=="object"&&fn&&fn.Object===Object&&fn,Ld=Rg,jg=Ld,Dg=typeof self=="object"&&self&&self.Object===Object&&self,Mg=jg||Dg||Function("return this")(),xe=Mg,Lg=xe,Vg=Lg.Symbol,zr=Vg,fl=zr,Vd=Object.prototype,Fg=Vd.hasOwnProperty,Bg=Vd.toString,on=fl?fl.toStringTag:void 0;function zg(e){var t=Fg.call(e,on),r=e[on];try{e[on]=void 0;var n=!0}catch{}var a=Bg.call(e);return n&&(t?e[on]=r:delete e[on]),a}var Ug=zg,qg=Object.prototype,Wg=qg.toString;function Kg(e){return Wg.call(e)}var Gg=Kg,pl=zr,Hg=Ug,xg=Gg,Jg="[object Null]",Zg="[object Undefined]",hl=pl?pl.toStringTag:void 0;function Yg(e){return e==null?e===void 0?Zg:Jg:hl&&hl in Object(e)?Hg(e):xg(e)}var er=Yg;function Xg(e){return e!=null&&typeof e=="object"}var Ye=Xg,Qg=er,e_=Ye,t_="[object Symbol]";function r_(e){return typeof e=="symbol"||e_(e)&&Qg(e)==t_}var Ur=r_,n_=Ur;function a_(e,t,r){for(var n=-1,a=e.length;++n<a;){var o=e[n],s=t(o);if(s!=null&&(c===void 0?s===s&&!n_(s):r(s,c)))var c=s,u=o}return u}var o_=a_;function s_(e,t){return e>t}var i_=s_;function c_(){this.__data__=[],this.size=0}var l_=c_;function u_(e,t){return e===t||e!==e&&t!==t}var kn=u_,d_=kn;function f_(e,t){for(var r=e.length;r--;)if(d_(e[r][0],t))return r;return-1}var eo=f_,p_=eo,h_=Array.prototype,m_=h_.splice;function v_(e){var t=this.__data__,r=p_(t,e);if(r<0)return!1;var n=t.length-1;return r==n?t.pop():m_.call(t,r,1),--this.size,!0}var $_=v_,y_=eo;function g_(e){var t=this.__data__,r=y_(t,e);return r<0?void 0:t[r][1]}var __=g_,b_=eo;function w_(e){return b_(this.__data__,e)>-1}var E_=w_,S_=eo;function C_(e,t){var r=this.__data__,n=S_(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}var A_=C_,P_=l_,O_=$_,T_=__,N_=E_,I_=A_;function qr(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}qr.prototype.clear=P_;qr.prototype.delete=O_;qr.prototype.get=T_;qr.prototype.has=N_;qr.prototype.set=I_;var to=qr,k_=to;function R_(){this.__data__=new k_,this.size=0}var j_=R_;function D_(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}var M_=D_;function L_(e){return this.__data__.get(e)}var V_=L_;function F_(e){return this.__data__.has(e)}var B_=F_;function z_(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var at=z_,U_=er,q_=at,W_="[object AsyncFunction]",K_="[object Function]",G_="[object GeneratorFunction]",H_="[object Proxy]";function x_(e){if(!q_(e))return!1;var t=U_(e);return t==K_||t==G_||t==W_||t==H_}var Rn=x_,J_=xe,Z_=J_["__core-js_shared__"],Y_=Z_,Po=Y_,ml=function(){var e=/[^.]+$/.exec(Po&&Po.keys&&Po.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function X_(e){return!!ml&&ml in e}var Q_=X_,e0=Function.prototype,t0=e0.toString;function r0(e){if(e!=null){try{return t0.call(e)}catch{}try{return e+""}catch{}}return""}var Fd=r0,n0=Rn,a0=Q_,o0=at,s0=Fd,i0=/[\\^$.*+?()[\]{}|]/g,c0=/^\[object .+?Constructor\]$/,l0=Function.prototype,u0=Object.prototype,d0=l0.toString,f0=u0.hasOwnProperty,p0=RegExp("^"+d0.call(f0).replace(i0,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function h0(e){if(!o0(e)||a0(e))return!1;var t=n0(e)?p0:c0;return t.test(s0(e))}var m0=h0;function v0(e,t){return e==null?void 0:e[t]}var $0=v0,y0=m0,g0=$0;function _0(e,t){var r=g0(e,t);return y0(r)?r:void 0}var _r=_0,b0=_r,w0=xe,E0=b0(w0,"Map"),Is=E0,S0=_r,C0=S0(Object,"create"),ro=C0,vl=ro;function A0(){this.__data__=vl?vl(null):{},this.size=0}var P0=A0;function O0(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var T0=O0,N0=ro,I0="__lodash_hash_undefined__",k0=Object.prototype,R0=k0.hasOwnProperty;function j0(e){var t=this.__data__;if(N0){var r=t[e];return r===I0?void 0:r}return R0.call(t,e)?t[e]:void 0}var D0=j0,M0=ro,L0=Object.prototype,V0=L0.hasOwnProperty;function F0(e){var t=this.__data__;return M0?t[e]!==void 0:V0.call(t,e)}var B0=F0,z0=ro,U0="__lodash_hash_undefined__";function q0(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=z0&&t===void 0?U0:t,this}var W0=q0,K0=P0,G0=T0,H0=D0,x0=B0,J0=W0;function Wr(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Wr.prototype.clear=K0;Wr.prototype.delete=G0;Wr.prototype.get=H0;Wr.prototype.has=x0;Wr.prototype.set=J0;var Z0=Wr,$l=Z0,Y0=to,X0=Is;function Q0(){this.size=0,this.__data__={hash:new $l,map:new(X0||Y0),string:new $l}}var e1=Q0;function t1(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}var r1=t1,n1=r1;function a1(e,t){var r=e.__data__;return n1(t)?r[typeof t=="string"?"string":"hash"]:r.map}var no=a1,o1=no;function s1(e){var t=o1(this,e).delete(e);return this.size-=t?1:0,t}var i1=s1,c1=no;function l1(e){return c1(this,e).get(e)}var u1=l1,d1=no;function f1(e){return d1(this,e).has(e)}var p1=f1,h1=no;function m1(e,t){var r=h1(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}var v1=m1,$1=e1,y1=i1,g1=u1,_1=p1,b1=v1;function Kr(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Kr.prototype.clear=$1;Kr.prototype.delete=y1;Kr.prototype.get=g1;Kr.prototype.has=_1;Kr.prototype.set=b1;var ks=Kr,w1=to,E1=Is,S1=ks,C1=200;function A1(e,t){var r=this.__data__;if(r instanceof w1){var n=r.__data__;if(!E1||n.length<C1-1)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new S1(n)}return r.set(e,t),this.size=r.size,this}var P1=A1,O1=to,T1=j_,N1=M_,I1=V_,k1=B_,R1=P1;function Gr(e){var t=this.__data__=new O1(e);this.size=t.size}Gr.prototype.clear=T1;Gr.prototype.delete=N1;Gr.prototype.get=I1;Gr.prototype.has=k1;Gr.prototype.set=R1;var ao=Gr,j1="__lodash_hash_undefined__";function D1(e){return this.__data__.set(e,j1),this}var M1=D1;function L1(e){return this.__data__.has(e)}var V1=L1,F1=ks,B1=M1,z1=V1;function Ra(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new F1;++t<r;)this.add(e[t])}Ra.prototype.add=Ra.prototype.push=B1;Ra.prototype.has=z1;var Bd=Ra;function U1(e,t){for(var r=-1,n=e==null?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}var q1=U1;function W1(e,t){return e.has(t)}var zd=W1,K1=Bd,G1=q1,H1=zd,x1=1,J1=2;function Z1(e,t,r,n,a,o){var s=r&x1,c=e.length,u=t.length;if(c!=u&&!(s&&u>c))return!1;var d=o.get(e),f=o.get(t);if(d&&f)return d==t&&f==e;var m=-1,b=!0,S=r&J1?new K1:void 0;for(o.set(e,t),o.set(t,e);++m<c;){var $=e[m],w=t[m];if(n)var v=s?n(w,$,m,t,e,o):n($,w,m,e,t,o);if(v!==void 0){if(v)continue;b=!1;break}if(S){if(!G1(t,function(h,y){if(!H1(S,y)&&($===h||a($,h,r,n,o)))return S.push(y)})){b=!1;break}}else if(!($===w||a($,w,r,n,o))){b=!1;break}}return o.delete(e),o.delete(t),b}var Ud=Z1,Y1=xe,X1=Y1.Uint8Array,qd=X1;function Q1(e){var t=-1,r=Array(e.size);return e.forEach(function(n,a){r[++t]=[a,n]}),r}var eb=Q1;function tb(e){var t=-1,r=Array(e.size);return e.forEach(function(n){r[++t]=n}),r}var Rs=tb,yl=zr,gl=qd,rb=kn,nb=Ud,ab=eb,ob=Rs,sb=1,ib=2,cb="[object Boolean]",lb="[object Date]",ub="[object Error]",db="[object Map]",fb="[object Number]",pb="[object RegExp]",hb="[object Set]",mb="[object String]",vb="[object Symbol]",$b="[object ArrayBuffer]",yb="[object DataView]",_l=yl?yl.prototype:void 0,Oo=_l?_l.valueOf:void 0;function gb(e,t,r,n,a,o,s){switch(r){case yb:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case $b:return!(e.byteLength!=t.byteLength||!o(new gl(e),new gl(t)));case cb:case lb:case fb:return rb(+e,+t);case ub:return e.name==t.name&&e.message==t.message;case pb:case mb:return e==t+"";case db:var c=ab;case hb:var u=n&sb;if(c||(c=ob),e.size!=t.size&&!u)return!1;var d=s.get(e);if(d)return d==t;n|=ib,s.set(e,t);var f=nb(c(e),c(t),n,a,o,s);return s.delete(e),f;case vb:if(Oo)return Oo.call(e)==Oo.call(t)}return!1}var _b=gb;function bb(e,t){for(var r=-1,n=t.length,a=e.length;++r<n;)e[a+r]=t[r];return e}var js=bb,wb=Array.isArray,Ne=wb,Eb=js,Sb=Ne;function Cb(e,t,r){var n=t(e);return Sb(e)?n:Eb(n,r(e))}var Wd=Cb;function Ab(e,t){for(var r=-1,n=e==null?0:e.length,a=0,o=[];++r<n;){var s=e[r];t(s,r,e)&&(o[a++]=s)}return o}var Kd=Ab;function Pb(){return[]}var Gd=Pb,Ob=Kd,Tb=Gd,Nb=Object.prototype,Ib=Nb.propertyIsEnumerable,bl=Object.getOwnPropertySymbols,kb=bl?function(e){return e==null?[]:(e=Object(e),Ob(bl(e),function(t){return Ib.call(e,t)}))}:Tb,Ds=kb;function Rb(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}var jb=Rb,Db=er,Mb=Ye,Lb="[object Arguments]";function Vb(e){return Mb(e)&&Db(e)==Lb}var Fb=Vb,wl=Fb,Bb=Ye,Hd=Object.prototype,zb=Hd.hasOwnProperty,Ub=Hd.propertyIsEnumerable,qb=wl(function(){return arguments}())?wl:function(e){return Bb(e)&&zb.call(e,"callee")&&!Ub.call(e,"callee")},jn=qb,Qt={},Wb={get exports(){return Qt},set exports(e){Qt=e}};function Kb(){return!1}var Gb=Kb;(function(e,t){var r=xe,n=Gb,a=t&&!t.nodeType&&t,o=a&&!0&&e&&!e.nodeType&&e,s=o&&o.exports===a,c=s?r.Buffer:void 0,u=c?c.isBuffer:void 0,d=u||n;e.exports=d})(Wb,Qt);var Hb=9007199254740991,xb=/^(?:0|[1-9]\d*)$/;function Jb(e,t){var r=typeof e;return t=t??Hb,!!t&&(r=="number"||r!="symbol"&&xb.test(e))&&e>-1&&e%1==0&&e<t}var Dn=Jb,Zb=9007199254740991;function Yb(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=Zb}var Ms=Yb,Xb=er,Qb=Ms,ew=Ye,tw="[object Arguments]",rw="[object Array]",nw="[object Boolean]",aw="[object Date]",ow="[object Error]",sw="[object Function]",iw="[object Map]",cw="[object Number]",lw="[object Object]",uw="[object RegExp]",dw="[object Set]",fw="[object String]",pw="[object WeakMap]",hw="[object ArrayBuffer]",mw="[object DataView]",vw="[object Float32Array]",$w="[object Float64Array]",yw="[object Int8Array]",gw="[object Int16Array]",_w="[object Int32Array]",bw="[object Uint8Array]",ww="[object Uint8ClampedArray]",Ew="[object Uint16Array]",Sw="[object Uint32Array]",ve={};ve[vw]=ve[$w]=ve[yw]=ve[gw]=ve[_w]=ve[bw]=ve[ww]=ve[Ew]=ve[Sw]=!0;ve[tw]=ve[rw]=ve[hw]=ve[nw]=ve[mw]=ve[aw]=ve[ow]=ve[sw]=ve[iw]=ve[cw]=ve[lw]=ve[uw]=ve[dw]=ve[fw]=ve[pw]=!1;function Cw(e){return ew(e)&&Qb(e.length)&&!!ve[Xb(e)]}var Aw=Cw;function Pw(e){return function(t){return e(t)}}var Ls=Pw,jr={},Ow={get exports(){return jr},set exports(e){jr=e}};(function(e,t){var r=Ld,n=t&&!t.nodeType&&t,a=n&&!0&&e&&!e.nodeType&&e,o=a&&a.exports===n,s=o&&r.process,c=function(){try{var u=a&&a.require&&a.require("util").types;return u||s&&s.binding&&s.binding("util")}catch{}}();e.exports=c})(Ow,jr);var Tw=Aw,Nw=Ls,El=jr,Sl=El&&El.isTypedArray,Iw=Sl?Nw(Sl):Tw,oo=Iw,kw=jb,Rw=jn,jw=Ne,Dw=Qt,Mw=Dn,Lw=oo,Vw=Object.prototype,Fw=Vw.hasOwnProperty;function Bw(e,t){var r=jw(e),n=!r&&Rw(e),a=!r&&!n&&Dw(e),o=!r&&!n&&!a&&Lw(e),s=r||n||a||o,c=s?kw(e.length,String):[],u=c.length;for(var d in e)(t||Fw.call(e,d))&&!(s&&(d=="length"||a&&(d=="offset"||d=="parent")||o&&(d=="buffer"||d=="byteLength"||d=="byteOffset")||Mw(d,u)))&&c.push(d);return c}var xd=Bw,zw=Object.prototype;function Uw(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||zw;return e===r}var so=Uw;function qw(e,t){return function(r){return e(t(r))}}var Jd=qw,Ww=Jd,Kw=Ww(Object.keys,Object),Gw=Kw,Hw=so,xw=Gw,Jw=Object.prototype,Zw=Jw.hasOwnProperty;function Yw(e){if(!Hw(e))return xw(e);var t=[];for(var r in Object(e))Zw.call(e,r)&&r!="constructor"&&t.push(r);return t}var Vs=Yw,Xw=Rn,Qw=Ms;function eE(e){return e!=null&&Qw(e.length)&&!Xw(e)}var tr=eE,tE=xd,rE=Vs,nE=tr;function aE(e){return nE(e)?tE(e):rE(e)}var rr=aE,oE=Wd,sE=Ds,iE=rr;function cE(e){return oE(e,iE,sE)}var Zd=cE,Cl=Zd,lE=1,uE=Object.prototype,dE=uE.hasOwnProperty;function fE(e,t,r,n,a,o){var s=r&lE,c=Cl(e),u=c.length,d=Cl(t),f=d.length;if(u!=f&&!s)return!1;for(var m=u;m--;){var b=c[m];if(!(s?b in t:dE.call(t,b)))return!1}var S=o.get(e),$=o.get(t);if(S&&$)return S==t&&$==e;var w=!0;o.set(e,t),o.set(t,e);for(var v=s;++m<u;){b=c[m];var h=e[b],y=t[b];if(n)var E=s?n(y,h,b,t,e,o):n(h,y,b,e,t,o);if(!(E===void 0?h===y||a(h,y,r,n,o):E)){w=!1;break}v||(v=b=="constructor")}if(w&&!v){var T=e.constructor,D=t.constructor;T!=D&&"constructor"in e&&"constructor"in t&&!(typeof T=="function"&&T instanceof T&&typeof D=="function"&&D instanceof D)&&(w=!1)}return o.delete(e),o.delete(t),w}var pE=fE,hE=_r,mE=xe,vE=hE(mE,"DataView"),$E=vE,yE=_r,gE=xe,_E=yE(gE,"Promise"),bE=_E,wE=_r,EE=xe,SE=wE(EE,"Set"),Yd=SE,CE=_r,AE=xe,PE=CE(AE,"WeakMap"),Xd=PE,ts=$E,rs=Is,ns=bE,as=Yd,os=Xd,Qd=er,Hr=Fd,Al="[object Map]",OE="[object Object]",Pl="[object Promise]",Ol="[object Set]",Tl="[object WeakMap]",Nl="[object DataView]",TE=Hr(ts),NE=Hr(rs),IE=Hr(ns),kE=Hr(as),RE=Hr(os),cr=Qd;(ts&&cr(new ts(new ArrayBuffer(1)))!=Nl||rs&&cr(new rs)!=Al||ns&&cr(ns.resolve())!=Pl||as&&cr(new as)!=Ol||os&&cr(new os)!=Tl)&&(cr=function(e){var t=Qd(e),r=t==OE?e.constructor:void 0,n=r?Hr(r):"";if(n)switch(n){case TE:return Nl;case NE:return Al;case IE:return Pl;case kE:return Ol;case RE:return Tl}return t});var xr=cr,To=ao,jE=Ud,DE=_b,ME=pE,Il=xr,kl=Ne,Rl=Qt,LE=oo,VE=1,jl="[object Arguments]",Dl="[object Array]",aa="[object Object]",FE=Object.prototype,Ml=FE.hasOwnProperty;function BE(e,t,r,n,a,o){var s=kl(e),c=kl(t),u=s?Dl:Il(e),d=c?Dl:Il(t);u=u==jl?aa:u,d=d==jl?aa:d;var f=u==aa,m=d==aa,b=u==d;if(b&&Rl(e)){if(!Rl(t))return!1;s=!0,f=!1}if(b&&!f)return o||(o=new To),s||LE(e)?jE(e,t,r,n,a,o):DE(e,t,u,r,n,a,o);if(!(r&VE)){var S=f&&Ml.call(e,"__wrapped__"),$=m&&Ml.call(t,"__wrapped__");if(S||$){var w=S?e.value():e,v=$?t.value():t;return o||(o=new To),a(w,v,r,n,o)}}return b?(o||(o=new To),ME(e,t,r,n,a,o)):!1}var zE=BE,UE=zE,Ll=Ye;function ef(e,t,r,n,a){return e===t?!0:e==null||t==null||!Ll(e)&&!Ll(t)?e!==e&&t!==t:UE(e,t,r,n,ef,a)}var Fs=ef,qE=ao,WE=Fs,KE=1,GE=2;function HE(e,t,r,n){var a=r.length,o=a,s=!n;if(e==null)return!o;for(e=Object(e);a--;){var c=r[a];if(s&&c[2]?c[1]!==e[c[0]]:!(c[0]in e))return!1}for(;++a<o;){c=r[a];var u=c[0],d=e[u],f=c[1];if(s&&c[2]){if(d===void 0&&!(u in e))return!1}else{var m=new qE;if(n)var b=n(d,f,u,e,t,m);if(!(b===void 0?WE(f,d,KE|GE,n,m):b))return!1}}return!0}var xE=HE,JE=at;function ZE(e){return e===e&&!JE(e)}var tf=ZE,YE=tf,XE=rr;function QE(e){for(var t=XE(e),r=t.length;r--;){var n=t[r],a=e[n];t[r]=[n,a,YE(a)]}return t}var eS=QE;function tS(e,t){return function(r){return r==null?!1:r[e]===t&&(t!==void 0||e in Object(r))}}var rf=tS,rS=xE,nS=eS,aS=rf;function oS(e){var t=nS(e);return t.length==1&&t[0][2]?aS(t[0][0],t[0][1]):function(r){return r===e||rS(r,e,t)}}var sS=oS,iS=Ne,cS=Ur,lS=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,uS=/^\w*$/;function dS(e,t){if(iS(e))return!1;var r=typeof e;return r=="number"||r=="symbol"||r=="boolean"||e==null||cS(e)?!0:uS.test(e)||!lS.test(e)||t!=null&&e in Object(t)}var Bs=dS,nf=ks,fS="Expected a function";function zs(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(fS);var r=function(){var n=arguments,a=t?t.apply(this,n):n[0],o=r.cache;if(o.has(a))return o.get(a);var s=e.apply(this,n);return r.cache=o.set(a,s)||o,s};return r.cache=new(zs.Cache||nf),r}zs.Cache=nf;var pS=zs,hS=pS,mS=500;function vS(e){var t=hS(e,function(n){return r.size===mS&&r.clear(),n}),r=t.cache;return t}var $S=vS,yS=$S,gS=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,_S=/\\(\\)?/g,bS=yS(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(gS,function(r,n,a,o){t.push(a?o.replace(_S,"$1"):n||r)}),t}),af=bS;function wS(e,t){for(var r=-1,n=e==null?0:e.length,a=Array(n);++r<n;)a[r]=t(e[r],r,e);return a}var Us=wS,Vl=zr,ES=Us,SS=Ne,CS=Ur,AS=1/0,Fl=Vl?Vl.prototype:void 0,Bl=Fl?Fl.toString:void 0;function of(e){if(typeof e=="string")return e;if(SS(e))return ES(e,of)+"";if(CS(e))return Bl?Bl.call(e):"";var t=e+"";return t=="0"&&1/e==-AS?"-0":t}var PS=of,OS=PS;function TS(e){return e==null?"":OS(e)}var Mn=TS,NS=Ne,IS=Bs,kS=af,RS=Mn;function jS(e,t){return NS(e)?e:IS(e,t)?[e]:kS(RS(e))}var qs=jS,DS=Ur,MS=1/0;function LS(e){if(typeof e=="string"||DS(e))return e;var t=e+"";return t=="0"&&1/e==-MS?"-0":t}var Jr=LS,VS=qs,FS=Jr;function BS(e,t){t=VS(t,e);for(var r=0,n=t.length;e!=null&&r<n;)e=e[FS(t[r++])];return r&&r==n?e:void 0}var sf=BS,zS=sf;function US(e,t,r){var n=e==null?void 0:zS(e,t);return n===void 0?r:n}var Me=US;function qS(e,t){return e!=null&&t in Object(e)}var WS=qS,KS=qs,GS=jn,HS=Ne,xS=Dn,JS=Ms,ZS=Jr;function YS(e,t,r){t=KS(t,e);for(var n=-1,a=t.length,o=!1;++n<a;){var s=ZS(t[n]);if(!(o=e!=null&&r(e,s)))break;e=e[s]}return o||++n!=a?o:(a=e==null?0:e.length,!!a&&JS(a)&&xS(s,a)&&(HS(e)||GS(e)))}var cf=YS,XS=WS,QS=cf;function eC(e,t){return e!=null&&QS(e,t,XS)}var tC=eC,rC=Fs,nC=Me,aC=tC,oC=Bs,sC=tf,iC=rf,cC=Jr,lC=1,uC=2;function dC(e,t){return oC(e)&&sC(t)?iC(cC(e),t):function(r){var n=nC(r,e);return n===void 0&&n===t?aC(r,e):rC(t,n,lC|uC)}}var fC=dC;function pC(e){return e}var io=pC;function hC(e){return function(t){return t==null?void 0:t[e]}}var mC=hC,vC=sf;function $C(e){return function(t){return vC(t,e)}}var yC=$C,gC=mC,_C=yC,bC=Bs,wC=Jr;function EC(e){return bC(e)?gC(wC(e)):_C(e)}var SC=EC,CC=sS,AC=fC,PC=io,OC=Ne,TC=SC;function NC(e){return typeof e=="function"?e:e==null?PC:typeof e=="object"?OC(e)?AC(e[0],e[1]):CC(e):TC(e)}var Ln=NC,IC=o_,kC=i_,RC=Ln;function jC(e,t){return e&&e.length?IC(e,RC(t),kC):void 0}var Ws=jC,DC=Vs,MC=xr,LC=jn,VC=Ne,FC=tr,BC=Qt,zC=so,UC=oo,qC="[object Map]",WC="[object Set]",KC=Object.prototype,GC=KC.hasOwnProperty;function HC(e){if(e==null)return!0;if(FC(e)&&(VC(e)||typeof e=="string"||typeof e.splice=="function"||BC(e)||UC(e)||LC(e)))return!e.length;var t=MC(e);if(t==qC||t==WC)return!e.size;if(zC(e))return!DC(e).length;for(var r in e)if(GC.call(e,r))return!1;return!0}var fe=HC;function xC(e,t,r,n){var a=-1,o=e==null?0:e.length;for(n&&o&&(r=e[++a]);++a<o;)r=t(r,e[a],a,e);return r}var JC=xC;function ZC(e){return function(t){return e==null?void 0:e[t]}}var YC=ZC,XC=YC,QC={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},e2=XC(QC),t2=e2,r2=t2,n2=Mn,a2=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,o2="\\u0300-\\u036f",s2="\\ufe20-\\ufe2f",i2="\\u20d0-\\u20ff",c2=o2+s2+i2,l2="["+c2+"]",u2=RegExp(l2,"g");function d2(e){return e=n2(e),e&&e.replace(a2,r2).replace(u2,"")}var f2=d2,p2=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;function h2(e){return e.match(p2)||[]}var m2=h2,v2=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;function $2(e){return v2.test(e)}var y2=$2,lf="\\ud800-\\udfff",g2="\\u0300-\\u036f",_2="\\ufe20-\\ufe2f",b2="\\u20d0-\\u20ff",w2=g2+_2+b2,uf="\\u2700-\\u27bf",df="a-z\\xdf-\\xf6\\xf8-\\xff",E2="\\xac\\xb1\\xd7\\xf7",S2="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",C2="\\u2000-\\u206f",A2=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",ff="A-Z\\xc0-\\xd6\\xd8-\\xde",P2="\\ufe0e\\ufe0f",pf=E2+S2+C2+A2,hf="['’]",zl="["+pf+"]",O2="["+w2+"]",mf="\\d+",T2="["+uf+"]",vf="["+df+"]",$f="[^"+lf+pf+mf+uf+df+ff+"]",N2="\\ud83c[\\udffb-\\udfff]",I2="(?:"+O2+"|"+N2+")",k2="[^"+lf+"]",yf="(?:\\ud83c[\\udde6-\\uddff]){2}",gf="[\\ud800-\\udbff][\\udc00-\\udfff]",Tr="["+ff+"]",R2="\\u200d",Ul="(?:"+vf+"|"+$f+")",j2="(?:"+Tr+"|"+$f+")",ql="(?:"+hf+"(?:d|ll|m|re|s|t|ve))?",Wl="(?:"+hf+"(?:D|LL|M|RE|S|T|VE))?",_f=I2+"?",bf="["+P2+"]?",D2="(?:"+R2+"(?:"+[k2,yf,gf].join("|")+")"+bf+_f+")*",M2="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",L2="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",V2=bf+_f+D2,F2="(?:"+[T2,yf,gf].join("|")+")"+V2,B2=RegExp([Tr+"?"+vf+"+"+ql+"(?="+[zl,Tr,"$"].join("|")+")",j2+"+"+Wl+"(?="+[zl,Tr+Ul,"$"].join("|")+")",Tr+"?"+Ul+"+"+ql,Tr+"+"+Wl,L2,M2,mf,F2].join("|"),"g");function z2(e){return e.match(B2)||[]}var U2=z2,q2=m2,W2=y2,K2=Mn,G2=U2;function H2(e,t,r){return e=K2(e),t=r?void 0:t,t===void 0?W2(e)?G2(e):q2(e):e.match(t)||[]}var x2=H2,J2=JC,Z2=f2,Y2=x2,X2="['’]",Q2=RegExp(X2,"g");function eA(e){return function(t){return J2(Y2(Z2(t).replace(Q2,"")),e,"")}}var tA=eA;function rA(e,t,r){var n=-1,a=e.length;t<0&&(t=-t>a?0:a+t),r=r>a?a:r,r<0&&(r+=a),a=t>r?0:r-t>>>0,t>>>=0;for(var o=Array(a);++n<a;)o[n]=e[n+t];return o}var nA=rA,aA=nA;function oA(e,t,r){var n=e.length;return r=r===void 0?n:r,!t&&r>=n?e:aA(e,t,r)}var sA=oA,iA="\\ud800-\\udfff",cA="\\u0300-\\u036f",lA="\\ufe20-\\ufe2f",uA="\\u20d0-\\u20ff",dA=cA+lA+uA,fA="\\ufe0e\\ufe0f",pA="\\u200d",hA=RegExp("["+pA+iA+dA+fA+"]");function mA(e){return hA.test(e)}var wf=mA;function vA(e){return e.split("")}var $A=vA,Ef="\\ud800-\\udfff",yA="\\u0300-\\u036f",gA="\\ufe20-\\ufe2f",_A="\\u20d0-\\u20ff",bA=yA+gA+_A,wA="\\ufe0e\\ufe0f",EA="["+Ef+"]",ss="["+bA+"]",is="\\ud83c[\\udffb-\\udfff]",SA="(?:"+ss+"|"+is+")",Sf="[^"+Ef+"]",Cf="(?:\\ud83c[\\udde6-\\uddff]){2}",Af="[\\ud800-\\udbff][\\udc00-\\udfff]",CA="\\u200d",Pf=SA+"?",Of="["+wA+"]?",AA="(?:"+CA+"(?:"+[Sf,Cf,Af].join("|")+")"+Of+Pf+")*",PA=Of+Pf+AA,OA="(?:"+[Sf+ss+"?",ss,Cf,Af,EA].join("|")+")",TA=RegExp(is+"(?="+is+")|"+OA+PA,"g");function NA(e){return e.match(TA)||[]}var IA=NA,kA=$A,RA=wf,jA=IA;function DA(e){return RA(e)?jA(e):kA(e)}var MA=DA,LA=sA,VA=wf,FA=MA,BA=Mn;function zA(e){return function(t){t=BA(t);var r=VA(t)?FA(t):void 0,n=r?r[0]:t.charAt(0),a=r?LA(r,1).join(""):t.slice(1);return n[e]()+a}}var UA=zA,qA=UA,WA=qA("toUpperCase"),KA=WA,GA=tA,HA=KA,xA=GA(function(e,t,r){return e+(r?" ":"")+HA(t)}),Tf=xA,Kl=zr,JA=jn,ZA=Ne,Gl=Kl?Kl.isConcatSpreadable:void 0;function YA(e){return ZA(e)||JA(e)||!!(Gl&&e&&e[Gl])}var XA=YA,QA=js,eP=XA;function Nf(e,t,r,n,a){var o=-1,s=e.length;for(r||(r=eP),a||(a=[]);++o<s;){var c=e[o];t>0&&r(c)?t>1?Nf(c,t-1,r,n,a):QA(a,c):n||(a[a.length]=c)}return a}var If=Nf;function tP(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)}var Ks=tP,rP=Ks,Hl=Math.max;function nP(e,t,r){return t=Hl(t===void 0?e.length-1:t,0),function(){for(var n=arguments,a=-1,o=Hl(n.length-t,0),s=Array(o);++a<o;)s[a]=n[t+a];a=-1;for(var c=Array(t+1);++a<t;)c[a]=n[a];return c[t]=r(s),rP(e,this,c)}}var kf=nP;function aP(e){return function(){return e}}var oP=aP,sP=_r,iP=function(){try{var e=sP(Object,"defineProperty");return e({},"",{}),e}catch{}}(),Rf=iP,cP=oP,xl=Rf,lP=io,uP=xl?function(e,t){return xl(e,"toString",{configurable:!0,enumerable:!1,value:cP(t),writable:!0})}:lP,dP=uP,fP=800,pP=16,hP=Date.now;function mP(e){var t=0,r=0;return function(){var n=hP(),a=pP-(n-r);if(r=n,a>0){if(++t>=fP)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}var jf=mP,vP=dP,$P=jf,yP=$P(vP),Gs=yP,gP=io,_P=kf,bP=Gs;function wP(e,t){return bP(_P(e,t,gP),e+"")}var Df=wP;function EP(e,t,r,n){for(var a=e.length,o=r+(n?1:-1);n?o--:++o<a;)if(t(e[o],o,e))return o;return-1}var Mf=EP;function SP(e){return e!==e}var CP=SP;function AP(e,t,r){for(var n=r-1,a=e.length;++n<a;)if(e[n]===t)return n;return-1}var PP=AP,OP=Mf,TP=CP,NP=PP;function IP(e,t,r){return t===t?NP(e,t,r):OP(e,TP,r)}var Lf=IP,kP=Lf;function RP(e,t){var r=e==null?0:e.length;return!!r&&kP(e,t,0)>-1}var Vf=RP;function jP(e,t,r){for(var n=-1,a=e==null?0:e.length;++n<a;)if(r(t,e[n]))return!0;return!1}var DP=jP;function MP(){}var Ff=MP,No=Yd,LP=Ff,VP=Rs,FP=1/0,BP=No&&1/VP(new No([,-0]))[1]==FP?function(e){return new No(e)}:LP,zP=BP,UP=Bd,qP=Vf,WP=DP,KP=zd,GP=zP,HP=Rs,xP=200;function JP(e,t,r){var n=-1,a=qP,o=e.length,s=!0,c=[],u=c;if(r)s=!1,a=WP;else if(o>=xP){var d=t?null:GP(e);if(d)return HP(d);s=!1,a=KP,u=new UP}else u=t?[]:c;e:for(;++n<o;){var f=e[n],m=t?t(f):f;if(f=r||f!==0?f:0,s&&m===m){for(var b=u.length;b--;)if(u[b]===m)continue e;t&&u.push(m),c.push(f)}else a(u,m,r)||(u!==c&&u.push(m),c.push(f))}return c}var ZP=JP,YP=tr,XP=Ye;function QP(e){return XP(e)&&YP(e)}var Bf=QP,eO=If,tO=Df,rO=ZP,nO=Bf,aO=tO(function(e){return rO(eO(e,1,nO,!0))}),oO=aO,Jl=Rf;function sO(e,t,r){t=="__proto__"&&Jl?Jl(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}var Hs=sO,iO=Hs,cO=kn;function lO(e,t,r){(r!==void 0&&!cO(e[t],r)||r===void 0&&!(t in e))&&iO(e,t,r)}var zf=lO;function uO(e){return function(t,r,n){for(var a=-1,o=Object(t),s=n(t),c=s.length;c--;){var u=s[e?c:++a];if(r(o[u],u,o)===!1)break}return t}}var dO=uO,fO=dO,pO=fO(),Uf=pO,Cn={},hO={get exports(){return Cn},set exports(e){Cn=e}};(function(e,t){var r=xe,n=t&&!t.nodeType&&t,a=n&&!0&&e&&!e.nodeType&&e,o=a&&a.exports===n,s=o?r.Buffer:void 0,c=s?s.allocUnsafe:void 0;function u(d,f){if(f)return d.slice();var m=d.length,b=c?c(m):new d.constructor(m);return d.copy(b),b}e.exports=u})(hO,Cn);var Zl=qd;function mO(e){var t=new e.constructor(e.byteLength);return new Zl(t).set(new Zl(e)),t}var xs=mO,vO=xs;function $O(e,t){var r=t?vO(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}var qf=$O;function yO(e,t){var r=-1,n=e.length;for(t||(t=Array(n));++r<n;)t[r]=e[r];return t}var Vn=yO,gO=at,Yl=Object.create,_O=function(){function e(){}return function(t){if(!gO(t))return{};if(Yl)return Yl(t);e.prototype=t;var r=new e;return e.prototype=void 0,r}}(),co=_O,bO=Jd,wO=bO(Object.getPrototypeOf,Object),Js=wO,EO=co,SO=Js,CO=so;function AO(e){return typeof e.constructor=="function"&&!CO(e)?EO(SO(e)):{}}var Wf=AO,PO=er,OO=Js,TO=Ye,NO="[object Object]",IO=Function.prototype,kO=Object.prototype,Kf=IO.toString,RO=kO.hasOwnProperty,jO=Kf.call(Object);function DO(e){if(!TO(e)||PO(e)!=NO)return!1;var t=OO(e);if(t===null)return!0;var r=RO.call(t,"constructor")&&t.constructor;return typeof r=="function"&&r instanceof r&&Kf.call(r)==jO}var Gf=DO;function MO(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}var Hf=MO,LO=Hs,VO=kn,FO=Object.prototype,BO=FO.hasOwnProperty;function zO(e,t,r){var n=e[t];(!(BO.call(e,t)&&VO(n,r))||r===void 0&&!(t in e))&&LO(e,t,r)}var Zs=zO,UO=Zs,qO=Hs;function WO(e,t,r,n){var a=!r;r||(r={});for(var o=-1,s=t.length;++o<s;){var c=t[o],u=n?n(r[c],e[c],c,r,e):void 0;u===void 0&&(u=e[c]),a?qO(r,c,u):UO(r,c,u)}return r}var Fn=WO;function KO(e){var t=[];if(e!=null)for(var r in Object(e))t.push(r);return t}var GO=KO,HO=at,xO=so,JO=GO,ZO=Object.prototype,YO=ZO.hasOwnProperty;function XO(e){if(!HO(e))return JO(e);var t=xO(e),r=[];for(var n in e)n=="constructor"&&(t||!YO.call(e,n))||r.push(n);return r}var QO=XO,eT=xd,tT=QO,rT=tr;function nT(e){return rT(e)?eT(e,!0):tT(e)}var Bn=nT,aT=Fn,oT=Bn;function sT(e){return aT(e,oT(e))}var iT=sT,Xl=zf,cT=Cn,lT=qf,uT=Vn,dT=Wf,Ql=jn,eu=Ne,fT=Bf,pT=Qt,hT=Rn,mT=at,vT=Gf,$T=oo,tu=Hf,yT=iT;function gT(e,t,r,n,a,o,s){var c=tu(e,r),u=tu(t,r),d=s.get(u);if(d){Xl(e,r,d);return}var f=o?o(c,u,r+"",e,t,s):void 0,m=f===void 0;if(m){var b=eu(u),S=!b&&pT(u),$=!b&&!S&&$T(u);f=u,b||S||$?eu(c)?f=c:fT(c)?f=uT(c):S?(m=!1,f=cT(u,!0)):$?(m=!1,f=lT(u,!0)):f=[]:vT(u)||Ql(u)?(f=c,Ql(c)?f=yT(c):(!mT(c)||hT(c))&&(f=dT(u))):m=!1}m&&(s.set(u,f),a(f,u,n,o,s),s.delete(u)),Xl(e,r,f)}var _T=gT,bT=ao,wT=zf,ET=Uf,ST=_T,CT=at,AT=Bn,PT=Hf;function xf(e,t,r,n,a){e!==t&&ET(t,function(o,s){if(a||(a=new bT),CT(o))ST(e,t,s,r,xf,n,a);else{var c=n?n(PT(e,s),o,s+"",e,t,a):void 0;c===void 0&&(c=o),wT(e,s,c)}},AT)}var OT=xf,TT=kn,NT=tr,IT=Dn,kT=at;function RT(e,t,r){if(!kT(r))return!1;var n=typeof t;return(n=="number"?NT(r)&&IT(t,r.length):n=="string"&&t in r)?TT(r[t],e):!1}var Jf=RT,jT=Df,DT=Jf;function MT(e){return jT(function(t,r){var n=-1,a=r.length,o=a>1?r[a-1]:void 0,s=a>2?r[2]:void 0;for(o=e.length>3&&typeof o=="function"?(a--,o):void 0,s&&DT(r[0],r[1],s)&&(o=a<3?void 0:o,a=1),t=Object(t);++n<a;){var c=r[n];c&&e(t,c,n,o)}return t})}var LT=MT,VT=OT,FT=LT,BT=FT(function(e,t,r){VT(e,t,r)}),zT=BT;function UT(e,t){for(var r=-1,n=e==null?0:e.length;++r<n&&t(e[r],r,e)!==!1;);return e}var Ys=UT,qT=Fn,WT=rr;function KT(e,t){return e&&qT(t,WT(t),e)}var Zf=KT,GT=Fn,HT=Bn;function xT(e,t){return e&>(t,HT(t),e)}var JT=xT,ZT=Fn,YT=Ds;function XT(e,t){return ZT(e,YT(e),t)}var QT=XT,eN=js,tN=Js,rN=Ds,nN=Gd,aN=Object.getOwnPropertySymbols,oN=aN?function(e){for(var t=[];e;)eN(t,rN(e)),e=tN(e);return t}:nN,Yf=oN,sN=Fn,iN=Yf;function cN(e,t){return sN(e,iN(e),t)}var lN=cN,uN=Wd,dN=Yf,fN=Bn;function pN(e){return uN(e,fN,dN)}var hN=pN,mN=Object.prototype,vN=mN.hasOwnProperty;function $N(e){var t=e.length,r=new e.constructor(t);return t&&typeof e[0]=="string"&&vN.call(e,"index")&&(r.index=e.index,r.input=e.input),r}var yN=$N,gN=xs;function _N(e,t){var r=t?gN(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.byteLength)}var bN=_N,wN=/\w*$/;function EN(e){var t=new e.constructor(e.source,wN.exec(e));return t.lastIndex=e.lastIndex,t}var SN=EN,ru=zr,nu=ru?ru.prototype:void 0,au=nu?nu.valueOf:void 0;function CN(e){return au?Object(au.call(e)):{}}var AN=CN,PN=xs,ON=bN,TN=SN,NN=AN,IN=qf,kN="[object Boolean]",RN="[object Date]",jN="[object Map]",DN="[object Number]",MN="[object RegExp]",LN="[object Set]",VN="[object String]",FN="[object Symbol]",BN="[object ArrayBuffer]",zN="[object DataView]",UN="[object Float32Array]",qN="[object Float64Array]",WN="[object Int8Array]",KN="[object Int16Array]",GN="[object Int32Array]",HN="[object Uint8Array]",xN="[object Uint8ClampedArray]",JN="[object Uint16Array]",ZN="[object Uint32Array]";function YN(e,t,r){var n=e.constructor;switch(t){case BN:return PN(e);case kN:case RN:return new n(+e);case zN:return ON(e,r);case UN:case qN:case WN:case KN:case GN:case HN:case xN:case JN:case ZN:return IN(e,r);case jN:return new n;case DN:case VN:return new n(e);case MN:return TN(e);case LN:return new n;case FN:return NN(e)}}var XN=YN,QN=xr,eI=Ye,tI="[object Map]";function rI(e){return eI(e)&&QN(e)==tI}var nI=rI,aI=nI,oI=Ls,ou=jr,su=ou&&ou.isMap,sI=su?oI(su):aI,iI=sI,cI=xr,lI=Ye,uI="[object Set]";function dI(e){return lI(e)&&cI(e)==uI}var fI=dI,pI=fI,hI=Ls,iu=jr,cu=iu&&iu.isSet,mI=cu?hI(cu):pI,vI=mI,$I=ao,yI=Ys,gI=Zs,_I=Zf,bI=JT,wI=Cn,EI=Vn,SI=QT,CI=lN,AI=Zd,PI=hN,OI=xr,TI=yN,NI=XN,II=Wf,kI=Ne,RI=Qt,jI=iI,DI=at,MI=vI,LI=rr,VI=Bn,FI=1,BI=2,zI=4,Xf="[object Arguments]",UI="[object Array]",qI="[object Boolean]",WI="[object Date]",KI="[object Error]",Qf="[object Function]",GI="[object GeneratorFunction]",HI="[object Map]",xI="[object Number]",ep="[object Object]",JI="[object RegExp]",ZI="[object Set]",YI="[object String]",XI="[object Symbol]",QI="[object WeakMap]",ek="[object ArrayBuffer]",tk="[object DataView]",rk="[object Float32Array]",nk="[object Float64Array]",ak="[object Int8Array]",ok="[object Int16Array]",sk="[object Int32Array]",ik="[object Uint8Array]",ck="[object Uint8ClampedArray]",lk="[object Uint16Array]",uk="[object Uint32Array]",he={};he[Xf]=he[UI]=he[ek]=he[tk]=he[qI]=he[WI]=he[rk]=he[nk]=he[ak]=he[ok]=he[sk]=he[HI]=he[xI]=he[ep]=he[JI]=he[ZI]=he[YI]=he[XI]=he[ik]=he[ck]=he[lk]=he[uk]=!0;he[KI]=he[Qf]=he[QI]=!1;function ya(e,t,r,n,a,o){var s,c=t&FI,u=t&BI,d=t&zI;if(r&&(s=a?r(e,n,a,o):r(e)),s!==void 0)return s;if(!DI(e))return e;var f=kI(e);if(f){if(s=TI(e),!c)return EI(e,s)}else{var m=OI(e),b=m==Qf||m==GI;if(RI(e))return wI(e,c);if(m==ep||m==Xf||b&&!a){if(s=u||b?{}:II(e),!c)return u?CI(e,bI(s,e)):SI(e,_I(s,e))}else{if(!he[m])return a?e:{};s=NI(e,m,c)}}o||(o=new $I);var S=o.get(e);if(S)return S;o.set(e,s),MI(e)?e.forEach(function(v){s.add(ya(v,t,r,v,e,o))}):jI(e)&&e.forEach(function(v,h){s.set(h,ya(v,t,r,h,e,o))});var $=d?u?PI:AI:u?VI:LI,w=f?void 0:$(e);return yI(w||e,function(v,h){w&&(h=v,v=e[h]),gI(s,h,ya(v,t,r,h,e,o))}),s}var Xs=ya,dk=Xs,fk=1,pk=4;function hk(e){return dk(e,fk|pk)}var lu=hk,tp={};(function(e){e.aliasToReal={each:"forEach",eachRight:"forEachRight",entries:"toPairs",entriesIn:"toPairsIn",extend:"assignIn",extendAll:"assignInAll",extendAllWith:"assignInAllWith",extendWith:"assignInWith",first:"head",conforms:"conformsTo",matches:"isMatch",property:"get",__:"placeholder",F:"stubFalse",T:"stubTrue",all:"every",allPass:"overEvery",always:"constant",any:"some",anyPass:"overSome",apply:"spread",assoc:"set",assocPath:"set",complement:"negate",compose:"flowRight",contains:"includes",dissoc:"unset",dissocPath:"unset",dropLast:"dropRight",dropLastWhile:"dropRightWhile",equals:"isEqual",identical:"eq",indexBy:"keyBy",init:"initial",invertObj:"invert",juxt:"over",omitAll:"omit",nAry:"ary",path:"get",pathEq:"matchesProperty",pathOr:"getOr",paths:"at",pickAll:"pick",pipe:"flow",pluck:"map",prop:"get",propEq:"matchesProperty",propOr:"getOr",props:"at",symmetricDifference:"xor",symmetricDifferenceBy:"xorBy",symmetricDifferenceWith:"xorWith",takeLast:"takeRight",takeLastWhile:"takeRightWhile",unapply:"rest",unnest:"flatten",useWith:"overArgs",where:"conformsTo",whereEq:"isMatch",zipObj:"zipObject"},e.aryMethod={1:["assignAll","assignInAll","attempt","castArray","ceil","create","curry","curryRight","defaultsAll","defaultsDeepAll","floor","flow","flowRight","fromPairs","invert","iteratee","memoize","method","mergeAll","methodOf","mixin","nthArg","over","overEvery","overSome","rest","reverse","round","runInContext","spread","template","trim","trimEnd","trimStart","uniqueId","words","zipAll"],2:["add","after","ary","assign","assignAllWith","assignIn","assignInAllWith","at","before","bind","bindAll","bindKey","chunk","cloneDeepWith","cloneWith","concat","conformsTo","countBy","curryN","curryRightN","debounce","defaults","defaultsDeep","defaultTo","delay","difference","divide","drop","dropRight","dropRightWhile","dropWhile","endsWith","eq","every","filter","find","findIndex","findKey","findLast","findLastIndex","findLastKey","flatMap","flatMapDeep","flattenDepth","forEach","forEachRight","forIn","forInRight","forOwn","forOwnRight","get","groupBy","gt","gte","has","hasIn","includes","indexOf","intersection","invertBy","invoke","invokeMap","isEqual","isMatch","join","keyBy","lastIndexOf","lt","lte","map","mapKeys","mapValues","matchesProperty","maxBy","meanBy","merge","mergeAllWith","minBy","multiply","nth","omit","omitBy","overArgs","pad","padEnd","padStart","parseInt","partial","partialRight","partition","pick","pickBy","propertyOf","pull","pullAll","pullAt","random","range","rangeRight","rearg","reject","remove","repeat","restFrom","result","sampleSize","some","sortBy","sortedIndex","sortedIndexOf","sortedLastIndex","sortedLastIndexOf","sortedUniqBy","split","spreadFrom","startsWith","subtract","sumBy","take","takeRight","takeRightWhile","takeWhile","tap","throttle","thru","times","trimChars","trimCharsEnd","trimCharsStart","truncate","union","uniqBy","uniqWith","unset","unzipWith","without","wrap","xor","zip","zipObject","zipObjectDeep"],3:["assignInWith","assignWith","clamp","differenceBy","differenceWith","findFrom","findIndexFrom","findLastFrom","findLastIndexFrom","getOr","includesFrom","indexOfFrom","inRange","intersectionBy","intersectionWith","invokeArgs","invokeArgsMap","isEqualWith","isMatchWith","flatMapDepth","lastIndexOfFrom","mergeWith","orderBy","padChars","padCharsEnd","padCharsStart","pullAllBy","pullAllWith","rangeStep","rangeStepRight","reduce","reduceRight","replace","set","slice","sortedIndexBy","sortedLastIndexBy","transform","unionBy","unionWith","update","xorBy","xorWith","zipWith"],4:["fill","setWith","updateWith"]},e.aryRearg={2:[1,0],3:[2,0,1],4:[3,2,0,1]},e.iterateeAry={dropRightWhile:1,dropWhile:1,every:1,filter:1,find:1,findFrom:1,findIndex:1,findIndexFrom:1,findKey:1,findLast:1,findLastFrom:1,findLastIndex:1,findLastIndexFrom:1,findLastKey:1,flatMap:1,flatMapDeep:1,flatMapDepth:1,forEach:1,forEachRight:1,forIn:1,forInRight:1,forOwn:1,forOwnRight:1,map:1,mapKeys:1,mapValues:1,partition:1,reduce:2,reduceRight:2,reject:1,remove:1,some:1,takeRightWhile:1,takeWhile:1,times:1,transform:2},e.iterateeRearg={mapKeys:[1],reduceRight:[1,0]},e.methodRearg={assignInAllWith:[1,0],assignInWith:[1,2,0],assignAllWith:[1,0],assignWith:[1,2,0],differenceBy:[1,2,0],differenceWith:[1,2,0],getOr:[2,1,0],intersectionBy:[1,2,0],intersectionWith:[1,2,0],isEqualWith:[1,2,0],isMatchWith:[2,1,0],mergeAllWith:[1,0],mergeWith:[1,2,0],padChars:[2,1,0],padCharsEnd:[2,1,0],padCharsStart:[2,1,0],pullAllBy:[2,1,0],pullAllWith:[2,1,0],rangeStep:[1,2,0],rangeStepRight:[1,2,0],setWith:[3,1,2,0],sortedIndexBy:[2,1,0],sortedLastIndexBy:[2,1,0],unionBy:[1,2,0],unionWith:[1,2,0],updateWith:[3,1,2,0],xorBy:[1,2,0],xorWith:[1,2,0],zipWith:[1,2,0]},e.methodSpread={assignAll:{start:0},assignAllWith:{start:0},assignInAll:{start:0},assignInAllWith:{start:0},defaultsAll:{start:0},defaultsDeepAll:{start:0},invokeArgs:{start:2},invokeArgsMap:{start:2},mergeAll:{start:0},mergeAllWith:{start:0},partial:{start:1},partialRight:{start:1},without:{start:1},zipAll:{start:0}},e.mutate={array:{fill:!0,pull:!0,pullAll:!0,pullAllBy:!0,pullAllWith:!0,pullAt:!0,remove:!0,reverse:!0},object:{assign:!0,assignAll:!0,assignAllWith:!0,assignIn:!0,assignInAll:!0,assignInAllWith:!0,assignInWith:!0,assignWith:!0,defaults:!0,defaultsAll:!0,defaultsDeep:!0,defaultsDeepAll:!0,merge:!0,mergeAll:!0,mergeAllWith:!0,mergeWith:!0},set:{set:!0,setWith:!0,unset:!0,update:!0,updateWith:!0}},e.realToAlias=function(){var t=Object.prototype.hasOwnProperty,r=e.aliasToReal,n={};for(var a in r){var o=r[a];t.call(n,o)?n[o].push(a):n[o]=[a]}return n}(),e.remap={assignAll:"assign",assignAllWith:"assignWith",assignInAll:"assignIn",assignInAllWith:"assignInWith",curryN:"curry",curryRightN:"curryRight",defaultsAll:"defaults",defaultsDeepAll:"defaultsDeep",findFrom:"find",findIndexFrom:"findIndex",findLastFrom:"findLast",findLastIndexFrom:"findLastIndex",getOr:"get",includesFrom:"includes",indexOfFrom:"indexOf",invokeArgs:"invoke",invokeArgsMap:"invokeMap",lastIndexOfFrom:"lastIndexOf",mergeAll:"merge",mergeAllWith:"mergeWith",padChars:"pad",padCharsEnd:"padEnd",padCharsStart:"padStart",propertyOf:"get",rangeStep:"range",rangeStepRight:"rangeRight",restFrom:"rest",spreadFrom:"spread",trimChars:"trim",trimCharsEnd:"trimEnd",trimCharsStart:"trimStart",zipAll:"zip"},e.skipFixed={castArray:!0,flow:!0,flowRight:!0,iteratee:!0,mixin:!0,rearg:!0,runInContext:!0},e.skipRearg={add:!0,assign:!0,assignIn:!0,bind:!0,bindKey:!0,concat:!0,difference:!0,divide:!0,eq:!0,gt:!0,gte:!0,isEqual:!0,lt:!0,lte:!0,matchesProperty:!0,merge:!0,multiply:!0,overArgs:!0,partial:!0,partialRight:!0,propertyOf:!0,random:!0,range:!0,rangeRight:!0,subtract:!0,zip:!0,zipObject:!0,zipObjectDeep:!0}})(tp);var Io,uu;function rp(){return uu||(uu=1,Io={}),Io}var Oe=tp,mk=rp(),du=Array.prototype.push;function vk(e,t){return t==2?function(r,n){return e.apply(void 0,arguments)}:function(r){return e.apply(void 0,arguments)}}function ko(e,t){return t==2?function(r,n){return e(r,n)}:function(r){return e(r)}}function fu(e){for(var t=e?e.length:0,r=Array(t);t--;)r[t]=e[t];return r}function $k(e){return function(t){return e({},t)}}function yk(e,t){return function(){for(var r=arguments.length,n=r-1,a=Array(r);r--;)a[r]=arguments[r];var o=a[t],s=a.slice(0,t);return o&&du.apply(s,o),t!=n&&du.apply(s,a.slice(t+1)),e.apply(this,s)}}function Ro(e,t){return function(){var r=arguments.length;if(r){for(var n=Array(r);r--;)n[r]=arguments[r];var a=n[0]=t.apply(void 0,n);return e.apply(void 0,n),a}}}function cs(e,t,r,n){var a=typeof t=="function",o=t===Object(t);if(o&&(n=r,r=t,t=void 0),r==null)throw new TypeError;n||(n={});var s={cap:"cap"in n?n.cap:!0,curry:"curry"in n?n.curry:!0,fixed:"fixed"in n?n.fixed:!0,immutable:"immutable"in n?n.immutable:!0,rearg:"rearg"in n?n.rearg:!0},c=a?r:mk,u="curry"in n&&n.curry,d="fixed"in n&&n.fixed,f="rearg"in n&&n.rearg,m=a?r.runInContext():void 0,b=a?r:{ary:e.ary,assign:e.assign,clone:e.clone,curry:e.curry,forEach:e.forEach,isArray:e.isArray,isError:e.isError,isFunction:e.isFunction,isWeakMap:e.isWeakMap,iteratee:e.iteratee,keys:e.keys,rearg:e.rearg,toInteger:e.toInteger,toPath:e.toPath},S=b.ary,$=b.assign,w=b.clone,v=b.curry,h=b.forEach,y=b.isArray,E=b.isError,T=b.isFunction,D=b.isWeakMap,C=b.keys,P=b.rearg,R=b.toInteger,B=b.toPath,z=C(Oe.aryMethod),K={castArray:function(p){return function(){var g=arguments[0];return y(g)?p(fu(g)):p.apply(void 0,arguments)}},iteratee:function(p){return function(){var g=arguments[0],j=arguments[1],M=p(g,j),U=M.length;return s.cap&&typeof j=="number"?(j=j>2?j-2:1,U&&U<=j?M:ko(M,j)):M}},mixin:function(p){return function(g){var j=this;if(!T(j))return p(j,Object(g));var M=[];return h(C(g),function(U){T(g[U])&&M.push([U,j.prototype[U]])}),p(j,Object(g)),h(M,function(U){var q=U[1];T(q)?j.prototype[U[0]]=q:delete j.prototype[U[0]]}),j}},nthArg:function(p){return function(g){var j=g<0?1:R(g)+1;return v(p(g),j)}},rearg:function(p){return function(g,j){var M=j?j.length:0;return v(p(g,j),M)}},runInContext:function(p){return function(g){return cs(e,p(g),n)}}};function W(p,g){if(s.cap){var j=Oe.iterateeRearg[p];if(j)return L(g,j);var M=!a&&Oe.iterateeAry[p];if(M)return Je(g,M)}return g}function ue(p,g,j){return u||s.curry&&j>1?v(g,j):g}function ee(p,g,j){if(s.fixed&&(d||!Oe.skipFixed[p])){var M=Oe.methodSpread[p],U=M&&M.start;return U===void 0?S(g,j):yk(g,U)}return g}function be(p,g,j){return s.rearg&&j>1&&(f||!Oe.skipRearg[p])?P(g,Oe.methodRearg[p]||Oe.aryRearg[j]):g}function Ue(p,g){g=B(g);for(var j=-1,M=g.length,U=M-1,q=w(Object(p)),Z=q;Z!=null&&++j<M;){var de=g[j],we=Z[de];we!=null&&!(T(we)||E(we)||D(we))&&(Z[de]=w(j==U?we:Object(we))),Z=Z[de]}return q}function Xe(p){return A.runInContext.convert(p)(void 0)}function Qe(p,g){var j=Oe.aliasToReal[p]||p,M=Oe.remap[j]||j,U=n;return function(q){var Z=a?m:b,de=a?m[M]:g,we=$($({},U),q);return cs(Z,j,de,we)}}function Je(p,g){return _(p,function(j){return typeof j=="function"?ko(j,g):j})}function L(p,g){return _(p,function(j){var M=g.length;return vk(P(ko(j,M),g),M)})}function _(p,g){return function(){var j=arguments.length;if(!j)return p();for(var M=Array(j);j--;)M[j]=arguments[j];var U=s.rearg?0:j-1;return M[U]=g(M[U]),p.apply(void 0,M)}}function I(p,g,j){var M,U=Oe.aliasToReal[p]||p,q=g,Z=K[U];return Z?q=Z(g):s.immutable&&(Oe.mutate.array[U]?q=Ro(g,fu):Oe.mutate.object[U]?q=Ro(g,$k(g)):Oe.mutate.set[U]&&(q=Ro(g,Ue))),h(z,function(de){return h(Oe.aryMethod[de],function(we){if(U==we){var et=Oe.methodSpread[U],ot=et&&et.afterRearg;return M=ot?ee(U,be(U,q,de),de):be(U,ee(U,q,de),de),M=W(U,M),M=ue(U,M,de),!1}}),!M}),M||(M=q),M==g&&(M=u?v(M,1):function(){return g.apply(this,arguments)}),M.convert=Qe(U,g),M.placeholder=g.placeholder=j,M}if(!o)return I(t,r,c);var A=r,l=[];return h(z,function(p){h(Oe.aryMethod[p],function(g){var j=A[Oe.remap[g]||g];j&&l.push([g,I(g,j,A)])})}),h(C(A),function(p){var g=A[p];if(typeof g=="function"){for(var j=l.length;j--;)if(l[j][0]==p)return;g.convert=Qe(p,g),l.push([p,g])}}),h(l,function(p){A[p[0]]=p[1]}),A.convert=Xe,A.placeholder=A,h(C(A),function(p){h(Oe.realToAlias[p]||[],function(g){A[g]=A[p]})}),A}var gk=cs,pu=Xd,_k=pu&&new pu,np=_k,bk=io,hu=np,wk=hu?function(e,t){return hu.set(e,t),e}:bk,ap=wk,Ek=co,Sk=at;function Ck(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var r=Ek(e.prototype),n=e.apply(r,t);return Sk(n)?n:r}}var lo=Ck,Ak=lo,Pk=xe,Ok=1;function Tk(e,t,r){var n=t&Ok,a=Ak(e);function o(){var s=this&&this!==Pk&&this instanceof o?a:e;return s.apply(n?r:this,arguments)}return o}var Nk=Tk,Ik=Math.max;function kk(e,t,r,n){for(var a=-1,o=e.length,s=r.length,c=-1,u=t.length,d=Ik(o-s,0),f=Array(u+d),m=!n;++c<u;)f[c]=t[c];for(;++a<s;)(m||a<o)&&(f[r[a]]=e[a]);for(;d--;)f[c++]=e[a++];return f}var op=kk,Rk=Math.max;function jk(e,t,r,n){for(var a=-1,o=e.length,s=-1,c=r.length,u=-1,d=t.length,f=Rk(o-c,0),m=Array(f+d),b=!n;++a<f;)m[a]=e[a];for(var S=a;++u<d;)m[S+u]=t[u];for(;++s<c;)(b||a<o)&&(m[S+r[s]]=e[a++]);return m}var sp=jk;function Dk(e,t){for(var r=e.length,n=0;r--;)e[r]===t&&++n;return n}var Mk=Dk;function Lk(){}var Qs=Lk,Vk=co,Fk=Qs,Bk=4294967295;function ja(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Bk,this.__views__=[]}ja.prototype=Vk(Fk.prototype);ja.prototype.constructor=ja;var ei=ja,mu=np,zk=Ff,Uk=mu?function(e){return mu.get(e)}:zk,ip=Uk,qk={},Wk=qk,vu=Wk,Kk=Object.prototype,Gk=Kk.hasOwnProperty;function Hk(e){for(var t=e.name+"",r=vu[t],n=Gk.call(vu,t)?r.length:0;n--;){var a=r[n],o=a.func;if(o==null||o==e)return a.name}return t}var xk=Hk,Jk=co,Zk=Qs;function Da(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=void 0}Da.prototype=Jk(Zk.prototype);Da.prototype.constructor=Da;var cp=Da,Yk=ei,Xk=cp,Qk=Vn;function eR(e){if(e instanceof Yk)return e.clone();var t=new Xk(e.__wrapped__,e.__chain__);return t.__actions__=Qk(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}var tR=eR,rR=ei,$u=cp,nR=Qs,aR=Ne,oR=Ye,sR=tR,iR=Object.prototype,cR=iR.hasOwnProperty;function Ma(e){if(oR(e)&&!aR(e)&&!(e instanceof rR)){if(e instanceof $u)return e;if(cR.call(e,"__wrapped__"))return sR(e)}return new $u(e)}Ma.prototype=nR.prototype;Ma.prototype.constructor=Ma;var lR=Ma,uR=ei,dR=ip,fR=xk,pR=lR;function hR(e){var t=fR(e),r=pR[t];if(typeof r!="function"||!(t in uR.prototype))return!1;if(e===r)return!0;var n=dR(r);return!!n&&e===n[0]}var mR=hR,vR=ap,$R=jf,yR=$R(vR),lp=yR,gR=/\{\n\/\* \[wrapped with (.+)\] \*/,_R=/,? & /;function bR(e){var t=e.match(gR);return t?t[1].split(_R):[]}var wR=bR,ER=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/;function SR(e,t){var r=t.length;if(!r)return e;var n=r-1;return t[n]=(r>1?"& ":"")+t[n],t=t.join(r>2?", ":" "),e.replace(ER,`{
|
|
4
|
+
/* [wrapped with `+t+`] */
|
|
5
|
+
`)}var CR=SR,AR=Ys,PR=Vf,OR=1,TR=2,NR=8,IR=16,kR=32,RR=64,jR=128,DR=256,MR=512,LR=[["ary",jR],["bind",OR],["bindKey",TR],["curry",NR],["curryRight",IR],["flip",MR],["partial",kR],["partialRight",RR],["rearg",DR]];function VR(e,t){return AR(LR,function(r){var n="_."+r[0];t&r[1]&&!PR(e,n)&&e.push(n)}),e.sort()}var FR=VR,BR=wR,zR=CR,UR=Gs,qR=FR;function WR(e,t,r){var n=t+"";return UR(e,zR(n,qR(BR(n),r)))}var up=WR,KR=mR,GR=lp,HR=up,xR=1,JR=2,ZR=4,YR=8,yu=32,gu=64;function XR(e,t,r,n,a,o,s,c,u,d){var f=t&YR,m=f?s:void 0,b=f?void 0:s,S=f?o:void 0,$=f?void 0:o;t|=f?yu:gu,t&=~(f?gu:yu),t&ZR||(t&=~(xR|JR));var w=[e,t,a,S,m,$,b,c,u,d],v=r.apply(void 0,w);return KR(e)&&GR(v,w),v.placeholder=n,HR(v,e,t)}var dp=XR;function QR(e){var t=e;return t.placeholder}var fp=QR,ej=Vn,tj=Dn,rj=Math.min;function nj(e,t){for(var r=e.length,n=rj(t.length,r),a=ej(e);n--;){var o=t[n];e[n]=tj(o,r)?a[o]:void 0}return e}var aj=nj,_u="__lodash_placeholder__";function oj(e,t){for(var r=-1,n=e.length,a=0,o=[];++r<n;){var s=e[r];(s===t||s===_u)&&(e[r]=_u,o[a++]=r)}return o}var ti=oj,sj=op,ij=sp,cj=Mk,bu=lo,lj=dp,uj=fp,dj=aj,fj=ti,pj=xe,hj=1,mj=2,vj=8,$j=16,yj=128,gj=512;function pp(e,t,r,n,a,o,s,c,u,d){var f=t&yj,m=t&hj,b=t&mj,S=t&(vj|$j),$=t&gj,w=b?void 0:bu(e);function v(){for(var h=arguments.length,y=Array(h),E=h;E--;)y[E]=arguments[E];if(S)var T=uj(v),D=cj(y,T);if(n&&(y=sj(y,n,a,S)),o&&(y=ij(y,o,s,S)),h-=D,S&&h<d){var C=fj(y,T);return lj(e,t,pp,v.placeholder,r,y,C,c,u,d-h)}var P=m?r:this,R=b?P[e]:e;return h=y.length,c?y=dj(y,c):$&&h>1&&y.reverse(),f&&u<h&&(y.length=u),this&&this!==pj&&this instanceof v&&(R=w||bu(R)),R.apply(P,y)}return v}var hp=pp,_j=Ks,bj=lo,wj=hp,Ej=dp,Sj=fp,Cj=ti,Aj=xe;function Pj(e,t,r){var n=bj(e);function a(){for(var o=arguments.length,s=Array(o),c=o,u=Sj(a);c--;)s[c]=arguments[c];var d=o<3&&s[0]!==u&&s[o-1]!==u?[]:Cj(s,u);if(o-=d.length,o<r)return Ej(e,t,wj,a.placeholder,void 0,s,d,void 0,void 0,r-o);var f=this&&this!==Aj&&this instanceof a?n:e;return _j(f,this,s)}return a}var Oj=Pj,Tj=Ks,Nj=lo,Ij=xe,kj=1;function Rj(e,t,r,n){var a=t&kj,o=Nj(e);function s(){for(var c=-1,u=arguments.length,d=-1,f=n.length,m=Array(f+u),b=this&&this!==Ij&&this instanceof s?o:e;++d<f;)m[d]=n[d];for(;u--;)m[d++]=arguments[++c];return Tj(b,a?r:this,m)}return s}var jj=Rj,Dj=op,Mj=sp,wu=ti,Eu="__lodash_placeholder__",jo=1,Lj=2,Vj=4,Su=8,sn=128,Cu=256,Fj=Math.min;function Bj(e,t){var r=e[1],n=t[1],a=r|n,o=a<(jo|Lj|sn),s=n==sn&&r==Su||n==sn&&r==Cu&&e[7].length<=t[8]||n==(sn|Cu)&&t[7].length<=t[8]&&r==Su;if(!(o||s))return e;n&jo&&(e[2]=t[2],a|=r&jo?0:Vj);var c=t[3];if(c){var u=e[3];e[3]=u?Dj(u,c,t[4]):c,e[4]=u?wu(e[3],Eu):t[4]}return c=t[5],c&&(u=e[5],e[5]=u?Mj(u,c,t[6]):c,e[6]=u?wu(e[5],Eu):t[6]),c=t[7],c&&(e[7]=c),n&sn&&(e[8]=e[8]==null?t[8]:Fj(e[8],t[8])),e[9]==null&&(e[9]=t[9]),e[0]=t[0],e[1]=a,e}var zj=Bj,Uj=/\s/;function qj(e){for(var t=e.length;t--&&Uj.test(e.charAt(t)););return t}var Wj=qj,Kj=Wj,Gj=/^\s+/;function Hj(e){return e&&e.slice(0,Kj(e)+1).replace(Gj,"")}var xj=Hj,Jj=xj,Au=at,Zj=Ur,Pu=0/0,Yj=/^[-+]0x[0-9a-f]+$/i,Xj=/^0b[01]+$/i,Qj=/^0o[0-7]+$/i,e8=parseInt;function t8(e){if(typeof e=="number")return e;if(Zj(e))return Pu;if(Au(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=Au(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=Jj(e);var r=Xj.test(e);return r||Qj.test(e)?e8(e.slice(2),r?2:8):Yj.test(e)?Pu:+e}var r8=t8,n8=r8,Ou=1/0,a8=17976931348623157e292;function o8(e){if(!e)return e===0?e:0;if(e=n8(e),e===Ou||e===-Ou){var t=e<0?-1:1;return t*a8}return e===e?e:0}var mp=o8,s8=mp;function i8(e){var t=s8(e),r=t%1;return t===t?r?t-r:t:0}var uo=i8,c8=ap,l8=Nk,u8=Oj,d8=hp,f8=jj,p8=ip,h8=zj,m8=lp,v8=up,Tu=uo,$8="Expected a function",Nu=1,y8=2,Do=8,Mo=16,Lo=32,Iu=64,ku=Math.max;function g8(e,t,r,n,a,o,s,c){var u=t&y8;if(!u&&typeof e!="function")throw new TypeError($8);var d=n?n.length:0;if(d||(t&=~(Lo|Iu),n=a=void 0),s=s===void 0?s:ku(Tu(s),0),c=c===void 0?c:Tu(c),d-=a?a.length:0,t&Iu){var f=n,m=a;n=a=void 0}var b=u?void 0:p8(e),S=[e,t,r,n,a,f,m,o,s,c];if(b&&h8(S,b),e=S[0],t=S[1],r=S[2],n=S[3],a=S[4],c=S[9]=S[9]===void 0?u?0:e.length:ku(S[9]-d,0),!c&&t&(Do|Mo)&&(t&=~(Do|Mo)),!t||t==Nu)var $=l8(e,t,r);else t==Do||t==Mo?$=u8(e,t,c):(t==Lo||t==(Nu|Lo))&&!a.length?$=f8(e,t,r,n):$=d8.apply(void 0,S);var w=b?c8:m8;return v8(w($,S),e,t)}var ri=g8,_8=ri,b8=128;function w8(e,t,r){return t=r?void 0:t,t=e&&t==null?e.length:t,_8(e,b8,void 0,void 0,void 0,void 0,t)}var E8=w8,S8=Xs,C8=4;function A8(e){return S8(e,C8)}var P8=A8,O8=ri,T8=8;function ni(e,t,r){t=r?void 0:t;var n=O8(e,T8,void 0,void 0,void 0,void 0,void 0,t);return n.placeholder=ni.placeholder,n}ni.placeholder={};var N8=ni,I8=er,k8=Ye,R8=Gf,j8="[object DOMException]",D8="[object Error]";function M8(e){if(!k8(e))return!1;var t=I8(e);return t==D8||t==j8||typeof e.message=="string"&&typeof e.name=="string"&&!R8(e)}var L8=M8,V8=xr,F8=Ye,B8="[object WeakMap]";function z8(e){return F8(e)&&V8(e)==B8}var U8=z8,q8=Xs,W8=Ln,K8=1;function G8(e){return W8(typeof e=="function"?e:q8(e,K8))}var H8=G8,x8=If;function J8(e){var t=e==null?0:e.length;return t?x8(e,1):[]}var Z8=J8,Y8=Z8,X8=kf,Q8=Gs;function eD(e){return Q8(X8(e,void 0,Y8),e+"")}var tD=eD,rD=ri,nD=tD,aD=256,oD=nD(function(e,t){return rD(e,aD,void 0,void 0,void 0,t)}),sD=oD,iD=Us,cD=Vn,lD=Ne,uD=Ur,dD=af,fD=Jr,pD=Mn;function hD(e){return lD(e)?iD(e,fD):uD(e)?[e]:cD(dD(pD(e)))}var mD=hD,vD={ary:E8,assign:Zf,clone:P8,curry:N8,forEach:Ys,isArray:Ne,isError:L8,isFunction:Rn,isWeakMap:U8,iteratee:H8,keys:Vs,rearg:sD,toInteger:uo,toPath:mD},$D=gk,yD=vD;function gD(e,t,r){return $D(yD,e,t,r)}var _D=gD,Vo,Ru;function bD(){if(Ru)return Vo;Ru=1;var e=Zs,t=qs,r=Dn,n=at,a=Jr;function o(s,c,u,d){if(!n(s))return s;c=t(c,s);for(var f=-1,m=c.length,b=m-1,S=s;S!=null&&++f<m;){var $=a(c[f]),w=u;if($==="__proto__"||$==="constructor"||$==="prototype")return s;if(f!=b){var v=S[$];w=d?d(v,$,S):void 0,w===void 0&&(w=n(v)?v:r(c[f+1])?[]:{})}e(S,$,w),S=S[$]}return s}return Vo=o,Vo}var Fo,ju;function wD(){if(ju)return Fo;ju=1;var e=bD();function t(r,n,a){return r==null?r:e(r,n,a)}return Fo=t,Fo}var ED=_D,vp=ED("set",wD());vp.placeholder=rp();var SD=vp,CD=Uf,AD=rr;function PD(e,t){return e&&CD(e,t,AD)}var OD=PD,TD=tr;function ND(e,t){return function(r,n){if(r==null)return r;if(!TD(r))return e(r,n);for(var a=r.length,o=t?a:-1,s=Object(r);(t?o--:++o<a)&&n(s[o],o,s)!==!1;);return r}}var ID=ND,kD=OD,RD=ID,jD=RD(kD),DD=jD,MD=DD;function LD(e,t){var r=[];return MD(e,function(n,a,o){t(n,a,o)&&r.push(n)}),r}var VD=LD,FD=Kd,BD=VD,zD=Ln,UD=Ne;function qD(e,t){var r=UD(e)?FD:BD;return r(e,zD(t))}var Du=qD,WD=Fs;function KD(e,t){return WD(e,t)}var $p=KD,GD=er,HD=Ne,xD=Ye,JD="[object String]";function ZD(e){return typeof e=="string"||!HD(e)&&xD(e)&&GD(e)==JD}var YD=ZD,XD=Us;function QD(e,t){return XD(t,function(r){return e[r]})}var e9=QD,t9=e9,r9=rr;function n9(e){return e==null?[]:t9(e,r9(e))}var a9=n9,o9=Lf,s9=tr,i9=YD,c9=uo,l9=a9,u9=Math.max;function d9(e,t,r,n){e=s9(e)?e:l9(e),r=r&&!n?c9(r):0;var a=e.length;return r<0&&(r=u9(a+r,0)),i9(e)?r<=a&&e.indexOf(t,r)>-1:!!a&&o9(e,t,r)>-1}var f9=d9,p9=Ln,h9=tr,m9=rr;function v9(e){return function(t,r,n){var a=Object(t);if(!h9(t)){var o=p9(r);t=m9(t),r=function(c){return o(a[c],c,a)}}var s=e(t,r,n);return s>-1?a[o?t[s]:s]:void 0}}var $9=v9,y9=Mf,g9=Ln,_9=uo,b9=Math.max;function w9(e,t,r){var n=e==null?0:e.length;if(!n)return-1;var a=r==null?0:_9(r);return a<0&&(a=b9(n+a,0)),y9(e,g9(t),a)}var E9=w9,S9=$9,C9=E9,A9=S9(C9),P9=A9,O9=Math.ceil,T9=Math.max;function N9(e,t,r,n){for(var a=-1,o=T9(O9((t-e)/(r||1)),0),s=Array(o);o--;)s[n?o:++a]=e,e+=r;return s}var I9=N9,k9=I9,R9=Jf,Bo=mp;function j9(e){return function(t,r,n){return n&&typeof n!="number"&&R9(t,r,n)&&(r=n=void 0),t=Bo(t),r===void 0?(r=t,t=0):r=Bo(r),n=n===void 0?t<r?1:-1:Bo(n),k9(t,r,n,e)}}var D9=j9,M9=D9,L9=M9(),V9=L9,F9=Object.prototype,B9=F9.hasOwnProperty;function z9(e,t){return e!=null&&B9.call(e,t)}var U9=z9,q9=U9,W9=cf;function K9(e,t){return e!=null&&W9(e,t,q9)}var G9=K9,La={},H9={get exports(){return La},set exports(e){La=e}},yp={},pt={},Dr={},zn={},oe={},An={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.regexpCode=e.getEsmExportName=e.getProperty=e.safeStringify=e.stringify=e.strConcat=e.addCodeArg=e.str=e._=e.nil=e._Code=e.Name=e.IDENTIFIER=e._CodeOrName=void 0;class t{}e._CodeOrName=t,e.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;class r extends t{constructor(y){if(super(),!e.IDENTIFIER.test(y))throw new Error("CodeGen: name must be a valid identifier");this.str=y}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}}e.Name=r;class n extends t{constructor(y){super(),this._items=typeof y=="string"?[y]:y}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;const y=this._items[0];return y===""||y==='""'}get str(){var y;return(y=this._str)!==null&&y!==void 0?y:this._str=this._items.reduce((E,T)=>`${E}${T}`,"")}get names(){var y;return(y=this._names)!==null&&y!==void 0?y:this._names=this._items.reduce((E,T)=>(T instanceof r&&(E[T.str]=(E[T.str]||0)+1),E),{})}}e._Code=n,e.nil=new n("");function a(h,...y){const E=[h[0]];let T=0;for(;T<y.length;)c(E,y[T]),E.push(h[++T]);return new n(E)}e._=a;const o=new n("+");function s(h,...y){const E=[S(h[0])];let T=0;for(;T<y.length;)E.push(o),c(E,y[T]),E.push(o,S(h[++T]));return u(E),new n(E)}e.str=s;function c(h,y){y instanceof n?h.push(...y._items):y instanceof r?h.push(y):h.push(m(y))}e.addCodeArg=c;function u(h){let y=1;for(;y<h.length-1;){if(h[y]===o){const E=d(h[y-1],h[y+1]);if(E!==void 0){h.splice(y-1,3,E);continue}h[y++]="+"}y++}}function d(h,y){if(y==='""')return h;if(h==='""')return y;if(typeof h=="string")return y instanceof r||h[h.length-1]!=='"'?void 0:typeof y!="string"?`${h.slice(0,-1)}${y}"`:y[0]==='"'?h.slice(0,-1)+y.slice(1):void 0;if(typeof y=="string"&&y[0]==='"'&&!(h instanceof r))return`"${h}${y.slice(1)}`}function f(h,y){return y.emptyStr()?h:h.emptyStr()?y:s`${h}${y}`}e.strConcat=f;function m(h){return typeof h=="number"||typeof h=="boolean"||h===null?h:S(Array.isArray(h)?h.join(","):h)}function b(h){return new n(S(h))}e.stringify=b;function S(h){return JSON.stringify(h).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}e.safeStringify=S;function $(h){return typeof h=="string"&&e.IDENTIFIER.test(h)?new n(`.${h}`):a`[${h}]`}e.getProperty=$;function w(h){if(typeof h=="string"&&e.IDENTIFIER.test(h))return new n(`${h}`);throw new Error(`CodeGen: invalid export name: ${h}, use explicit $id name mapping`)}e.getEsmExportName=w;function v(h){return new n(h.toString())}e.regexpCode=v})(An);var ls={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.ValueScope=e.ValueScopeName=e.Scope=e.varKinds=e.UsedValueState=void 0;const t=An;class r extends Error{constructor(d){super(`CodeGen: "code" for ${d} not defined`),this.value=d.value}}var n;(function(u){u[u.Started=0]="Started",u[u.Completed=1]="Completed"})(n=e.UsedValueState||(e.UsedValueState={})),e.varKinds={const:new t.Name("const"),let:new t.Name("let"),var:new t.Name("var")};class a{constructor({prefixes:d,parent:f}={}){this._names={},this._prefixes=d,this._parent=f}toName(d){return d instanceof t.Name?d:this.name(d)}name(d){return new t.Name(this._newName(d))}_newName(d){const f=this._names[d]||this._nameGroup(d);return`${d}${f.index++}`}_nameGroup(d){var f,m;if(!((m=(f=this._parent)===null||f===void 0?void 0:f._prefixes)===null||m===void 0)&&m.has(d)||this._prefixes&&!this._prefixes.has(d))throw new Error(`CodeGen: prefix "${d}" is not allowed in this scope`);return this._names[d]={prefix:d,index:0}}}e.Scope=a;class o extends t.Name{constructor(d,f){super(f),this.prefix=d}setValue(d,{property:f,itemIndex:m}){this.value=d,this.scopePath=(0,t._)`.${new t.Name(f)}[${m}]`}}e.ValueScopeName=o;const s=(0,t._)`\n`;class c extends a{constructor(d){super(d),this._values={},this._scope=d.scope,this.opts={...d,_n:d.lines?s:t.nil}}get(){return this._scope}name(d){return new o(d,this._newName(d))}value(d,f){var m;if(f.ref===void 0)throw new Error("CodeGen: ref must be passed in value");const b=this.toName(d),{prefix:S}=b,$=(m=f.key)!==null&&m!==void 0?m:f.ref;let w=this._values[S];if(w){const y=w.get($);if(y)return y}else w=this._values[S]=new Map;w.set($,b);const v=this._scope[S]||(this._scope[S]=[]),h=v.length;return v[h]=f.ref,b.setValue(f,{property:S,itemIndex:h}),b}getValue(d,f){const m=this._values[d];if(m)return m.get(f)}scopeRefs(d,f=this._values){return this._reduceValues(f,m=>{if(m.scopePath===void 0)throw new Error(`CodeGen: name "${m}" has no value`);return(0,t._)`${d}${m.scopePath}`})}scopeCode(d=this._values,f,m){return this._reduceValues(d,b=>{if(b.value===void 0)throw new Error(`CodeGen: name "${b}" has no value`);return b.value.code},f,m)}_reduceValues(d,f,m={},b){let S=t.nil;for(const $ in d){const w=d[$];if(!w)continue;const v=m[$]=m[$]||new Map;w.forEach(h=>{if(v.has(h))return;v.set(h,n.Started);let y=f(h);if(y){const E=this.opts.es5?e.varKinds.var:e.varKinds.const;S=(0,t._)`${S}${E} ${h} = ${y};${this.opts._n}`}else if(y=b==null?void 0:b(h))S=(0,t._)`${S}${y}${this.opts._n}`;else throw new r(h);v.set(h,n.Completed)})}return S}}e.ValueScope=c})(ls);(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.or=e.and=e.not=e.CodeGen=e.operators=e.varKinds=e.ValueScopeName=e.ValueScope=e.Scope=e.Name=e.regexpCode=e.stringify=e.getProperty=e.nil=e.strConcat=e.str=e._=void 0;const t=An,r=ls;var n=An;Object.defineProperty(e,"_",{enumerable:!0,get:function(){return n._}}),Object.defineProperty(e,"str",{enumerable:!0,get:function(){return n.str}}),Object.defineProperty(e,"strConcat",{enumerable:!0,get:function(){return n.strConcat}}),Object.defineProperty(e,"nil",{enumerable:!0,get:function(){return n.nil}}),Object.defineProperty(e,"getProperty",{enumerable:!0,get:function(){return n.getProperty}}),Object.defineProperty(e,"stringify",{enumerable:!0,get:function(){return n.stringify}}),Object.defineProperty(e,"regexpCode",{enumerable:!0,get:function(){return n.regexpCode}}),Object.defineProperty(e,"Name",{enumerable:!0,get:function(){return n.Name}});var a=ls;Object.defineProperty(e,"Scope",{enumerable:!0,get:function(){return a.Scope}}),Object.defineProperty(e,"ValueScope",{enumerable:!0,get:function(){return a.ValueScope}}),Object.defineProperty(e,"ValueScopeName",{enumerable:!0,get:function(){return a.ValueScopeName}}),Object.defineProperty(e,"varKinds",{enumerable:!0,get:function(){return a.varKinds}}),e.operators={GT:new t._Code(">"),GTE:new t._Code(">="),LT:new t._Code("<"),LTE:new t._Code("<="),EQ:new t._Code("==="),NEQ:new t._Code("!=="),NOT:new t._Code("!"),OR:new t._Code("||"),AND:new t._Code("&&"),ADD:new t._Code("+")};class o{optimizeNodes(){return this}optimizeNames(l,p){return this}}class s extends o{constructor(l,p,g){super(),this.varKind=l,this.name=p,this.rhs=g}render({es5:l,_n:p}){const g=l?r.varKinds.var:this.varKind,j=this.rhs===void 0?"":` = ${this.rhs}`;return`${g} ${this.name}${j};`+p}optimizeNames(l,p){if(l[this.name.str])return this.rhs&&(this.rhs=ee(this.rhs,l,p)),this}get names(){return this.rhs instanceof t._CodeOrName?this.rhs.names:{}}}class c extends o{constructor(l,p,g){super(),this.lhs=l,this.rhs=p,this.sideEffects=g}render({_n:l}){return`${this.lhs} = ${this.rhs};`+l}optimizeNames(l,p){if(!(this.lhs instanceof t.Name&&!l[this.lhs.str]&&!this.sideEffects))return this.rhs=ee(this.rhs,l,p),this}get names(){const l=this.lhs instanceof t.Name?{}:{...this.lhs.names};return ue(l,this.rhs)}}class u extends c{constructor(l,p,g,j){super(l,g,j),this.op=p}render({_n:l}){return`${this.lhs} ${this.op}= ${this.rhs};`+l}}class d extends o{constructor(l){super(),this.label=l,this.names={}}render({_n:l}){return`${this.label}:`+l}}class f extends o{constructor(l){super(),this.label=l,this.names={}}render({_n:l}){return`break${this.label?` ${this.label}`:""};`+l}}class m extends o{constructor(l){super(),this.error=l}render({_n:l}){return`throw ${this.error};`+l}get names(){return this.error.names}}class b extends o{constructor(l){super(),this.code=l}render({_n:l}){return`${this.code};`+l}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(l,p){return this.code=ee(this.code,l,p),this}get names(){return this.code instanceof t._CodeOrName?this.code.names:{}}}class S extends o{constructor(l=[]){super(),this.nodes=l}render(l){return this.nodes.reduce((p,g)=>p+g.render(l),"")}optimizeNodes(){const{nodes:l}=this;let p=l.length;for(;p--;){const g=l[p].optimizeNodes();Array.isArray(g)?l.splice(p,1,...g):g?l[p]=g:l.splice(p,1)}return l.length>0?this:void 0}optimizeNames(l,p){const{nodes:g}=this;let j=g.length;for(;j--;){const M=g[j];M.optimizeNames(l,p)||(be(l,M.names),g.splice(j,1))}return g.length>0?this:void 0}get names(){return this.nodes.reduce((l,p)=>W(l,p.names),{})}}class $ extends S{render(l){return"{"+l._n+super.render(l)+"}"+l._n}}class w extends S{}class v extends ${}v.kind="else";class h extends ${constructor(l,p){super(p),this.condition=l}render(l){let p=`if(${this.condition})`+super.render(l);return this.else&&(p+="else "+this.else.render(l)),p}optimizeNodes(){super.optimizeNodes();const l=this.condition;if(l===!0)return this.nodes;let p=this.else;if(p){const g=p.optimizeNodes();p=this.else=Array.isArray(g)?new v(g):g}if(p)return l===!1?p instanceof h?p:p.nodes:this.nodes.length?this:new h(Ue(l),p instanceof h?[p]:p.nodes);if(!(l===!1||!this.nodes.length))return this}optimizeNames(l,p){var g;if(this.else=(g=this.else)===null||g===void 0?void 0:g.optimizeNames(l,p),!!(super.optimizeNames(l,p)||this.else))return this.condition=ee(this.condition,l,p),this}get names(){const l=super.names;return ue(l,this.condition),this.else&&W(l,this.else.names),l}}h.kind="if";class y extends ${}y.kind="for";class E extends y{constructor(l){super(),this.iteration=l}render(l){return`for(${this.iteration})`+super.render(l)}optimizeNames(l,p){if(super.optimizeNames(l,p))return this.iteration=ee(this.iteration,l,p),this}get names(){return W(super.names,this.iteration.names)}}class T extends y{constructor(l,p,g,j){super(),this.varKind=l,this.name=p,this.from=g,this.to=j}render(l){const p=l.es5?r.varKinds.var:this.varKind,{name:g,from:j,to:M}=this;return`for(${p} ${g}=${j}; ${g}<${M}; ${g}++)`+super.render(l)}get names(){const l=ue(super.names,this.from);return ue(l,this.to)}}class D extends y{constructor(l,p,g,j){super(),this.loop=l,this.varKind=p,this.name=g,this.iterable=j}render(l){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(l)}optimizeNames(l,p){if(super.optimizeNames(l,p))return this.iterable=ee(this.iterable,l,p),this}get names(){return W(super.names,this.iterable.names)}}class C extends ${constructor(l,p,g){super(),this.name=l,this.args=p,this.async=g}render(l){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(l)}}C.kind="func";class P extends S{render(l){return"return "+super.render(l)}}P.kind="return";class R extends ${render(l){let p="try"+super.render(l);return this.catch&&(p+=this.catch.render(l)),this.finally&&(p+=this.finally.render(l)),p}optimizeNodes(){var l,p;return super.optimizeNodes(),(l=this.catch)===null||l===void 0||l.optimizeNodes(),(p=this.finally)===null||p===void 0||p.optimizeNodes(),this}optimizeNames(l,p){var g,j;return super.optimizeNames(l,p),(g=this.catch)===null||g===void 0||g.optimizeNames(l,p),(j=this.finally)===null||j===void 0||j.optimizeNames(l,p),this}get names(){const l=super.names;return this.catch&&W(l,this.catch.names),this.finally&&W(l,this.finally.names),l}}class B extends ${constructor(l){super(),this.error=l}render(l){return`catch(${this.error})`+super.render(l)}}B.kind="catch";class z extends ${render(l){return"finally"+super.render(l)}}z.kind="finally";class K{constructor(l,p={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...p,_n:p.lines?`
|
|
6
|
+
`:""},this._extScope=l,this._scope=new r.Scope({parent:l}),this._nodes=[new w]}toString(){return this._root.render(this.opts)}name(l){return this._scope.name(l)}scopeName(l){return this._extScope.name(l)}scopeValue(l,p){const g=this._extScope.value(l,p);return(this._values[g.prefix]||(this._values[g.prefix]=new Set)).add(g),g}getScopeValue(l,p){return this._extScope.getValue(l,p)}scopeRefs(l){return this._extScope.scopeRefs(l,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(l,p,g,j){const M=this._scope.toName(p);return g!==void 0&&j&&(this._constants[M.str]=g),this._leafNode(new s(l,M,g)),M}const(l,p,g){return this._def(r.varKinds.const,l,p,g)}let(l,p,g){return this._def(r.varKinds.let,l,p,g)}var(l,p,g){return this._def(r.varKinds.var,l,p,g)}assign(l,p,g){return this._leafNode(new c(l,p,g))}add(l,p){return this._leafNode(new u(l,e.operators.ADD,p))}code(l){return typeof l=="function"?l():l!==t.nil&&this._leafNode(new b(l)),this}object(...l){const p=["{"];for(const[g,j]of l)p.length>1&&p.push(","),p.push(g),(g!==j||this.opts.es5)&&(p.push(":"),(0,t.addCodeArg)(p,j));return p.push("}"),new t._Code(p)}if(l,p,g){if(this._blockNode(new h(l)),p&&g)this.code(p).else().code(g).endIf();else if(p)this.code(p).endIf();else if(g)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(l){return this._elseNode(new h(l))}else(){return this._elseNode(new v)}endIf(){return this._endBlockNode(h,v)}_for(l,p){return this._blockNode(l),p&&this.code(p).endFor(),this}for(l,p){return this._for(new E(l),p)}forRange(l,p,g,j,M=this.opts.es5?r.varKinds.var:r.varKinds.let){const U=this._scope.toName(l);return this._for(new T(M,U,p,g),()=>j(U))}forOf(l,p,g,j=r.varKinds.const){const M=this._scope.toName(l);if(this.opts.es5){const U=p instanceof t.Name?p:this.var("_arr",p);return this.forRange("_i",0,(0,t._)`${U}.length`,q=>{this.var(M,(0,t._)`${U}[${q}]`),g(M)})}return this._for(new D("of",j,M,p),()=>g(M))}forIn(l,p,g,j=this.opts.es5?r.varKinds.var:r.varKinds.const){if(this.opts.ownProperties)return this.forOf(l,(0,t._)`Object.keys(${p})`,g);const M=this._scope.toName(l);return this._for(new D("in",j,M,p),()=>g(M))}endFor(){return this._endBlockNode(y)}label(l){return this._leafNode(new d(l))}break(l){return this._leafNode(new f(l))}return(l){const p=new P;if(this._blockNode(p),this.code(l),p.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(P)}try(l,p,g){if(!p&&!g)throw new Error('CodeGen: "try" without "catch" and "finally"');const j=new R;if(this._blockNode(j),this.code(l),p){const M=this.name("e");this._currNode=j.catch=new B(M),p(M)}return g&&(this._currNode=j.finally=new z,this.code(g)),this._endBlockNode(B,z)}throw(l){return this._leafNode(new m(l))}block(l,p){return this._blockStarts.push(this._nodes.length),l&&this.code(l).endBlock(p),this}endBlock(l){const p=this._blockStarts.pop();if(p===void 0)throw new Error("CodeGen: not in self-balancing block");const g=this._nodes.length-p;if(g<0||l!==void 0&&g!==l)throw new Error(`CodeGen: wrong number of nodes: ${g} vs ${l} expected`);return this._nodes.length=p,this}func(l,p=t.nil,g,j){return this._blockNode(new C(l,p,g)),j&&this.code(j).endFunc(),this}endFunc(){return this._endBlockNode(C)}optimize(l=1){for(;l-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(l){return this._currNode.nodes.push(l),this}_blockNode(l){this._currNode.nodes.push(l),this._nodes.push(l)}_endBlockNode(l,p){const g=this._currNode;if(g instanceof l||p&&g instanceof p)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${p?`${l.kind}/${p.kind}`:l.kind}"`)}_elseNode(l){const p=this._currNode;if(!(p instanceof h))throw new Error('CodeGen: "else" without "if"');return this._currNode=p.else=l,this}get _root(){return this._nodes[0]}get _currNode(){const l=this._nodes;return l[l.length-1]}set _currNode(l){const p=this._nodes;p[p.length-1]=l}}e.CodeGen=K;function W(A,l){for(const p in l)A[p]=(A[p]||0)+(l[p]||0);return A}function ue(A,l){return l instanceof t._CodeOrName?W(A,l.names):A}function ee(A,l,p){if(A instanceof t.Name)return g(A);if(!j(A))return A;return new t._Code(A._items.reduce((M,U)=>(U instanceof t.Name&&(U=g(U)),U instanceof t._Code?M.push(...U._items):M.push(U),M),[]));function g(M){const U=p[M.str];return U===void 0||l[M.str]!==1?M:(delete l[M.str],U)}function j(M){return M instanceof t._Code&&M._items.some(U=>U instanceof t.Name&&l[U.str]===1&&p[U.str]!==void 0)}}function be(A,l){for(const p in l)A[p]=(A[p]||0)-(l[p]||0)}function Ue(A){return typeof A=="boolean"||typeof A=="number"||A===null?!A:(0,t._)`!${I(A)}`}e.not=Ue;const Xe=_(e.operators.AND);function Qe(...A){return A.reduce(Xe)}e.and=Qe;const Je=_(e.operators.OR);function L(...A){return A.reduce(Je)}e.or=L;function _(A){return(l,p)=>l===t.nil?p:p===t.nil?l:(0,t._)`${I(l)} ${A} ${I(p)}`}function I(A){return A instanceof t.Name?A:(0,t._)`(${A})`}})(oe);var ce={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.checkStrictMode=e.getErrorPath=e.Type=e.useFunc=e.setEvaluated=e.evaluatedPropsToName=e.mergeEvaluated=e.eachItem=e.unescapeJsonPointer=e.escapeJsonPointer=e.escapeFragment=e.unescapeFragment=e.schemaRefOrVal=e.schemaHasRulesButRef=e.schemaHasRules=e.checkUnknownRules=e.alwaysValidSchema=e.toHash=void 0;const t=oe,r=An;function n(C){const P={};for(const R of C)P[R]=!0;return P}e.toHash=n;function a(C,P){return typeof P=="boolean"?P:Object.keys(P).length===0?!0:(o(C,P),!s(P,C.self.RULES.all))}e.alwaysValidSchema=a;function o(C,P=C.schema){const{opts:R,self:B}=C;if(!R.strictSchema||typeof P=="boolean")return;const z=B.RULES.keywords;for(const K in P)z[K]||D(C,`unknown keyword: "${K}"`)}e.checkUnknownRules=o;function s(C,P){if(typeof C=="boolean")return!C;for(const R in C)if(P[R])return!0;return!1}e.schemaHasRules=s;function c(C,P){if(typeof C=="boolean")return!C;for(const R in C)if(R!=="$ref"&&P.all[R])return!0;return!1}e.schemaHasRulesButRef=c;function u({topSchemaRef:C,schemaPath:P},R,B,z){if(!z){if(typeof R=="number"||typeof R=="boolean")return R;if(typeof R=="string")return(0,t._)`${R}`}return(0,t._)`${C}${P}${(0,t.getProperty)(B)}`}e.schemaRefOrVal=u;function d(C){return b(decodeURIComponent(C))}e.unescapeFragment=d;function f(C){return encodeURIComponent(m(C))}e.escapeFragment=f;function m(C){return typeof C=="number"?`${C}`:C.replace(/~/g,"~0").replace(/\//g,"~1")}e.escapeJsonPointer=m;function b(C){return C.replace(/~1/g,"/").replace(/~0/g,"~")}e.unescapeJsonPointer=b;function S(C,P){if(Array.isArray(C))for(const R of C)P(R);else P(C)}e.eachItem=S;function $({mergeNames:C,mergeToName:P,mergeValues:R,resultToName:B}){return(z,K,W,ue)=>{const ee=W===void 0?K:W instanceof t.Name?(K instanceof t.Name?C(z,K,W):P(z,K,W),W):K instanceof t.Name?(P(z,W,K),K):R(K,W);return ue===t.Name&&!(ee instanceof t.Name)?B(z,ee):ee}}e.mergeEvaluated={props:$({mergeNames:(C,P,R)=>C.if((0,t._)`${R} !== true && ${P} !== undefined`,()=>{C.if((0,t._)`${P} === true`,()=>C.assign(R,!0),()=>C.assign(R,(0,t._)`${R} || {}`).code((0,t._)`Object.assign(${R}, ${P})`))}),mergeToName:(C,P,R)=>C.if((0,t._)`${R} !== true`,()=>{P===!0?C.assign(R,!0):(C.assign(R,(0,t._)`${R} || {}`),v(C,R,P))}),mergeValues:(C,P)=>C===!0?!0:{...C,...P},resultToName:w}),items:$({mergeNames:(C,P,R)=>C.if((0,t._)`${R} !== true && ${P} !== undefined`,()=>C.assign(R,(0,t._)`${P} === true ? true : ${R} > ${P} ? ${R} : ${P}`)),mergeToName:(C,P,R)=>C.if((0,t._)`${R} !== true`,()=>C.assign(R,P===!0?!0:(0,t._)`${R} > ${P} ? ${R} : ${P}`)),mergeValues:(C,P)=>C===!0?!0:Math.max(C,P),resultToName:(C,P)=>C.var("items",P)})};function w(C,P){if(P===!0)return C.var("props",!0);const R=C.var("props",(0,t._)`{}`);return P!==void 0&&v(C,R,P),R}e.evaluatedPropsToName=w;function v(C,P,R){Object.keys(R).forEach(B=>C.assign((0,t._)`${P}${(0,t.getProperty)(B)}`,!0))}e.setEvaluated=v;const h={};function y(C,P){return C.scopeValue("func",{ref:P,code:h[P.code]||(h[P.code]=new r._Code(P.code))})}e.useFunc=y;var E;(function(C){C[C.Num=0]="Num",C[C.Str=1]="Str"})(E=e.Type||(e.Type={}));function T(C,P,R){if(C instanceof t.Name){const B=P===E.Num;return R?B?(0,t._)`"[" + ${C} + "]"`:(0,t._)`"['" + ${C} + "']"`:B?(0,t._)`"/" + ${C}`:(0,t._)`"/" + ${C}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return R?(0,t.getProperty)(C).toString():"/"+m(C)}e.getErrorPath=T;function D(C,P,R=C.opts.strictSchema){if(R){if(P=`strict mode: ${P}`,R===!0)throw new Error(P);C.self.logger.warn(P)}}e.checkStrictMode=D})(ce);var Tt={};Object.defineProperty(Tt,"__esModule",{value:!0});const Le=oe,x9={data:new Le.Name("data"),valCxt:new Le.Name("valCxt"),instancePath:new Le.Name("instancePath"),parentData:new Le.Name("parentData"),parentDataProperty:new Le.Name("parentDataProperty"),rootData:new Le.Name("rootData"),dynamicAnchors:new Le.Name("dynamicAnchors"),vErrors:new Le.Name("vErrors"),errors:new Le.Name("errors"),this:new Le.Name("this"),self:new Le.Name("self"),scope:new Le.Name("scope"),json:new Le.Name("json"),jsonPos:new Le.Name("jsonPos"),jsonLen:new Le.Name("jsonLen"),jsonPart:new Le.Name("jsonPart")};Tt.default=x9;(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.extendErrors=e.resetErrorsCount=e.reportExtraError=e.reportError=e.keyword$DataError=e.keywordError=void 0;const t=oe,r=ce,n=Tt;e.keywordError={message:({keyword:v})=>(0,t.str)`must pass "${v}" keyword validation`},e.keyword$DataError={message:({keyword:v,schemaType:h})=>h?(0,t.str)`"${v}" keyword must be ${h} ($data)`:(0,t.str)`"${v}" keyword is invalid ($data)`};function a(v,h=e.keywordError,y,E){const{it:T}=v,{gen:D,compositeRule:C,allErrors:P}=T,R=m(v,h,y);E??(C||P)?u(D,R):d(T,(0,t._)`[${R}]`)}e.reportError=a;function o(v,h=e.keywordError,y){const{it:E}=v,{gen:T,compositeRule:D,allErrors:C}=E,P=m(v,h,y);u(T,P),D||C||d(E,n.default.vErrors)}e.reportExtraError=o;function s(v,h){v.assign(n.default.errors,h),v.if((0,t._)`${n.default.vErrors} !== null`,()=>v.if(h,()=>v.assign((0,t._)`${n.default.vErrors}.length`,h),()=>v.assign(n.default.vErrors,null)))}e.resetErrorsCount=s;function c({gen:v,keyword:h,schemaValue:y,data:E,errsCount:T,it:D}){if(T===void 0)throw new Error("ajv implementation error");const C=v.name("err");v.forRange("i",T,n.default.errors,P=>{v.const(C,(0,t._)`${n.default.vErrors}[${P}]`),v.if((0,t._)`${C}.instancePath === undefined`,()=>v.assign((0,t._)`${C}.instancePath`,(0,t.strConcat)(n.default.instancePath,D.errorPath))),v.assign((0,t._)`${C}.schemaPath`,(0,t.str)`${D.errSchemaPath}/${h}`),D.opts.verbose&&(v.assign((0,t._)`${C}.schema`,y),v.assign((0,t._)`${C}.data`,E))})}e.extendErrors=c;function u(v,h){const y=v.const("err",h);v.if((0,t._)`${n.default.vErrors} === null`,()=>v.assign(n.default.vErrors,(0,t._)`[${y}]`),(0,t._)`${n.default.vErrors}.push(${y})`),v.code((0,t._)`${n.default.errors}++`)}function d(v,h){const{gen:y,validateName:E,schemaEnv:T}=v;T.$async?y.throw((0,t._)`new ${v.ValidationError}(${h})`):(y.assign((0,t._)`${E}.errors`,h),y.return(!1))}const f={keyword:new t.Name("keyword"),schemaPath:new t.Name("schemaPath"),params:new t.Name("params"),propertyName:new t.Name("propertyName"),message:new t.Name("message"),schema:new t.Name("schema"),parentSchema:new t.Name("parentSchema")};function m(v,h,y){const{createErrors:E}=v.it;return E===!1?(0,t._)`{}`:b(v,h,y)}function b(v,h,y={}){const{gen:E,it:T}=v,D=[S(T,y),$(v,y)];return w(v,h,D),E.object(...D)}function S({errorPath:v},{instancePath:h}){const y=h?(0,t.str)`${v}${(0,r.getErrorPath)(h,r.Type.Str)}`:v;return[n.default.instancePath,(0,t.strConcat)(n.default.instancePath,y)]}function $({keyword:v,it:{errSchemaPath:h}},{schemaPath:y,parentSchema:E}){let T=E?h:(0,t.str)`${h}/${v}`;return y&&(T=(0,t.str)`${T}${(0,r.getErrorPath)(y,r.Type.Str)}`),[f.schemaPath,T]}function w(v,{params:h,message:y},E){const{keyword:T,data:D,schemaValue:C,it:P}=v,{opts:R,propertyName:B,topSchemaRef:z,schemaPath:K}=P;E.push([f.keyword,T],[f.params,typeof h=="function"?h(v):h||(0,t._)`{}`]),R.messages&&E.push([f.message,typeof y=="function"?y(v):y]),R.verbose&&E.push([f.schema,C],[f.parentSchema,(0,t._)`${z}${K}`],[n.default.data,D]),B&&E.push([f.propertyName,B])}})(zn);Object.defineProperty(Dr,"__esModule",{value:!0});Dr.boolOrEmptySchema=Dr.topBoolOrEmptySchema=void 0;const J9=zn,Z9=oe,Y9=Tt,X9={message:"boolean schema is false"};function Q9(e){const{gen:t,schema:r,validateName:n}=e;r===!1?gp(e,!1):typeof r=="object"&&r.$async===!0?t.return(Y9.default.data):(t.assign((0,Z9._)`${n}.errors`,null),t.return(!0))}Dr.topBoolOrEmptySchema=Q9;function e4(e,t){const{gen:r,schema:n}=e;n===!1?(r.var(t,!1),gp(e)):r.var(t,!0)}Dr.boolOrEmptySchema=e4;function gp(e,t){const{gen:r,data:n}=e,a={gen:r,keyword:"false schema",data:n,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:e};(0,J9.reportError)(a,X9,void 0,t)}var Un={},vr={};Object.defineProperty(vr,"__esModule",{value:!0});vr.getRules=vr.isJSONType=void 0;const t4=["string","number","integer","boolean","null","object","array"],r4=new Set(t4);function n4(e){return typeof e=="string"&&r4.has(e)}vr.isJSONType=n4;function a4(){const e={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...e,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},e.number,e.string,e.array,e.object],post:{rules:[]},all:{},keywords:{}}}vr.getRules=a4;var Vt={};Object.defineProperty(Vt,"__esModule",{value:!0});Vt.shouldUseRule=Vt.shouldUseGroup=Vt.schemaHasRulesForType=void 0;function o4({schema:e,self:t},r){const n=t.RULES.types[r];return n&&n!==!0&&_p(e,n)}Vt.schemaHasRulesForType=o4;function _p(e,t){return t.rules.some(r=>bp(e,r))}Vt.shouldUseGroup=_p;function bp(e,t){var r;return e[t.keyword]!==void 0||((r=t.definition.implements)===null||r===void 0?void 0:r.some(n=>e[n]!==void 0))}Vt.shouldUseRule=bp;(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.reportTypeError=e.checkDataTypes=e.checkDataType=e.coerceAndCheckDataType=e.getJSONTypes=e.getSchemaTypes=e.DataType=void 0;const t=vr,r=Vt,n=zn,a=oe,o=ce;var s;(function(E){E[E.Correct=0]="Correct",E[E.Wrong=1]="Wrong"})(s=e.DataType||(e.DataType={}));function c(E){const T=u(E.type);if(T.includes("null")){if(E.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!T.length&&E.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');E.nullable===!0&&T.push("null")}return T}e.getSchemaTypes=c;function u(E){const T=Array.isArray(E)?E:E?[E]:[];if(T.every(t.isJSONType))return T;throw new Error("type must be JSONType or JSONType[]: "+T.join(","))}e.getJSONTypes=u;function d(E,T){const{gen:D,data:C,opts:P}=E,R=m(T,P.coerceTypes),B=T.length>0&&!(R.length===0&&T.length===1&&(0,r.schemaHasRulesForType)(E,T[0]));if(B){const z=w(T,C,P.strictNumbers,s.Wrong);D.if(z,()=>{R.length?b(E,T,R):h(E)})}return B}e.coerceAndCheckDataType=d;const f=new Set(["string","number","integer","boolean","null"]);function m(E,T){return T?E.filter(D=>f.has(D)||T==="array"&&D==="array"):[]}function b(E,T,D){const{gen:C,data:P,opts:R}=E,B=C.let("dataType",(0,a._)`typeof ${P}`),z=C.let("coerced",(0,a._)`undefined`);R.coerceTypes==="array"&&C.if((0,a._)`${B} == 'object' && Array.isArray(${P}) && ${P}.length == 1`,()=>C.assign(P,(0,a._)`${P}[0]`).assign(B,(0,a._)`typeof ${P}`).if(w(T,P,R.strictNumbers),()=>C.assign(z,P))),C.if((0,a._)`${z} !== undefined`);for(const W of D)(f.has(W)||W==="array"&&R.coerceTypes==="array")&&K(W);C.else(),h(E),C.endIf(),C.if((0,a._)`${z} !== undefined`,()=>{C.assign(P,z),S(E,z)});function K(W){switch(W){case"string":C.elseIf((0,a._)`${B} == "number" || ${B} == "boolean"`).assign(z,(0,a._)`"" + ${P}`).elseIf((0,a._)`${P} === null`).assign(z,(0,a._)`""`);return;case"number":C.elseIf((0,a._)`${B} == "boolean" || ${P} === null
|
|
7
|
+
|| (${B} == "string" && ${P} && ${P} == +${P})`).assign(z,(0,a._)`+${P}`);return;case"integer":C.elseIf((0,a._)`${B} === "boolean" || ${P} === null
|
|
8
|
+
|| (${B} === "string" && ${P} && ${P} == +${P} && !(${P} % 1))`).assign(z,(0,a._)`+${P}`);return;case"boolean":C.elseIf((0,a._)`${P} === "false" || ${P} === 0 || ${P} === null`).assign(z,!1).elseIf((0,a._)`${P} === "true" || ${P} === 1`).assign(z,!0);return;case"null":C.elseIf((0,a._)`${P} === "" || ${P} === 0 || ${P} === false`),C.assign(z,null);return;case"array":C.elseIf((0,a._)`${B} === "string" || ${B} === "number"
|
|
9
|
+
|| ${B} === "boolean" || ${P} === null`).assign(z,(0,a._)`[${P}]`)}}}function S({gen:E,parentData:T,parentDataProperty:D},C){E.if((0,a._)`${T} !== undefined`,()=>E.assign((0,a._)`${T}[${D}]`,C))}function $(E,T,D,C=s.Correct){const P=C===s.Correct?a.operators.EQ:a.operators.NEQ;let R;switch(E){case"null":return(0,a._)`${T} ${P} null`;case"array":R=(0,a._)`Array.isArray(${T})`;break;case"object":R=(0,a._)`${T} && typeof ${T} == "object" && !Array.isArray(${T})`;break;case"integer":R=B((0,a._)`!(${T} % 1) && !isNaN(${T})`);break;case"number":R=B();break;default:return(0,a._)`typeof ${T} ${P} ${E}`}return C===s.Correct?R:(0,a.not)(R);function B(z=a.nil){return(0,a.and)((0,a._)`typeof ${T} == "number"`,z,D?(0,a._)`isFinite(${T})`:a.nil)}}e.checkDataType=$;function w(E,T,D,C){if(E.length===1)return $(E[0],T,D,C);let P;const R=(0,o.toHash)(E);if(R.array&&R.object){const B=(0,a._)`typeof ${T} != "object"`;P=R.null?B:(0,a._)`!${T} || ${B}`,delete R.null,delete R.array,delete R.object}else P=a.nil;R.number&&delete R.integer;for(const B in R)P=(0,a.and)(P,$(B,T,D,C));return P}e.checkDataTypes=w;const v={message:({schema:E})=>`must be ${E}`,params:({schema:E,schemaValue:T})=>typeof E=="string"?(0,a._)`{type: ${E}}`:(0,a._)`{type: ${T}}`};function h(E){const T=y(E);(0,n.reportError)(T,v)}e.reportTypeError=h;function y(E){const{gen:T,data:D,schema:C}=E,P=(0,o.schemaRefOrVal)(E,C,"type");return{gen:T,keyword:"type",data:D,schema:C.type,schemaCode:P,schemaValue:P,parentSchema:C,params:{},it:E}}})(Un);var fo={};Object.defineProperty(fo,"__esModule",{value:!0});fo.assignDefaults=void 0;const Sr=oe,s4=ce;function i4(e,t){const{properties:r,items:n}=e.schema;if(t==="object"&&r)for(const a in r)Mu(e,a,r[a].default);else t==="array"&&Array.isArray(n)&&n.forEach((a,o)=>Mu(e,o,a.default))}fo.assignDefaults=i4;function Mu(e,t,r){const{gen:n,compositeRule:a,data:o,opts:s}=e;if(r===void 0)return;const c=(0,Sr._)`${o}${(0,Sr.getProperty)(t)}`;if(a){(0,s4.checkStrictMode)(e,`default is ignored for: ${c}`);return}let u=(0,Sr._)`${c} === undefined`;s.useDefaults==="empty"&&(u=(0,Sr._)`${u} || ${c} === null || ${c} === ""`),n.if(u,(0,Sr._)`${c} = ${(0,Sr.stringify)(r)}`)}var At={},ne={};Object.defineProperty(ne,"__esModule",{value:!0});ne.validateUnion=ne.validateArray=ne.usePattern=ne.callValidateCode=ne.schemaProperties=ne.allSchemaProperties=ne.noPropertyInData=ne.propertyInData=ne.isOwnProperty=ne.hasPropFunc=ne.reportMissingProp=ne.checkMissingProp=ne.checkReportMissingProp=void 0;const $e=oe,ai=ce,Wt=Tt,c4=ce;function l4(e,t){const{gen:r,data:n,it:a}=e;r.if(si(r,n,t,a.opts.ownProperties),()=>{e.setParams({missingProperty:(0,$e._)`${t}`},!0),e.error()})}ne.checkReportMissingProp=l4;function u4({gen:e,data:t,it:{opts:r}},n,a){return(0,$e.or)(...n.map(o=>(0,$e.and)(si(e,t,o,r.ownProperties),(0,$e._)`${a} = ${o}`)))}ne.checkMissingProp=u4;function d4(e,t){e.setParams({missingProperty:t},!0),e.error()}ne.reportMissingProp=d4;function wp(e){return e.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,$e._)`Object.prototype.hasOwnProperty`})}ne.hasPropFunc=wp;function oi(e,t,r){return(0,$e._)`${wp(e)}.call(${t}, ${r})`}ne.isOwnProperty=oi;function f4(e,t,r,n){const a=(0,$e._)`${t}${(0,$e.getProperty)(r)} !== undefined`;return n?(0,$e._)`${a} && ${oi(e,t,r)}`:a}ne.propertyInData=f4;function si(e,t,r,n){const a=(0,$e._)`${t}${(0,$e.getProperty)(r)} === undefined`;return n?(0,$e.or)(a,(0,$e.not)(oi(e,t,r))):a}ne.noPropertyInData=si;function Ep(e){return e?Object.keys(e).filter(t=>t!=="__proto__"):[]}ne.allSchemaProperties=Ep;function p4(e,t){return Ep(t).filter(r=>!(0,ai.alwaysValidSchema)(e,t[r]))}ne.schemaProperties=p4;function h4({schemaCode:e,data:t,it:{gen:r,topSchemaRef:n,schemaPath:a,errorPath:o},it:s},c,u,d){const f=d?(0,$e._)`${e}, ${t}, ${n}${a}`:t,m=[[Wt.default.instancePath,(0,$e.strConcat)(Wt.default.instancePath,o)],[Wt.default.parentData,s.parentData],[Wt.default.parentDataProperty,s.parentDataProperty],[Wt.default.rootData,Wt.default.rootData]];s.opts.dynamicRef&&m.push([Wt.default.dynamicAnchors,Wt.default.dynamicAnchors]);const b=(0,$e._)`${f}, ${r.object(...m)}`;return u!==$e.nil?(0,$e._)`${c}.call(${u}, ${b})`:(0,$e._)`${c}(${b})`}ne.callValidateCode=h4;const m4=(0,$e._)`new RegExp`;function v4({gen:e,it:{opts:t}},r){const n=t.unicodeRegExp?"u":"",{regExp:a}=t.code,o=a(r,n);return e.scopeValue("pattern",{key:o.toString(),ref:o,code:(0,$e._)`${a.code==="new RegExp"?m4:(0,c4.useFunc)(e,a)}(${r}, ${n})`})}ne.usePattern=v4;function $4(e){const{gen:t,data:r,keyword:n,it:a}=e,o=t.name("valid");if(a.allErrors){const c=t.let("valid",!0);return s(()=>t.assign(c,!1)),c}return t.var(o,!0),s(()=>t.break()),o;function s(c){const u=t.const("len",(0,$e._)`${r}.length`);t.forRange("i",0,u,d=>{e.subschema({keyword:n,dataProp:d,dataPropType:ai.Type.Num},o),t.if((0,$e.not)(o),c)})}}ne.validateArray=$4;function y4(e){const{gen:t,schema:r,keyword:n,it:a}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");if(r.some(u=>(0,ai.alwaysValidSchema)(a,u))&&!a.opts.unevaluated)return;const s=t.let("valid",!1),c=t.name("_valid");t.block(()=>r.forEach((u,d)=>{const f=e.subschema({keyword:n,schemaProp:d,compositeRule:!0},c);t.assign(s,(0,$e._)`${s} || ${c}`),e.mergeValidEvaluated(f,c)||t.if((0,$e.not)(s))})),e.result(s,()=>e.reset(),()=>e.error(!0))}ne.validateUnion=y4;Object.defineProperty(At,"__esModule",{value:!0});At.validateKeywordUsage=At.validSchemaType=At.funcKeywordCode=At.macroKeywordCode=void 0;const Be=oe,lr=Tt,g4=ne,_4=zn;function b4(e,t){const{gen:r,keyword:n,schema:a,parentSchema:o,it:s}=e,c=t.macro.call(s.self,a,o,s),u=Sp(r,n,c);s.opts.validateSchema!==!1&&s.self.validateSchema(c,!0);const d=r.name("valid");e.subschema({schema:c,schemaPath:Be.nil,errSchemaPath:`${s.errSchemaPath}/${n}`,topSchemaRef:u,compositeRule:!0},d),e.pass(d,()=>e.error(!0))}At.macroKeywordCode=b4;function w4(e,t){var r;const{gen:n,keyword:a,schema:o,parentSchema:s,$data:c,it:u}=e;S4(u,t);const d=!c&&t.compile?t.compile.call(u.self,o,s,u):t.validate,f=Sp(n,a,d),m=n.let("valid");e.block$data(m,b),e.ok((r=t.valid)!==null&&r!==void 0?r:m);function b(){if(t.errors===!1)w(),t.modifying&&Lu(e),v(()=>e.error());else{const h=t.async?S():$();t.modifying&&Lu(e),v(()=>E4(e,h))}}function S(){const h=n.let("ruleErrs",null);return n.try(()=>w((0,Be._)`await `),y=>n.assign(m,!1).if((0,Be._)`${y} instanceof ${u.ValidationError}`,()=>n.assign(h,(0,Be._)`${y}.errors`),()=>n.throw(y))),h}function $(){const h=(0,Be._)`${f}.errors`;return n.assign(h,null),w(Be.nil),h}function w(h=t.async?(0,Be._)`await `:Be.nil){const y=u.opts.passContext?lr.default.this:lr.default.self,E=!("compile"in t&&!c||t.schema===!1);n.assign(m,(0,Be._)`${h}${(0,g4.callValidateCode)(e,f,y,E)}`,t.modifying)}function v(h){var y;n.if((0,Be.not)((y=t.valid)!==null&&y!==void 0?y:m),h)}}At.funcKeywordCode=w4;function Lu(e){const{gen:t,data:r,it:n}=e;t.if(n.parentData,()=>t.assign(r,(0,Be._)`${n.parentData}[${n.parentDataProperty}]`))}function E4(e,t){const{gen:r}=e;r.if((0,Be._)`Array.isArray(${t})`,()=>{r.assign(lr.default.vErrors,(0,Be._)`${lr.default.vErrors} === null ? ${t} : ${lr.default.vErrors}.concat(${t})`).assign(lr.default.errors,(0,Be._)`${lr.default.vErrors}.length`),(0,_4.extendErrors)(e)},()=>e.error())}function S4({schemaEnv:e},t){if(t.async&&!e.$async)throw new Error("async keyword in sync schema")}function Sp(e,t,r){if(r===void 0)throw new Error(`keyword "${t}" failed to compile`);return e.scopeValue("keyword",typeof r=="function"?{ref:r}:{ref:r,code:(0,Be.stringify)(r)})}function C4(e,t,r=!1){return!t.length||t.some(n=>n==="array"?Array.isArray(e):n==="object"?e&&typeof e=="object"&&!Array.isArray(e):typeof e==n||r&&typeof e>"u")}At.validSchemaType=C4;function A4({schema:e,opts:t,self:r,errSchemaPath:n},a,o){if(Array.isArray(a.keyword)?!a.keyword.includes(o):a.keyword!==o)throw new Error("ajv implementation error");const s=a.dependencies;if(s!=null&&s.some(c=>!Object.prototype.hasOwnProperty.call(e,c)))throw new Error(`parent schema must have dependencies of ${o}: ${s.join(",")}`);if(a.validateSchema&&!a.validateSchema(e[o])){const u=`keyword "${o}" value is invalid at path "${n}": `+r.errorsText(a.validateSchema.errors);if(t.validateSchema==="log")r.logger.error(u);else throw new Error(u)}}At.validateKeywordUsage=A4;var Yt={};Object.defineProperty(Yt,"__esModule",{value:!0});Yt.extendSubschemaMode=Yt.extendSubschemaData=Yt.getSubschema=void 0;const St=oe,Cp=ce;function P4(e,{keyword:t,schemaProp:r,schema:n,schemaPath:a,errSchemaPath:o,topSchemaRef:s}){if(t!==void 0&&n!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(t!==void 0){const c=e.schema[t];return r===void 0?{schema:c,schemaPath:(0,St._)`${e.schemaPath}${(0,St.getProperty)(t)}`,errSchemaPath:`${e.errSchemaPath}/${t}`}:{schema:c[r],schemaPath:(0,St._)`${e.schemaPath}${(0,St.getProperty)(t)}${(0,St.getProperty)(r)}`,errSchemaPath:`${e.errSchemaPath}/${t}/${(0,Cp.escapeFragment)(r)}`}}if(n!==void 0){if(a===void 0||o===void 0||s===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:n,schemaPath:a,topSchemaRef:s,errSchemaPath:o}}throw new Error('either "keyword" or "schema" must be passed')}Yt.getSubschema=P4;function O4(e,t,{dataProp:r,dataPropType:n,data:a,dataTypes:o,propertyName:s}){if(a!==void 0&&r!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');const{gen:c}=t;if(r!==void 0){const{errorPath:d,dataPathArr:f,opts:m}=t,b=c.let("data",(0,St._)`${t.data}${(0,St.getProperty)(r)}`,!0);u(b),e.errorPath=(0,St.str)`${d}${(0,Cp.getErrorPath)(r,n,m.jsPropertySyntax)}`,e.parentDataProperty=(0,St._)`${r}`,e.dataPathArr=[...f,e.parentDataProperty]}if(a!==void 0){const d=a instanceof St.Name?a:c.let("data",a,!0);u(d),s!==void 0&&(e.propertyName=s)}o&&(e.dataTypes=o);function u(d){e.data=d,e.dataLevel=t.dataLevel+1,e.dataTypes=[],t.definedProperties=new Set,e.parentData=t.data,e.dataNames=[...t.dataNames,d]}}Yt.extendSubschemaData=O4;function T4(e,{jtdDiscriminator:t,jtdMetadata:r,compositeRule:n,createErrors:a,allErrors:o}){n!==void 0&&(e.compositeRule=n),a!==void 0&&(e.createErrors=a),o!==void 0&&(e.allErrors=o),e.jtdDiscriminator=t,e.jtdMetadata=r}Yt.extendSubschemaMode=T4;var je={},po=function e(t,r){if(t===r)return!0;if(t&&r&&typeof t=="object"&&typeof r=="object"){if(t.constructor!==r.constructor)return!1;var n,a,o;if(Array.isArray(t)){if(n=t.length,n!=r.length)return!1;for(a=n;a--!==0;)if(!e(t[a],r[a]))return!1;return!0}if(t.constructor===RegExp)return t.source===r.source&&t.flags===r.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===r.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===r.toString();if(o=Object.keys(t),n=o.length,n!==Object.keys(r).length)return!1;for(a=n;a--!==0;)if(!Object.prototype.hasOwnProperty.call(r,o[a]))return!1;for(a=n;a--!==0;){var s=o[a];if(!e(t[s],r[s]))return!1}return!0}return t!==t&&r!==r},us={},N4={get exports(){return us},set exports(e){us=e}},xt=N4.exports=function(e,t,r){typeof t=="function"&&(r=t,t={}),r=t.cb||r;var n=typeof r=="function"?r:r.pre||function(){},a=r.post||function(){};ga(t,n,a,e,"",e)};xt.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};xt.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};xt.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};xt.skipKeywords={default:!0,enum:!0,const:!0,required:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0};function ga(e,t,r,n,a,o,s,c,u,d){if(n&&typeof n=="object"&&!Array.isArray(n)){t(n,a,o,s,c,u,d);for(var f in n){var m=n[f];if(Array.isArray(m)){if(f in xt.arrayKeywords)for(var b=0;b<m.length;b++)ga(e,t,r,m[b],a+"/"+f+"/"+b,o,a,f,n,b)}else if(f in xt.propsKeywords){if(m&&typeof m=="object")for(var S in m)ga(e,t,r,m[S],a+"/"+f+"/"+I4(S),o,a,f,n,S)}else(f in xt.keywords||e.allKeys&&!(f in xt.skipKeywords))&&ga(e,t,r,m,a+"/"+f,o,a,f,n)}r(n,a,o,s,c,u,d)}}function I4(e){return e.replace(/~/g,"~0").replace(/\//g,"~1")}Object.defineProperty(je,"__esModule",{value:!0});je.getSchemaRefs=je.resolveUrl=je.normalizeId=je._getFullPath=je.getFullPath=je.inlineRef=void 0;const k4=ce,R4=po,j4=us,D4=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function M4(e,t=!0){return typeof e=="boolean"?!0:t===!0?!ds(e):t?Ap(e)<=t:!1}je.inlineRef=M4;const L4=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function ds(e){for(const t in e){if(L4.has(t))return!0;const r=e[t];if(Array.isArray(r)&&r.some(ds)||typeof r=="object"&&ds(r))return!0}return!1}function Ap(e){let t=0;for(const r in e){if(r==="$ref")return 1/0;if(t++,!D4.has(r)&&(typeof e[r]=="object"&&(0,k4.eachItem)(e[r],n=>t+=Ap(n)),t===1/0))return 1/0}return t}function Pp(e,t="",r){r!==!1&&(t=kr(t));const n=e.parse(t);return Op(e,n)}je.getFullPath=Pp;function Op(e,t){return e.serialize(t).split("#")[0]+"#"}je._getFullPath=Op;const V4=/#\/?$/;function kr(e){return e?e.replace(V4,""):""}je.normalizeId=kr;function F4(e,t,r){return r=kr(r),e.resolve(t,r)}je.resolveUrl=F4;const B4=/^[a-z_][-a-z0-9._]*$/i;function z4(e,t){if(typeof e=="boolean")return{};const{schemaId:r,uriResolver:n}=this.opts,a=kr(e[r]||t),o={"":a},s=Pp(n,a,!1),c={},u=new Set;return j4(e,{allKeys:!0},(m,b,S,$)=>{if($===void 0)return;const w=s+b;let v=o[$];typeof m[r]=="string"&&(v=h.call(this,m[r])),y.call(this,m.$anchor),y.call(this,m.$dynamicAnchor),o[b]=v;function h(E){const T=this.opts.uriResolver.resolve;if(E=kr(v?T(v,E):E),u.has(E))throw f(E);u.add(E);let D=this.refs[E];return typeof D=="string"&&(D=this.refs[D]),typeof D=="object"?d(m,D.schema,E):E!==kr(w)&&(E[0]==="#"?(d(m,c[E],E),c[E]=m):this.refs[E]=w),E}function y(E){if(typeof E=="string"){if(!B4.test(E))throw new Error(`invalid anchor "${E}"`);h.call(this,`#${E}`)}}}),c;function d(m,b,S){if(b!==void 0&&!R4(m,b))throw f(S)}function f(m){return new Error(`reference "${m}" resolves to more than one schema`)}}je.getSchemaRefs=z4;Object.defineProperty(pt,"__esModule",{value:!0});pt.getData=pt.KeywordCxt=pt.validateFunctionCode=void 0;const Tp=Dr,Vu=Un,ii=Vt,Va=Un,U4=fo,mn=At,zo=Yt,G=oe,Y=Tt,q4=je,Ft=ce,cn=zn;function W4(e){if(kp(e)&&(Rp(e),Ip(e))){H4(e);return}Np(e,()=>(0,Tp.topBoolOrEmptySchema)(e))}pt.validateFunctionCode=W4;function Np({gen:e,validateName:t,schema:r,schemaEnv:n,opts:a},o){a.code.es5?e.func(t,(0,G._)`${Y.default.data}, ${Y.default.valCxt}`,n.$async,()=>{e.code((0,G._)`"use strict"; ${Fu(r,a)}`),G4(e,a),e.code(o)}):e.func(t,(0,G._)`${Y.default.data}, ${K4(a)}`,n.$async,()=>e.code(Fu(r,a)).code(o))}function K4(e){return(0,G._)`{${Y.default.instancePath}="", ${Y.default.parentData}, ${Y.default.parentDataProperty}, ${Y.default.rootData}=${Y.default.data}${e.dynamicRef?(0,G._)`, ${Y.default.dynamicAnchors}={}`:G.nil}}={}`}function G4(e,t){e.if(Y.default.valCxt,()=>{e.var(Y.default.instancePath,(0,G._)`${Y.default.valCxt}.${Y.default.instancePath}`),e.var(Y.default.parentData,(0,G._)`${Y.default.valCxt}.${Y.default.parentData}`),e.var(Y.default.parentDataProperty,(0,G._)`${Y.default.valCxt}.${Y.default.parentDataProperty}`),e.var(Y.default.rootData,(0,G._)`${Y.default.valCxt}.${Y.default.rootData}`),t.dynamicRef&&e.var(Y.default.dynamicAnchors,(0,G._)`${Y.default.valCxt}.${Y.default.dynamicAnchors}`)},()=>{e.var(Y.default.instancePath,(0,G._)`""`),e.var(Y.default.parentData,(0,G._)`undefined`),e.var(Y.default.parentDataProperty,(0,G._)`undefined`),e.var(Y.default.rootData,Y.default.data),t.dynamicRef&&e.var(Y.default.dynamicAnchors,(0,G._)`{}`)})}function H4(e){const{schema:t,opts:r,gen:n}=e;Np(e,()=>{r.$comment&&t.$comment&&Dp(e),X4(e),n.let(Y.default.vErrors,null),n.let(Y.default.errors,0),r.unevaluated&&x4(e),jp(e),tM(e)})}function x4(e){const{gen:t,validateName:r}=e;e.evaluated=t.const("evaluated",(0,G._)`${r}.evaluated`),t.if((0,G._)`${e.evaluated}.dynamicProps`,()=>t.assign((0,G._)`${e.evaluated}.props`,(0,G._)`undefined`)),t.if((0,G._)`${e.evaluated}.dynamicItems`,()=>t.assign((0,G._)`${e.evaluated}.items`,(0,G._)`undefined`))}function Fu(e,t){const r=typeof e=="object"&&e[t.schemaId];return r&&(t.code.source||t.code.process)?(0,G._)`/*# sourceURL=${r} */`:G.nil}function J4(e,t){if(kp(e)&&(Rp(e),Ip(e))){Z4(e,t);return}(0,Tp.boolOrEmptySchema)(e,t)}function Ip({schema:e,self:t}){if(typeof e=="boolean")return!e;for(const r in e)if(t.RULES.all[r])return!0;return!1}function kp(e){return typeof e.schema!="boolean"}function Z4(e,t){const{schema:r,gen:n,opts:a}=e;a.$comment&&r.$comment&&Dp(e),Q4(e),eM(e);const o=n.const("_errs",Y.default.errors);jp(e,o),n.var(t,(0,G._)`${o} === ${Y.default.errors}`)}function Rp(e){(0,Ft.checkUnknownRules)(e),Y4(e)}function jp(e,t){if(e.opts.jtd)return Bu(e,[],!1,t);const r=(0,Vu.getSchemaTypes)(e.schema),n=(0,Vu.coerceAndCheckDataType)(e,r);Bu(e,r,!n,t)}function Y4(e){const{schema:t,errSchemaPath:r,opts:n,self:a}=e;t.$ref&&n.ignoreKeywordsWithRef&&(0,Ft.schemaHasRulesButRef)(t,a.RULES)&&a.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function X4(e){const{schema:t,opts:r}=e;t.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,Ft.checkStrictMode)(e,"default is ignored in the schema root")}function Q4(e){const t=e.schema[e.opts.schemaId];t&&(e.baseId=(0,q4.resolveUrl)(e.opts.uriResolver,e.baseId,t))}function eM(e){if(e.schema.$async&&!e.schemaEnv.$async)throw new Error("async schema in sync schema")}function Dp({gen:e,schemaEnv:t,schema:r,errSchemaPath:n,opts:a}){const o=r.$comment;if(a.$comment===!0)e.code((0,G._)`${Y.default.self}.logger.log(${o})`);else if(typeof a.$comment=="function"){const s=(0,G.str)`${n}/$comment`,c=e.scopeValue("root",{ref:t.root});e.code((0,G._)`${Y.default.self}.opts.$comment(${o}, ${s}, ${c}.schema)`)}}function tM(e){const{gen:t,schemaEnv:r,validateName:n,ValidationError:a,opts:o}=e;r.$async?t.if((0,G._)`${Y.default.errors} === 0`,()=>t.return(Y.default.data),()=>t.throw((0,G._)`new ${a}(${Y.default.vErrors})`)):(t.assign((0,G._)`${n}.errors`,Y.default.vErrors),o.unevaluated&&rM(e),t.return((0,G._)`${Y.default.errors} === 0`))}function rM({gen:e,evaluated:t,props:r,items:n}){r instanceof G.Name&&e.assign((0,G._)`${t}.props`,r),n instanceof G.Name&&e.assign((0,G._)`${t}.items`,n)}function Bu(e,t,r,n){const{gen:a,schema:o,data:s,allErrors:c,opts:u,self:d}=e,{RULES:f}=d;if(o.$ref&&(u.ignoreKeywordsWithRef||!(0,Ft.schemaHasRulesButRef)(o,f))){a.block(()=>Vp(e,"$ref",f.all.$ref.definition));return}u.jtd||nM(e,t),a.block(()=>{for(const b of f.rules)m(b);m(f.post)});function m(b){(0,ii.shouldUseGroup)(o,b)&&(b.type?(a.if((0,Va.checkDataType)(b.type,s,u.strictNumbers)),zu(e,b),t.length===1&&t[0]===b.type&&r&&(a.else(),(0,Va.reportTypeError)(e)),a.endIf()):zu(e,b),c||a.if((0,G._)`${Y.default.errors} === ${n||0}`))}}function zu(e,t){const{gen:r,schema:n,opts:{useDefaults:a}}=e;a&&(0,U4.assignDefaults)(e,t.type),r.block(()=>{for(const o of t.rules)(0,ii.shouldUseRule)(n,o)&&Vp(e,o.keyword,o.definition,t.type)})}function nM(e,t){e.schemaEnv.meta||!e.opts.strictTypes||(aM(e,t),e.opts.allowUnionTypes||oM(e,t),sM(e,e.dataTypes))}function aM(e,t){if(t.length){if(!e.dataTypes.length){e.dataTypes=t;return}t.forEach(r=>{Mp(e.dataTypes,r)||ci(e,`type "${r}" not allowed by context "${e.dataTypes.join(",")}"`)}),cM(e,t)}}function oM(e,t){t.length>1&&!(t.length===2&&t.includes("null"))&&ci(e,"use allowUnionTypes to allow union type keyword")}function sM(e,t){const r=e.self.RULES.all;for(const n in r){const a=r[n];if(typeof a=="object"&&(0,ii.shouldUseRule)(e.schema,a)){const{type:o}=a.definition;o.length&&!o.some(s=>iM(t,s))&&ci(e,`missing type "${o.join(",")}" for keyword "${n}"`)}}}function iM(e,t){return e.includes(t)||t==="number"&&e.includes("integer")}function Mp(e,t){return e.includes(t)||t==="integer"&&e.includes("number")}function cM(e,t){const r=[];for(const n of e.dataTypes)Mp(t,n)?r.push(n):t.includes("integer")&&n==="number"&&r.push("integer");e.dataTypes=r}function ci(e,t){const r=e.schemaEnv.baseId+e.errSchemaPath;t+=` at "${r}" (strictTypes)`,(0,Ft.checkStrictMode)(e,t,e.opts.strictTypes)}let Lp=class{constructor(t,r,n){if((0,mn.validateKeywordUsage)(t,r,n),this.gen=t.gen,this.allErrors=t.allErrors,this.keyword=n,this.data=t.data,this.schema=t.schema[n],this.$data=r.$data&&t.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,Ft.schemaRefOrVal)(t,this.schema,n,this.$data),this.schemaType=r.schemaType,this.parentSchema=t.schema,this.params={},this.it=t,this.def=r,this.$data)this.schemaCode=t.gen.const("vSchema",Fp(this.$data,t));else if(this.schemaCode=this.schemaValue,!(0,mn.validSchemaType)(this.schema,r.schemaType,r.allowUndefined))throw new Error(`${n} value must be ${JSON.stringify(r.schemaType)}`);("code"in r?r.trackErrors:r.errors!==!1)&&(this.errsCount=t.gen.const("_errs",Y.default.errors))}result(t,r,n){this.failResult((0,G.not)(t),r,n)}failResult(t,r,n){this.gen.if(t),n?n():this.error(),r?(this.gen.else(),r(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(t,r){this.failResult((0,G.not)(t),void 0,r)}fail(t){if(t===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(t),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(t){if(!this.$data)return this.fail(t);const{schemaCode:r}=this;this.fail((0,G._)`${r} !== undefined && (${(0,G.or)(this.invalid$data(),t)})`)}error(t,r,n){if(r){this.setParams(r),this._error(t,n),this.setParams({});return}this._error(t,n)}_error(t,r){(t?cn.reportExtraError:cn.reportError)(this,this.def.error,r)}$dataError(){(0,cn.reportError)(this,this.def.$dataError||cn.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,cn.resetErrorsCount)(this.gen,this.errsCount)}ok(t){this.allErrors||this.gen.if(t)}setParams(t,r){r?Object.assign(this.params,t):this.params=t}block$data(t,r,n=G.nil){this.gen.block(()=>{this.check$data(t,n),r()})}check$data(t=G.nil,r=G.nil){if(!this.$data)return;const{gen:n,schemaCode:a,schemaType:o,def:s}=this;n.if((0,G.or)((0,G._)`${a} === undefined`,r)),t!==G.nil&&n.assign(t,!0),(o.length||s.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),t!==G.nil&&n.assign(t,!1)),n.else()}invalid$data(){const{gen:t,schemaCode:r,schemaType:n,def:a,it:o}=this;return(0,G.or)(s(),c());function s(){if(n.length){if(!(r instanceof G.Name))throw new Error("ajv implementation error");const u=Array.isArray(n)?n:[n];return(0,G._)`${(0,Va.checkDataTypes)(u,r,o.opts.strictNumbers,Va.DataType.Wrong)}`}return G.nil}function c(){if(a.validateSchema){const u=t.scopeValue("validate$data",{ref:a.validateSchema});return(0,G._)`!${u}(${r})`}return G.nil}}subschema(t,r){const n=(0,zo.getSubschema)(this.it,t);(0,zo.extendSubschemaData)(n,this.it,t),(0,zo.extendSubschemaMode)(n,t);const a={...this.it,...n,items:void 0,props:void 0};return J4(a,r),a}mergeEvaluated(t,r){const{it:n,gen:a}=this;n.opts.unevaluated&&(n.props!==!0&&t.props!==void 0&&(n.props=Ft.mergeEvaluated.props(a,t.props,n.props,r)),n.items!==!0&&t.items!==void 0&&(n.items=Ft.mergeEvaluated.items(a,t.items,n.items,r)))}mergeValidEvaluated(t,r){const{it:n,gen:a}=this;if(n.opts.unevaluated&&(n.props!==!0||n.items!==!0))return a.if(r,()=>this.mergeEvaluated(t,G.Name)),!0}};pt.KeywordCxt=Lp;function Vp(e,t,r,n){const a=new Lp(e,r,t);"code"in r?r.code(a,n):a.$data&&r.validate?(0,mn.funcKeywordCode)(a,r):"macro"in r?(0,mn.macroKeywordCode)(a,r):(r.compile||r.validate)&&(0,mn.funcKeywordCode)(a,r)}const lM=/^\/(?:[^~]|~0|~1)*$/,uM=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function Fp(e,{dataLevel:t,dataNames:r,dataPathArr:n}){let a,o;if(e==="")return Y.default.rootData;if(e[0]==="/"){if(!lM.test(e))throw new Error(`Invalid JSON-pointer: ${e}`);a=e,o=Y.default.rootData}else{const d=uM.exec(e);if(!d)throw new Error(`Invalid JSON-pointer: ${e}`);const f=+d[1];if(a=d[2],a==="#"){if(f>=t)throw new Error(u("property/index",f));return n[t-f]}if(f>t)throw new Error(u("data",f));if(o=r[t-f],!a)return o}let s=o;const c=a.split("/");for(const d of c)d&&(o=(0,G._)`${o}${(0,G.getProperty)((0,Ft.unescapeJsonPointer)(d))}`,s=(0,G._)`${s} && ${o}`);return s;function u(d,f){return`Cannot access ${d} ${f} levels up, current level is ${t}`}}pt.getData=Fp;var qn={};Object.defineProperty(qn,"__esModule",{value:!0});let dM=class extends Error{constructor(t){super("validation failed"),this.errors=t,this.ajv=this.validation=!0}};qn.default=dM;var Wn={};Object.defineProperty(Wn,"__esModule",{value:!0});const Uo=je;let fM=class extends Error{constructor(t,r,n,a){super(a||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,Uo.resolveUrl)(t,r,n),this.missingSchema=(0,Uo.normalizeId)((0,Uo.getFullPath)(t,this.missingRef))}};Wn.default=fM;var Ge={};Object.defineProperty(Ge,"__esModule",{value:!0});Ge.resolveSchema=Ge.getCompilingSchema=Ge.resolveRef=Ge.compileSchema=Ge.SchemaEnv=void 0;const st=oe,pM=qn,sr=Tt,dt=je,Uu=ce,hM=pt;let ho=class{constructor(t){var r;this.refs={},this.dynamicAnchors={};let n;typeof t.schema=="object"&&(n=t.schema),this.schema=t.schema,this.schemaId=t.schemaId,this.root=t.root||this,this.baseId=(r=t.baseId)!==null&&r!==void 0?r:(0,dt.normalizeId)(n==null?void 0:n[t.schemaId||"$id"]),this.schemaPath=t.schemaPath,this.localRefs=t.localRefs,this.meta=t.meta,this.$async=n==null?void 0:n.$async,this.refs={}}};Ge.SchemaEnv=ho;function li(e){const t=Bp.call(this,e);if(t)return t;const r=(0,dt.getFullPath)(this.opts.uriResolver,e.root.baseId),{es5:n,lines:a}=this.opts.code,{ownProperties:o}=this.opts,s=new st.CodeGen(this.scope,{es5:n,lines:a,ownProperties:o});let c;e.$async&&(c=s.scopeValue("Error",{ref:pM.default,code:(0,st._)`require("ajv/dist/runtime/validation_error").default`}));const u=s.scopeName("validate");e.validateName=u;const d={gen:s,allErrors:this.opts.allErrors,data:sr.default.data,parentData:sr.default.parentData,parentDataProperty:sr.default.parentDataProperty,dataNames:[sr.default.data],dataPathArr:[st.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:s.scopeValue("schema",this.opts.code.source===!0?{ref:e.schema,code:(0,st.stringify)(e.schema)}:{ref:e.schema}),validateName:u,ValidationError:c,schema:e.schema,schemaEnv:e,rootId:r,baseId:e.baseId||r,schemaPath:st.nil,errSchemaPath:e.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,st._)`""`,opts:this.opts,self:this};let f;try{this._compilations.add(e),(0,hM.validateFunctionCode)(d),s.optimize(this.opts.code.optimize);const m=s.toString();f=`${s.scopeRefs(sr.default.scope)}return ${m}`,this.opts.code.process&&(f=this.opts.code.process(f,e));const S=new Function(`${sr.default.self}`,`${sr.default.scope}`,f)(this,this.scope.get());if(this.scope.value(u,{ref:S}),S.errors=null,S.schema=e.schema,S.schemaEnv=e,e.$async&&(S.$async=!0),this.opts.code.source===!0&&(S.source={validateName:u,validateCode:m,scopeValues:s._values}),this.opts.unevaluated){const{props:$,items:w}=d;S.evaluated={props:$ instanceof st.Name?void 0:$,items:w instanceof st.Name?void 0:w,dynamicProps:$ instanceof st.Name,dynamicItems:w instanceof st.Name},S.source&&(S.source.evaluated=(0,st.stringify)(S.evaluated))}return e.validate=S,e}catch(m){throw delete e.validate,delete e.validateName,f&&this.logger.error("Error compiling schema, function code:",f),m}finally{this._compilations.delete(e)}}Ge.compileSchema=li;function mM(e,t,r){var n;r=(0,dt.resolveUrl)(this.opts.uriResolver,t,r);const a=e.refs[r];if(a)return a;let o=yM.call(this,e,r);if(o===void 0){const s=(n=e.localRefs)===null||n===void 0?void 0:n[r],{schemaId:c}=this.opts;s&&(o=new ho({schema:s,schemaId:c,root:e,baseId:t}))}if(o!==void 0)return e.refs[r]=vM.call(this,o)}Ge.resolveRef=mM;function vM(e){return(0,dt.inlineRef)(e.schema,this.opts.inlineRefs)?e.schema:e.validate?e:li.call(this,e)}function Bp(e){for(const t of this._compilations)if($M(t,e))return t}Ge.getCompilingSchema=Bp;function $M(e,t){return e.schema===t.schema&&e.root===t.root&&e.baseId===t.baseId}function yM(e,t){let r;for(;typeof(r=this.refs[t])=="string";)t=r;return r||this.schemas[t]||mo.call(this,e,t)}function mo(e,t){const r=this.opts.uriResolver.parse(t),n=(0,dt._getFullPath)(this.opts.uriResolver,r);let a=(0,dt.getFullPath)(this.opts.uriResolver,e.baseId,void 0);if(Object.keys(e.schema).length>0&&n===a)return qo.call(this,r,e);const o=(0,dt.normalizeId)(n),s=this.refs[o]||this.schemas[o];if(typeof s=="string"){const c=mo.call(this,e,s);return typeof(c==null?void 0:c.schema)!="object"?void 0:qo.call(this,r,c)}if(typeof(s==null?void 0:s.schema)=="object"){if(s.validate||li.call(this,s),o===(0,dt.normalizeId)(t)){const{schema:c}=s,{schemaId:u}=this.opts,d=c[u];return d&&(a=(0,dt.resolveUrl)(this.opts.uriResolver,a,d)),new ho({schema:c,schemaId:u,root:e,baseId:a})}return qo.call(this,r,s)}}Ge.resolveSchema=mo;const gM=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function qo(e,{baseId:t,schema:r,root:n}){var a;if(((a=e.fragment)===null||a===void 0?void 0:a[0])!=="/")return;for(const c of e.fragment.slice(1).split("/")){if(typeof r=="boolean")return;const u=r[(0,Uu.unescapeFragment)(c)];if(u===void 0)return;r=u;const d=typeof r=="object"&&r[this.opts.schemaId];!gM.has(c)&&d&&(t=(0,dt.resolveUrl)(this.opts.uriResolver,t,d))}let o;if(typeof r!="boolean"&&r.$ref&&!(0,Uu.schemaHasRulesButRef)(r,this.RULES)){const c=(0,dt.resolveUrl)(this.opts.uriResolver,t,r.$ref);o=mo.call(this,n,c)}const{schemaId:s}=this.opts;if(o=o||new ho({schema:r,schemaId:s,root:n,baseId:t}),o.schema!==o.root.schema)return o}const _M="https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",bM="Meta-schema for $data reference (JSON AnySchema extension proposal)",wM="object",EM=["$data"],SM={$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},CM=!1,AM={$id:_M,description:bM,type:wM,required:EM,properties:SM,additionalProperties:CM};var ui={},Pn={},PM={get exports(){return Pn},set exports(e){Pn=e}};/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */(function(e,t){(function(r,n){n(t)})(fn,function(r){function n(){for(var N=arguments.length,O=Array(N),k=0;k<N;k++)O[k]=arguments[k];if(O.length>1){O[0]=O[0].slice(0,-1);for(var F=O.length-1,V=1;V<F;++V)O[V]=O[V].slice(1,-1);return O[F]=O[F].slice(1),O.join("")}else return O[0]}function a(N){return"(?:"+N+")"}function o(N){return N===void 0?"undefined":N===null?"null":Object.prototype.toString.call(N).split(" ").pop().split("]").shift().toLowerCase()}function s(N){return N.toUpperCase()}function c(N){return N!=null?N instanceof Array?N:typeof N.length!="number"||N.split||N.setInterval||N.call?[N]:Array.prototype.slice.call(N):[]}function u(N,O){var k=N;if(O)for(var F in O)k[F]=O[F];return k}function d(N){var O="[A-Za-z]",k="[0-9]",F=n(k,"[A-Fa-f]"),V=a(a("%[EFef]"+F+"%"+F+F+"%"+F+F)+"|"+a("%[89A-Fa-f]"+F+"%"+F+F)+"|"+a("%"+F+F)),x="[\\:\\/\\?\\#\\[\\]\\@]",J="[\\!\\$\\&\\'\\(\\)\\*\\+\\,\\;\\=]",ie=n(x,J),me=N?"[\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]":"[]",Ee=N?"[\\uE000-\\uF8FF]":"[]",se=n(O,k,"[\\-\\.\\_\\~]",me);a(O+n(O,k,"[\\+\\-\\.]")+"*"),a(a(V+"|"+n(se,J,"[\\:]"))+"*");var pe=a(a("25[0-5]")+"|"+a("2[0-4]"+k)+"|"+a("1"+k+k)+"|"+a("0?[1-9]"+k)+"|0?0?"+k),Se=a(pe+"\\."+pe+"\\."+pe+"\\."+pe),Q=a(F+"{1,4}"),ge=a(a(Q+"\\:"+Q)+"|"+Se),Pe=a(a(Q+"\\:")+"{6}"+ge),_e=a("\\:\\:"+a(Q+"\\:")+"{5}"+ge),qt=a(a(Q)+"?\\:\\:"+a(Q+"\\:")+"{4}"+ge),bt=a(a(a(Q+"\\:")+"{0,1}"+Q)+"?\\:\\:"+a(Q+"\\:")+"{3}"+ge),wt=a(a(a(Q+"\\:")+"{0,2}"+Q)+"?\\:\\:"+a(Q+"\\:")+"{2}"+ge),Er=a(a(a(Q+"\\:")+"{0,3}"+Q)+"?\\:\\:"+Q+"\\:"+ge),ar=a(a(a(Q+"\\:")+"{0,4}"+Q)+"?\\:\\:"+ge),tt=a(a(a(Q+"\\:")+"{0,5}"+Q)+"?\\:\\:"+Q),Et=a(a(a(Q+"\\:")+"{0,6}"+Q)+"?\\:\\:"),or=a([Pe,_e,qt,bt,wt,Er,ar,tt,Et].join("|")),Mt=a(a(se+"|"+V)+"+");a("[vV]"+F+"+\\."+n(se,J,"[\\:]")+"+"),a(a(V+"|"+n(se,J))+"*");var nn=a(V+"|"+n(se,J,"[\\:\\@]"));return a(a(V+"|"+n(se,J,"[\\@]"))+"+"),a(a(nn+"|"+n("[\\/\\?]",Ee))+"*"),{NOT_SCHEME:new RegExp(n("[^]",O,k,"[\\+\\-\\.]"),"g"),NOT_USERINFO:new RegExp(n("[^\\%\\:]",se,J),"g"),NOT_HOST:new RegExp(n("[^\\%\\[\\]\\:]",se,J),"g"),NOT_PATH:new RegExp(n("[^\\%\\/\\:\\@]",se,J),"g"),NOT_PATH_NOSCHEME:new RegExp(n("[^\\%\\/\\@]",se,J),"g"),NOT_QUERY:new RegExp(n("[^\\%]",se,J,"[\\:\\@\\/\\?]",Ee),"g"),NOT_FRAGMENT:new RegExp(n("[^\\%]",se,J,"[\\:\\@\\/\\?]"),"g"),ESCAPE:new RegExp(n("[^]",se,J),"g"),UNRESERVED:new RegExp(se,"g"),OTHER_CHARS:new RegExp(n("[^\\%]",se,ie),"g"),PCT_ENCODED:new RegExp(V,"g"),IPV4ADDRESS:new RegExp("^("+Se+")$"),IPV6ADDRESS:new RegExp("^\\[?("+or+")"+a(a("\\%25|\\%(?!"+F+"{2})")+"("+Mt+")")+"?\\]?$")}}var f=d(!1),m=d(!0),b=function(){function N(O,k){var F=[],V=!0,x=!1,J=void 0;try{for(var ie=O[Symbol.iterator](),me;!(V=(me=ie.next()).done)&&(F.push(me.value),!(k&&F.length===k));V=!0);}catch(Ee){x=!0,J=Ee}finally{try{!V&&ie.return&&ie.return()}finally{if(x)throw J}}return F}return function(O,k){if(Array.isArray(O))return O;if(Symbol.iterator in Object(O))return N(O,k);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),S=function(N){if(Array.isArray(N)){for(var O=0,k=Array(N.length);O<N.length;O++)k[O]=N[O];return k}else return Array.from(N)},$=2147483647,w=36,v=1,h=26,y=38,E=700,T=72,D=128,C="-",P=/^xn--/,R=/[^\0-\x7E]/,B=/[\x2E\u3002\uFF0E\uFF61]/g,z={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},K=w-v,W=Math.floor,ue=String.fromCharCode;function ee(N){throw new RangeError(z[N])}function be(N,O){for(var k=[],F=N.length;F--;)k[F]=O(N[F]);return k}function Ue(N,O){var k=N.split("@"),F="";k.length>1&&(F=k[0]+"@",N=k[1]),N=N.replace(B,".");var V=N.split("."),x=be(V,O).join(".");return F+x}function Xe(N){for(var O=[],k=0,F=N.length;k<F;){var V=N.charCodeAt(k++);if(V>=55296&&V<=56319&&k<F){var x=N.charCodeAt(k++);(x&64512)==56320?O.push(((V&1023)<<10)+(x&1023)+65536):(O.push(V),k--)}else O.push(V)}return O}var Qe=function(O){return String.fromCodePoint.apply(String,S(O))},Je=function(O){return O-48<10?O-22:O-65<26?O-65:O-97<26?O-97:w},L=function(O,k){return O+22+75*(O<26)-((k!=0)<<5)},_=function(O,k,F){var V=0;for(O=F?W(O/E):O>>1,O+=W(O/k);O>K*h>>1;V+=w)O=W(O/K);return W(V+(K+1)*O/(O+y))},I=function(O){var k=[],F=O.length,V=0,x=D,J=T,ie=O.lastIndexOf(C);ie<0&&(ie=0);for(var me=0;me<ie;++me)O.charCodeAt(me)>=128&&ee("not-basic"),k.push(O.charCodeAt(me));for(var Ee=ie>0?ie+1:0;Ee<F;){for(var se=V,pe=1,Se=w;;Se+=w){Ee>=F&&ee("invalid-input");var Q=Je(O.charCodeAt(Ee++));(Q>=w||Q>W(($-V)/pe))&&ee("overflow"),V+=Q*pe;var ge=Se<=J?v:Se>=J+h?h:Se-J;if(Q<ge)break;var Pe=w-ge;pe>W($/Pe)&&ee("overflow"),pe*=Pe}var _e=k.length+1;J=_(V-se,_e,se==0),W(V/_e)>$-x&&ee("overflow"),x+=W(V/_e),V%=_e,k.splice(V++,0,x)}return String.fromCodePoint.apply(String,k)},A=function(O){var k=[];O=Xe(O);var F=O.length,V=D,x=0,J=T,ie=!0,me=!1,Ee=void 0;try{for(var se=O[Symbol.iterator](),pe;!(ie=(pe=se.next()).done);ie=!0){var Se=pe.value;Se<128&&k.push(ue(Se))}}catch(an){me=!0,Ee=an}finally{try{!ie&&se.return&&se.return()}finally{if(me)throw Ee}}var Q=k.length,ge=Q;for(Q&&k.push(C);ge<F;){var Pe=$,_e=!0,qt=!1,bt=void 0;try{for(var wt=O[Symbol.iterator](),Er;!(_e=(Er=wt.next()).done);_e=!0){var ar=Er.value;ar>=V&&ar<Pe&&(Pe=ar)}}catch(an){qt=!0,bt=an}finally{try{!_e&&wt.return&&wt.return()}finally{if(qt)throw bt}}var tt=ge+1;Pe-V>W(($-x)/tt)&&ee("overflow"),x+=(Pe-V)*tt,V=Pe;var Et=!0,or=!1,Mt=void 0;try{for(var nn=O[Symbol.iterator](),rl;!(Et=(rl=nn.next()).done);Et=!0){var nl=rl.value;if(nl<V&&++x>$&&ee("overflow"),nl==V){for(var ea=x,ta=w;;ta+=w){var ra=ta<=J?v:ta>=J+h?h:ta-J;if(ea<ra)break;var al=ea-ra,ol=w-ra;k.push(ue(L(ra+al%ol,0))),ea=W(al/ol)}k.push(ue(L(ea,0))),J=_(x,tt,ge==Q),x=0,++ge}}}catch(an){or=!0,Mt=an}finally{try{!Et&&nn.return&&nn.return()}finally{if(or)throw Mt}}++x,++V}return k.join("")},l=function(O){return Ue(O,function(k){return P.test(k)?I(k.slice(4).toLowerCase()):k})},p=function(O){return Ue(O,function(k){return R.test(k)?"xn--"+A(k):k})},g={version:"2.1.0",ucs2:{decode:Xe,encode:Qe},decode:I,encode:A,toASCII:p,toUnicode:l},j={};function M(N){var O=N.charCodeAt(0),k=void 0;return O<16?k="%0"+O.toString(16).toUpperCase():O<128?k="%"+O.toString(16).toUpperCase():O<2048?k="%"+(O>>6|192).toString(16).toUpperCase()+"%"+(O&63|128).toString(16).toUpperCase():k="%"+(O>>12|224).toString(16).toUpperCase()+"%"+(O>>6&63|128).toString(16).toUpperCase()+"%"+(O&63|128).toString(16).toUpperCase(),k}function U(N){for(var O="",k=0,F=N.length;k<F;){var V=parseInt(N.substr(k+1,2),16);if(V<128)O+=String.fromCharCode(V),k+=3;else if(V>=194&&V<224){if(F-k>=6){var x=parseInt(N.substr(k+4,2),16);O+=String.fromCharCode((V&31)<<6|x&63)}else O+=N.substr(k,6);k+=6}else if(V>=224){if(F-k>=9){var J=parseInt(N.substr(k+4,2),16),ie=parseInt(N.substr(k+7,2),16);O+=String.fromCharCode((V&15)<<12|(J&63)<<6|ie&63)}else O+=N.substr(k,9);k+=9}else O+=N.substr(k,3),k+=3}return O}function q(N,O){function k(F){var V=U(F);return V.match(O.UNRESERVED)?V:F}return N.scheme&&(N.scheme=String(N.scheme).replace(O.PCT_ENCODED,k).toLowerCase().replace(O.NOT_SCHEME,"")),N.userinfo!==void 0&&(N.userinfo=String(N.userinfo).replace(O.PCT_ENCODED,k).replace(O.NOT_USERINFO,M).replace(O.PCT_ENCODED,s)),N.host!==void 0&&(N.host=String(N.host).replace(O.PCT_ENCODED,k).toLowerCase().replace(O.NOT_HOST,M).replace(O.PCT_ENCODED,s)),N.path!==void 0&&(N.path=String(N.path).replace(O.PCT_ENCODED,k).replace(N.scheme?O.NOT_PATH:O.NOT_PATH_NOSCHEME,M).replace(O.PCT_ENCODED,s)),N.query!==void 0&&(N.query=String(N.query).replace(O.PCT_ENCODED,k).replace(O.NOT_QUERY,M).replace(O.PCT_ENCODED,s)),N.fragment!==void 0&&(N.fragment=String(N.fragment).replace(O.PCT_ENCODED,k).replace(O.NOT_FRAGMENT,M).replace(O.PCT_ENCODED,s)),N}function Z(N){return N.replace(/^0*(.*)/,"$1")||"0"}function de(N,O){var k=N.match(O.IPV4ADDRESS)||[],F=b(k,2),V=F[1];return V?V.split(".").map(Z).join("."):N}function we(N,O){var k=N.match(O.IPV6ADDRESS)||[],F=b(k,3),V=F[1],x=F[2];if(V){for(var J=V.toLowerCase().split("::").reverse(),ie=b(J,2),me=ie[0],Ee=ie[1],se=Ee?Ee.split(":").map(Z):[],pe=me.split(":").map(Z),Se=O.IPV4ADDRESS.test(pe[pe.length-1]),Q=Se?7:8,ge=pe.length-Q,Pe=Array(Q),_e=0;_e<Q;++_e)Pe[_e]=se[_e]||pe[ge+_e]||"";Se&&(Pe[Q-1]=de(Pe[Q-1],O));var qt=Pe.reduce(function(tt,Et,or){if(!Et||Et==="0"){var Mt=tt[tt.length-1];Mt&&Mt.index+Mt.length===or?Mt.length++:tt.push({index:or,length:1})}return tt},[]),bt=qt.sort(function(tt,Et){return Et.length-tt.length})[0],wt=void 0;if(bt&&bt.length>1){var Er=Pe.slice(0,bt.index),ar=Pe.slice(bt.index+bt.length);wt=Er.join(":")+"::"+ar.join(":")}else wt=Pe.join(":");return x&&(wt+="%"+x),wt}else return N}var et=/^(?:([^:\/?#]+):)?(?:\/\/((?:([^\/?#@]*)@)?(\[[^\/?#\]]+\]|[^\/?#:]*)(?:\:(\d*))?))?([^?#]*)(?:\?([^#]*))?(?:#((?:.|\n|\r)*))?/i,ot="".match(/(){0}/)[1]===void 0;function Ie(N){var O=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},k={},F=O.iri!==!1?m:f;O.reference==="suffix"&&(N=(O.scheme?O.scheme+":":"")+"//"+N);var V=N.match(et);if(V){ot?(k.scheme=V[1],k.userinfo=V[3],k.host=V[4],k.port=parseInt(V[5],10),k.path=V[6]||"",k.query=V[7],k.fragment=V[8],isNaN(k.port)&&(k.port=V[5])):(k.scheme=V[1]||void 0,k.userinfo=N.indexOf("@")!==-1?V[3]:void 0,k.host=N.indexOf("//")!==-1?V[4]:void 0,k.port=parseInt(V[5],10),k.path=V[6]||"",k.query=N.indexOf("?")!==-1?V[7]:void 0,k.fragment=N.indexOf("#")!==-1?V[8]:void 0,isNaN(k.port)&&(k.port=N.match(/\/\/(?:.|\n)*\:(?:\/|\?|\#|$)/)?V[4]:void 0)),k.host&&(k.host=we(de(k.host,F),F)),k.scheme===void 0&&k.userinfo===void 0&&k.host===void 0&&k.port===void 0&&!k.path&&k.query===void 0?k.reference="same-document":k.scheme===void 0?k.reference="relative":k.fragment===void 0?k.reference="absolute":k.reference="uri",O.reference&&O.reference!=="suffix"&&O.reference!==k.reference&&(k.error=k.error||"URI is not a "+O.reference+" reference.");var x=j[(O.scheme||k.scheme||"").toLowerCase()];if(!O.unicodeSupport&&(!x||!x.unicodeSupport)){if(k.host&&(O.domainHost||x&&x.domainHost))try{k.host=g.toASCII(k.host.replace(F.PCT_ENCODED,U).toLowerCase())}catch(J){k.error=k.error||"Host's domain name can not be converted to ASCII via punycode: "+J}q(k,f)}else q(k,F);x&&x.parse&&x.parse(k,O)}else k.error=k.error||"URI can not be parsed.";return k}function It(N,O){var k=O.iri!==!1?m:f,F=[];return N.userinfo!==void 0&&(F.push(N.userinfo),F.push("@")),N.host!==void 0&&F.push(we(de(String(N.host),k),k).replace(k.IPV6ADDRESS,function(V,x,J){return"["+x+(J?"%25"+J:"")+"]"})),(typeof N.port=="number"||typeof N.port=="string")&&(F.push(":"),F.push(String(N.port))),F.length?F.join(""):void 0}var vt=/^\.\.?\//,$t=/^\/\.(\/|$)/,yt=/^\/\.\.(\/|$)/,kt=/^\/?(?:.|\n)*?(?=\/|$)/;function qe(N){for(var O=[];N.length;)if(N.match(vt))N=N.replace(vt,"");else if(N.match($t))N=N.replace($t,"/");else if(N.match(yt))N=N.replace(yt,"/"),O.pop();else if(N==="."||N==="..")N="";else{var k=N.match(kt);if(k){var F=k[0];N=N.slice(F.length),O.push(F)}else throw new Error("Unexpected dot segment condition")}return O.join("")}function Te(N){var O=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},k=O.iri?m:f,F=[],V=j[(O.scheme||N.scheme||"").toLowerCase()];if(V&&V.serialize&&V.serialize(N,O),N.host&&!k.IPV6ADDRESS.test(N.host)){if(O.domainHost||V&&V.domainHost)try{N.host=O.iri?g.toUnicode(N.host):g.toASCII(N.host.replace(k.PCT_ENCODED,U).toLowerCase())}catch(ie){N.error=N.error||"Host's domain name can not be converted to "+(O.iri?"Unicode":"ASCII")+" via punycode: "+ie}}q(N,k),O.reference!=="suffix"&&N.scheme&&(F.push(N.scheme),F.push(":"));var x=It(N,O);if(x!==void 0&&(O.reference!=="suffix"&&F.push("//"),F.push(x),N.path&&N.path.charAt(0)!=="/"&&F.push("/")),N.path!==void 0){var J=N.path;!O.absolutePath&&(!V||!V.absolutePath)&&(J=qe(J)),x===void 0&&(J=J.replace(/^\/\//,"/%2F")),F.push(J)}return N.query!==void 0&&(F.push("?"),F.push(N.query)),N.fragment!==void 0&&(F.push("#"),F.push(N.fragment)),F.join("")}function gt(N,O){var k=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},F=arguments[3],V={};return F||(N=Ie(Te(N,k),k),O=Ie(Te(O,k),k)),k=k||{},!k.tolerant&&O.scheme?(V.scheme=O.scheme,V.userinfo=O.userinfo,V.host=O.host,V.port=O.port,V.path=qe(O.path||""),V.query=O.query):(O.userinfo!==void 0||O.host!==void 0||O.port!==void 0?(V.userinfo=O.userinfo,V.host=O.host,V.port=O.port,V.path=qe(O.path||""),V.query=O.query):(O.path?(O.path.charAt(0)==="/"?V.path=qe(O.path):((N.userinfo!==void 0||N.host!==void 0||N.port!==void 0)&&!N.path?V.path="/"+O.path:N.path?V.path=N.path.slice(0,N.path.lastIndexOf("/")+1)+O.path:V.path=O.path,V.path=qe(V.path)),V.query=O.query):(V.path=N.path,O.query!==void 0?V.query=O.query:V.query=N.query),V.userinfo=N.userinfo,V.host=N.host,V.port=N.port),V.scheme=N.scheme),V.fragment=O.fragment,V}function Rt(N,O,k){var F=u({scheme:"null"},k);return Te(gt(Ie(N,F),Ie(O,F),F,!0),F)}function Ze(N,O){return typeof N=="string"?N=Te(Ie(N,O),O):o(N)==="object"&&(N=Ie(Te(N,O),O)),N}function jt(N,O,k){return typeof N=="string"?N=Te(Ie(N,k),k):o(N)==="object"&&(N=Te(N,k)),typeof O=="string"?O=Te(Ie(O,k),k):o(O)==="object"&&(O=Te(O,k)),N===O}function nr(N,O){return N&&N.toString().replace(!O||!O.iri?f.ESCAPE:m.ESCAPE,M)}function Fe(N,O){return N&&N.toString().replace(!O||!O.iri?f.PCT_ENCODED:m.PCT_ENCODED,U)}var Dt={scheme:"http",domainHost:!0,parse:function(O,k){return O.host||(O.error=O.error||"HTTP URIs must have a host."),O},serialize:function(O,k){var F=String(O.scheme).toLowerCase()==="https";return(O.port===(F?443:80)||O.port==="")&&(O.port=void 0),O.path||(O.path="/"),O}},xc={scheme:"https",domainHost:Dt.domainHost,parse:Dt.parse,serialize:Dt.serialize};function Jc(N){return typeof N.secure=="boolean"?N.secure:String(N.scheme).toLowerCase()==="wss"}var rn={scheme:"ws",domainHost:!0,parse:function(O,k){var F=O;return F.secure=Jc(F),F.resourceName=(F.path||"/")+(F.query?"?"+F.query:""),F.path=void 0,F.query=void 0,F},serialize:function(O,k){if((O.port===(Jc(O)?443:80)||O.port==="")&&(O.port=void 0),typeof O.secure=="boolean"&&(O.scheme=O.secure?"wss":"ws",O.secure=void 0),O.resourceName){var F=O.resourceName.split("?"),V=b(F,2),x=V[0],J=V[1];O.path=x&&x!=="/"?x:void 0,O.query=J,O.resourceName=void 0}return O.fragment=void 0,O}},Zc={scheme:"wss",domainHost:rn.domainHost,parse:rn.parse,serialize:rn.serialize},im={},Yc="[A-Za-z0-9\\-\\.\\_\\~\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]",_t="[0-9A-Fa-f]",cm=a(a("%[EFef]"+_t+"%"+_t+_t+"%"+_t+_t)+"|"+a("%[89A-Fa-f]"+_t+"%"+_t+_t)+"|"+a("%"+_t+_t)),lm="[A-Za-z0-9\\!\\$\\%\\'\\*\\+\\-\\^\\_\\`\\{\\|\\}\\~]",um="[\\!\\$\\%\\'\\(\\)\\*\\+\\,\\-\\.0-9\\<\\>A-Z\\x5E-\\x7E]",dm=n(um,'[\\"\\\\]'),fm="[\\!\\$\\'\\(\\)\\*\\+\\,\\;\\:\\@]",pm=new RegExp(Yc,"g"),wr=new RegExp(cm,"g"),hm=new RegExp(n("[^]",lm,"[\\.]",'[\\"]',dm),"g"),Xc=new RegExp(n("[^]",Yc,fm),"g"),mm=Xc;function Eo(N){var O=U(N);return O.match(pm)?O:N}var Qc={scheme:"mailto",parse:function(O,k){var F=O,V=F.to=F.path?F.path.split(","):[];if(F.path=void 0,F.query){for(var x=!1,J={},ie=F.query.split("&"),me=0,Ee=ie.length;me<Ee;++me){var se=ie[me].split("=");switch(se[0]){case"to":for(var pe=se[1].split(","),Se=0,Q=pe.length;Se<Q;++Se)V.push(pe[Se]);break;case"subject":F.subject=Fe(se[1],k);break;case"body":F.body=Fe(se[1],k);break;default:x=!0,J[Fe(se[0],k)]=Fe(se[1],k);break}}x&&(F.headers=J)}F.query=void 0;for(var ge=0,Pe=V.length;ge<Pe;++ge){var _e=V[ge].split("@");if(_e[0]=Fe(_e[0]),k.unicodeSupport)_e[1]=Fe(_e[1],k).toLowerCase();else try{_e[1]=g.toASCII(Fe(_e[1],k).toLowerCase())}catch(qt){F.error=F.error||"Email address's domain name can not be converted to ASCII via punycode: "+qt}V[ge]=_e.join("@")}return F},serialize:function(O,k){var F=O,V=c(O.to);if(V){for(var x=0,J=V.length;x<J;++x){var ie=String(V[x]),me=ie.lastIndexOf("@"),Ee=ie.slice(0,me).replace(wr,Eo).replace(wr,s).replace(hm,M),se=ie.slice(me+1);try{se=k.iri?g.toUnicode(se):g.toASCII(Fe(se,k).toLowerCase())}catch(ge){F.error=F.error||"Email address's domain name can not be converted to "+(k.iri?"Unicode":"ASCII")+" via punycode: "+ge}V[x]=Ee+"@"+se}F.path=V.join(",")}var pe=O.headers=O.headers||{};O.subject&&(pe.subject=O.subject),O.body&&(pe.body=O.body);var Se=[];for(var Q in pe)pe[Q]!==im[Q]&&Se.push(Q.replace(wr,Eo).replace(wr,s).replace(Xc,M)+"="+pe[Q].replace(wr,Eo).replace(wr,s).replace(mm,M));return Se.length&&(F.query=Se.join("&")),F}},vm=/^([^\:]+)\:(.*)/,el={scheme:"urn",parse:function(O,k){var F=O.path&&O.path.match(vm),V=O;if(F){var x=k.scheme||V.scheme||"urn",J=F[1].toLowerCase(),ie=F[2],me=x+":"+(k.nid||J),Ee=j[me];V.nid=J,V.nss=ie,V.path=void 0,Ee&&(V=Ee.parse(V,k))}else V.error=V.error||"URN can not be parsed.";return V},serialize:function(O,k){var F=k.scheme||O.scheme||"urn",V=O.nid,x=F+":"+(k.nid||V),J=j[x];J&&(O=J.serialize(O,k));var ie=O,me=O.nss;return ie.path=(V||k.nid)+":"+me,ie}},$m=/^[0-9A-Fa-f]{8}(?:\-[0-9A-Fa-f]{4}){3}\-[0-9A-Fa-f]{12}$/,tl={scheme:"urn:uuid",parse:function(O,k){var F=O;return F.uuid=F.nss,F.nss=void 0,!k.tolerant&&(!F.uuid||!F.uuid.match($m))&&(F.error=F.error||"UUID is not valid."),F},serialize:function(O,k){var F=O;return F.nss=(O.uuid||"").toLowerCase(),F}};j[Dt.scheme]=Dt,j[xc.scheme]=xc,j[rn.scheme]=rn,j[Zc.scheme]=Zc,j[Qc.scheme]=Qc,j[el.scheme]=el,j[tl.scheme]=tl,r.SCHEMES=j,r.pctEncChar=M,r.pctDecChars=U,r.parse=Ie,r.removeDotSegments=qe,r.serialize=Te,r.resolveComponents=gt,r.resolve=Rt,r.normalize=Ze,r.equal=jt,r.escapeComponent=nr,r.unescapeComponent=Fe,Object.defineProperty(r,"__esModule",{value:!0})})})(PM,Pn);Object.defineProperty(ui,"__esModule",{value:!0});const zp=Pn;zp.code='require("ajv/dist/runtime/uri").default';ui.default=zp;(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.CodeGen=e.Name=e.nil=e.stringify=e.str=e._=e.KeywordCxt=void 0;var t=pt;Object.defineProperty(e,"KeywordCxt",{enumerable:!0,get:function(){return t.KeywordCxt}});var r=oe;Object.defineProperty(e,"_",{enumerable:!0,get:function(){return r._}}),Object.defineProperty(e,"str",{enumerable:!0,get:function(){return r.str}}),Object.defineProperty(e,"stringify",{enumerable:!0,get:function(){return r.stringify}}),Object.defineProperty(e,"nil",{enumerable:!0,get:function(){return r.nil}}),Object.defineProperty(e,"Name",{enumerable:!0,get:function(){return r.Name}}),Object.defineProperty(e,"CodeGen",{enumerable:!0,get:function(){return r.CodeGen}});const n=qn,a=Wn,o=vr,s=Ge,c=oe,u=je,d=Un,f=ce,m=AM,b=ui,S=(L,_)=>new RegExp(L,_);S.code="new RegExp";const $=["removeAdditional","useDefaults","coerceTypes"],w=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),v={errorDataPath:"",format:"`validateFormats: false` can be used instead.",nullable:'"nullable" keyword is supported by default.',jsonPointers:"Deprecated jsPropertySyntax can be used instead.",extendRefs:"Deprecated ignoreKeywordsWithRef can be used instead.",missingRefs:"Pass empty schema with $id that should be ignored to ajv.addSchema.",processCode:"Use option `code: {process: (code, schemaEnv: object) => string}`",sourceCode:"Use option `code: {source: true}`",strictDefaults:"It is default now, see option `strict`.",strictKeywords:"It is default now, see option `strict`.",uniqueItems:'"uniqueItems" keyword is always validated.',unknownFormats:"Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).",cache:"Map is used as cache, schema object as key.",serialize:"Map is used as cache, schema object as key.",ajvErrors:"It is default now."},h={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},y=200;function E(L){var _,I,A,l,p,g,j,M,U,q,Z,de,we,et,ot,Ie,It,vt,$t,yt,kt,qe,Te,gt,Rt;const Ze=L.strict,jt=(_=L.code)===null||_===void 0?void 0:_.optimize,nr=jt===!0||jt===void 0?1:jt||0,Fe=(A=(I=L.code)===null||I===void 0?void 0:I.regExp)!==null&&A!==void 0?A:S,Dt=(l=L.uriResolver)!==null&&l!==void 0?l:b.default;return{strictSchema:(g=(p=L.strictSchema)!==null&&p!==void 0?p:Ze)!==null&&g!==void 0?g:!0,strictNumbers:(M=(j=L.strictNumbers)!==null&&j!==void 0?j:Ze)!==null&&M!==void 0?M:!0,strictTypes:(q=(U=L.strictTypes)!==null&&U!==void 0?U:Ze)!==null&&q!==void 0?q:"log",strictTuples:(de=(Z=L.strictTuples)!==null&&Z!==void 0?Z:Ze)!==null&&de!==void 0?de:"log",strictRequired:(et=(we=L.strictRequired)!==null&&we!==void 0?we:Ze)!==null&&et!==void 0?et:!1,code:L.code?{...L.code,optimize:nr,regExp:Fe}:{optimize:nr,regExp:Fe},loopRequired:(ot=L.loopRequired)!==null&&ot!==void 0?ot:y,loopEnum:(Ie=L.loopEnum)!==null&&Ie!==void 0?Ie:y,meta:(It=L.meta)!==null&&It!==void 0?It:!0,messages:(vt=L.messages)!==null&&vt!==void 0?vt:!0,inlineRefs:($t=L.inlineRefs)!==null&&$t!==void 0?$t:!0,schemaId:(yt=L.schemaId)!==null&&yt!==void 0?yt:"$id",addUsedSchema:(kt=L.addUsedSchema)!==null&&kt!==void 0?kt:!0,validateSchema:(qe=L.validateSchema)!==null&&qe!==void 0?qe:!0,validateFormats:(Te=L.validateFormats)!==null&&Te!==void 0?Te:!0,unicodeRegExp:(gt=L.unicodeRegExp)!==null&>!==void 0?gt:!0,int32range:(Rt=L.int32range)!==null&&Rt!==void 0?Rt:!0,uriResolver:Dt}}class T{constructor(_={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,_=this.opts={..._,...E(_)};const{es5:I,lines:A}=this.opts.code;this.scope=new c.ValueScope({scope:{},prefixes:w,es5:I,lines:A}),this.logger=W(_.logger);const l=_.validateFormats;_.validateFormats=!1,this.RULES=(0,o.getRules)(),D.call(this,v,_,"NOT SUPPORTED"),D.call(this,h,_,"DEPRECATED","warn"),this._metaOpts=z.call(this),_.formats&&R.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),_.keywords&&B.call(this,_.keywords),typeof _.meta=="object"&&this.addMetaSchema(_.meta),P.call(this),_.validateFormats=l}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){const{$data:_,meta:I,schemaId:A}=this.opts;let l=m;A==="id"&&(l={...m},l.id=l.$id,delete l.$id),I&&_&&this.addMetaSchema(l,l[A],!1)}defaultMeta(){const{meta:_,schemaId:I}=this.opts;return this.opts.defaultMeta=typeof _=="object"?_[I]||_:void 0}validate(_,I){let A;if(typeof _=="string"){if(A=this.getSchema(_),!A)throw new Error(`no schema with key or ref "${_}"`)}else A=this.compile(_);const l=A(I);return"$async"in A||(this.errors=A.errors),l}compile(_,I){const A=this._addSchema(_,I);return A.validate||this._compileSchemaEnv(A)}compileAsync(_,I){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");const{loadSchema:A}=this.opts;return l.call(this,_,I);async function l(q,Z){await p.call(this,q.$schema);const de=this._addSchema(q,Z);return de.validate||g.call(this,de)}async function p(q){q&&!this.getSchema(q)&&await l.call(this,{$ref:q},!0)}async function g(q){try{return this._compileSchemaEnv(q)}catch(Z){if(!(Z instanceof a.default))throw Z;return j.call(this,Z),await M.call(this,Z.missingSchema),g.call(this,q)}}function j({missingSchema:q,missingRef:Z}){if(this.refs[q])throw new Error(`AnySchema ${q} is loaded but ${Z} cannot be resolved`)}async function M(q){const Z=await U.call(this,q);this.refs[q]||await p.call(this,Z.$schema),this.refs[q]||this.addSchema(Z,q,I)}async function U(q){const Z=this._loading[q];if(Z)return Z;try{return await(this._loading[q]=A(q))}finally{delete this._loading[q]}}}addSchema(_,I,A,l=this.opts.validateSchema){if(Array.isArray(_)){for(const g of _)this.addSchema(g,void 0,A,l);return this}let p;if(typeof _=="object"){const{schemaId:g}=this.opts;if(p=_[g],p!==void 0&&typeof p!="string")throw new Error(`schema ${g} must be string`)}return I=(0,u.normalizeId)(I||p),this._checkUnique(I),this.schemas[I]=this._addSchema(_,A,I,l,!0),this}addMetaSchema(_,I,A=this.opts.validateSchema){return this.addSchema(_,I,!0,A),this}validateSchema(_,I){if(typeof _=="boolean")return!0;let A;if(A=_.$schema,A!==void 0&&typeof A!="string")throw new Error("$schema must be a string");if(A=A||this.opts.defaultMeta||this.defaultMeta(),!A)return this.logger.warn("meta-schema not available"),this.errors=null,!0;const l=this.validate(A,_);if(!l&&I){const p="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(p);else throw new Error(p)}return l}getSchema(_){let I;for(;typeof(I=C.call(this,_))=="string";)_=I;if(I===void 0){const{schemaId:A}=this.opts,l=new s.SchemaEnv({schema:{},schemaId:A});if(I=s.resolveSchema.call(this,l,_),!I)return;this.refs[_]=I}return I.validate||this._compileSchemaEnv(I)}removeSchema(_){if(_ instanceof RegExp)return this._removeAllSchemas(this.schemas,_),this._removeAllSchemas(this.refs,_),this;switch(typeof _){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{const I=C.call(this,_);return typeof I=="object"&&this._cache.delete(I.schema),delete this.schemas[_],delete this.refs[_],this}case"object":{const I=_;this._cache.delete(I);let A=_[this.opts.schemaId];return A&&(A=(0,u.normalizeId)(A),delete this.schemas[A],delete this.refs[A]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(_){for(const I of _)this.addKeyword(I);return this}addKeyword(_,I){let A;if(typeof _=="string")A=_,typeof I=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),I.keyword=A);else if(typeof _=="object"&&I===void 0){if(I=_,A=I.keyword,Array.isArray(A)&&!A.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(ee.call(this,A,I),!I)return(0,f.eachItem)(A,p=>be.call(this,p)),this;Xe.call(this,I);const l={...I,type:(0,d.getJSONTypes)(I.type),schemaType:(0,d.getJSONTypes)(I.schemaType)};return(0,f.eachItem)(A,l.type.length===0?p=>be.call(this,p,l):p=>l.type.forEach(g=>be.call(this,p,l,g))),this}getKeyword(_){const I=this.RULES.all[_];return typeof I=="object"?I.definition:!!I}removeKeyword(_){const{RULES:I}=this;delete I.keywords[_],delete I.all[_];for(const A of I.rules){const l=A.rules.findIndex(p=>p.keyword===_);l>=0&&A.rules.splice(l,1)}return this}addFormat(_,I){return typeof I=="string"&&(I=new RegExp(I)),this.formats[_]=I,this}errorsText(_=this.errors,{separator:I=", ",dataVar:A="data"}={}){return!_||_.length===0?"No errors":_.map(l=>`${A}${l.instancePath} ${l.message}`).reduce((l,p)=>l+I+p)}$dataMetaSchema(_,I){const A=this.RULES.all;_=JSON.parse(JSON.stringify(_));for(const l of I){const p=l.split("/").slice(1);let g=_;for(const j of p)g=g[j];for(const j in A){const M=A[j];if(typeof M!="object")continue;const{$data:U}=M.definition,q=g[j];U&&q&&(g[j]=Je(q))}}return _}_removeAllSchemas(_,I){for(const A in _){const l=_[A];(!I||I.test(A))&&(typeof l=="string"?delete _[A]:l&&!l.meta&&(this._cache.delete(l.schema),delete _[A]))}}_addSchema(_,I,A,l=this.opts.validateSchema,p=this.opts.addUsedSchema){let g;const{schemaId:j}=this.opts;if(typeof _=="object")g=_[j];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof _!="boolean")throw new Error("schema must be object or boolean")}let M=this._cache.get(_);if(M!==void 0)return M;A=(0,u.normalizeId)(g||A);const U=u.getSchemaRefs.call(this,_,A);return M=new s.SchemaEnv({schema:_,schemaId:j,meta:I,baseId:A,localRefs:U}),this._cache.set(M.schema,M),p&&!A.startsWith("#")&&(A&&this._checkUnique(A),this.refs[A]=M),l&&this.validateSchema(_,!0),M}_checkUnique(_){if(this.schemas[_]||this.refs[_])throw new Error(`schema with key or id "${_}" already exists`)}_compileSchemaEnv(_){if(_.meta?this._compileMetaSchema(_):s.compileSchema.call(this,_),!_.validate)throw new Error("ajv implementation error");return _.validate}_compileMetaSchema(_){const I=this.opts;this.opts=this._metaOpts;try{s.compileSchema.call(this,_)}finally{this.opts=I}}}e.default=T,T.ValidationError=n.default,T.MissingRefError=a.default;function D(L,_,I,A="error"){for(const l in L){const p=l;p in _&&this.logger[A](`${I}: option ${l}. ${L[p]}`)}}function C(L){return L=(0,u.normalizeId)(L),this.schemas[L]||this.refs[L]}function P(){const L=this.opts.schemas;if(L)if(Array.isArray(L))this.addSchema(L);else for(const _ in L)this.addSchema(L[_],_)}function R(){for(const L in this.opts.formats){const _=this.opts.formats[L];_&&this.addFormat(L,_)}}function B(L){if(Array.isArray(L)){this.addVocabulary(L);return}this.logger.warn("keywords option as map is deprecated, pass array");for(const _ in L){const I=L[_];I.keyword||(I.keyword=_),this.addKeyword(I)}}function z(){const L={...this.opts};for(const _ of $)delete L[_];return L}const K={log(){},warn(){},error(){}};function W(L){if(L===!1)return K;if(L===void 0)return console;if(L.log&&L.warn&&L.error)return L;throw new Error("logger must implement log, warn and error methods")}const ue=/^[a-z_$][a-z0-9_$:-]*$/i;function ee(L,_){const{RULES:I}=this;if((0,f.eachItem)(L,A=>{if(I.keywords[A])throw new Error(`Keyword ${A} is already defined`);if(!ue.test(A))throw new Error(`Keyword ${A} has invalid name`)}),!!_&&_.$data&&!("code"in _||"validate"in _))throw new Error('$data keyword must have "code" or "validate" function')}function be(L,_,I){var A;const l=_==null?void 0:_.post;if(I&&l)throw new Error('keyword with "post" flag cannot have "type"');const{RULES:p}=this;let g=l?p.post:p.rules.find(({type:M})=>M===I);if(g||(g={type:I,rules:[]},p.rules.push(g)),p.keywords[L]=!0,!_)return;const j={keyword:L,definition:{..._,type:(0,d.getJSONTypes)(_.type),schemaType:(0,d.getJSONTypes)(_.schemaType)}};_.before?Ue.call(this,g,j,_.before):g.rules.push(j),p.all[L]=j,(A=_.implements)===null||A===void 0||A.forEach(M=>this.addKeyword(M))}function Ue(L,_,I){const A=L.rules.findIndex(l=>l.keyword===I);A>=0?L.rules.splice(A,0,_):(L.rules.push(_),this.logger.warn(`rule ${I} is not defined`))}function Xe(L){let{metaSchema:_}=L;_!==void 0&&(L.$data&&this.opts.$data&&(_=Je(_)),L.validateSchema=this.compile(_,!0))}const Qe={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function Je(L){return{anyOf:[L,Qe]}}})(yp);var di={},fi={},pi={};Object.defineProperty(pi,"__esModule",{value:!0});const OM={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};pi.default=OM;var $r={};Object.defineProperty($r,"__esModule",{value:!0});$r.callRef=$r.getValidate=void 0;const TM=Wn,qu=ne,We=oe,Cr=Tt,Wu=Ge,oa=ce,NM={keyword:"$ref",schemaType:"string",code(e){const{gen:t,schema:r,it:n}=e,{baseId:a,schemaEnv:o,validateName:s,opts:c,self:u}=n,{root:d}=o;if((r==="#"||r==="#/")&&a===d.baseId)return m();const f=Wu.resolveRef.call(u,d,a,r);if(f===void 0)throw new TM.default(n.opts.uriResolver,a,r);if(f instanceof Wu.SchemaEnv)return b(f);return S(f);function m(){if(o===d)return _a(e,s,o,o.$async);const $=t.scopeValue("root",{ref:d});return _a(e,(0,We._)`${$}.validate`,d,d.$async)}function b($){const w=Up(e,$);_a(e,w,$,$.$async)}function S($){const w=t.scopeValue("schema",c.code.source===!0?{ref:$,code:(0,We.stringify)($)}:{ref:$}),v=t.name("valid"),h=e.subschema({schema:$,dataTypes:[],schemaPath:We.nil,topSchemaRef:w,errSchemaPath:r},v);e.mergeEvaluated(h),e.ok(v)}}};function Up(e,t){const{gen:r}=e;return t.validate?r.scopeValue("validate",{ref:t.validate}):(0,We._)`${r.scopeValue("wrapper",{ref:t})}.validate`}$r.getValidate=Up;function _a(e,t,r,n){const{gen:a,it:o}=e,{allErrors:s,schemaEnv:c,opts:u}=o,d=u.passContext?Cr.default.this:We.nil;n?f():m();function f(){if(!c.$async)throw new Error("async schema referenced by sync schema");const $=a.let("valid");a.try(()=>{a.code((0,We._)`await ${(0,qu.callValidateCode)(e,t,d)}`),S(t),s||a.assign($,!0)},w=>{a.if((0,We._)`!(${w} instanceof ${o.ValidationError})`,()=>a.throw(w)),b(w),s||a.assign($,!1)}),e.ok($)}function m(){e.result((0,qu.callValidateCode)(e,t,d),()=>S(t),()=>b(t))}function b($){const w=(0,We._)`${$}.errors`;a.assign(Cr.default.vErrors,(0,We._)`${Cr.default.vErrors} === null ? ${w} : ${Cr.default.vErrors}.concat(${w})`),a.assign(Cr.default.errors,(0,We._)`${Cr.default.vErrors}.length`)}function S($){var w;if(!o.opts.unevaluated)return;const v=(w=r==null?void 0:r.validate)===null||w===void 0?void 0:w.evaluated;if(o.props!==!0)if(v&&!v.dynamicProps)v.props!==void 0&&(o.props=oa.mergeEvaluated.props(a,v.props,o.props));else{const h=a.var("props",(0,We._)`${$}.evaluated.props`);o.props=oa.mergeEvaluated.props(a,h,o.props,We.Name)}if(o.items!==!0)if(v&&!v.dynamicItems)v.items!==void 0&&(o.items=oa.mergeEvaluated.items(a,v.items,o.items));else{const h=a.var("items",(0,We._)`${$}.evaluated.items`);o.items=oa.mergeEvaluated.items(a,h,o.items,We.Name)}}}$r.callRef=_a;$r.default=NM;Object.defineProperty(fi,"__esModule",{value:!0});const IM=pi,kM=$r,RM=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",IM.default,kM.default];fi.default=RM;var hi={},mi={};Object.defineProperty(mi,"__esModule",{value:!0});const Fa=oe,Kt=Fa.operators,Ba={maximum:{okStr:"<=",ok:Kt.LTE,fail:Kt.GT},minimum:{okStr:">=",ok:Kt.GTE,fail:Kt.LT},exclusiveMaximum:{okStr:"<",ok:Kt.LT,fail:Kt.GTE},exclusiveMinimum:{okStr:">",ok:Kt.GT,fail:Kt.LTE}},jM={message:({keyword:e,schemaCode:t})=>(0,Fa.str)`must be ${Ba[e].okStr} ${t}`,params:({keyword:e,schemaCode:t})=>(0,Fa._)`{comparison: ${Ba[e].okStr}, limit: ${t}}`},DM={keyword:Object.keys(Ba),type:"number",schemaType:"number",$data:!0,error:jM,code(e){const{keyword:t,data:r,schemaCode:n}=e;e.fail$data((0,Fa._)`${r} ${Ba[t].fail} ${n} || isNaN(${r})`)}};mi.default=DM;var vi={};Object.defineProperty(vi,"__esModule",{value:!0});const vn=oe,MM={message:({schemaCode:e})=>(0,vn.str)`must be multiple of ${e}`,params:({schemaCode:e})=>(0,vn._)`{multipleOf: ${e}}`},LM={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:MM,code(e){const{gen:t,data:r,schemaCode:n,it:a}=e,o=a.opts.multipleOfPrecision,s=t.let("res"),c=o?(0,vn._)`Math.abs(Math.round(${s}) - ${s}) > 1e-${o}`:(0,vn._)`${s} !== parseInt(${s})`;e.fail$data((0,vn._)`(${n} === 0 || (${s} = ${r}/${n}, ${c}))`)}};vi.default=LM;var $i={},yi={};Object.defineProperty(yi,"__esModule",{value:!0});function qp(e){const t=e.length;let r=0,n=0,a;for(;n<t;)r++,a=e.charCodeAt(n++),a>=55296&&a<=56319&&n<t&&(a=e.charCodeAt(n),(a&64512)===56320&&n++);return r}yi.default=qp;qp.code='require("ajv/dist/runtime/ucs2length").default';Object.defineProperty($i,"__esModule",{value:!0});const ur=oe,VM=ce,FM=yi,BM={message({keyword:e,schemaCode:t}){const r=e==="maxLength"?"more":"fewer";return(0,ur.str)`must NOT have ${r} than ${t} characters`},params:({schemaCode:e})=>(0,ur._)`{limit: ${e}}`},zM={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:BM,code(e){const{keyword:t,data:r,schemaCode:n,it:a}=e,o=t==="maxLength"?ur.operators.GT:ur.operators.LT,s=a.opts.unicode===!1?(0,ur._)`${r}.length`:(0,ur._)`${(0,VM.useFunc)(e.gen,FM.default)}(${r})`;e.fail$data((0,ur._)`${s} ${o} ${n}`)}};$i.default=zM;var gi={};Object.defineProperty(gi,"__esModule",{value:!0});const UM=ne,za=oe,qM={message:({schemaCode:e})=>(0,za.str)`must match pattern "${e}"`,params:({schemaCode:e})=>(0,za._)`{pattern: ${e}}`},WM={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:qM,code(e){const{data:t,$data:r,schema:n,schemaCode:a,it:o}=e,s=o.opts.unicodeRegExp?"u":"",c=r?(0,za._)`(new RegExp(${a}, ${s}))`:(0,UM.usePattern)(e,n);e.fail$data((0,za._)`!${c}.test(${t})`)}};gi.default=WM;var _i={};Object.defineProperty(_i,"__esModule",{value:!0});const $n=oe,KM={message({keyword:e,schemaCode:t}){const r=e==="maxProperties"?"more":"fewer";return(0,$n.str)`must NOT have ${r} than ${t} properties`},params:({schemaCode:e})=>(0,$n._)`{limit: ${e}}`},GM={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:KM,code(e){const{keyword:t,data:r,schemaCode:n}=e,a=t==="maxProperties"?$n.operators.GT:$n.operators.LT;e.fail$data((0,$n._)`Object.keys(${r}).length ${a} ${n}`)}};_i.default=GM;var bi={};Object.defineProperty(bi,"__esModule",{value:!0});const ln=ne,yn=oe,HM=ce,xM={message:({params:{missingProperty:e}})=>(0,yn.str)`must have required property '${e}'`,params:({params:{missingProperty:e}})=>(0,yn._)`{missingProperty: ${e}}`},JM={keyword:"required",type:"object",schemaType:"array",$data:!0,error:xM,code(e){const{gen:t,schema:r,schemaCode:n,data:a,$data:o,it:s}=e,{opts:c}=s;if(!o&&r.length===0)return;const u=r.length>=c.loopRequired;if(s.allErrors?d():f(),c.strictRequired){const S=e.parentSchema.properties,{definedProperties:$}=e.it;for(const w of r)if((S==null?void 0:S[w])===void 0&&!$.has(w)){const v=s.schemaEnv.baseId+s.errSchemaPath,h=`required property "${w}" is not defined at "${v}" (strictRequired)`;(0,HM.checkStrictMode)(s,h,s.opts.strictRequired)}}function d(){if(u||o)e.block$data(yn.nil,m);else for(const S of r)(0,ln.checkReportMissingProp)(e,S)}function f(){const S=t.let("missing");if(u||o){const $=t.let("valid",!0);e.block$data($,()=>b(S,$)),e.ok($)}else t.if((0,ln.checkMissingProp)(e,r,S)),(0,ln.reportMissingProp)(e,S),t.else()}function m(){t.forOf("prop",n,S=>{e.setParams({missingProperty:S}),t.if((0,ln.noPropertyInData)(t,a,S,c.ownProperties),()=>e.error())})}function b(S,$){e.setParams({missingProperty:S}),t.forOf(S,n,()=>{t.assign($,(0,ln.propertyInData)(t,a,S,c.ownProperties)),t.if((0,yn.not)($),()=>{e.error(),t.break()})},yn.nil)}}};bi.default=JM;var wi={};Object.defineProperty(wi,"__esModule",{value:!0});const gn=oe,ZM={message({keyword:e,schemaCode:t}){const r=e==="maxItems"?"more":"fewer";return(0,gn.str)`must NOT have ${r} than ${t} items`},params:({schemaCode:e})=>(0,gn._)`{limit: ${e}}`},YM={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:ZM,code(e){const{keyword:t,data:r,schemaCode:n}=e,a=t==="maxItems"?gn.operators.GT:gn.operators.LT;e.fail$data((0,gn._)`${r}.length ${a} ${n}`)}};wi.default=YM;var Ei={},Kn={};Object.defineProperty(Kn,"__esModule",{value:!0});const Wp=po;Wp.code='require("ajv/dist/runtime/equal").default';Kn.default=Wp;Object.defineProperty(Ei,"__esModule",{value:!0});const Wo=Un,ke=oe,XM=ce,QM=Kn,e3={message:({params:{i:e,j:t}})=>(0,ke.str)`must NOT have duplicate items (items ## ${t} and ${e} are identical)`,params:({params:{i:e,j:t}})=>(0,ke._)`{i: ${e}, j: ${t}}`},t3={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:e3,code(e){const{gen:t,data:r,$data:n,schema:a,parentSchema:o,schemaCode:s,it:c}=e;if(!n&&!a)return;const u=t.let("valid"),d=o.items?(0,Wo.getSchemaTypes)(o.items):[];e.block$data(u,f,(0,ke._)`${s} === false`),e.ok(u);function f(){const $=t.let("i",(0,ke._)`${r}.length`),w=t.let("j");e.setParams({i:$,j:w}),t.assign(u,!0),t.if((0,ke._)`${$} > 1`,()=>(m()?b:S)($,w))}function m(){return d.length>0&&!d.some($=>$==="object"||$==="array")}function b($,w){const v=t.name("item"),h=(0,Wo.checkDataTypes)(d,v,c.opts.strictNumbers,Wo.DataType.Wrong),y=t.const("indices",(0,ke._)`{}`);t.for((0,ke._)`;${$}--;`,()=>{t.let(v,(0,ke._)`${r}[${$}]`),t.if(h,(0,ke._)`continue`),d.length>1&&t.if((0,ke._)`typeof ${v} == "string"`,(0,ke._)`${v} += "_"`),t.if((0,ke._)`typeof ${y}[${v}] == "number"`,()=>{t.assign(w,(0,ke._)`${y}[${v}]`),e.error(),t.assign(u,!1).break()}).code((0,ke._)`${y}[${v}] = ${$}`)})}function S($,w){const v=(0,XM.useFunc)(t,QM.default),h=t.name("outer");t.label(h).for((0,ke._)`;${$}--;`,()=>t.for((0,ke._)`${w} = ${$}; ${w}--;`,()=>t.if((0,ke._)`${v}(${r}[${$}], ${r}[${w}])`,()=>{e.error(),t.assign(u,!1).break(h)})))}}};Ei.default=t3;var Si={};Object.defineProperty(Si,"__esModule",{value:!0});const fs=oe,r3=ce,n3=Kn,a3={message:"must be equal to constant",params:({schemaCode:e})=>(0,fs._)`{allowedValue: ${e}}`},o3={keyword:"const",$data:!0,error:a3,code(e){const{gen:t,data:r,$data:n,schemaCode:a,schema:o}=e;n||o&&typeof o=="object"?e.fail$data((0,fs._)`!${(0,r3.useFunc)(t,n3.default)}(${r}, ${a})`):e.fail((0,fs._)`${o} !== ${r}`)}};Si.default=o3;var Ci={};Object.defineProperty(Ci,"__esModule",{value:!0});const pn=oe,s3=ce,i3=Kn,c3={message:"must be equal to one of the allowed values",params:({schemaCode:e})=>(0,pn._)`{allowedValues: ${e}}`},l3={keyword:"enum",schemaType:"array",$data:!0,error:c3,code(e){const{gen:t,data:r,$data:n,schema:a,schemaCode:o,it:s}=e;if(!n&&a.length===0)throw new Error("enum must have non-empty array");const c=a.length>=s.opts.loopEnum;let u;const d=()=>u??(u=(0,s3.useFunc)(t,i3.default));let f;if(c||n)f=t.let("valid"),e.block$data(f,m);else{if(!Array.isArray(a))throw new Error("ajv implementation error");const S=t.const("vSchema",o);f=(0,pn.or)(...a.map(($,w)=>b(S,w)))}e.pass(f);function m(){t.assign(f,!1),t.forOf("v",o,S=>t.if((0,pn._)`${d()}(${r}, ${S})`,()=>t.assign(f,!0).break()))}function b(S,$){const w=a[$];return typeof w=="object"&&w!==null?(0,pn._)`${d()}(${r}, ${S}[${$}])`:(0,pn._)`${r} === ${w}`}}};Ci.default=l3;Object.defineProperty(hi,"__esModule",{value:!0});const u3=mi,d3=vi,f3=$i,p3=gi,h3=_i,m3=bi,v3=wi,$3=Ei,y3=Si,g3=Ci,_3=[u3.default,d3.default,f3.default,p3.default,h3.default,m3.default,v3.default,$3.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},y3.default,g3.default];hi.default=_3;var Ai={},Zr={};Object.defineProperty(Zr,"__esModule",{value:!0});Zr.validateAdditionalItems=void 0;const dr=oe,ps=ce,b3={message:({params:{len:e}})=>(0,dr.str)`must NOT have more than ${e} items`,params:({params:{len:e}})=>(0,dr._)`{limit: ${e}}`},w3={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:b3,code(e){const{parentSchema:t,it:r}=e,{items:n}=t;if(!Array.isArray(n)){(0,ps.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}Kp(e,n)}};function Kp(e,t){const{gen:r,schema:n,data:a,keyword:o,it:s}=e;s.items=!0;const c=r.const("len",(0,dr._)`${a}.length`);if(n===!1)e.setParams({len:t.length}),e.pass((0,dr._)`${c} <= ${t.length}`);else if(typeof n=="object"&&!(0,ps.alwaysValidSchema)(s,n)){const d=r.var("valid",(0,dr._)`${c} <= ${t.length}`);r.if((0,dr.not)(d),()=>u(d)),e.ok(d)}function u(d){r.forRange("i",t.length,c,f=>{e.subschema({keyword:o,dataProp:f,dataPropType:ps.Type.Num},d),s.allErrors||r.if((0,dr.not)(d),()=>r.break())})}}Zr.validateAdditionalItems=Kp;Zr.default=w3;var Pi={},Yr={};Object.defineProperty(Yr,"__esModule",{value:!0});Yr.validateTuple=void 0;const Ku=oe,ba=ce,E3=ne,S3={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(e){const{schema:t,it:r}=e;if(Array.isArray(t))return Gp(e,"additionalItems",t);r.items=!0,!(0,ba.alwaysValidSchema)(r,t)&&e.ok((0,E3.validateArray)(e))}};function Gp(e,t,r=e.schema){const{gen:n,parentSchema:a,data:o,keyword:s,it:c}=e;f(a),c.opts.unevaluated&&r.length&&c.items!==!0&&(c.items=ba.mergeEvaluated.items(n,r.length,c.items));const u=n.name("valid"),d=n.const("len",(0,Ku._)`${o}.length`);r.forEach((m,b)=>{(0,ba.alwaysValidSchema)(c,m)||(n.if((0,Ku._)`${d} > ${b}`,()=>e.subschema({keyword:s,schemaProp:b,dataProp:b},u)),e.ok(u))});function f(m){const{opts:b,errSchemaPath:S}=c,$=r.length,w=$===m.minItems&&($===m.maxItems||m[t]===!1);if(b.strictTuples&&!w){const v=`"${s}" is ${$}-tuple, but minItems or maxItems/${t} are not specified or different at path "${S}"`;(0,ba.checkStrictMode)(c,v,b.strictTuples)}}}Yr.validateTuple=Gp;Yr.default=S3;Object.defineProperty(Pi,"__esModule",{value:!0});const C3=Yr,A3={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:e=>(0,C3.validateTuple)(e,"items")};Pi.default=A3;var Oi={};Object.defineProperty(Oi,"__esModule",{value:!0});const Gu=oe,P3=ce,O3=ne,T3=Zr,N3={message:({params:{len:e}})=>(0,Gu.str)`must NOT have more than ${e} items`,params:({params:{len:e}})=>(0,Gu._)`{limit: ${e}}`},I3={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:N3,code(e){const{schema:t,parentSchema:r,it:n}=e,{prefixItems:a}=r;n.items=!0,!(0,P3.alwaysValidSchema)(n,t)&&(a?(0,T3.validateAdditionalItems)(e,a):e.ok((0,O3.validateArray)(e)))}};Oi.default=I3;var Ti={};Object.defineProperty(Ti,"__esModule",{value:!0});const rt=oe,sa=ce,k3={message:({params:{min:e,max:t}})=>t===void 0?(0,rt.str)`must contain at least ${e} valid item(s)`:(0,rt.str)`must contain at least ${e} and no more than ${t} valid item(s)`,params:({params:{min:e,max:t}})=>t===void 0?(0,rt._)`{minContains: ${e}}`:(0,rt._)`{minContains: ${e}, maxContains: ${t}}`},R3={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:k3,code(e){const{gen:t,schema:r,parentSchema:n,data:a,it:o}=e;let s,c;const{minContains:u,maxContains:d}=n;o.opts.next?(s=u===void 0?1:u,c=d):s=1;const f=t.const("len",(0,rt._)`${a}.length`);if(e.setParams({min:s,max:c}),c===void 0&&s===0){(0,sa.checkStrictMode)(o,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(c!==void 0&&s>c){(0,sa.checkStrictMode)(o,'"minContains" > "maxContains" is always invalid'),e.fail();return}if((0,sa.alwaysValidSchema)(o,r)){let w=(0,rt._)`${f} >= ${s}`;c!==void 0&&(w=(0,rt._)`${w} && ${f} <= ${c}`),e.pass(w);return}o.items=!0;const m=t.name("valid");c===void 0&&s===1?S(m,()=>t.if(m,()=>t.break())):s===0?(t.let(m,!0),c!==void 0&&t.if((0,rt._)`${a}.length > 0`,b)):(t.let(m,!1),b()),e.result(m,()=>e.reset());function b(){const w=t.name("_valid"),v=t.let("count",0);S(w,()=>t.if(w,()=>$(v)))}function S(w,v){t.forRange("i",0,f,h=>{e.subschema({keyword:"contains",dataProp:h,dataPropType:sa.Type.Num,compositeRule:!0},w),v()})}function $(w){t.code((0,rt._)`${w}++`),c===void 0?t.if((0,rt._)`${w} >= ${s}`,()=>t.assign(m,!0).break()):(t.if((0,rt._)`${w} > ${c}`,()=>t.assign(m,!1).break()),s===1?t.assign(m,!0):t.if((0,rt._)`${w} >= ${s}`,()=>t.assign(m,!0)))}}};Ti.default=R3;var Hp={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.validateSchemaDeps=e.validatePropertyDeps=e.error=void 0;const t=oe,r=ce,n=ne;e.error={message:({params:{property:u,depsCount:d,deps:f}})=>{const m=d===1?"property":"properties";return(0,t.str)`must have ${m} ${f} when property ${u} is present`},params:({params:{property:u,depsCount:d,deps:f,missingProperty:m}})=>(0,t._)`{property: ${u},
|
|
10
|
+
missingProperty: ${m},
|
|
11
|
+
depsCount: ${d},
|
|
12
|
+
deps: ${f}}`};const a={keyword:"dependencies",type:"object",schemaType:"object",error:e.error,code(u){const[d,f]=o(u);s(u,d),c(u,f)}};function o({schema:u}){const d={},f={};for(const m in u){if(m==="__proto__")continue;const b=Array.isArray(u[m])?d:f;b[m]=u[m]}return[d,f]}function s(u,d=u.schema){const{gen:f,data:m,it:b}=u;if(Object.keys(d).length===0)return;const S=f.let("missing");for(const $ in d){const w=d[$];if(w.length===0)continue;const v=(0,n.propertyInData)(f,m,$,b.opts.ownProperties);u.setParams({property:$,depsCount:w.length,deps:w.join(", ")}),b.allErrors?f.if(v,()=>{for(const h of w)(0,n.checkReportMissingProp)(u,h)}):(f.if((0,t._)`${v} && (${(0,n.checkMissingProp)(u,w,S)})`),(0,n.reportMissingProp)(u,S),f.else())}}e.validatePropertyDeps=s;function c(u,d=u.schema){const{gen:f,data:m,keyword:b,it:S}=u,$=f.name("valid");for(const w in d)(0,r.alwaysValidSchema)(S,d[w])||(f.if((0,n.propertyInData)(f,m,w,S.opts.ownProperties),()=>{const v=u.subschema({keyword:b,schemaProp:w},$);u.mergeValidEvaluated(v,$)},()=>f.var($,!0)),u.ok($))}e.validateSchemaDeps=c,e.default=a})(Hp);var Ni={};Object.defineProperty(Ni,"__esModule",{value:!0});const xp=oe,j3=ce,D3={message:"property name must be valid",params:({params:e})=>(0,xp._)`{propertyName: ${e.propertyName}}`},M3={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:D3,code(e){const{gen:t,schema:r,data:n,it:a}=e;if((0,j3.alwaysValidSchema)(a,r))return;const o=t.name("valid");t.forIn("key",n,s=>{e.setParams({propertyName:s}),e.subschema({keyword:"propertyNames",data:s,dataTypes:["string"],propertyName:s,compositeRule:!0},o),t.if((0,xp.not)(o),()=>{e.error(!0),a.allErrors||t.break()})}),e.ok(o)}};Ni.default=M3;var vo={};Object.defineProperty(vo,"__esModule",{value:!0});const ia=ne,lt=oe,L3=Tt,ca=ce,V3={message:"must NOT have additional properties",params:({params:e})=>(0,lt._)`{additionalProperty: ${e.additionalProperty}}`},F3={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:V3,code(e){const{gen:t,schema:r,parentSchema:n,data:a,errsCount:o,it:s}=e;if(!o)throw new Error("ajv implementation error");const{allErrors:c,opts:u}=s;if(s.props=!0,u.removeAdditional!=="all"&&(0,ca.alwaysValidSchema)(s,r))return;const d=(0,ia.allSchemaProperties)(n.properties),f=(0,ia.allSchemaProperties)(n.patternProperties);m(),e.ok((0,lt._)`${o} === ${L3.default.errors}`);function m(){t.forIn("key",a,v=>{!d.length&&!f.length?$(v):t.if(b(v),()=>$(v))})}function b(v){let h;if(d.length>8){const y=(0,ca.schemaRefOrVal)(s,n.properties,"properties");h=(0,ia.isOwnProperty)(t,y,v)}else d.length?h=(0,lt.or)(...d.map(y=>(0,lt._)`${v} === ${y}`)):h=lt.nil;return f.length&&(h=(0,lt.or)(h,...f.map(y=>(0,lt._)`${(0,ia.usePattern)(e,y)}.test(${v})`))),(0,lt.not)(h)}function S(v){t.code((0,lt._)`delete ${a}[${v}]`)}function $(v){if(u.removeAdditional==="all"||u.removeAdditional&&r===!1){S(v);return}if(r===!1){e.setParams({additionalProperty:v}),e.error(),c||t.break();return}if(typeof r=="object"&&!(0,ca.alwaysValidSchema)(s,r)){const h=t.name("valid");u.removeAdditional==="failing"?(w(v,h,!1),t.if((0,lt.not)(h),()=>{e.reset(),S(v)})):(w(v,h),c||t.if((0,lt.not)(h),()=>t.break()))}}function w(v,h,y){const E={keyword:"additionalProperties",dataProp:v,dataPropType:ca.Type.Str};y===!1&&Object.assign(E,{compositeRule:!0,createErrors:!1,allErrors:!1}),e.subschema(E,h)}}};vo.default=F3;var Ii={};Object.defineProperty(Ii,"__esModule",{value:!0});const B3=pt,Hu=ne,Ko=ce,xu=vo,z3={keyword:"properties",type:"object",schemaType:"object",code(e){const{gen:t,schema:r,parentSchema:n,data:a,it:o}=e;o.opts.removeAdditional==="all"&&n.additionalProperties===void 0&&xu.default.code(new B3.KeywordCxt(o,xu.default,"additionalProperties"));const s=(0,Hu.allSchemaProperties)(r);for(const m of s)o.definedProperties.add(m);o.opts.unevaluated&&s.length&&o.props!==!0&&(o.props=Ko.mergeEvaluated.props(t,(0,Ko.toHash)(s),o.props));const c=s.filter(m=>!(0,Ko.alwaysValidSchema)(o,r[m]));if(c.length===0)return;const u=t.name("valid");for(const m of c)d(m)?f(m):(t.if((0,Hu.propertyInData)(t,a,m,o.opts.ownProperties)),f(m),o.allErrors||t.else().var(u,!0),t.endIf()),e.it.definedProperties.add(m),e.ok(u);function d(m){return o.opts.useDefaults&&!o.compositeRule&&r[m].default!==void 0}function f(m){e.subschema({keyword:"properties",schemaProp:m,dataProp:m},u)}}};Ii.default=z3;var ki={};Object.defineProperty(ki,"__esModule",{value:!0});const Ju=ne,la=oe,Zu=ce,Yu=ce,U3={keyword:"patternProperties",type:"object",schemaType:"object",code(e){const{gen:t,schema:r,data:n,parentSchema:a,it:o}=e,{opts:s}=o,c=(0,Ju.allSchemaProperties)(r),u=c.filter(w=>(0,Zu.alwaysValidSchema)(o,r[w]));if(c.length===0||u.length===c.length&&(!o.opts.unevaluated||o.props===!0))return;const d=s.strictSchema&&!s.allowMatchingProperties&&a.properties,f=t.name("valid");o.props!==!0&&!(o.props instanceof la.Name)&&(o.props=(0,Yu.evaluatedPropsToName)(t,o.props));const{props:m}=o;b();function b(){for(const w of c)d&&S(w),o.allErrors?$(w):(t.var(f,!0),$(w),t.if(f))}function S(w){for(const v in d)new RegExp(w).test(v)&&(0,Zu.checkStrictMode)(o,`property ${v} matches pattern ${w} (use allowMatchingProperties)`)}function $(w){t.forIn("key",n,v=>{t.if((0,la._)`${(0,Ju.usePattern)(e,w)}.test(${v})`,()=>{const h=u.includes(w);h||e.subschema({keyword:"patternProperties",schemaProp:w,dataProp:v,dataPropType:Yu.Type.Str},f),o.opts.unevaluated&&m!==!0?t.assign((0,la._)`${m}[${v}]`,!0):!h&&!o.allErrors&&t.if((0,la.not)(f),()=>t.break())})})}}};ki.default=U3;var Ri={};Object.defineProperty(Ri,"__esModule",{value:!0});const q3=ce,W3={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(e){const{gen:t,schema:r,it:n}=e;if((0,q3.alwaysValidSchema)(n,r)){e.fail();return}const a=t.name("valid");e.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},a),e.failResult(a,()=>e.reset(),()=>e.error())},error:{message:"must NOT be valid"}};Ri.default=W3;var ji={};Object.defineProperty(ji,"__esModule",{value:!0});const K3=ne,G3={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:K3.validateUnion,error:{message:"must match a schema in anyOf"}};ji.default=G3;var Di={};Object.defineProperty(Di,"__esModule",{value:!0});const wa=oe,H3=ce,x3={message:"must match exactly one schema in oneOf",params:({params:e})=>(0,wa._)`{passingSchemas: ${e.passing}}`},J3={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:x3,code(e){const{gen:t,schema:r,parentSchema:n,it:a}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");if(a.opts.discriminator&&n.discriminator)return;const o=r,s=t.let("valid",!1),c=t.let("passing",null),u=t.name("_valid");e.setParams({passing:c}),t.block(d),e.result(s,()=>e.reset(),()=>e.error(!0));function d(){o.forEach((f,m)=>{let b;(0,H3.alwaysValidSchema)(a,f)?t.var(u,!0):b=e.subschema({keyword:"oneOf",schemaProp:m,compositeRule:!0},u),m>0&&t.if((0,wa._)`${u} && ${s}`).assign(s,!1).assign(c,(0,wa._)`[${c}, ${m}]`).else(),t.if(u,()=>{t.assign(s,!0),t.assign(c,m),b&&e.mergeEvaluated(b,wa.Name)})})}}};Di.default=J3;var Mi={};Object.defineProperty(Mi,"__esModule",{value:!0});const Z3=ce,Y3={keyword:"allOf",schemaType:"array",code(e){const{gen:t,schema:r,it:n}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");const a=t.name("valid");r.forEach((o,s)=>{if((0,Z3.alwaysValidSchema)(n,o))return;const c=e.subschema({keyword:"allOf",schemaProp:s},a);e.ok(a),e.mergeEvaluated(c)})}};Mi.default=Y3;var Li={};Object.defineProperty(Li,"__esModule",{value:!0});const Ua=oe,Jp=ce,X3={message:({params:e})=>(0,Ua.str)`must match "${e.ifClause}" schema`,params:({params:e})=>(0,Ua._)`{failingKeyword: ${e.ifClause}}`},Q3={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:X3,code(e){const{gen:t,parentSchema:r,it:n}=e;r.then===void 0&&r.else===void 0&&(0,Jp.checkStrictMode)(n,'"if" without "then" and "else" is ignored');const a=Xu(n,"then"),o=Xu(n,"else");if(!a&&!o)return;const s=t.let("valid",!0),c=t.name("_valid");if(u(),e.reset(),a&&o){const f=t.let("ifClause");e.setParams({ifClause:f}),t.if(c,d("then",f),d("else",f))}else a?t.if(c,d("then")):t.if((0,Ua.not)(c),d("else"));e.pass(s,()=>e.error(!0));function u(){const f=e.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},c);e.mergeEvaluated(f)}function d(f,m){return()=>{const b=e.subschema({keyword:f},c);t.assign(s,c),e.mergeValidEvaluated(b,s),m?t.assign(m,(0,Ua._)`${f}`):e.setParams({ifClause:f})}}}};function Xu(e,t){const r=e.schema[t];return r!==void 0&&!(0,Jp.alwaysValidSchema)(e,r)}Li.default=Q3;var Vi={};Object.defineProperty(Vi,"__esModule",{value:!0});const e5=ce,t5={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:e,parentSchema:t,it:r}){t.if===void 0&&(0,e5.checkStrictMode)(r,`"${e}" without "if" is ignored`)}};Vi.default=t5;Object.defineProperty(Ai,"__esModule",{value:!0});const r5=Zr,n5=Pi,a5=Yr,o5=Oi,s5=Ti,i5=Hp,c5=Ni,l5=vo,u5=Ii,d5=ki,f5=Ri,p5=ji,h5=Di,m5=Mi,v5=Li,$5=Vi;function y5(e=!1){const t=[f5.default,p5.default,h5.default,m5.default,v5.default,$5.default,c5.default,l5.default,i5.default,u5.default,d5.default];return e?t.push(n5.default,o5.default):t.push(r5.default,a5.default),t.push(s5.default),t}Ai.default=y5;var Fi={},Bi={};Object.defineProperty(Bi,"__esModule",{value:!0});const Ce=oe,g5={message:({schemaCode:e})=>(0,Ce.str)`must match format "${e}"`,params:({schemaCode:e})=>(0,Ce._)`{format: ${e}}`},_5={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:g5,code(e,t){const{gen:r,data:n,$data:a,schema:o,schemaCode:s,it:c}=e,{opts:u,errSchemaPath:d,schemaEnv:f,self:m}=c;if(!u.validateFormats)return;a?b():S();function b(){const $=r.scopeValue("formats",{ref:m.formats,code:u.code.formats}),w=r.const("fDef",(0,Ce._)`${$}[${s}]`),v=r.let("fType"),h=r.let("format");r.if((0,Ce._)`typeof ${w} == "object" && !(${w} instanceof RegExp)`,()=>r.assign(v,(0,Ce._)`${w}.type || "string"`).assign(h,(0,Ce._)`${w}.validate`),()=>r.assign(v,(0,Ce._)`"string"`).assign(h,w)),e.fail$data((0,Ce.or)(y(),E()));function y(){return u.strictSchema===!1?Ce.nil:(0,Ce._)`${s} && !${h}`}function E(){const T=f.$async?(0,Ce._)`(${w}.async ? await ${h}(${n}) : ${h}(${n}))`:(0,Ce._)`${h}(${n})`,D=(0,Ce._)`(typeof ${h} == "function" ? ${T} : ${h}.test(${n}))`;return(0,Ce._)`${h} && ${h} !== true && ${v} === ${t} && !${D}`}}function S(){const $=m.formats[o];if(!$){y();return}if($===!0)return;const[w,v,h]=E($);w===t&&e.pass(T());function y(){if(u.strictSchema===!1){m.logger.warn(D());return}throw new Error(D());function D(){return`unknown format "${o}" ignored in schema at path "${d}"`}}function E(D){const C=D instanceof RegExp?(0,Ce.regexpCode)(D):u.code.formats?(0,Ce._)`${u.code.formats}${(0,Ce.getProperty)(o)}`:void 0,P=r.scopeValue("formats",{key:o,ref:D,code:C});return typeof D=="object"&&!(D instanceof RegExp)?[D.type||"string",D.validate,(0,Ce._)`${P}.validate`]:["string",D,P]}function T(){if(typeof $=="object"&&!($ instanceof RegExp)&&$.async){if(!f.$async)throw new Error("async format in sync schema");return(0,Ce._)`await ${h}(${n})`}return typeof v=="function"?(0,Ce._)`${h}(${n})`:(0,Ce._)`${h}.test(${n})`}}}};Bi.default=_5;Object.defineProperty(Fi,"__esModule",{value:!0});const b5=Bi,w5=[b5.default];Fi.default=w5;var Mr={};Object.defineProperty(Mr,"__esModule",{value:!0});Mr.contentVocabulary=Mr.metadataVocabulary=void 0;Mr.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];Mr.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"];Object.defineProperty(di,"__esModule",{value:!0});const E5=fi,S5=hi,C5=Ai,A5=Fi,Qu=Mr,P5=[E5.default,S5.default,(0,C5.default)(),A5.default,Qu.metadataVocabulary,Qu.contentVocabulary];di.default=P5;var zi={},Zp={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.DiscrError=void 0,function(t){t.Tag="tag",t.Mapping="mapping"}(e.DiscrError||(e.DiscrError={}))})(Zp);Object.defineProperty(zi,"__esModule",{value:!0});const Nr=oe,hs=Zp,ed=Ge,O5=ce,T5={message:({params:{discrError:e,tagName:t}})=>e===hs.DiscrError.Tag?`tag "${t}" must be string`:`value of tag "${t}" must be in oneOf`,params:({params:{discrError:e,tag:t,tagName:r}})=>(0,Nr._)`{error: ${e}, tag: ${r}, tagValue: ${t}}`},N5={keyword:"discriminator",type:"object",schemaType:"object",error:T5,code(e){const{gen:t,data:r,schema:n,parentSchema:a,it:o}=e,{oneOf:s}=a;if(!o.opts.discriminator)throw new Error("discriminator: requires discriminator option");const c=n.propertyName;if(typeof c!="string")throw new Error("discriminator: requires propertyName");if(n.mapping)throw new Error("discriminator: mapping is not supported");if(!s)throw new Error("discriminator: requires oneOf keyword");const u=t.let("valid",!1),d=t.const("tag",(0,Nr._)`${r}${(0,Nr.getProperty)(c)}`);t.if((0,Nr._)`typeof ${d} == "string"`,()=>f(),()=>e.error(!1,{discrError:hs.DiscrError.Tag,tag:d,tagName:c})),e.ok(u);function f(){const S=b();t.if(!1);for(const $ in S)t.elseIf((0,Nr._)`${d} === ${$}`),t.assign(u,m(S[$]));t.else(),e.error(!1,{discrError:hs.DiscrError.Mapping,tag:d,tagName:c}),t.endIf()}function m(S){const $=t.name("valid"),w=e.subschema({keyword:"oneOf",schemaProp:S},$);return e.mergeEvaluated(w,Nr.Name),$}function b(){var S;const $={},w=h(a);let v=!0;for(let T=0;T<s.length;T++){let D=s[T];D!=null&&D.$ref&&!(0,O5.schemaHasRulesButRef)(D,o.self.RULES)&&(D=ed.resolveRef.call(o.self,o.schemaEnv.root,o.baseId,D==null?void 0:D.$ref),D instanceof ed.SchemaEnv&&(D=D.schema));const C=(S=D==null?void 0:D.properties)===null||S===void 0?void 0:S[c];if(typeof C!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${c}"`);v=v&&(w||h(D)),y(C,T)}if(!v)throw new Error(`discriminator: "${c}" must be required`);return $;function h({required:T}){return Array.isArray(T)&&T.includes(c)}function y(T,D){if(T.const)E(T.const,D);else if(T.enum)for(const C of T.enum)E(C,D);else throw new Error(`discriminator: "properties/${c}" must have "const" or "enum"`)}function E(T,D){if(typeof T!="string"||T in $)throw new Error(`discriminator: "${c}" values must be unique strings`);$[T]=D}}}};zi.default=N5;const I5="http://json-schema.org/draft-07/schema#",k5="http://json-schema.org/draft-07/schema#",R5="Core schema meta-schema",j5={schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:"#/definitions/nonNegativeInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},D5=["object","boolean"],M5={$id:{type:"string",format:"uri-reference"},$schema:{type:"string",format:"uri"},$ref:{type:"string",format:"uri-reference"},$comment:{type:"string"},title:{type:"string"},description:{type:"string"},default:!0,readOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/definitions/nonNegativeInteger"},minLength:{$ref:"#/definitions/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{$ref:"#"},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:!0},maxItems:{$ref:"#/definitions/nonNegativeInteger"},minItems:{$ref:"#/definitions/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},contains:{$ref:"#"},maxProperties:{$ref:"#/definitions/nonNegativeInteger"},minProperties:{$ref:"#/definitions/nonNegativeIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{$ref:"#"},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},propertyNames:{format:"regex"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},propertyNames:{$ref:"#"},const:!0,enum:{type:"array",items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{type:"string"},contentMediaType:{type:"string"},contentEncoding:{type:"string"},if:{$ref:"#"},then:{$ref:"#"},else:{$ref:"#"},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},L5={$schema:I5,$id:k5,title:R5,definitions:j5,type:D5,properties:M5,default:!0};(function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.MissingRefError=t.ValidationError=t.CodeGen=t.Name=t.nil=t.stringify=t.str=t._=t.KeywordCxt=void 0;const r=yp,n=di,a=zi,o=L5,s=["/properties"],c="http://json-schema.org/draft-07/schema";class u extends r.default{_addVocabularies(){super._addVocabularies(),n.default.forEach($=>this.addVocabulary($)),this.opts.discriminator&&this.addKeyword(a.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;const $=this.opts.$data?this.$dataMetaSchema(o,s):o;this.addMetaSchema($,c,!1),this.refs["http://json-schema.org/schema"]=c}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(c)?c:void 0)}}e.exports=t=u,Object.defineProperty(t,"__esModule",{value:!0}),t.default=u;var d=pt;Object.defineProperty(t,"KeywordCxt",{enumerable:!0,get:function(){return d.KeywordCxt}});var f=oe;Object.defineProperty(t,"_",{enumerable:!0,get:function(){return f._}}),Object.defineProperty(t,"str",{enumerable:!0,get:function(){return f.str}}),Object.defineProperty(t,"stringify",{enumerable:!0,get:function(){return f.stringify}}),Object.defineProperty(t,"nil",{enumerable:!0,get:function(){return f.nil}}),Object.defineProperty(t,"Name",{enumerable:!0,get:function(){return f.Name}}),Object.defineProperty(t,"CodeGen",{enumerable:!0,get:function(){return f.CodeGen}});var m=qn;Object.defineProperty(t,"ValidationError",{enumerable:!0,get:function(){return m.default}});var b=Wn;Object.defineProperty(t,"MissingRefError",{enumerable:!0,get:function(){return b.default}})})(H9,La);const V5=Nd(La);var qa={},F5={get exports(){return qa},set exports(e){qa=e}},Yp={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.formatNames=e.fastFormats=e.fullFormats=void 0;function t(B,z){return{validate:B,compare:z}}e.fullFormats={date:t(o,s),time:t(u,d),"date-time":t(m,b),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:w,"uri-reference":/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,"uri-template":/^(?:(?:[^\x00-\x20"'<>%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,url:/^(?:https?|ftp):\/\/(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)(?:\.(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)*(?:\.(?:[a-z\u{00a1}-\u{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/iu,email:/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:/^(?=.{1,253}\.?$)[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[-0-9a-z]{0,61}[0-9a-z])?)*\.?$/i,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,ipv6:/^((([0-9a-f]{1,4}:){7}([0-9a-f]{1,4}|:))|(([0-9a-f]{1,4}:){6}(:[0-9a-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){5}(((:[0-9a-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){4}(((:[0-9a-f]{1,4}){1,3})|((:[0-9a-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){3}(((:[0-9a-f]{1,4}){1,4})|((:[0-9a-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){2}(((:[0-9a-f]{1,4}){1,5})|((:[0-9a-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){1}(((:[0-9a-f]{1,4}){1,6})|((:[0-9a-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9a-f]{1,4}){1,7})|((:[0-9a-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))$/i,regex:R,uuid:/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,"json-pointer":/^(?:\/(?:[^~/]|~0|~1)*)*$/,"json-pointer-uri-fragment":/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,"relative-json-pointer":/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/,byte:h,int32:{type:"number",validate:T},int64:{type:"number",validate:D},float:{type:"number",validate:C},double:{type:"number",validate:C},password:!0,binary:!0},e.fastFormats={...e.fullFormats,date:t(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,s),time:t(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,d),"date-time":t(/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,b),uri:/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i},e.formatNames=Object.keys(e.fullFormats);function r(B){return B%4===0&&(B%100!==0||B%400===0)}const n=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,a=[0,31,28,31,30,31,30,31,31,30,31,30,31];function o(B){const z=n.exec(B);if(!z)return!1;const K=+z[1],W=+z[2],ue=+z[3];return W>=1&&W<=12&&ue>=1&&ue<=(W===2&&r(K)?29:a[W])}function s(B,z){if(B&&z)return B>z?1:B<z?-1:0}const c=/^(\d\d):(\d\d):(\d\d)(\.\d+)?(z|[+-]\d\d(?::?\d\d)?)?$/i;function u(B,z){const K=c.exec(B);if(!K)return!1;const W=+K[1],ue=+K[2],ee=+K[3],be=K[5];return(W<=23&&ue<=59&&ee<=59||W===23&&ue===59&&ee===60)&&(!z||be!=="")}function d(B,z){if(!(B&&z))return;const K=c.exec(B),W=c.exec(z);if(K&&W)return B=K[1]+K[2]+K[3]+(K[4]||""),z=W[1]+W[2]+W[3]+(W[4]||""),B>z?1:B<z?-1:0}const f=/t|\s/i;function m(B){const z=B.split(f);return z.length===2&&o(z[0])&&u(z[1],!0)}function b(B,z){if(!(B&&z))return;const[K,W]=B.split(f),[ue,ee]=z.split(f),be=s(K,ue);if(be!==void 0)return be||d(W,ee)}const S=/\/|:/,$=/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)(?:\?(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i;function w(B){return S.test(B)&&$.test(B)}const v=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function h(B){return v.lastIndex=0,v.test(B)}const y=-(2**31),E=2**31-1;function T(B){return Number.isInteger(B)&&B<=E&&B>=y}function D(B){return Number.isInteger(B)}function C(){return!0}const P=/[^\\]\\Z/;function R(B){if(P.test(B))return!1;try{return new RegExp(B),!0}catch{return!1}}})(Yp);var Xp={},Wa={},B5={get exports(){return Wa},set exports(e){Wa=e}},Qp={},ht={},Lr={},Gn={},re={},On={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.regexpCode=e.getEsmExportName=e.getProperty=e.safeStringify=e.stringify=e.strConcat=e.addCodeArg=e.str=e._=e.nil=e._Code=e.Name=e.IDENTIFIER=e._CodeOrName=void 0;class t{}e._CodeOrName=t,e.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;class r extends t{constructor(y){if(super(),!e.IDENTIFIER.test(y))throw new Error("CodeGen: name must be a valid identifier");this.str=y}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}}e.Name=r;class n extends t{constructor(y){super(),this._items=typeof y=="string"?[y]:y}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;const y=this._items[0];return y===""||y==='""'}get str(){var y;return(y=this._str)!==null&&y!==void 0?y:this._str=this._items.reduce((E,T)=>`${E}${T}`,"")}get names(){var y;return(y=this._names)!==null&&y!==void 0?y:this._names=this._items.reduce((E,T)=>(T instanceof r&&(E[T.str]=(E[T.str]||0)+1),E),{})}}e._Code=n,e.nil=new n("");function a(h,...y){const E=[h[0]];let T=0;for(;T<y.length;)c(E,y[T]),E.push(h[++T]);return new n(E)}e._=a;const o=new n("+");function s(h,...y){const E=[S(h[0])];let T=0;for(;T<y.length;)E.push(o),c(E,y[T]),E.push(o,S(h[++T]));return u(E),new n(E)}e.str=s;function c(h,y){y instanceof n?h.push(...y._items):y instanceof r?h.push(y):h.push(m(y))}e.addCodeArg=c;function u(h){let y=1;for(;y<h.length-1;){if(h[y]===o){const E=d(h[y-1],h[y+1]);if(E!==void 0){h.splice(y-1,3,E);continue}h[y++]="+"}y++}}function d(h,y){if(y==='""')return h;if(h==='""')return y;if(typeof h=="string")return y instanceof r||h[h.length-1]!=='"'?void 0:typeof y!="string"?`${h.slice(0,-1)}${y}"`:y[0]==='"'?h.slice(0,-1)+y.slice(1):void 0;if(typeof y=="string"&&y[0]==='"'&&!(h instanceof r))return`"${h}${y.slice(1)}`}function f(h,y){return y.emptyStr()?h:h.emptyStr()?y:s`${h}${y}`}e.strConcat=f;function m(h){return typeof h=="number"||typeof h=="boolean"||h===null?h:S(Array.isArray(h)?h.join(","):h)}function b(h){return new n(S(h))}e.stringify=b;function S(h){return JSON.stringify(h).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}e.safeStringify=S;function $(h){return typeof h=="string"&&e.IDENTIFIER.test(h)?new n(`.${h}`):a`[${h}]`}e.getProperty=$;function w(h){if(typeof h=="string"&&e.IDENTIFIER.test(h))return new n(`${h}`);throw new Error(`CodeGen: invalid export name: ${h}, use explicit $id name mapping`)}e.getEsmExportName=w;function v(h){return new n(h.toString())}e.regexpCode=v})(On);var ms={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.ValueScope=e.ValueScopeName=e.Scope=e.varKinds=e.UsedValueState=void 0;const t=On;class r extends Error{constructor(d){super(`CodeGen: "code" for ${d} not defined`),this.value=d.value}}var n;(function(u){u[u.Started=0]="Started",u[u.Completed=1]="Completed"})(n=e.UsedValueState||(e.UsedValueState={})),e.varKinds={const:new t.Name("const"),let:new t.Name("let"),var:new t.Name("var")};class a{constructor({prefixes:d,parent:f}={}){this._names={},this._prefixes=d,this._parent=f}toName(d){return d instanceof t.Name?d:this.name(d)}name(d){return new t.Name(this._newName(d))}_newName(d){const f=this._names[d]||this._nameGroup(d);return`${d}${f.index++}`}_nameGroup(d){var f,m;if(!((m=(f=this._parent)===null||f===void 0?void 0:f._prefixes)===null||m===void 0)&&m.has(d)||this._prefixes&&!this._prefixes.has(d))throw new Error(`CodeGen: prefix "${d}" is not allowed in this scope`);return this._names[d]={prefix:d,index:0}}}e.Scope=a;class o extends t.Name{constructor(d,f){super(f),this.prefix=d}setValue(d,{property:f,itemIndex:m}){this.value=d,this.scopePath=(0,t._)`.${new t.Name(f)}[${m}]`}}e.ValueScopeName=o;const s=(0,t._)`\n`;class c extends a{constructor(d){super(d),this._values={},this._scope=d.scope,this.opts={...d,_n:d.lines?s:t.nil}}get(){return this._scope}name(d){return new o(d,this._newName(d))}value(d,f){var m;if(f.ref===void 0)throw new Error("CodeGen: ref must be passed in value");const b=this.toName(d),{prefix:S}=b,$=(m=f.key)!==null&&m!==void 0?m:f.ref;let w=this._values[S];if(w){const y=w.get($);if(y)return y}else w=this._values[S]=new Map;w.set($,b);const v=this._scope[S]||(this._scope[S]=[]),h=v.length;return v[h]=f.ref,b.setValue(f,{property:S,itemIndex:h}),b}getValue(d,f){const m=this._values[d];if(m)return m.get(f)}scopeRefs(d,f=this._values){return this._reduceValues(f,m=>{if(m.scopePath===void 0)throw new Error(`CodeGen: name "${m}" has no value`);return(0,t._)`${d}${m.scopePath}`})}scopeCode(d=this._values,f,m){return this._reduceValues(d,b=>{if(b.value===void 0)throw new Error(`CodeGen: name "${b}" has no value`);return b.value.code},f,m)}_reduceValues(d,f,m={},b){let S=t.nil;for(const $ in d){const w=d[$];if(!w)continue;const v=m[$]=m[$]||new Map;w.forEach(h=>{if(v.has(h))return;v.set(h,n.Started);let y=f(h);if(y){const E=this.opts.es5?e.varKinds.var:e.varKinds.const;S=(0,t._)`${S}${E} ${h} = ${y};${this.opts._n}`}else if(y=b==null?void 0:b(h))S=(0,t._)`${S}${y}${this.opts._n}`;else throw new r(h);v.set(h,n.Completed)})}return S}}e.ValueScope=c})(ms);(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.or=e.and=e.not=e.CodeGen=e.operators=e.varKinds=e.ValueScopeName=e.ValueScope=e.Scope=e.Name=e.regexpCode=e.stringify=e.getProperty=e.nil=e.strConcat=e.str=e._=void 0;const t=On,r=ms;var n=On;Object.defineProperty(e,"_",{enumerable:!0,get:function(){return n._}}),Object.defineProperty(e,"str",{enumerable:!0,get:function(){return n.str}}),Object.defineProperty(e,"strConcat",{enumerable:!0,get:function(){return n.strConcat}}),Object.defineProperty(e,"nil",{enumerable:!0,get:function(){return n.nil}}),Object.defineProperty(e,"getProperty",{enumerable:!0,get:function(){return n.getProperty}}),Object.defineProperty(e,"stringify",{enumerable:!0,get:function(){return n.stringify}}),Object.defineProperty(e,"regexpCode",{enumerable:!0,get:function(){return n.regexpCode}}),Object.defineProperty(e,"Name",{enumerable:!0,get:function(){return n.Name}});var a=ms;Object.defineProperty(e,"Scope",{enumerable:!0,get:function(){return a.Scope}}),Object.defineProperty(e,"ValueScope",{enumerable:!0,get:function(){return a.ValueScope}}),Object.defineProperty(e,"ValueScopeName",{enumerable:!0,get:function(){return a.ValueScopeName}}),Object.defineProperty(e,"varKinds",{enumerable:!0,get:function(){return a.varKinds}}),e.operators={GT:new t._Code(">"),GTE:new t._Code(">="),LT:new t._Code("<"),LTE:new t._Code("<="),EQ:new t._Code("==="),NEQ:new t._Code("!=="),NOT:new t._Code("!"),OR:new t._Code("||"),AND:new t._Code("&&"),ADD:new t._Code("+")};class o{optimizeNodes(){return this}optimizeNames(l,p){return this}}class s extends o{constructor(l,p,g){super(),this.varKind=l,this.name=p,this.rhs=g}render({es5:l,_n:p}){const g=l?r.varKinds.var:this.varKind,j=this.rhs===void 0?"":` = ${this.rhs}`;return`${g} ${this.name}${j};`+p}optimizeNames(l,p){if(l[this.name.str])return this.rhs&&(this.rhs=ee(this.rhs,l,p)),this}get names(){return this.rhs instanceof t._CodeOrName?this.rhs.names:{}}}class c extends o{constructor(l,p,g){super(),this.lhs=l,this.rhs=p,this.sideEffects=g}render({_n:l}){return`${this.lhs} = ${this.rhs};`+l}optimizeNames(l,p){if(!(this.lhs instanceof t.Name&&!l[this.lhs.str]&&!this.sideEffects))return this.rhs=ee(this.rhs,l,p),this}get names(){const l=this.lhs instanceof t.Name?{}:{...this.lhs.names};return ue(l,this.rhs)}}class u extends c{constructor(l,p,g,j){super(l,g,j),this.op=p}render({_n:l}){return`${this.lhs} ${this.op}= ${this.rhs};`+l}}class d extends o{constructor(l){super(),this.label=l,this.names={}}render({_n:l}){return`${this.label}:`+l}}class f extends o{constructor(l){super(),this.label=l,this.names={}}render({_n:l}){return`break${this.label?` ${this.label}`:""};`+l}}class m extends o{constructor(l){super(),this.error=l}render({_n:l}){return`throw ${this.error};`+l}get names(){return this.error.names}}class b extends o{constructor(l){super(),this.code=l}render({_n:l}){return`${this.code};`+l}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(l,p){return this.code=ee(this.code,l,p),this}get names(){return this.code instanceof t._CodeOrName?this.code.names:{}}}class S extends o{constructor(l=[]){super(),this.nodes=l}render(l){return this.nodes.reduce((p,g)=>p+g.render(l),"")}optimizeNodes(){const{nodes:l}=this;let p=l.length;for(;p--;){const g=l[p].optimizeNodes();Array.isArray(g)?l.splice(p,1,...g):g?l[p]=g:l.splice(p,1)}return l.length>0?this:void 0}optimizeNames(l,p){const{nodes:g}=this;let j=g.length;for(;j--;){const M=g[j];M.optimizeNames(l,p)||(be(l,M.names),g.splice(j,1))}return g.length>0?this:void 0}get names(){return this.nodes.reduce((l,p)=>W(l,p.names),{})}}class $ extends S{render(l){return"{"+l._n+super.render(l)+"}"+l._n}}class w extends S{}class v extends ${}v.kind="else";class h extends ${constructor(l,p){super(p),this.condition=l}render(l){let p=`if(${this.condition})`+super.render(l);return this.else&&(p+="else "+this.else.render(l)),p}optimizeNodes(){super.optimizeNodes();const l=this.condition;if(l===!0)return this.nodes;let p=this.else;if(p){const g=p.optimizeNodes();p=this.else=Array.isArray(g)?new v(g):g}if(p)return l===!1?p instanceof h?p:p.nodes:this.nodes.length?this:new h(Ue(l),p instanceof h?[p]:p.nodes);if(!(l===!1||!this.nodes.length))return this}optimizeNames(l,p){var g;if(this.else=(g=this.else)===null||g===void 0?void 0:g.optimizeNames(l,p),!!(super.optimizeNames(l,p)||this.else))return this.condition=ee(this.condition,l,p),this}get names(){const l=super.names;return ue(l,this.condition),this.else&&W(l,this.else.names),l}}h.kind="if";class y extends ${}y.kind="for";class E extends y{constructor(l){super(),this.iteration=l}render(l){return`for(${this.iteration})`+super.render(l)}optimizeNames(l,p){if(super.optimizeNames(l,p))return this.iteration=ee(this.iteration,l,p),this}get names(){return W(super.names,this.iteration.names)}}class T extends y{constructor(l,p,g,j){super(),this.varKind=l,this.name=p,this.from=g,this.to=j}render(l){const p=l.es5?r.varKinds.var:this.varKind,{name:g,from:j,to:M}=this;return`for(${p} ${g}=${j}; ${g}<${M}; ${g}++)`+super.render(l)}get names(){const l=ue(super.names,this.from);return ue(l,this.to)}}class D extends y{constructor(l,p,g,j){super(),this.loop=l,this.varKind=p,this.name=g,this.iterable=j}render(l){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(l)}optimizeNames(l,p){if(super.optimizeNames(l,p))return this.iterable=ee(this.iterable,l,p),this}get names(){return W(super.names,this.iterable.names)}}class C extends ${constructor(l,p,g){super(),this.name=l,this.args=p,this.async=g}render(l){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(l)}}C.kind="func";class P extends S{render(l){return"return "+super.render(l)}}P.kind="return";class R extends ${render(l){let p="try"+super.render(l);return this.catch&&(p+=this.catch.render(l)),this.finally&&(p+=this.finally.render(l)),p}optimizeNodes(){var l,p;return super.optimizeNodes(),(l=this.catch)===null||l===void 0||l.optimizeNodes(),(p=this.finally)===null||p===void 0||p.optimizeNodes(),this}optimizeNames(l,p){var g,j;return super.optimizeNames(l,p),(g=this.catch)===null||g===void 0||g.optimizeNames(l,p),(j=this.finally)===null||j===void 0||j.optimizeNames(l,p),this}get names(){const l=super.names;return this.catch&&W(l,this.catch.names),this.finally&&W(l,this.finally.names),l}}class B extends ${constructor(l){super(),this.error=l}render(l){return`catch(${this.error})`+super.render(l)}}B.kind="catch";class z extends ${render(l){return"finally"+super.render(l)}}z.kind="finally";class K{constructor(l,p={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...p,_n:p.lines?`
|
|
13
|
+
`:""},this._extScope=l,this._scope=new r.Scope({parent:l}),this._nodes=[new w]}toString(){return this._root.render(this.opts)}name(l){return this._scope.name(l)}scopeName(l){return this._extScope.name(l)}scopeValue(l,p){const g=this._extScope.value(l,p);return(this._values[g.prefix]||(this._values[g.prefix]=new Set)).add(g),g}getScopeValue(l,p){return this._extScope.getValue(l,p)}scopeRefs(l){return this._extScope.scopeRefs(l,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(l,p,g,j){const M=this._scope.toName(p);return g!==void 0&&j&&(this._constants[M.str]=g),this._leafNode(new s(l,M,g)),M}const(l,p,g){return this._def(r.varKinds.const,l,p,g)}let(l,p,g){return this._def(r.varKinds.let,l,p,g)}var(l,p,g){return this._def(r.varKinds.var,l,p,g)}assign(l,p,g){return this._leafNode(new c(l,p,g))}add(l,p){return this._leafNode(new u(l,e.operators.ADD,p))}code(l){return typeof l=="function"?l():l!==t.nil&&this._leafNode(new b(l)),this}object(...l){const p=["{"];for(const[g,j]of l)p.length>1&&p.push(","),p.push(g),(g!==j||this.opts.es5)&&(p.push(":"),(0,t.addCodeArg)(p,j));return p.push("}"),new t._Code(p)}if(l,p,g){if(this._blockNode(new h(l)),p&&g)this.code(p).else().code(g).endIf();else if(p)this.code(p).endIf();else if(g)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(l){return this._elseNode(new h(l))}else(){return this._elseNode(new v)}endIf(){return this._endBlockNode(h,v)}_for(l,p){return this._blockNode(l),p&&this.code(p).endFor(),this}for(l,p){return this._for(new E(l),p)}forRange(l,p,g,j,M=this.opts.es5?r.varKinds.var:r.varKinds.let){const U=this._scope.toName(l);return this._for(new T(M,U,p,g),()=>j(U))}forOf(l,p,g,j=r.varKinds.const){const M=this._scope.toName(l);if(this.opts.es5){const U=p instanceof t.Name?p:this.var("_arr",p);return this.forRange("_i",0,(0,t._)`${U}.length`,q=>{this.var(M,(0,t._)`${U}[${q}]`),g(M)})}return this._for(new D("of",j,M,p),()=>g(M))}forIn(l,p,g,j=this.opts.es5?r.varKinds.var:r.varKinds.const){if(this.opts.ownProperties)return this.forOf(l,(0,t._)`Object.keys(${p})`,g);const M=this._scope.toName(l);return this._for(new D("in",j,M,p),()=>g(M))}endFor(){return this._endBlockNode(y)}label(l){return this._leafNode(new d(l))}break(l){return this._leafNode(new f(l))}return(l){const p=new P;if(this._blockNode(p),this.code(l),p.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(P)}try(l,p,g){if(!p&&!g)throw new Error('CodeGen: "try" without "catch" and "finally"');const j=new R;if(this._blockNode(j),this.code(l),p){const M=this.name("e");this._currNode=j.catch=new B(M),p(M)}return g&&(this._currNode=j.finally=new z,this.code(g)),this._endBlockNode(B,z)}throw(l){return this._leafNode(new m(l))}block(l,p){return this._blockStarts.push(this._nodes.length),l&&this.code(l).endBlock(p),this}endBlock(l){const p=this._blockStarts.pop();if(p===void 0)throw new Error("CodeGen: not in self-balancing block");const g=this._nodes.length-p;if(g<0||l!==void 0&&g!==l)throw new Error(`CodeGen: wrong number of nodes: ${g} vs ${l} expected`);return this._nodes.length=p,this}func(l,p=t.nil,g,j){return this._blockNode(new C(l,p,g)),j&&this.code(j).endFunc(),this}endFunc(){return this._endBlockNode(C)}optimize(l=1){for(;l-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(l){return this._currNode.nodes.push(l),this}_blockNode(l){this._currNode.nodes.push(l),this._nodes.push(l)}_endBlockNode(l,p){const g=this._currNode;if(g instanceof l||p&&g instanceof p)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${p?`${l.kind}/${p.kind}`:l.kind}"`)}_elseNode(l){const p=this._currNode;if(!(p instanceof h))throw new Error('CodeGen: "else" without "if"');return this._currNode=p.else=l,this}get _root(){return this._nodes[0]}get _currNode(){const l=this._nodes;return l[l.length-1]}set _currNode(l){const p=this._nodes;p[p.length-1]=l}}e.CodeGen=K;function W(A,l){for(const p in l)A[p]=(A[p]||0)+(l[p]||0);return A}function ue(A,l){return l instanceof t._CodeOrName?W(A,l.names):A}function ee(A,l,p){if(A instanceof t.Name)return g(A);if(!j(A))return A;return new t._Code(A._items.reduce((M,U)=>(U instanceof t.Name&&(U=g(U)),U instanceof t._Code?M.push(...U._items):M.push(U),M),[]));function g(M){const U=p[M.str];return U===void 0||l[M.str]!==1?M:(delete l[M.str],U)}function j(M){return M instanceof t._Code&&M._items.some(U=>U instanceof t.Name&&l[U.str]===1&&p[U.str]!==void 0)}}function be(A,l){for(const p in l)A[p]=(A[p]||0)-(l[p]||0)}function Ue(A){return typeof A=="boolean"||typeof A=="number"||A===null?!A:(0,t._)`!${I(A)}`}e.not=Ue;const Xe=_(e.operators.AND);function Qe(...A){return A.reduce(Xe)}e.and=Qe;const Je=_(e.operators.OR);function L(...A){return A.reduce(Je)}e.or=L;function _(A){return(l,p)=>l===t.nil?p:p===t.nil?l:(0,t._)`${I(l)} ${A} ${I(p)}`}function I(A){return A instanceof t.Name?A:(0,t._)`(${A})`}})(re);var le={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.checkStrictMode=e.getErrorPath=e.Type=e.useFunc=e.setEvaluated=e.evaluatedPropsToName=e.mergeEvaluated=e.eachItem=e.unescapeJsonPointer=e.escapeJsonPointer=e.escapeFragment=e.unescapeFragment=e.schemaRefOrVal=e.schemaHasRulesButRef=e.schemaHasRules=e.checkUnknownRules=e.alwaysValidSchema=e.toHash=void 0;const t=re,r=On;function n(C){const P={};for(const R of C)P[R]=!0;return P}e.toHash=n;function a(C,P){return typeof P=="boolean"?P:Object.keys(P).length===0?!0:(o(C,P),!s(P,C.self.RULES.all))}e.alwaysValidSchema=a;function o(C,P=C.schema){const{opts:R,self:B}=C;if(!R.strictSchema||typeof P=="boolean")return;const z=B.RULES.keywords;for(const K in P)z[K]||D(C,`unknown keyword: "${K}"`)}e.checkUnknownRules=o;function s(C,P){if(typeof C=="boolean")return!C;for(const R in C)if(P[R])return!0;return!1}e.schemaHasRules=s;function c(C,P){if(typeof C=="boolean")return!C;for(const R in C)if(R!=="$ref"&&P.all[R])return!0;return!1}e.schemaHasRulesButRef=c;function u({topSchemaRef:C,schemaPath:P},R,B,z){if(!z){if(typeof R=="number"||typeof R=="boolean")return R;if(typeof R=="string")return(0,t._)`${R}`}return(0,t._)`${C}${P}${(0,t.getProperty)(B)}`}e.schemaRefOrVal=u;function d(C){return b(decodeURIComponent(C))}e.unescapeFragment=d;function f(C){return encodeURIComponent(m(C))}e.escapeFragment=f;function m(C){return typeof C=="number"?`${C}`:C.replace(/~/g,"~0").replace(/\//g,"~1")}e.escapeJsonPointer=m;function b(C){return C.replace(/~1/g,"/").replace(/~0/g,"~")}e.unescapeJsonPointer=b;function S(C,P){if(Array.isArray(C))for(const R of C)P(R);else P(C)}e.eachItem=S;function $({mergeNames:C,mergeToName:P,mergeValues:R,resultToName:B}){return(z,K,W,ue)=>{const ee=W===void 0?K:W instanceof t.Name?(K instanceof t.Name?C(z,K,W):P(z,K,W),W):K instanceof t.Name?(P(z,W,K),K):R(K,W);return ue===t.Name&&!(ee instanceof t.Name)?B(z,ee):ee}}e.mergeEvaluated={props:$({mergeNames:(C,P,R)=>C.if((0,t._)`${R} !== true && ${P} !== undefined`,()=>{C.if((0,t._)`${P} === true`,()=>C.assign(R,!0),()=>C.assign(R,(0,t._)`${R} || {}`).code((0,t._)`Object.assign(${R}, ${P})`))}),mergeToName:(C,P,R)=>C.if((0,t._)`${R} !== true`,()=>{P===!0?C.assign(R,!0):(C.assign(R,(0,t._)`${R} || {}`),v(C,R,P))}),mergeValues:(C,P)=>C===!0?!0:{...C,...P},resultToName:w}),items:$({mergeNames:(C,P,R)=>C.if((0,t._)`${R} !== true && ${P} !== undefined`,()=>C.assign(R,(0,t._)`${P} === true ? true : ${R} > ${P} ? ${R} : ${P}`)),mergeToName:(C,P,R)=>C.if((0,t._)`${R} !== true`,()=>C.assign(R,P===!0?!0:(0,t._)`${R} > ${P} ? ${R} : ${P}`)),mergeValues:(C,P)=>C===!0?!0:Math.max(C,P),resultToName:(C,P)=>C.var("items",P)})};function w(C,P){if(P===!0)return C.var("props",!0);const R=C.var("props",(0,t._)`{}`);return P!==void 0&&v(C,R,P),R}e.evaluatedPropsToName=w;function v(C,P,R){Object.keys(R).forEach(B=>C.assign((0,t._)`${P}${(0,t.getProperty)(B)}`,!0))}e.setEvaluated=v;const h={};function y(C,P){return C.scopeValue("func",{ref:P,code:h[P.code]||(h[P.code]=new r._Code(P.code))})}e.useFunc=y;var E;(function(C){C[C.Num=0]="Num",C[C.Str=1]="Str"})(E=e.Type||(e.Type={}));function T(C,P,R){if(C instanceof t.Name){const B=P===E.Num;return R?B?(0,t._)`"[" + ${C} + "]"`:(0,t._)`"['" + ${C} + "']"`:B?(0,t._)`"/" + ${C}`:(0,t._)`"/" + ${C}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return R?(0,t.getProperty)(C).toString():"/"+m(C)}e.getErrorPath=T;function D(C,P,R=C.opts.strictSchema){if(R){if(P=`strict mode: ${P}`,R===!0)throw new Error(P);C.self.logger.warn(P)}}e.checkStrictMode=D})(le);var Nt={};Object.defineProperty(Nt,"__esModule",{value:!0});const Ve=re,z5={data:new Ve.Name("data"),valCxt:new Ve.Name("valCxt"),instancePath:new Ve.Name("instancePath"),parentData:new Ve.Name("parentData"),parentDataProperty:new Ve.Name("parentDataProperty"),rootData:new Ve.Name("rootData"),dynamicAnchors:new Ve.Name("dynamicAnchors"),vErrors:new Ve.Name("vErrors"),errors:new Ve.Name("errors"),this:new Ve.Name("this"),self:new Ve.Name("self"),scope:new Ve.Name("scope"),json:new Ve.Name("json"),jsonPos:new Ve.Name("jsonPos"),jsonLen:new Ve.Name("jsonLen"),jsonPart:new Ve.Name("jsonPart")};Nt.default=z5;(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.extendErrors=e.resetErrorsCount=e.reportExtraError=e.reportError=e.keyword$DataError=e.keywordError=void 0;const t=re,r=le,n=Nt;e.keywordError={message:({keyword:v})=>(0,t.str)`must pass "${v}" keyword validation`},e.keyword$DataError={message:({keyword:v,schemaType:h})=>h?(0,t.str)`"${v}" keyword must be ${h} ($data)`:(0,t.str)`"${v}" keyword is invalid ($data)`};function a(v,h=e.keywordError,y,E){const{it:T}=v,{gen:D,compositeRule:C,allErrors:P}=T,R=m(v,h,y);E??(C||P)?u(D,R):d(T,(0,t._)`[${R}]`)}e.reportError=a;function o(v,h=e.keywordError,y){const{it:E}=v,{gen:T,compositeRule:D,allErrors:C}=E,P=m(v,h,y);u(T,P),D||C||d(E,n.default.vErrors)}e.reportExtraError=o;function s(v,h){v.assign(n.default.errors,h),v.if((0,t._)`${n.default.vErrors} !== null`,()=>v.if(h,()=>v.assign((0,t._)`${n.default.vErrors}.length`,h),()=>v.assign(n.default.vErrors,null)))}e.resetErrorsCount=s;function c({gen:v,keyword:h,schemaValue:y,data:E,errsCount:T,it:D}){if(T===void 0)throw new Error("ajv implementation error");const C=v.name("err");v.forRange("i",T,n.default.errors,P=>{v.const(C,(0,t._)`${n.default.vErrors}[${P}]`),v.if((0,t._)`${C}.instancePath === undefined`,()=>v.assign((0,t._)`${C}.instancePath`,(0,t.strConcat)(n.default.instancePath,D.errorPath))),v.assign((0,t._)`${C}.schemaPath`,(0,t.str)`${D.errSchemaPath}/${h}`),D.opts.verbose&&(v.assign((0,t._)`${C}.schema`,y),v.assign((0,t._)`${C}.data`,E))})}e.extendErrors=c;function u(v,h){const y=v.const("err",h);v.if((0,t._)`${n.default.vErrors} === null`,()=>v.assign(n.default.vErrors,(0,t._)`[${y}]`),(0,t._)`${n.default.vErrors}.push(${y})`),v.code((0,t._)`${n.default.errors}++`)}function d(v,h){const{gen:y,validateName:E,schemaEnv:T}=v;T.$async?y.throw((0,t._)`new ${v.ValidationError}(${h})`):(y.assign((0,t._)`${E}.errors`,h),y.return(!1))}const f={keyword:new t.Name("keyword"),schemaPath:new t.Name("schemaPath"),params:new t.Name("params"),propertyName:new t.Name("propertyName"),message:new t.Name("message"),schema:new t.Name("schema"),parentSchema:new t.Name("parentSchema")};function m(v,h,y){const{createErrors:E}=v.it;return E===!1?(0,t._)`{}`:b(v,h,y)}function b(v,h,y={}){const{gen:E,it:T}=v,D=[S(T,y),$(v,y)];return w(v,h,D),E.object(...D)}function S({errorPath:v},{instancePath:h}){const y=h?(0,t.str)`${v}${(0,r.getErrorPath)(h,r.Type.Str)}`:v;return[n.default.instancePath,(0,t.strConcat)(n.default.instancePath,y)]}function $({keyword:v,it:{errSchemaPath:h}},{schemaPath:y,parentSchema:E}){let T=E?h:(0,t.str)`${h}/${v}`;return y&&(T=(0,t.str)`${T}${(0,r.getErrorPath)(y,r.Type.Str)}`),[f.schemaPath,T]}function w(v,{params:h,message:y},E){const{keyword:T,data:D,schemaValue:C,it:P}=v,{opts:R,propertyName:B,topSchemaRef:z,schemaPath:K}=P;E.push([f.keyword,T],[f.params,typeof h=="function"?h(v):h||(0,t._)`{}`]),R.messages&&E.push([f.message,typeof y=="function"?y(v):y]),R.verbose&&E.push([f.schema,C],[f.parentSchema,(0,t._)`${z}${K}`],[n.default.data,D]),B&&E.push([f.propertyName,B])}})(Gn);Object.defineProperty(Lr,"__esModule",{value:!0});Lr.boolOrEmptySchema=Lr.topBoolOrEmptySchema=void 0;const U5=Gn,q5=re,W5=Nt,K5={message:"boolean schema is false"};function G5(e){const{gen:t,schema:r,validateName:n}=e;r===!1?eh(e,!1):typeof r=="object"&&r.$async===!0?t.return(W5.default.data):(t.assign((0,q5._)`${n}.errors`,null),t.return(!0))}Lr.topBoolOrEmptySchema=G5;function H5(e,t){const{gen:r,schema:n}=e;n===!1?(r.var(t,!1),eh(e)):r.var(t,!0)}Lr.boolOrEmptySchema=H5;function eh(e,t){const{gen:r,data:n}=e,a={gen:r,keyword:"false schema",data:n,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:e};(0,U5.reportError)(a,K5,void 0,t)}var Hn={},yr={};Object.defineProperty(yr,"__esModule",{value:!0});yr.getRules=yr.isJSONType=void 0;const x5=["string","number","integer","boolean","null","object","array"],J5=new Set(x5);function Z5(e){return typeof e=="string"&&J5.has(e)}yr.isJSONType=Z5;function Y5(){const e={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...e,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},e.number,e.string,e.array,e.object],post:{rules:[]},all:{},keywords:{}}}yr.getRules=Y5;var Bt={};Object.defineProperty(Bt,"__esModule",{value:!0});Bt.shouldUseRule=Bt.shouldUseGroup=Bt.schemaHasRulesForType=void 0;function X5({schema:e,self:t},r){const n=t.RULES.types[r];return n&&n!==!0&&th(e,n)}Bt.schemaHasRulesForType=X5;function th(e,t){return t.rules.some(r=>rh(e,r))}Bt.shouldUseGroup=th;function rh(e,t){var r;return e[t.keyword]!==void 0||((r=t.definition.implements)===null||r===void 0?void 0:r.some(n=>e[n]!==void 0))}Bt.shouldUseRule=rh;(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.reportTypeError=e.checkDataTypes=e.checkDataType=e.coerceAndCheckDataType=e.getJSONTypes=e.getSchemaTypes=e.DataType=void 0;const t=yr,r=Bt,n=Gn,a=re,o=le;var s;(function(E){E[E.Correct=0]="Correct",E[E.Wrong=1]="Wrong"})(s=e.DataType||(e.DataType={}));function c(E){const T=u(E.type);if(T.includes("null")){if(E.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!T.length&&E.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');E.nullable===!0&&T.push("null")}return T}e.getSchemaTypes=c;function u(E){const T=Array.isArray(E)?E:E?[E]:[];if(T.every(t.isJSONType))return T;throw new Error("type must be JSONType or JSONType[]: "+T.join(","))}e.getJSONTypes=u;function d(E,T){const{gen:D,data:C,opts:P}=E,R=m(T,P.coerceTypes),B=T.length>0&&!(R.length===0&&T.length===1&&(0,r.schemaHasRulesForType)(E,T[0]));if(B){const z=w(T,C,P.strictNumbers,s.Wrong);D.if(z,()=>{R.length?b(E,T,R):h(E)})}return B}e.coerceAndCheckDataType=d;const f=new Set(["string","number","integer","boolean","null"]);function m(E,T){return T?E.filter(D=>f.has(D)||T==="array"&&D==="array"):[]}function b(E,T,D){const{gen:C,data:P,opts:R}=E,B=C.let("dataType",(0,a._)`typeof ${P}`),z=C.let("coerced",(0,a._)`undefined`);R.coerceTypes==="array"&&C.if((0,a._)`${B} == 'object' && Array.isArray(${P}) && ${P}.length == 1`,()=>C.assign(P,(0,a._)`${P}[0]`).assign(B,(0,a._)`typeof ${P}`).if(w(T,P,R.strictNumbers),()=>C.assign(z,P))),C.if((0,a._)`${z} !== undefined`);for(const W of D)(f.has(W)||W==="array"&&R.coerceTypes==="array")&&K(W);C.else(),h(E),C.endIf(),C.if((0,a._)`${z} !== undefined`,()=>{C.assign(P,z),S(E,z)});function K(W){switch(W){case"string":C.elseIf((0,a._)`${B} == "number" || ${B} == "boolean"`).assign(z,(0,a._)`"" + ${P}`).elseIf((0,a._)`${P} === null`).assign(z,(0,a._)`""`);return;case"number":C.elseIf((0,a._)`${B} == "boolean" || ${P} === null
|
|
14
|
+
|| (${B} == "string" && ${P} && ${P} == +${P})`).assign(z,(0,a._)`+${P}`);return;case"integer":C.elseIf((0,a._)`${B} === "boolean" || ${P} === null
|
|
15
|
+
|| (${B} === "string" && ${P} && ${P} == +${P} && !(${P} % 1))`).assign(z,(0,a._)`+${P}`);return;case"boolean":C.elseIf((0,a._)`${P} === "false" || ${P} === 0 || ${P} === null`).assign(z,!1).elseIf((0,a._)`${P} === "true" || ${P} === 1`).assign(z,!0);return;case"null":C.elseIf((0,a._)`${P} === "" || ${P} === 0 || ${P} === false`),C.assign(z,null);return;case"array":C.elseIf((0,a._)`${B} === "string" || ${B} === "number"
|
|
16
|
+
|| ${B} === "boolean" || ${P} === null`).assign(z,(0,a._)`[${P}]`)}}}function S({gen:E,parentData:T,parentDataProperty:D},C){E.if((0,a._)`${T} !== undefined`,()=>E.assign((0,a._)`${T}[${D}]`,C))}function $(E,T,D,C=s.Correct){const P=C===s.Correct?a.operators.EQ:a.operators.NEQ;let R;switch(E){case"null":return(0,a._)`${T} ${P} null`;case"array":R=(0,a._)`Array.isArray(${T})`;break;case"object":R=(0,a._)`${T} && typeof ${T} == "object" && !Array.isArray(${T})`;break;case"integer":R=B((0,a._)`!(${T} % 1) && !isNaN(${T})`);break;case"number":R=B();break;default:return(0,a._)`typeof ${T} ${P} ${E}`}return C===s.Correct?R:(0,a.not)(R);function B(z=a.nil){return(0,a.and)((0,a._)`typeof ${T} == "number"`,z,D?(0,a._)`isFinite(${T})`:a.nil)}}e.checkDataType=$;function w(E,T,D,C){if(E.length===1)return $(E[0],T,D,C);let P;const R=(0,o.toHash)(E);if(R.array&&R.object){const B=(0,a._)`typeof ${T} != "object"`;P=R.null?B:(0,a._)`!${T} || ${B}`,delete R.null,delete R.array,delete R.object}else P=a.nil;R.number&&delete R.integer;for(const B in R)P=(0,a.and)(P,$(B,T,D,C));return P}e.checkDataTypes=w;const v={message:({schema:E})=>`must be ${E}`,params:({schema:E,schemaValue:T})=>typeof E=="string"?(0,a._)`{type: ${E}}`:(0,a._)`{type: ${T}}`};function h(E){const T=y(E);(0,n.reportError)(T,v)}e.reportTypeError=h;function y(E){const{gen:T,data:D,schema:C}=E,P=(0,o.schemaRefOrVal)(E,C,"type");return{gen:T,keyword:"type",data:D,schema:C.type,schemaCode:P,schemaValue:P,parentSchema:C,params:{},it:E}}})(Hn);var $o={};Object.defineProperty($o,"__esModule",{value:!0});$o.assignDefaults=void 0;const Ar=re,Q5=le;function e6(e,t){const{properties:r,items:n}=e.schema;if(t==="object"&&r)for(const a in r)td(e,a,r[a].default);else t==="array"&&Array.isArray(n)&&n.forEach((a,o)=>td(e,o,a.default))}$o.assignDefaults=e6;function td(e,t,r){const{gen:n,compositeRule:a,data:o,opts:s}=e;if(r===void 0)return;const c=(0,Ar._)`${o}${(0,Ar.getProperty)(t)}`;if(a){(0,Q5.checkStrictMode)(e,`default is ignored for: ${c}`);return}let u=(0,Ar._)`${c} === undefined`;s.useDefaults==="empty"&&(u=(0,Ar._)`${u} || ${c} === null || ${c} === ""`),n.if(u,(0,Ar._)`${c} = ${(0,Ar.stringify)(r)}`)}var Pt={},ae={};Object.defineProperty(ae,"__esModule",{value:!0});ae.validateUnion=ae.validateArray=ae.usePattern=ae.callValidateCode=ae.schemaProperties=ae.allSchemaProperties=ae.noPropertyInData=ae.propertyInData=ae.isOwnProperty=ae.hasPropFunc=ae.reportMissingProp=ae.checkMissingProp=ae.checkReportMissingProp=void 0;const ye=re,Ui=le,Gt=Nt,t6=le;function r6(e,t){const{gen:r,data:n,it:a}=e;r.if(Wi(r,n,t,a.opts.ownProperties),()=>{e.setParams({missingProperty:(0,ye._)`${t}`},!0),e.error()})}ae.checkReportMissingProp=r6;function n6({gen:e,data:t,it:{opts:r}},n,a){return(0,ye.or)(...n.map(o=>(0,ye.and)(Wi(e,t,o,r.ownProperties),(0,ye._)`${a} = ${o}`)))}ae.checkMissingProp=n6;function a6(e,t){e.setParams({missingProperty:t},!0),e.error()}ae.reportMissingProp=a6;function nh(e){return e.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,ye._)`Object.prototype.hasOwnProperty`})}ae.hasPropFunc=nh;function qi(e,t,r){return(0,ye._)`${nh(e)}.call(${t}, ${r})`}ae.isOwnProperty=qi;function o6(e,t,r,n){const a=(0,ye._)`${t}${(0,ye.getProperty)(r)} !== undefined`;return n?(0,ye._)`${a} && ${qi(e,t,r)}`:a}ae.propertyInData=o6;function Wi(e,t,r,n){const a=(0,ye._)`${t}${(0,ye.getProperty)(r)} === undefined`;return n?(0,ye.or)(a,(0,ye.not)(qi(e,t,r))):a}ae.noPropertyInData=Wi;function ah(e){return e?Object.keys(e).filter(t=>t!=="__proto__"):[]}ae.allSchemaProperties=ah;function s6(e,t){return ah(t).filter(r=>!(0,Ui.alwaysValidSchema)(e,t[r]))}ae.schemaProperties=s6;function i6({schemaCode:e,data:t,it:{gen:r,topSchemaRef:n,schemaPath:a,errorPath:o},it:s},c,u,d){const f=d?(0,ye._)`${e}, ${t}, ${n}${a}`:t,m=[[Gt.default.instancePath,(0,ye.strConcat)(Gt.default.instancePath,o)],[Gt.default.parentData,s.parentData],[Gt.default.parentDataProperty,s.parentDataProperty],[Gt.default.rootData,Gt.default.rootData]];s.opts.dynamicRef&&m.push([Gt.default.dynamicAnchors,Gt.default.dynamicAnchors]);const b=(0,ye._)`${f}, ${r.object(...m)}`;return u!==ye.nil?(0,ye._)`${c}.call(${u}, ${b})`:(0,ye._)`${c}(${b})`}ae.callValidateCode=i6;const c6=(0,ye._)`new RegExp`;function l6({gen:e,it:{opts:t}},r){const n=t.unicodeRegExp?"u":"",{regExp:a}=t.code,o=a(r,n);return e.scopeValue("pattern",{key:o.toString(),ref:o,code:(0,ye._)`${a.code==="new RegExp"?c6:(0,t6.useFunc)(e,a)}(${r}, ${n})`})}ae.usePattern=l6;function u6(e){const{gen:t,data:r,keyword:n,it:a}=e,o=t.name("valid");if(a.allErrors){const c=t.let("valid",!0);return s(()=>t.assign(c,!1)),c}return t.var(o,!0),s(()=>t.break()),o;function s(c){const u=t.const("len",(0,ye._)`${r}.length`);t.forRange("i",0,u,d=>{e.subschema({keyword:n,dataProp:d,dataPropType:Ui.Type.Num},o),t.if((0,ye.not)(o),c)})}}ae.validateArray=u6;function d6(e){const{gen:t,schema:r,keyword:n,it:a}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");if(r.some(u=>(0,Ui.alwaysValidSchema)(a,u))&&!a.opts.unevaluated)return;const s=t.let("valid",!1),c=t.name("_valid");t.block(()=>r.forEach((u,d)=>{const f=e.subschema({keyword:n,schemaProp:d,compositeRule:!0},c);t.assign(s,(0,ye._)`${s} || ${c}`),e.mergeValidEvaluated(f,c)||t.if((0,ye.not)(s))})),e.result(s,()=>e.reset(),()=>e.error(!0))}ae.validateUnion=d6;Object.defineProperty(Pt,"__esModule",{value:!0});Pt.validateKeywordUsage=Pt.validSchemaType=Pt.funcKeywordCode=Pt.macroKeywordCode=void 0;const ze=re,fr=Nt,f6=ae,p6=Gn;function h6(e,t){const{gen:r,keyword:n,schema:a,parentSchema:o,it:s}=e,c=t.macro.call(s.self,a,o,s),u=oh(r,n,c);s.opts.validateSchema!==!1&&s.self.validateSchema(c,!0);const d=r.name("valid");e.subschema({schema:c,schemaPath:ze.nil,errSchemaPath:`${s.errSchemaPath}/${n}`,topSchemaRef:u,compositeRule:!0},d),e.pass(d,()=>e.error(!0))}Pt.macroKeywordCode=h6;function m6(e,t){var r;const{gen:n,keyword:a,schema:o,parentSchema:s,$data:c,it:u}=e;$6(u,t);const d=!c&&t.compile?t.compile.call(u.self,o,s,u):t.validate,f=oh(n,a,d),m=n.let("valid");e.block$data(m,b),e.ok((r=t.valid)!==null&&r!==void 0?r:m);function b(){if(t.errors===!1)w(),t.modifying&&rd(e),v(()=>e.error());else{const h=t.async?S():$();t.modifying&&rd(e),v(()=>v6(e,h))}}function S(){const h=n.let("ruleErrs",null);return n.try(()=>w((0,ze._)`await `),y=>n.assign(m,!1).if((0,ze._)`${y} instanceof ${u.ValidationError}`,()=>n.assign(h,(0,ze._)`${y}.errors`),()=>n.throw(y))),h}function $(){const h=(0,ze._)`${f}.errors`;return n.assign(h,null),w(ze.nil),h}function w(h=t.async?(0,ze._)`await `:ze.nil){const y=u.opts.passContext?fr.default.this:fr.default.self,E=!("compile"in t&&!c||t.schema===!1);n.assign(m,(0,ze._)`${h}${(0,f6.callValidateCode)(e,f,y,E)}`,t.modifying)}function v(h){var y;n.if((0,ze.not)((y=t.valid)!==null&&y!==void 0?y:m),h)}}Pt.funcKeywordCode=m6;function rd(e){const{gen:t,data:r,it:n}=e;t.if(n.parentData,()=>t.assign(r,(0,ze._)`${n.parentData}[${n.parentDataProperty}]`))}function v6(e,t){const{gen:r}=e;r.if((0,ze._)`Array.isArray(${t})`,()=>{r.assign(fr.default.vErrors,(0,ze._)`${fr.default.vErrors} === null ? ${t} : ${fr.default.vErrors}.concat(${t})`).assign(fr.default.errors,(0,ze._)`${fr.default.vErrors}.length`),(0,p6.extendErrors)(e)},()=>e.error())}function $6({schemaEnv:e},t){if(t.async&&!e.$async)throw new Error("async keyword in sync schema")}function oh(e,t,r){if(r===void 0)throw new Error(`keyword "${t}" failed to compile`);return e.scopeValue("keyword",typeof r=="function"?{ref:r}:{ref:r,code:(0,ze.stringify)(r)})}function y6(e,t,r=!1){return!t.length||t.some(n=>n==="array"?Array.isArray(e):n==="object"?e&&typeof e=="object"&&!Array.isArray(e):typeof e==n||r&&typeof e>"u")}Pt.validSchemaType=y6;function g6({schema:e,opts:t,self:r,errSchemaPath:n},a,o){if(Array.isArray(a.keyword)?!a.keyword.includes(o):a.keyword!==o)throw new Error("ajv implementation error");const s=a.dependencies;if(s!=null&&s.some(c=>!Object.prototype.hasOwnProperty.call(e,c)))throw new Error(`parent schema must have dependencies of ${o}: ${s.join(",")}`);if(a.validateSchema&&!a.validateSchema(e[o])){const u=`keyword "${o}" value is invalid at path "${n}": `+r.errorsText(a.validateSchema.errors);if(t.validateSchema==="log")r.logger.error(u);else throw new Error(u)}}Pt.validateKeywordUsage=g6;var Xt={};Object.defineProperty(Xt,"__esModule",{value:!0});Xt.extendSubschemaMode=Xt.extendSubschemaData=Xt.getSubschema=void 0;const Ct=re,sh=le;function _6(e,{keyword:t,schemaProp:r,schema:n,schemaPath:a,errSchemaPath:o,topSchemaRef:s}){if(t!==void 0&&n!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(t!==void 0){const c=e.schema[t];return r===void 0?{schema:c,schemaPath:(0,Ct._)`${e.schemaPath}${(0,Ct.getProperty)(t)}`,errSchemaPath:`${e.errSchemaPath}/${t}`}:{schema:c[r],schemaPath:(0,Ct._)`${e.schemaPath}${(0,Ct.getProperty)(t)}${(0,Ct.getProperty)(r)}`,errSchemaPath:`${e.errSchemaPath}/${t}/${(0,sh.escapeFragment)(r)}`}}if(n!==void 0){if(a===void 0||o===void 0||s===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:n,schemaPath:a,topSchemaRef:s,errSchemaPath:o}}throw new Error('either "keyword" or "schema" must be passed')}Xt.getSubschema=_6;function b6(e,t,{dataProp:r,dataPropType:n,data:a,dataTypes:o,propertyName:s}){if(a!==void 0&&r!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');const{gen:c}=t;if(r!==void 0){const{errorPath:d,dataPathArr:f,opts:m}=t,b=c.let("data",(0,Ct._)`${t.data}${(0,Ct.getProperty)(r)}`,!0);u(b),e.errorPath=(0,Ct.str)`${d}${(0,sh.getErrorPath)(r,n,m.jsPropertySyntax)}`,e.parentDataProperty=(0,Ct._)`${r}`,e.dataPathArr=[...f,e.parentDataProperty]}if(a!==void 0){const d=a instanceof Ct.Name?a:c.let("data",a,!0);u(d),s!==void 0&&(e.propertyName=s)}o&&(e.dataTypes=o);function u(d){e.data=d,e.dataLevel=t.dataLevel+1,e.dataTypes=[],t.definedProperties=new Set,e.parentData=t.data,e.dataNames=[...t.dataNames,d]}}Xt.extendSubschemaData=b6;function w6(e,{jtdDiscriminator:t,jtdMetadata:r,compositeRule:n,createErrors:a,allErrors:o}){n!==void 0&&(e.compositeRule=n),a!==void 0&&(e.createErrors=a),o!==void 0&&(e.allErrors=o),e.jtdDiscriminator=t,e.jtdMetadata=r}Xt.extendSubschemaMode=w6;var De={},vs={},E6={get exports(){return vs},set exports(e){vs=e}},Jt=E6.exports=function(e,t,r){typeof t=="function"&&(r=t,t={}),r=t.cb||r;var n=typeof r=="function"?r:r.pre||function(){},a=r.post||function(){};Ea(t,n,a,e,"",e)};Jt.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};Jt.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};Jt.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};Jt.skipKeywords={default:!0,enum:!0,const:!0,required:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0};function Ea(e,t,r,n,a,o,s,c,u,d){if(n&&typeof n=="object"&&!Array.isArray(n)){t(n,a,o,s,c,u,d);for(var f in n){var m=n[f];if(Array.isArray(m)){if(f in Jt.arrayKeywords)for(var b=0;b<m.length;b++)Ea(e,t,r,m[b],a+"/"+f+"/"+b,o,a,f,n,b)}else if(f in Jt.propsKeywords){if(m&&typeof m=="object")for(var S in m)Ea(e,t,r,m[S],a+"/"+f+"/"+S6(S),o,a,f,n,S)}else(f in Jt.keywords||e.allKeys&&!(f in Jt.skipKeywords))&&Ea(e,t,r,m,a+"/"+f,o,a,f,n)}r(n,a,o,s,c,u,d)}}function S6(e){return e.replace(/~/g,"~0").replace(/\//g,"~1")}Object.defineProperty(De,"__esModule",{value:!0});De.getSchemaRefs=De.resolveUrl=De.normalizeId=De._getFullPath=De.getFullPath=De.inlineRef=void 0;const C6=le,A6=po,P6=vs,O6=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function T6(e,t=!0){return typeof e=="boolean"?!0:t===!0?!$s(e):t?ih(e)<=t:!1}De.inlineRef=T6;const N6=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function $s(e){for(const t in e){if(N6.has(t))return!0;const r=e[t];if(Array.isArray(r)&&r.some($s)||typeof r=="object"&&$s(r))return!0}return!1}function ih(e){let t=0;for(const r in e){if(r==="$ref")return 1/0;if(t++,!O6.has(r)&&(typeof e[r]=="object"&&(0,C6.eachItem)(e[r],n=>t+=ih(n)),t===1/0))return 1/0}return t}function ch(e,t="",r){r!==!1&&(t=Rr(t));const n=e.parse(t);return lh(e,n)}De.getFullPath=ch;function lh(e,t){return e.serialize(t).split("#")[0]+"#"}De._getFullPath=lh;const I6=/#\/?$/;function Rr(e){return e?e.replace(I6,""):""}De.normalizeId=Rr;function k6(e,t,r){return r=Rr(r),e.resolve(t,r)}De.resolveUrl=k6;const R6=/^[a-z_][-a-z0-9._]*$/i;function j6(e,t){if(typeof e=="boolean")return{};const{schemaId:r,uriResolver:n}=this.opts,a=Rr(e[r]||t),o={"":a},s=ch(n,a,!1),c={},u=new Set;return P6(e,{allKeys:!0},(m,b,S,$)=>{if($===void 0)return;const w=s+b;let v=o[$];typeof m[r]=="string"&&(v=h.call(this,m[r])),y.call(this,m.$anchor),y.call(this,m.$dynamicAnchor),o[b]=v;function h(E){const T=this.opts.uriResolver.resolve;if(E=Rr(v?T(v,E):E),u.has(E))throw f(E);u.add(E);let D=this.refs[E];return typeof D=="string"&&(D=this.refs[D]),typeof D=="object"?d(m,D.schema,E):E!==Rr(w)&&(E[0]==="#"?(d(m,c[E],E),c[E]=m):this.refs[E]=w),E}function y(E){if(typeof E=="string"){if(!R6.test(E))throw new Error(`invalid anchor "${E}"`);h.call(this,`#${E}`)}}}),c;function d(m,b,S){if(b!==void 0&&!A6(m,b))throw f(S)}function f(m){return new Error(`reference "${m}" resolves to more than one schema`)}}De.getSchemaRefs=j6;Object.defineProperty(ht,"__esModule",{value:!0});ht.getData=ht.KeywordCxt=ht.validateFunctionCode=void 0;const uh=Lr,nd=Hn,Ki=Bt,Ka=Hn,D6=$o,_n=Pt,Go=Xt,H=re,X=Nt,M6=De,zt=le,un=Gn;function L6(e){if(ph(e)&&(hh(e),fh(e))){B6(e);return}dh(e,()=>(0,uh.topBoolOrEmptySchema)(e))}ht.validateFunctionCode=L6;function dh({gen:e,validateName:t,schema:r,schemaEnv:n,opts:a},o){a.code.es5?e.func(t,(0,H._)`${X.default.data}, ${X.default.valCxt}`,n.$async,()=>{e.code((0,H._)`"use strict"; ${ad(r,a)}`),F6(e,a),e.code(o)}):e.func(t,(0,H._)`${X.default.data}, ${V6(a)}`,n.$async,()=>e.code(ad(r,a)).code(o))}function V6(e){return(0,H._)`{${X.default.instancePath}="", ${X.default.parentData}, ${X.default.parentDataProperty}, ${X.default.rootData}=${X.default.data}${e.dynamicRef?(0,H._)`, ${X.default.dynamicAnchors}={}`:H.nil}}={}`}function F6(e,t){e.if(X.default.valCxt,()=>{e.var(X.default.instancePath,(0,H._)`${X.default.valCxt}.${X.default.instancePath}`),e.var(X.default.parentData,(0,H._)`${X.default.valCxt}.${X.default.parentData}`),e.var(X.default.parentDataProperty,(0,H._)`${X.default.valCxt}.${X.default.parentDataProperty}`),e.var(X.default.rootData,(0,H._)`${X.default.valCxt}.${X.default.rootData}`),t.dynamicRef&&e.var(X.default.dynamicAnchors,(0,H._)`${X.default.valCxt}.${X.default.dynamicAnchors}`)},()=>{e.var(X.default.instancePath,(0,H._)`""`),e.var(X.default.parentData,(0,H._)`undefined`),e.var(X.default.parentDataProperty,(0,H._)`undefined`),e.var(X.default.rootData,X.default.data),t.dynamicRef&&e.var(X.default.dynamicAnchors,(0,H._)`{}`)})}function B6(e){const{schema:t,opts:r,gen:n}=e;dh(e,()=>{r.$comment&&t.$comment&&vh(e),K6(e),n.let(X.default.vErrors,null),n.let(X.default.errors,0),r.unevaluated&&z6(e),mh(e),x6(e)})}function z6(e){const{gen:t,validateName:r}=e;e.evaluated=t.const("evaluated",(0,H._)`${r}.evaluated`),t.if((0,H._)`${e.evaluated}.dynamicProps`,()=>t.assign((0,H._)`${e.evaluated}.props`,(0,H._)`undefined`)),t.if((0,H._)`${e.evaluated}.dynamicItems`,()=>t.assign((0,H._)`${e.evaluated}.items`,(0,H._)`undefined`))}function ad(e,t){const r=typeof e=="object"&&e[t.schemaId];return r&&(t.code.source||t.code.process)?(0,H._)`/*# sourceURL=${r} */`:H.nil}function U6(e,t){if(ph(e)&&(hh(e),fh(e))){q6(e,t);return}(0,uh.boolOrEmptySchema)(e,t)}function fh({schema:e,self:t}){if(typeof e=="boolean")return!e;for(const r in e)if(t.RULES.all[r])return!0;return!1}function ph(e){return typeof e.schema!="boolean"}function q6(e,t){const{schema:r,gen:n,opts:a}=e;a.$comment&&r.$comment&&vh(e),G6(e),H6(e);const o=n.const("_errs",X.default.errors);mh(e,o),n.var(t,(0,H._)`${o} === ${X.default.errors}`)}function hh(e){(0,zt.checkUnknownRules)(e),W6(e)}function mh(e,t){if(e.opts.jtd)return od(e,[],!1,t);const r=(0,nd.getSchemaTypes)(e.schema),n=(0,nd.coerceAndCheckDataType)(e,r);od(e,r,!n,t)}function W6(e){const{schema:t,errSchemaPath:r,opts:n,self:a}=e;t.$ref&&n.ignoreKeywordsWithRef&&(0,zt.schemaHasRulesButRef)(t,a.RULES)&&a.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function K6(e){const{schema:t,opts:r}=e;t.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,zt.checkStrictMode)(e,"default is ignored in the schema root")}function G6(e){const t=e.schema[e.opts.schemaId];t&&(e.baseId=(0,M6.resolveUrl)(e.opts.uriResolver,e.baseId,t))}function H6(e){if(e.schema.$async&&!e.schemaEnv.$async)throw new Error("async schema in sync schema")}function vh({gen:e,schemaEnv:t,schema:r,errSchemaPath:n,opts:a}){const o=r.$comment;if(a.$comment===!0)e.code((0,H._)`${X.default.self}.logger.log(${o})`);else if(typeof a.$comment=="function"){const s=(0,H.str)`${n}/$comment`,c=e.scopeValue("root",{ref:t.root});e.code((0,H._)`${X.default.self}.opts.$comment(${o}, ${s}, ${c}.schema)`)}}function x6(e){const{gen:t,schemaEnv:r,validateName:n,ValidationError:a,opts:o}=e;r.$async?t.if((0,H._)`${X.default.errors} === 0`,()=>t.return(X.default.data),()=>t.throw((0,H._)`new ${a}(${X.default.vErrors})`)):(t.assign((0,H._)`${n}.errors`,X.default.vErrors),o.unevaluated&&J6(e),t.return((0,H._)`${X.default.errors} === 0`))}function J6({gen:e,evaluated:t,props:r,items:n}){r instanceof H.Name&&e.assign((0,H._)`${t}.props`,r),n instanceof H.Name&&e.assign((0,H._)`${t}.items`,n)}function od(e,t,r,n){const{gen:a,schema:o,data:s,allErrors:c,opts:u,self:d}=e,{RULES:f}=d;if(o.$ref&&(u.ignoreKeywordsWithRef||!(0,zt.schemaHasRulesButRef)(o,f))){a.block(()=>gh(e,"$ref",f.all.$ref.definition));return}u.jtd||Z6(e,t),a.block(()=>{for(const b of f.rules)m(b);m(f.post)});function m(b){(0,Ki.shouldUseGroup)(o,b)&&(b.type?(a.if((0,Ka.checkDataType)(b.type,s,u.strictNumbers)),sd(e,b),t.length===1&&t[0]===b.type&&r&&(a.else(),(0,Ka.reportTypeError)(e)),a.endIf()):sd(e,b),c||a.if((0,H._)`${X.default.errors} === ${n||0}`))}}function sd(e,t){const{gen:r,schema:n,opts:{useDefaults:a}}=e;a&&(0,D6.assignDefaults)(e,t.type),r.block(()=>{for(const o of t.rules)(0,Ki.shouldUseRule)(n,o)&&gh(e,o.keyword,o.definition,t.type)})}function Z6(e,t){e.schemaEnv.meta||!e.opts.strictTypes||(Y6(e,t),e.opts.allowUnionTypes||X6(e,t),Q6(e,e.dataTypes))}function Y6(e,t){if(t.length){if(!e.dataTypes.length){e.dataTypes=t;return}t.forEach(r=>{$h(e.dataTypes,r)||Gi(e,`type "${r}" not allowed by context "${e.dataTypes.join(",")}"`)}),tL(e,t)}}function X6(e,t){t.length>1&&!(t.length===2&&t.includes("null"))&&Gi(e,"use allowUnionTypes to allow union type keyword")}function Q6(e,t){const r=e.self.RULES.all;for(const n in r){const a=r[n];if(typeof a=="object"&&(0,Ki.shouldUseRule)(e.schema,a)){const{type:o}=a.definition;o.length&&!o.some(s=>eL(t,s))&&Gi(e,`missing type "${o.join(",")}" for keyword "${n}"`)}}}function eL(e,t){return e.includes(t)||t==="number"&&e.includes("integer")}function $h(e,t){return e.includes(t)||t==="integer"&&e.includes("number")}function tL(e,t){const r=[];for(const n of e.dataTypes)$h(t,n)?r.push(n):t.includes("integer")&&n==="number"&&r.push("integer");e.dataTypes=r}function Gi(e,t){const r=e.schemaEnv.baseId+e.errSchemaPath;t+=` at "${r}" (strictTypes)`,(0,zt.checkStrictMode)(e,t,e.opts.strictTypes)}class yh{constructor(t,r,n){if((0,_n.validateKeywordUsage)(t,r,n),this.gen=t.gen,this.allErrors=t.allErrors,this.keyword=n,this.data=t.data,this.schema=t.schema[n],this.$data=r.$data&&t.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,zt.schemaRefOrVal)(t,this.schema,n,this.$data),this.schemaType=r.schemaType,this.parentSchema=t.schema,this.params={},this.it=t,this.def=r,this.$data)this.schemaCode=t.gen.const("vSchema",_h(this.$data,t));else if(this.schemaCode=this.schemaValue,!(0,_n.validSchemaType)(this.schema,r.schemaType,r.allowUndefined))throw new Error(`${n} value must be ${JSON.stringify(r.schemaType)}`);("code"in r?r.trackErrors:r.errors!==!1)&&(this.errsCount=t.gen.const("_errs",X.default.errors))}result(t,r,n){this.failResult((0,H.not)(t),r,n)}failResult(t,r,n){this.gen.if(t),n?n():this.error(),r?(this.gen.else(),r(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(t,r){this.failResult((0,H.not)(t),void 0,r)}fail(t){if(t===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(t),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(t){if(!this.$data)return this.fail(t);const{schemaCode:r}=this;this.fail((0,H._)`${r} !== undefined && (${(0,H.or)(this.invalid$data(),t)})`)}error(t,r,n){if(r){this.setParams(r),this._error(t,n),this.setParams({});return}this._error(t,n)}_error(t,r){(t?un.reportExtraError:un.reportError)(this,this.def.error,r)}$dataError(){(0,un.reportError)(this,this.def.$dataError||un.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,un.resetErrorsCount)(this.gen,this.errsCount)}ok(t){this.allErrors||this.gen.if(t)}setParams(t,r){r?Object.assign(this.params,t):this.params=t}block$data(t,r,n=H.nil){this.gen.block(()=>{this.check$data(t,n),r()})}check$data(t=H.nil,r=H.nil){if(!this.$data)return;const{gen:n,schemaCode:a,schemaType:o,def:s}=this;n.if((0,H.or)((0,H._)`${a} === undefined`,r)),t!==H.nil&&n.assign(t,!0),(o.length||s.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),t!==H.nil&&n.assign(t,!1)),n.else()}invalid$data(){const{gen:t,schemaCode:r,schemaType:n,def:a,it:o}=this;return(0,H.or)(s(),c());function s(){if(n.length){if(!(r instanceof H.Name))throw new Error("ajv implementation error");const u=Array.isArray(n)?n:[n];return(0,H._)`${(0,Ka.checkDataTypes)(u,r,o.opts.strictNumbers,Ka.DataType.Wrong)}`}return H.nil}function c(){if(a.validateSchema){const u=t.scopeValue("validate$data",{ref:a.validateSchema});return(0,H._)`!${u}(${r})`}return H.nil}}subschema(t,r){const n=(0,Go.getSubschema)(this.it,t);(0,Go.extendSubschemaData)(n,this.it,t),(0,Go.extendSubschemaMode)(n,t);const a={...this.it,...n,items:void 0,props:void 0};return U6(a,r),a}mergeEvaluated(t,r){const{it:n,gen:a}=this;n.opts.unevaluated&&(n.props!==!0&&t.props!==void 0&&(n.props=zt.mergeEvaluated.props(a,t.props,n.props,r)),n.items!==!0&&t.items!==void 0&&(n.items=zt.mergeEvaluated.items(a,t.items,n.items,r)))}mergeValidEvaluated(t,r){const{it:n,gen:a}=this;if(n.opts.unevaluated&&(n.props!==!0||n.items!==!0))return a.if(r,()=>this.mergeEvaluated(t,H.Name)),!0}}ht.KeywordCxt=yh;function gh(e,t,r,n){const a=new yh(e,r,t);"code"in r?r.code(a,n):a.$data&&r.validate?(0,_n.funcKeywordCode)(a,r):"macro"in r?(0,_n.macroKeywordCode)(a,r):(r.compile||r.validate)&&(0,_n.funcKeywordCode)(a,r)}const rL=/^\/(?:[^~]|~0|~1)*$/,nL=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function _h(e,{dataLevel:t,dataNames:r,dataPathArr:n}){let a,o;if(e==="")return X.default.rootData;if(e[0]==="/"){if(!rL.test(e))throw new Error(`Invalid JSON-pointer: ${e}`);a=e,o=X.default.rootData}else{const d=nL.exec(e);if(!d)throw new Error(`Invalid JSON-pointer: ${e}`);const f=+d[1];if(a=d[2],a==="#"){if(f>=t)throw new Error(u("property/index",f));return n[t-f]}if(f>t)throw new Error(u("data",f));if(o=r[t-f],!a)return o}let s=o;const c=a.split("/");for(const d of c)d&&(o=(0,H._)`${o}${(0,H.getProperty)((0,zt.unescapeJsonPointer)(d))}`,s=(0,H._)`${s} && ${o}`);return s;function u(d,f){return`Cannot access ${d} ${f} levels up, current level is ${t}`}}ht.getData=_h;var xn={};Object.defineProperty(xn,"__esModule",{value:!0});class aL extends Error{constructor(t){super("validation failed"),this.errors=t,this.ajv=this.validation=!0}}xn.default=aL;var Jn={};Object.defineProperty(Jn,"__esModule",{value:!0});const Ho=De;class oL extends Error{constructor(t,r,n,a){super(a||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,Ho.resolveUrl)(t,r,n),this.missingSchema=(0,Ho.normalizeId)((0,Ho.getFullPath)(t,this.missingRef))}}Jn.default=oL;var He={};Object.defineProperty(He,"__esModule",{value:!0});He.resolveSchema=He.getCompilingSchema=He.resolveRef=He.compileSchema=He.SchemaEnv=void 0;const it=re,sL=xn,ir=Nt,ft=De,id=le,iL=ht;class yo{constructor(t){var r;this.refs={},this.dynamicAnchors={};let n;typeof t.schema=="object"&&(n=t.schema),this.schema=t.schema,this.schemaId=t.schemaId,this.root=t.root||this,this.baseId=(r=t.baseId)!==null&&r!==void 0?r:(0,ft.normalizeId)(n==null?void 0:n[t.schemaId||"$id"]),this.schemaPath=t.schemaPath,this.localRefs=t.localRefs,this.meta=t.meta,this.$async=n==null?void 0:n.$async,this.refs={}}}He.SchemaEnv=yo;function Hi(e){const t=bh.call(this,e);if(t)return t;const r=(0,ft.getFullPath)(this.opts.uriResolver,e.root.baseId),{es5:n,lines:a}=this.opts.code,{ownProperties:o}=this.opts,s=new it.CodeGen(this.scope,{es5:n,lines:a,ownProperties:o});let c;e.$async&&(c=s.scopeValue("Error",{ref:sL.default,code:(0,it._)`require("ajv/dist/runtime/validation_error").default`}));const u=s.scopeName("validate");e.validateName=u;const d={gen:s,allErrors:this.opts.allErrors,data:ir.default.data,parentData:ir.default.parentData,parentDataProperty:ir.default.parentDataProperty,dataNames:[ir.default.data],dataPathArr:[it.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:s.scopeValue("schema",this.opts.code.source===!0?{ref:e.schema,code:(0,it.stringify)(e.schema)}:{ref:e.schema}),validateName:u,ValidationError:c,schema:e.schema,schemaEnv:e,rootId:r,baseId:e.baseId||r,schemaPath:it.nil,errSchemaPath:e.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,it._)`""`,opts:this.opts,self:this};let f;try{this._compilations.add(e),(0,iL.validateFunctionCode)(d),s.optimize(this.opts.code.optimize);const m=s.toString();f=`${s.scopeRefs(ir.default.scope)}return ${m}`,this.opts.code.process&&(f=this.opts.code.process(f,e));const S=new Function(`${ir.default.self}`,`${ir.default.scope}`,f)(this,this.scope.get());if(this.scope.value(u,{ref:S}),S.errors=null,S.schema=e.schema,S.schemaEnv=e,e.$async&&(S.$async=!0),this.opts.code.source===!0&&(S.source={validateName:u,validateCode:m,scopeValues:s._values}),this.opts.unevaluated){const{props:$,items:w}=d;S.evaluated={props:$ instanceof it.Name?void 0:$,items:w instanceof it.Name?void 0:w,dynamicProps:$ instanceof it.Name,dynamicItems:w instanceof it.Name},S.source&&(S.source.evaluated=(0,it.stringify)(S.evaluated))}return e.validate=S,e}catch(m){throw delete e.validate,delete e.validateName,f&&this.logger.error("Error compiling schema, function code:",f),m}finally{this._compilations.delete(e)}}He.compileSchema=Hi;function cL(e,t,r){var n;r=(0,ft.resolveUrl)(this.opts.uriResolver,t,r);const a=e.refs[r];if(a)return a;let o=dL.call(this,e,r);if(o===void 0){const s=(n=e.localRefs)===null||n===void 0?void 0:n[r],{schemaId:c}=this.opts;s&&(o=new yo({schema:s,schemaId:c,root:e,baseId:t}))}if(o!==void 0)return e.refs[r]=lL.call(this,o)}He.resolveRef=cL;function lL(e){return(0,ft.inlineRef)(e.schema,this.opts.inlineRefs)?e.schema:e.validate?e:Hi.call(this,e)}function bh(e){for(const t of this._compilations)if(uL(t,e))return t}He.getCompilingSchema=bh;function uL(e,t){return e.schema===t.schema&&e.root===t.root&&e.baseId===t.baseId}function dL(e,t){let r;for(;typeof(r=this.refs[t])=="string";)t=r;return r||this.schemas[t]||go.call(this,e,t)}function go(e,t){const r=this.opts.uriResolver.parse(t),n=(0,ft._getFullPath)(this.opts.uriResolver,r);let a=(0,ft.getFullPath)(this.opts.uriResolver,e.baseId,void 0);if(Object.keys(e.schema).length>0&&n===a)return xo.call(this,r,e);const o=(0,ft.normalizeId)(n),s=this.refs[o]||this.schemas[o];if(typeof s=="string"){const c=go.call(this,e,s);return typeof(c==null?void 0:c.schema)!="object"?void 0:xo.call(this,r,c)}if(typeof(s==null?void 0:s.schema)=="object"){if(s.validate||Hi.call(this,s),o===(0,ft.normalizeId)(t)){const{schema:c}=s,{schemaId:u}=this.opts,d=c[u];return d&&(a=(0,ft.resolveUrl)(this.opts.uriResolver,a,d)),new yo({schema:c,schemaId:u,root:e,baseId:a})}return xo.call(this,r,s)}}He.resolveSchema=go;const fL=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function xo(e,{baseId:t,schema:r,root:n}){var a;if(((a=e.fragment)===null||a===void 0?void 0:a[0])!=="/")return;for(const c of e.fragment.slice(1).split("/")){if(typeof r=="boolean")return;const u=r[(0,id.unescapeFragment)(c)];if(u===void 0)return;r=u;const d=typeof r=="object"&&r[this.opts.schemaId];!fL.has(c)&&d&&(t=(0,ft.resolveUrl)(this.opts.uriResolver,t,d))}let o;if(typeof r!="boolean"&&r.$ref&&!(0,id.schemaHasRulesButRef)(r,this.RULES)){const c=(0,ft.resolveUrl)(this.opts.uriResolver,t,r.$ref);o=go.call(this,n,c)}const{schemaId:s}=this.opts;if(o=o||new yo({schema:r,schemaId:s,root:n,baseId:t}),o.schema!==o.root.schema)return o}const pL="https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",hL="Meta-schema for $data reference (JSON AnySchema extension proposal)",mL="object",vL=["$data"],$L={$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},yL=!1,gL={$id:pL,description:hL,type:mL,required:vL,properties:$L,additionalProperties:yL};var xi={};Object.defineProperty(xi,"__esModule",{value:!0});const wh=Pn;wh.code='require("ajv/dist/runtime/uri").default';xi.default=wh;(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.CodeGen=e.Name=e.nil=e.stringify=e.str=e._=e.KeywordCxt=void 0;var t=ht;Object.defineProperty(e,"KeywordCxt",{enumerable:!0,get:function(){return t.KeywordCxt}});var r=re;Object.defineProperty(e,"_",{enumerable:!0,get:function(){return r._}}),Object.defineProperty(e,"str",{enumerable:!0,get:function(){return r.str}}),Object.defineProperty(e,"stringify",{enumerable:!0,get:function(){return r.stringify}}),Object.defineProperty(e,"nil",{enumerable:!0,get:function(){return r.nil}}),Object.defineProperty(e,"Name",{enumerable:!0,get:function(){return r.Name}}),Object.defineProperty(e,"CodeGen",{enumerable:!0,get:function(){return r.CodeGen}});const n=xn,a=Jn,o=yr,s=He,c=re,u=De,d=Hn,f=le,m=gL,b=xi,S=(L,_)=>new RegExp(L,_);S.code="new RegExp";const $=["removeAdditional","useDefaults","coerceTypes"],w=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),v={errorDataPath:"",format:"`validateFormats: false` can be used instead.",nullable:'"nullable" keyword is supported by default.',jsonPointers:"Deprecated jsPropertySyntax can be used instead.",extendRefs:"Deprecated ignoreKeywordsWithRef can be used instead.",missingRefs:"Pass empty schema with $id that should be ignored to ajv.addSchema.",processCode:"Use option `code: {process: (code, schemaEnv: object) => string}`",sourceCode:"Use option `code: {source: true}`",strictDefaults:"It is default now, see option `strict`.",strictKeywords:"It is default now, see option `strict`.",uniqueItems:'"uniqueItems" keyword is always validated.',unknownFormats:"Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).",cache:"Map is used as cache, schema object as key.",serialize:"Map is used as cache, schema object as key.",ajvErrors:"It is default now."},h={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},y=200;function E(L){var _,I,A,l,p,g,j,M,U,q,Z,de,we,et,ot,Ie,It,vt,$t,yt,kt,qe,Te,gt,Rt;const Ze=L.strict,jt=(_=L.code)===null||_===void 0?void 0:_.optimize,nr=jt===!0||jt===void 0?1:jt||0,Fe=(A=(I=L.code)===null||I===void 0?void 0:I.regExp)!==null&&A!==void 0?A:S,Dt=(l=L.uriResolver)!==null&&l!==void 0?l:b.default;return{strictSchema:(g=(p=L.strictSchema)!==null&&p!==void 0?p:Ze)!==null&&g!==void 0?g:!0,strictNumbers:(M=(j=L.strictNumbers)!==null&&j!==void 0?j:Ze)!==null&&M!==void 0?M:!0,strictTypes:(q=(U=L.strictTypes)!==null&&U!==void 0?U:Ze)!==null&&q!==void 0?q:"log",strictTuples:(de=(Z=L.strictTuples)!==null&&Z!==void 0?Z:Ze)!==null&&de!==void 0?de:"log",strictRequired:(et=(we=L.strictRequired)!==null&&we!==void 0?we:Ze)!==null&&et!==void 0?et:!1,code:L.code?{...L.code,optimize:nr,regExp:Fe}:{optimize:nr,regExp:Fe},loopRequired:(ot=L.loopRequired)!==null&&ot!==void 0?ot:y,loopEnum:(Ie=L.loopEnum)!==null&&Ie!==void 0?Ie:y,meta:(It=L.meta)!==null&&It!==void 0?It:!0,messages:(vt=L.messages)!==null&&vt!==void 0?vt:!0,inlineRefs:($t=L.inlineRefs)!==null&&$t!==void 0?$t:!0,schemaId:(yt=L.schemaId)!==null&&yt!==void 0?yt:"$id",addUsedSchema:(kt=L.addUsedSchema)!==null&&kt!==void 0?kt:!0,validateSchema:(qe=L.validateSchema)!==null&&qe!==void 0?qe:!0,validateFormats:(Te=L.validateFormats)!==null&&Te!==void 0?Te:!0,unicodeRegExp:(gt=L.unicodeRegExp)!==null&>!==void 0?gt:!0,int32range:(Rt=L.int32range)!==null&&Rt!==void 0?Rt:!0,uriResolver:Dt}}class T{constructor(_={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,_=this.opts={..._,...E(_)};const{es5:I,lines:A}=this.opts.code;this.scope=new c.ValueScope({scope:{},prefixes:w,es5:I,lines:A}),this.logger=W(_.logger);const l=_.validateFormats;_.validateFormats=!1,this.RULES=(0,o.getRules)(),D.call(this,v,_,"NOT SUPPORTED"),D.call(this,h,_,"DEPRECATED","warn"),this._metaOpts=z.call(this),_.formats&&R.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),_.keywords&&B.call(this,_.keywords),typeof _.meta=="object"&&this.addMetaSchema(_.meta),P.call(this),_.validateFormats=l}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){const{$data:_,meta:I,schemaId:A}=this.opts;let l=m;A==="id"&&(l={...m},l.id=l.$id,delete l.$id),I&&_&&this.addMetaSchema(l,l[A],!1)}defaultMeta(){const{meta:_,schemaId:I}=this.opts;return this.opts.defaultMeta=typeof _=="object"?_[I]||_:void 0}validate(_,I){let A;if(typeof _=="string"){if(A=this.getSchema(_),!A)throw new Error(`no schema with key or ref "${_}"`)}else A=this.compile(_);const l=A(I);return"$async"in A||(this.errors=A.errors),l}compile(_,I){const A=this._addSchema(_,I);return A.validate||this._compileSchemaEnv(A)}compileAsync(_,I){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");const{loadSchema:A}=this.opts;return l.call(this,_,I);async function l(q,Z){await p.call(this,q.$schema);const de=this._addSchema(q,Z);return de.validate||g.call(this,de)}async function p(q){q&&!this.getSchema(q)&&await l.call(this,{$ref:q},!0)}async function g(q){try{return this._compileSchemaEnv(q)}catch(Z){if(!(Z instanceof a.default))throw Z;return j.call(this,Z),await M.call(this,Z.missingSchema),g.call(this,q)}}function j({missingSchema:q,missingRef:Z}){if(this.refs[q])throw new Error(`AnySchema ${q} is loaded but ${Z} cannot be resolved`)}async function M(q){const Z=await U.call(this,q);this.refs[q]||await p.call(this,Z.$schema),this.refs[q]||this.addSchema(Z,q,I)}async function U(q){const Z=this._loading[q];if(Z)return Z;try{return await(this._loading[q]=A(q))}finally{delete this._loading[q]}}}addSchema(_,I,A,l=this.opts.validateSchema){if(Array.isArray(_)){for(const g of _)this.addSchema(g,void 0,A,l);return this}let p;if(typeof _=="object"){const{schemaId:g}=this.opts;if(p=_[g],p!==void 0&&typeof p!="string")throw new Error(`schema ${g} must be string`)}return I=(0,u.normalizeId)(I||p),this._checkUnique(I),this.schemas[I]=this._addSchema(_,A,I,l,!0),this}addMetaSchema(_,I,A=this.opts.validateSchema){return this.addSchema(_,I,!0,A),this}validateSchema(_,I){if(typeof _=="boolean")return!0;let A;if(A=_.$schema,A!==void 0&&typeof A!="string")throw new Error("$schema must be a string");if(A=A||this.opts.defaultMeta||this.defaultMeta(),!A)return this.logger.warn("meta-schema not available"),this.errors=null,!0;const l=this.validate(A,_);if(!l&&I){const p="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(p);else throw new Error(p)}return l}getSchema(_){let I;for(;typeof(I=C.call(this,_))=="string";)_=I;if(I===void 0){const{schemaId:A}=this.opts,l=new s.SchemaEnv({schema:{},schemaId:A});if(I=s.resolveSchema.call(this,l,_),!I)return;this.refs[_]=I}return I.validate||this._compileSchemaEnv(I)}removeSchema(_){if(_ instanceof RegExp)return this._removeAllSchemas(this.schemas,_),this._removeAllSchemas(this.refs,_),this;switch(typeof _){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{const I=C.call(this,_);return typeof I=="object"&&this._cache.delete(I.schema),delete this.schemas[_],delete this.refs[_],this}case"object":{const I=_;this._cache.delete(I);let A=_[this.opts.schemaId];return A&&(A=(0,u.normalizeId)(A),delete this.schemas[A],delete this.refs[A]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(_){for(const I of _)this.addKeyword(I);return this}addKeyword(_,I){let A;if(typeof _=="string")A=_,typeof I=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),I.keyword=A);else if(typeof _=="object"&&I===void 0){if(I=_,A=I.keyword,Array.isArray(A)&&!A.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(ee.call(this,A,I),!I)return(0,f.eachItem)(A,p=>be.call(this,p)),this;Xe.call(this,I);const l={...I,type:(0,d.getJSONTypes)(I.type),schemaType:(0,d.getJSONTypes)(I.schemaType)};return(0,f.eachItem)(A,l.type.length===0?p=>be.call(this,p,l):p=>l.type.forEach(g=>be.call(this,p,l,g))),this}getKeyword(_){const I=this.RULES.all[_];return typeof I=="object"?I.definition:!!I}removeKeyword(_){const{RULES:I}=this;delete I.keywords[_],delete I.all[_];for(const A of I.rules){const l=A.rules.findIndex(p=>p.keyword===_);l>=0&&A.rules.splice(l,1)}return this}addFormat(_,I){return typeof I=="string"&&(I=new RegExp(I)),this.formats[_]=I,this}errorsText(_=this.errors,{separator:I=", ",dataVar:A="data"}={}){return!_||_.length===0?"No errors":_.map(l=>`${A}${l.instancePath} ${l.message}`).reduce((l,p)=>l+I+p)}$dataMetaSchema(_,I){const A=this.RULES.all;_=JSON.parse(JSON.stringify(_));for(const l of I){const p=l.split("/").slice(1);let g=_;for(const j of p)g=g[j];for(const j in A){const M=A[j];if(typeof M!="object")continue;const{$data:U}=M.definition,q=g[j];U&&q&&(g[j]=Je(q))}}return _}_removeAllSchemas(_,I){for(const A in _){const l=_[A];(!I||I.test(A))&&(typeof l=="string"?delete _[A]:l&&!l.meta&&(this._cache.delete(l.schema),delete _[A]))}}_addSchema(_,I,A,l=this.opts.validateSchema,p=this.opts.addUsedSchema){let g;const{schemaId:j}=this.opts;if(typeof _=="object")g=_[j];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof _!="boolean")throw new Error("schema must be object or boolean")}let M=this._cache.get(_);if(M!==void 0)return M;A=(0,u.normalizeId)(g||A);const U=u.getSchemaRefs.call(this,_,A);return M=new s.SchemaEnv({schema:_,schemaId:j,meta:I,baseId:A,localRefs:U}),this._cache.set(M.schema,M),p&&!A.startsWith("#")&&(A&&this._checkUnique(A),this.refs[A]=M),l&&this.validateSchema(_,!0),M}_checkUnique(_){if(this.schemas[_]||this.refs[_])throw new Error(`schema with key or id "${_}" already exists`)}_compileSchemaEnv(_){if(_.meta?this._compileMetaSchema(_):s.compileSchema.call(this,_),!_.validate)throw new Error("ajv implementation error");return _.validate}_compileMetaSchema(_){const I=this.opts;this.opts=this._metaOpts;try{s.compileSchema.call(this,_)}finally{this.opts=I}}}e.default=T,T.ValidationError=n.default,T.MissingRefError=a.default;function D(L,_,I,A="error"){for(const l in L){const p=l;p in _&&this.logger[A](`${I}: option ${l}. ${L[p]}`)}}function C(L){return L=(0,u.normalizeId)(L),this.schemas[L]||this.refs[L]}function P(){const L=this.opts.schemas;if(L)if(Array.isArray(L))this.addSchema(L);else for(const _ in L)this.addSchema(L[_],_)}function R(){for(const L in this.opts.formats){const _=this.opts.formats[L];_&&this.addFormat(L,_)}}function B(L){if(Array.isArray(L)){this.addVocabulary(L);return}this.logger.warn("keywords option as map is deprecated, pass array");for(const _ in L){const I=L[_];I.keyword||(I.keyword=_),this.addKeyword(I)}}function z(){const L={...this.opts};for(const _ of $)delete L[_];return L}const K={log(){},warn(){},error(){}};function W(L){if(L===!1)return K;if(L===void 0)return console;if(L.log&&L.warn&&L.error)return L;throw new Error("logger must implement log, warn and error methods")}const ue=/^[a-z_$][a-z0-9_$:-]*$/i;function ee(L,_){const{RULES:I}=this;if((0,f.eachItem)(L,A=>{if(I.keywords[A])throw new Error(`Keyword ${A} is already defined`);if(!ue.test(A))throw new Error(`Keyword ${A} has invalid name`)}),!!_&&_.$data&&!("code"in _||"validate"in _))throw new Error('$data keyword must have "code" or "validate" function')}function be(L,_,I){var A;const l=_==null?void 0:_.post;if(I&&l)throw new Error('keyword with "post" flag cannot have "type"');const{RULES:p}=this;let g=l?p.post:p.rules.find(({type:M})=>M===I);if(g||(g={type:I,rules:[]},p.rules.push(g)),p.keywords[L]=!0,!_)return;const j={keyword:L,definition:{..._,type:(0,d.getJSONTypes)(_.type),schemaType:(0,d.getJSONTypes)(_.schemaType)}};_.before?Ue.call(this,g,j,_.before):g.rules.push(j),p.all[L]=j,(A=_.implements)===null||A===void 0||A.forEach(M=>this.addKeyword(M))}function Ue(L,_,I){const A=L.rules.findIndex(l=>l.keyword===I);A>=0?L.rules.splice(A,0,_):(L.rules.push(_),this.logger.warn(`rule ${I} is not defined`))}function Xe(L){let{metaSchema:_}=L;_!==void 0&&(L.$data&&this.opts.$data&&(_=Je(_)),L.validateSchema=this.compile(_,!0))}const Qe={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function Je(L){return{anyOf:[L,Qe]}}})(Qp);var Ji={},Zi={},Yi={};Object.defineProperty(Yi,"__esModule",{value:!0});const _L={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};Yi.default=_L;var gr={};Object.defineProperty(gr,"__esModule",{value:!0});gr.callRef=gr.getValidate=void 0;const bL=Jn,cd=ae,Ke=re,Pr=Nt,ld=He,ua=le,wL={keyword:"$ref",schemaType:"string",code(e){const{gen:t,schema:r,it:n}=e,{baseId:a,schemaEnv:o,validateName:s,opts:c,self:u}=n,{root:d}=o;if((r==="#"||r==="#/")&&a===d.baseId)return m();const f=ld.resolveRef.call(u,d,a,r);if(f===void 0)throw new bL.default(n.opts.uriResolver,a,r);if(f instanceof ld.SchemaEnv)return b(f);return S(f);function m(){if(o===d)return Sa(e,s,o,o.$async);const $=t.scopeValue("root",{ref:d});return Sa(e,(0,Ke._)`${$}.validate`,d,d.$async)}function b($){const w=Eh(e,$);Sa(e,w,$,$.$async)}function S($){const w=t.scopeValue("schema",c.code.source===!0?{ref:$,code:(0,Ke.stringify)($)}:{ref:$}),v=t.name("valid"),h=e.subschema({schema:$,dataTypes:[],schemaPath:Ke.nil,topSchemaRef:w,errSchemaPath:r},v);e.mergeEvaluated(h),e.ok(v)}}};function Eh(e,t){const{gen:r}=e;return t.validate?r.scopeValue("validate",{ref:t.validate}):(0,Ke._)`${r.scopeValue("wrapper",{ref:t})}.validate`}gr.getValidate=Eh;function Sa(e,t,r,n){const{gen:a,it:o}=e,{allErrors:s,schemaEnv:c,opts:u}=o,d=u.passContext?Pr.default.this:Ke.nil;n?f():m();function f(){if(!c.$async)throw new Error("async schema referenced by sync schema");const $=a.let("valid");a.try(()=>{a.code((0,Ke._)`await ${(0,cd.callValidateCode)(e,t,d)}`),S(t),s||a.assign($,!0)},w=>{a.if((0,Ke._)`!(${w} instanceof ${o.ValidationError})`,()=>a.throw(w)),b(w),s||a.assign($,!1)}),e.ok($)}function m(){e.result((0,cd.callValidateCode)(e,t,d),()=>S(t),()=>b(t))}function b($){const w=(0,Ke._)`${$}.errors`;a.assign(Pr.default.vErrors,(0,Ke._)`${Pr.default.vErrors} === null ? ${w} : ${Pr.default.vErrors}.concat(${w})`),a.assign(Pr.default.errors,(0,Ke._)`${Pr.default.vErrors}.length`)}function S($){var w;if(!o.opts.unevaluated)return;const v=(w=r==null?void 0:r.validate)===null||w===void 0?void 0:w.evaluated;if(o.props!==!0)if(v&&!v.dynamicProps)v.props!==void 0&&(o.props=ua.mergeEvaluated.props(a,v.props,o.props));else{const h=a.var("props",(0,Ke._)`${$}.evaluated.props`);o.props=ua.mergeEvaluated.props(a,h,o.props,Ke.Name)}if(o.items!==!0)if(v&&!v.dynamicItems)v.items!==void 0&&(o.items=ua.mergeEvaluated.items(a,v.items,o.items));else{const h=a.var("items",(0,Ke._)`${$}.evaluated.items`);o.items=ua.mergeEvaluated.items(a,h,o.items,Ke.Name)}}}gr.callRef=Sa;gr.default=wL;Object.defineProperty(Zi,"__esModule",{value:!0});const EL=Yi,SL=gr,CL=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",EL.default,SL.default];Zi.default=CL;var Xi={},Qi={};Object.defineProperty(Qi,"__esModule",{value:!0});const Ga=re,Ht=Ga.operators,Ha={maximum:{okStr:"<=",ok:Ht.LTE,fail:Ht.GT},minimum:{okStr:">=",ok:Ht.GTE,fail:Ht.LT},exclusiveMaximum:{okStr:"<",ok:Ht.LT,fail:Ht.GTE},exclusiveMinimum:{okStr:">",ok:Ht.GT,fail:Ht.LTE}},AL={message:({keyword:e,schemaCode:t})=>(0,Ga.str)`must be ${Ha[e].okStr} ${t}`,params:({keyword:e,schemaCode:t})=>(0,Ga._)`{comparison: ${Ha[e].okStr}, limit: ${t}}`},PL={keyword:Object.keys(Ha),type:"number",schemaType:"number",$data:!0,error:AL,code(e){const{keyword:t,data:r,schemaCode:n}=e;e.fail$data((0,Ga._)`${r} ${Ha[t].fail} ${n} || isNaN(${r})`)}};Qi.default=PL;var ec={};Object.defineProperty(ec,"__esModule",{value:!0});const bn=re,OL={message:({schemaCode:e})=>(0,bn.str)`must be multiple of ${e}`,params:({schemaCode:e})=>(0,bn._)`{multipleOf: ${e}}`},TL={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:OL,code(e){const{gen:t,data:r,schemaCode:n,it:a}=e,o=a.opts.multipleOfPrecision,s=t.let("res"),c=o?(0,bn._)`Math.abs(Math.round(${s}) - ${s}) > 1e-${o}`:(0,bn._)`${s} !== parseInt(${s})`;e.fail$data((0,bn._)`(${n} === 0 || (${s} = ${r}/${n}, ${c}))`)}};ec.default=TL;var tc={},rc={};Object.defineProperty(rc,"__esModule",{value:!0});function Sh(e){const t=e.length;let r=0,n=0,a;for(;n<t;)r++,a=e.charCodeAt(n++),a>=55296&&a<=56319&&n<t&&(a=e.charCodeAt(n),(a&64512)===56320&&n++);return r}rc.default=Sh;Sh.code='require("ajv/dist/runtime/ucs2length").default';Object.defineProperty(tc,"__esModule",{value:!0});const pr=re,NL=le,IL=rc,kL={message({keyword:e,schemaCode:t}){const r=e==="maxLength"?"more":"fewer";return(0,pr.str)`must NOT have ${r} than ${t} characters`},params:({schemaCode:e})=>(0,pr._)`{limit: ${e}}`},RL={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:kL,code(e){const{keyword:t,data:r,schemaCode:n,it:a}=e,o=t==="maxLength"?pr.operators.GT:pr.operators.LT,s=a.opts.unicode===!1?(0,pr._)`${r}.length`:(0,pr._)`${(0,NL.useFunc)(e.gen,IL.default)}(${r})`;e.fail$data((0,pr._)`${s} ${o} ${n}`)}};tc.default=RL;var nc={};Object.defineProperty(nc,"__esModule",{value:!0});const jL=ae,xa=re,DL={message:({schemaCode:e})=>(0,xa.str)`must match pattern "${e}"`,params:({schemaCode:e})=>(0,xa._)`{pattern: ${e}}`},ML={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:DL,code(e){const{data:t,$data:r,schema:n,schemaCode:a,it:o}=e,s=o.opts.unicodeRegExp?"u":"",c=r?(0,xa._)`(new RegExp(${a}, ${s}))`:(0,jL.usePattern)(e,n);e.fail$data((0,xa._)`!${c}.test(${t})`)}};nc.default=ML;var ac={};Object.defineProperty(ac,"__esModule",{value:!0});const wn=re,LL={message({keyword:e,schemaCode:t}){const r=e==="maxProperties"?"more":"fewer";return(0,wn.str)`must NOT have ${r} than ${t} properties`},params:({schemaCode:e})=>(0,wn._)`{limit: ${e}}`},VL={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:LL,code(e){const{keyword:t,data:r,schemaCode:n}=e,a=t==="maxProperties"?wn.operators.GT:wn.operators.LT;e.fail$data((0,wn._)`Object.keys(${r}).length ${a} ${n}`)}};ac.default=VL;var oc={};Object.defineProperty(oc,"__esModule",{value:!0});const dn=ae,En=re,FL=le,BL={message:({params:{missingProperty:e}})=>(0,En.str)`must have required property '${e}'`,params:({params:{missingProperty:e}})=>(0,En._)`{missingProperty: ${e}}`},zL={keyword:"required",type:"object",schemaType:"array",$data:!0,error:BL,code(e){const{gen:t,schema:r,schemaCode:n,data:a,$data:o,it:s}=e,{opts:c}=s;if(!o&&r.length===0)return;const u=r.length>=c.loopRequired;if(s.allErrors?d():f(),c.strictRequired){const S=e.parentSchema.properties,{definedProperties:$}=e.it;for(const w of r)if((S==null?void 0:S[w])===void 0&&!$.has(w)){const v=s.schemaEnv.baseId+s.errSchemaPath,h=`required property "${w}" is not defined at "${v}" (strictRequired)`;(0,FL.checkStrictMode)(s,h,s.opts.strictRequired)}}function d(){if(u||o)e.block$data(En.nil,m);else for(const S of r)(0,dn.checkReportMissingProp)(e,S)}function f(){const S=t.let("missing");if(u||o){const $=t.let("valid",!0);e.block$data($,()=>b(S,$)),e.ok($)}else t.if((0,dn.checkMissingProp)(e,r,S)),(0,dn.reportMissingProp)(e,S),t.else()}function m(){t.forOf("prop",n,S=>{e.setParams({missingProperty:S}),t.if((0,dn.noPropertyInData)(t,a,S,c.ownProperties),()=>e.error())})}function b(S,$){e.setParams({missingProperty:S}),t.forOf(S,n,()=>{t.assign($,(0,dn.propertyInData)(t,a,S,c.ownProperties)),t.if((0,En.not)($),()=>{e.error(),t.break()})},En.nil)}}};oc.default=zL;var sc={};Object.defineProperty(sc,"__esModule",{value:!0});const Sn=re,UL={message({keyword:e,schemaCode:t}){const r=e==="maxItems"?"more":"fewer";return(0,Sn.str)`must NOT have ${r} than ${t} items`},params:({schemaCode:e})=>(0,Sn._)`{limit: ${e}}`},qL={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:UL,code(e){const{keyword:t,data:r,schemaCode:n}=e,a=t==="maxItems"?Sn.operators.GT:Sn.operators.LT;e.fail$data((0,Sn._)`${r}.length ${a} ${n}`)}};sc.default=qL;var ic={},Zn={};Object.defineProperty(Zn,"__esModule",{value:!0});const Ch=po;Ch.code='require("ajv/dist/runtime/equal").default';Zn.default=Ch;Object.defineProperty(ic,"__esModule",{value:!0});const Jo=Hn,Re=re,WL=le,KL=Zn,GL={message:({params:{i:e,j:t}})=>(0,Re.str)`must NOT have duplicate items (items ## ${t} and ${e} are identical)`,params:({params:{i:e,j:t}})=>(0,Re._)`{i: ${e}, j: ${t}}`},HL={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:GL,code(e){const{gen:t,data:r,$data:n,schema:a,parentSchema:o,schemaCode:s,it:c}=e;if(!n&&!a)return;const u=t.let("valid"),d=o.items?(0,Jo.getSchemaTypes)(o.items):[];e.block$data(u,f,(0,Re._)`${s} === false`),e.ok(u);function f(){const $=t.let("i",(0,Re._)`${r}.length`),w=t.let("j");e.setParams({i:$,j:w}),t.assign(u,!0),t.if((0,Re._)`${$} > 1`,()=>(m()?b:S)($,w))}function m(){return d.length>0&&!d.some($=>$==="object"||$==="array")}function b($,w){const v=t.name("item"),h=(0,Jo.checkDataTypes)(d,v,c.opts.strictNumbers,Jo.DataType.Wrong),y=t.const("indices",(0,Re._)`{}`);t.for((0,Re._)`;${$}--;`,()=>{t.let(v,(0,Re._)`${r}[${$}]`),t.if(h,(0,Re._)`continue`),d.length>1&&t.if((0,Re._)`typeof ${v} == "string"`,(0,Re._)`${v} += "_"`),t.if((0,Re._)`typeof ${y}[${v}] == "number"`,()=>{t.assign(w,(0,Re._)`${y}[${v}]`),e.error(),t.assign(u,!1).break()}).code((0,Re._)`${y}[${v}] = ${$}`)})}function S($,w){const v=(0,WL.useFunc)(t,KL.default),h=t.name("outer");t.label(h).for((0,Re._)`;${$}--;`,()=>t.for((0,Re._)`${w} = ${$}; ${w}--;`,()=>t.if((0,Re._)`${v}(${r}[${$}], ${r}[${w}])`,()=>{e.error(),t.assign(u,!1).break(h)})))}}};ic.default=HL;var cc={};Object.defineProperty(cc,"__esModule",{value:!0});const ys=re,xL=le,JL=Zn,ZL={message:"must be equal to constant",params:({schemaCode:e})=>(0,ys._)`{allowedValue: ${e}}`},YL={keyword:"const",$data:!0,error:ZL,code(e){const{gen:t,data:r,$data:n,schemaCode:a,schema:o}=e;n||o&&typeof o=="object"?e.fail$data((0,ys._)`!${(0,xL.useFunc)(t,JL.default)}(${r}, ${a})`):e.fail((0,ys._)`${o} !== ${r}`)}};cc.default=YL;var lc={};Object.defineProperty(lc,"__esModule",{value:!0});const hn=re,XL=le,QL=Zn,eV={message:"must be equal to one of the allowed values",params:({schemaCode:e})=>(0,hn._)`{allowedValues: ${e}}`},tV={keyword:"enum",schemaType:"array",$data:!0,error:eV,code(e){const{gen:t,data:r,$data:n,schema:a,schemaCode:o,it:s}=e;if(!n&&a.length===0)throw new Error("enum must have non-empty array");const c=a.length>=s.opts.loopEnum;let u;const d=()=>u??(u=(0,XL.useFunc)(t,QL.default));let f;if(c||n)f=t.let("valid"),e.block$data(f,m);else{if(!Array.isArray(a))throw new Error("ajv implementation error");const S=t.const("vSchema",o);f=(0,hn.or)(...a.map(($,w)=>b(S,w)))}e.pass(f);function m(){t.assign(f,!1),t.forOf("v",o,S=>t.if((0,hn._)`${d()}(${r}, ${S})`,()=>t.assign(f,!0).break()))}function b(S,$){const w=a[$];return typeof w=="object"&&w!==null?(0,hn._)`${d()}(${r}, ${S}[${$}])`:(0,hn._)`${r} === ${w}`}}};lc.default=tV;Object.defineProperty(Xi,"__esModule",{value:!0});const rV=Qi,nV=ec,aV=tc,oV=nc,sV=ac,iV=oc,cV=sc,lV=ic,uV=cc,dV=lc,fV=[rV.default,nV.default,aV.default,oV.default,sV.default,iV.default,cV.default,lV.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},uV.default,dV.default];Xi.default=fV;var uc={},Xr={};Object.defineProperty(Xr,"__esModule",{value:!0});Xr.validateAdditionalItems=void 0;const hr=re,gs=le,pV={message:({params:{len:e}})=>(0,hr.str)`must NOT have more than ${e} items`,params:({params:{len:e}})=>(0,hr._)`{limit: ${e}}`},hV={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:pV,code(e){const{parentSchema:t,it:r}=e,{items:n}=t;if(!Array.isArray(n)){(0,gs.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}Ah(e,n)}};function Ah(e,t){const{gen:r,schema:n,data:a,keyword:o,it:s}=e;s.items=!0;const c=r.const("len",(0,hr._)`${a}.length`);if(n===!1)e.setParams({len:t.length}),e.pass((0,hr._)`${c} <= ${t.length}`);else if(typeof n=="object"&&!(0,gs.alwaysValidSchema)(s,n)){const d=r.var("valid",(0,hr._)`${c} <= ${t.length}`);r.if((0,hr.not)(d),()=>u(d)),e.ok(d)}function u(d){r.forRange("i",t.length,c,f=>{e.subschema({keyword:o,dataProp:f,dataPropType:gs.Type.Num},d),s.allErrors||r.if((0,hr.not)(d),()=>r.break())})}}Xr.validateAdditionalItems=Ah;Xr.default=hV;var dc={},Qr={};Object.defineProperty(Qr,"__esModule",{value:!0});Qr.validateTuple=void 0;const ud=re,Ca=le,mV=ae,vV={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(e){const{schema:t,it:r}=e;if(Array.isArray(t))return Ph(e,"additionalItems",t);r.items=!0,!(0,Ca.alwaysValidSchema)(r,t)&&e.ok((0,mV.validateArray)(e))}};function Ph(e,t,r=e.schema){const{gen:n,parentSchema:a,data:o,keyword:s,it:c}=e;f(a),c.opts.unevaluated&&r.length&&c.items!==!0&&(c.items=Ca.mergeEvaluated.items(n,r.length,c.items));const u=n.name("valid"),d=n.const("len",(0,ud._)`${o}.length`);r.forEach((m,b)=>{(0,Ca.alwaysValidSchema)(c,m)||(n.if((0,ud._)`${d} > ${b}`,()=>e.subschema({keyword:s,schemaProp:b,dataProp:b},u)),e.ok(u))});function f(m){const{opts:b,errSchemaPath:S}=c,$=r.length,w=$===m.minItems&&($===m.maxItems||m[t]===!1);if(b.strictTuples&&!w){const v=`"${s}" is ${$}-tuple, but minItems or maxItems/${t} are not specified or different at path "${S}"`;(0,Ca.checkStrictMode)(c,v,b.strictTuples)}}}Qr.validateTuple=Ph;Qr.default=vV;Object.defineProperty(dc,"__esModule",{value:!0});const $V=Qr,yV={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:e=>(0,$V.validateTuple)(e,"items")};dc.default=yV;var fc={};Object.defineProperty(fc,"__esModule",{value:!0});const dd=re,gV=le,_V=ae,bV=Xr,wV={message:({params:{len:e}})=>(0,dd.str)`must NOT have more than ${e} items`,params:({params:{len:e}})=>(0,dd._)`{limit: ${e}}`},EV={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:wV,code(e){const{schema:t,parentSchema:r,it:n}=e,{prefixItems:a}=r;n.items=!0,!(0,gV.alwaysValidSchema)(n,t)&&(a?(0,bV.validateAdditionalItems)(e,a):e.ok((0,_V.validateArray)(e)))}};fc.default=EV;var pc={};Object.defineProperty(pc,"__esModule",{value:!0});const nt=re,da=le,SV={message:({params:{min:e,max:t}})=>t===void 0?(0,nt.str)`must contain at least ${e} valid item(s)`:(0,nt.str)`must contain at least ${e} and no more than ${t} valid item(s)`,params:({params:{min:e,max:t}})=>t===void 0?(0,nt._)`{minContains: ${e}}`:(0,nt._)`{minContains: ${e}, maxContains: ${t}}`},CV={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:SV,code(e){const{gen:t,schema:r,parentSchema:n,data:a,it:o}=e;let s,c;const{minContains:u,maxContains:d}=n;o.opts.next?(s=u===void 0?1:u,c=d):s=1;const f=t.const("len",(0,nt._)`${a}.length`);if(e.setParams({min:s,max:c}),c===void 0&&s===0){(0,da.checkStrictMode)(o,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(c!==void 0&&s>c){(0,da.checkStrictMode)(o,'"minContains" > "maxContains" is always invalid'),e.fail();return}if((0,da.alwaysValidSchema)(o,r)){let w=(0,nt._)`${f} >= ${s}`;c!==void 0&&(w=(0,nt._)`${w} && ${f} <= ${c}`),e.pass(w);return}o.items=!0;const m=t.name("valid");c===void 0&&s===1?S(m,()=>t.if(m,()=>t.break())):s===0?(t.let(m,!0),c!==void 0&&t.if((0,nt._)`${a}.length > 0`,b)):(t.let(m,!1),b()),e.result(m,()=>e.reset());function b(){const w=t.name("_valid"),v=t.let("count",0);S(w,()=>t.if(w,()=>$(v)))}function S(w,v){t.forRange("i",0,f,h=>{e.subschema({keyword:"contains",dataProp:h,dataPropType:da.Type.Num,compositeRule:!0},w),v()})}function $(w){t.code((0,nt._)`${w}++`),c===void 0?t.if((0,nt._)`${w} >= ${s}`,()=>t.assign(m,!0).break()):(t.if((0,nt._)`${w} > ${c}`,()=>t.assign(m,!1).break()),s===1?t.assign(m,!0):t.if((0,nt._)`${w} >= ${s}`,()=>t.assign(m,!0)))}}};pc.default=CV;var Oh={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.validateSchemaDeps=e.validatePropertyDeps=e.error=void 0;const t=re,r=le,n=ae;e.error={message:({params:{property:u,depsCount:d,deps:f}})=>{const m=d===1?"property":"properties";return(0,t.str)`must have ${m} ${f} when property ${u} is present`},params:({params:{property:u,depsCount:d,deps:f,missingProperty:m}})=>(0,t._)`{property: ${u},
|
|
17
|
+
missingProperty: ${m},
|
|
18
|
+
depsCount: ${d},
|
|
19
|
+
deps: ${f}}`};const a={keyword:"dependencies",type:"object",schemaType:"object",error:e.error,code(u){const[d,f]=o(u);s(u,d),c(u,f)}};function o({schema:u}){const d={},f={};for(const m in u){if(m==="__proto__")continue;const b=Array.isArray(u[m])?d:f;b[m]=u[m]}return[d,f]}function s(u,d=u.schema){const{gen:f,data:m,it:b}=u;if(Object.keys(d).length===0)return;const S=f.let("missing");for(const $ in d){const w=d[$];if(w.length===0)continue;const v=(0,n.propertyInData)(f,m,$,b.opts.ownProperties);u.setParams({property:$,depsCount:w.length,deps:w.join(", ")}),b.allErrors?f.if(v,()=>{for(const h of w)(0,n.checkReportMissingProp)(u,h)}):(f.if((0,t._)`${v} && (${(0,n.checkMissingProp)(u,w,S)})`),(0,n.reportMissingProp)(u,S),f.else())}}e.validatePropertyDeps=s;function c(u,d=u.schema){const{gen:f,data:m,keyword:b,it:S}=u,$=f.name("valid");for(const w in d)(0,r.alwaysValidSchema)(S,d[w])||(f.if((0,n.propertyInData)(f,m,w,S.opts.ownProperties),()=>{const v=u.subschema({keyword:b,schemaProp:w},$);u.mergeValidEvaluated(v,$)},()=>f.var($,!0)),u.ok($))}e.validateSchemaDeps=c,e.default=a})(Oh);var hc={};Object.defineProperty(hc,"__esModule",{value:!0});const Th=re,AV=le,PV={message:"property name must be valid",params:({params:e})=>(0,Th._)`{propertyName: ${e.propertyName}}`},OV={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:PV,code(e){const{gen:t,schema:r,data:n,it:a}=e;if((0,AV.alwaysValidSchema)(a,r))return;const o=t.name("valid");t.forIn("key",n,s=>{e.setParams({propertyName:s}),e.subschema({keyword:"propertyNames",data:s,dataTypes:["string"],propertyName:s,compositeRule:!0},o),t.if((0,Th.not)(o),()=>{e.error(!0),a.allErrors||t.break()})}),e.ok(o)}};hc.default=OV;var _o={};Object.defineProperty(_o,"__esModule",{value:!0});const fa=ae,ut=re,TV=Nt,pa=le,NV={message:"must NOT have additional properties",params:({params:e})=>(0,ut._)`{additionalProperty: ${e.additionalProperty}}`},IV={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:NV,code(e){const{gen:t,schema:r,parentSchema:n,data:a,errsCount:o,it:s}=e;if(!o)throw new Error("ajv implementation error");const{allErrors:c,opts:u}=s;if(s.props=!0,u.removeAdditional!=="all"&&(0,pa.alwaysValidSchema)(s,r))return;const d=(0,fa.allSchemaProperties)(n.properties),f=(0,fa.allSchemaProperties)(n.patternProperties);m(),e.ok((0,ut._)`${o} === ${TV.default.errors}`);function m(){t.forIn("key",a,v=>{!d.length&&!f.length?$(v):t.if(b(v),()=>$(v))})}function b(v){let h;if(d.length>8){const y=(0,pa.schemaRefOrVal)(s,n.properties,"properties");h=(0,fa.isOwnProperty)(t,y,v)}else d.length?h=(0,ut.or)(...d.map(y=>(0,ut._)`${v} === ${y}`)):h=ut.nil;return f.length&&(h=(0,ut.or)(h,...f.map(y=>(0,ut._)`${(0,fa.usePattern)(e,y)}.test(${v})`))),(0,ut.not)(h)}function S(v){t.code((0,ut._)`delete ${a}[${v}]`)}function $(v){if(u.removeAdditional==="all"||u.removeAdditional&&r===!1){S(v);return}if(r===!1){e.setParams({additionalProperty:v}),e.error(),c||t.break();return}if(typeof r=="object"&&!(0,pa.alwaysValidSchema)(s,r)){const h=t.name("valid");u.removeAdditional==="failing"?(w(v,h,!1),t.if((0,ut.not)(h),()=>{e.reset(),S(v)})):(w(v,h),c||t.if((0,ut.not)(h),()=>t.break()))}}function w(v,h,y){const E={keyword:"additionalProperties",dataProp:v,dataPropType:pa.Type.Str};y===!1&&Object.assign(E,{compositeRule:!0,createErrors:!1,allErrors:!1}),e.subschema(E,h)}}};_o.default=IV;var mc={};Object.defineProperty(mc,"__esModule",{value:!0});const kV=ht,fd=ae,Zo=le,pd=_o,RV={keyword:"properties",type:"object",schemaType:"object",code(e){const{gen:t,schema:r,parentSchema:n,data:a,it:o}=e;o.opts.removeAdditional==="all"&&n.additionalProperties===void 0&&pd.default.code(new kV.KeywordCxt(o,pd.default,"additionalProperties"));const s=(0,fd.allSchemaProperties)(r);for(const m of s)o.definedProperties.add(m);o.opts.unevaluated&&s.length&&o.props!==!0&&(o.props=Zo.mergeEvaluated.props(t,(0,Zo.toHash)(s),o.props));const c=s.filter(m=>!(0,Zo.alwaysValidSchema)(o,r[m]));if(c.length===0)return;const u=t.name("valid");for(const m of c)d(m)?f(m):(t.if((0,fd.propertyInData)(t,a,m,o.opts.ownProperties)),f(m),o.allErrors||t.else().var(u,!0),t.endIf()),e.it.definedProperties.add(m),e.ok(u);function d(m){return o.opts.useDefaults&&!o.compositeRule&&r[m].default!==void 0}function f(m){e.subschema({keyword:"properties",schemaProp:m,dataProp:m},u)}}};mc.default=RV;var vc={};Object.defineProperty(vc,"__esModule",{value:!0});const hd=ae,ha=re,md=le,vd=le,jV={keyword:"patternProperties",type:"object",schemaType:"object",code(e){const{gen:t,schema:r,data:n,parentSchema:a,it:o}=e,{opts:s}=o,c=(0,hd.allSchemaProperties)(r),u=c.filter(w=>(0,md.alwaysValidSchema)(o,r[w]));if(c.length===0||u.length===c.length&&(!o.opts.unevaluated||o.props===!0))return;const d=s.strictSchema&&!s.allowMatchingProperties&&a.properties,f=t.name("valid");o.props!==!0&&!(o.props instanceof ha.Name)&&(o.props=(0,vd.evaluatedPropsToName)(t,o.props));const{props:m}=o;b();function b(){for(const w of c)d&&S(w),o.allErrors?$(w):(t.var(f,!0),$(w),t.if(f))}function S(w){for(const v in d)new RegExp(w).test(v)&&(0,md.checkStrictMode)(o,`property ${v} matches pattern ${w} (use allowMatchingProperties)`)}function $(w){t.forIn("key",n,v=>{t.if((0,ha._)`${(0,hd.usePattern)(e,w)}.test(${v})`,()=>{const h=u.includes(w);h||e.subschema({keyword:"patternProperties",schemaProp:w,dataProp:v,dataPropType:vd.Type.Str},f),o.opts.unevaluated&&m!==!0?t.assign((0,ha._)`${m}[${v}]`,!0):!h&&!o.allErrors&&t.if((0,ha.not)(f),()=>t.break())})})}}};vc.default=jV;var $c={};Object.defineProperty($c,"__esModule",{value:!0});const DV=le,MV={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(e){const{gen:t,schema:r,it:n}=e;if((0,DV.alwaysValidSchema)(n,r)){e.fail();return}const a=t.name("valid");e.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},a),e.failResult(a,()=>e.reset(),()=>e.error())},error:{message:"must NOT be valid"}};$c.default=MV;var yc={};Object.defineProperty(yc,"__esModule",{value:!0});const LV=ae,VV={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:LV.validateUnion,error:{message:"must match a schema in anyOf"}};yc.default=VV;var gc={};Object.defineProperty(gc,"__esModule",{value:!0});const Aa=re,FV=le,BV={message:"must match exactly one schema in oneOf",params:({params:e})=>(0,Aa._)`{passingSchemas: ${e.passing}}`},zV={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:BV,code(e){const{gen:t,schema:r,parentSchema:n,it:a}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");if(a.opts.discriminator&&n.discriminator)return;const o=r,s=t.let("valid",!1),c=t.let("passing",null),u=t.name("_valid");e.setParams({passing:c}),t.block(d),e.result(s,()=>e.reset(),()=>e.error(!0));function d(){o.forEach((f,m)=>{let b;(0,FV.alwaysValidSchema)(a,f)?t.var(u,!0):b=e.subschema({keyword:"oneOf",schemaProp:m,compositeRule:!0},u),m>0&&t.if((0,Aa._)`${u} && ${s}`).assign(s,!1).assign(c,(0,Aa._)`[${c}, ${m}]`).else(),t.if(u,()=>{t.assign(s,!0),t.assign(c,m),b&&e.mergeEvaluated(b,Aa.Name)})})}}};gc.default=zV;var _c={};Object.defineProperty(_c,"__esModule",{value:!0});const UV=le,qV={keyword:"allOf",schemaType:"array",code(e){const{gen:t,schema:r,it:n}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");const a=t.name("valid");r.forEach((o,s)=>{if((0,UV.alwaysValidSchema)(n,o))return;const c=e.subschema({keyword:"allOf",schemaProp:s},a);e.ok(a),e.mergeEvaluated(c)})}};_c.default=qV;var bc={};Object.defineProperty(bc,"__esModule",{value:!0});const Ja=re,Nh=le,WV={message:({params:e})=>(0,Ja.str)`must match "${e.ifClause}" schema`,params:({params:e})=>(0,Ja._)`{failingKeyword: ${e.ifClause}}`},KV={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:WV,code(e){const{gen:t,parentSchema:r,it:n}=e;r.then===void 0&&r.else===void 0&&(0,Nh.checkStrictMode)(n,'"if" without "then" and "else" is ignored');const a=$d(n,"then"),o=$d(n,"else");if(!a&&!o)return;const s=t.let("valid",!0),c=t.name("_valid");if(u(),e.reset(),a&&o){const f=t.let("ifClause");e.setParams({ifClause:f}),t.if(c,d("then",f),d("else",f))}else a?t.if(c,d("then")):t.if((0,Ja.not)(c),d("else"));e.pass(s,()=>e.error(!0));function u(){const f=e.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},c);e.mergeEvaluated(f)}function d(f,m){return()=>{const b=e.subschema({keyword:f},c);t.assign(s,c),e.mergeValidEvaluated(b,s),m?t.assign(m,(0,Ja._)`${f}`):e.setParams({ifClause:f})}}}};function $d(e,t){const r=e.schema[t];return r!==void 0&&!(0,Nh.alwaysValidSchema)(e,r)}bc.default=KV;var wc={};Object.defineProperty(wc,"__esModule",{value:!0});const GV=le,HV={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:e,parentSchema:t,it:r}){t.if===void 0&&(0,GV.checkStrictMode)(r,`"${e}" without "if" is ignored`)}};wc.default=HV;Object.defineProperty(uc,"__esModule",{value:!0});const xV=Xr,JV=dc,ZV=Qr,YV=fc,XV=pc,QV=Oh,eF=hc,tF=_o,rF=mc,nF=vc,aF=$c,oF=yc,sF=gc,iF=_c,cF=bc,lF=wc;function uF(e=!1){const t=[aF.default,oF.default,sF.default,iF.default,cF.default,lF.default,eF.default,tF.default,QV.default,rF.default,nF.default];return e?t.push(JV.default,YV.default):t.push(xV.default,ZV.default),t.push(XV.default),t}uc.default=uF;var Ec={},Sc={};Object.defineProperty(Sc,"__esModule",{value:!0});const Ae=re,dF={message:({schemaCode:e})=>(0,Ae.str)`must match format "${e}"`,params:({schemaCode:e})=>(0,Ae._)`{format: ${e}}`},fF={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:dF,code(e,t){const{gen:r,data:n,$data:a,schema:o,schemaCode:s,it:c}=e,{opts:u,errSchemaPath:d,schemaEnv:f,self:m}=c;if(!u.validateFormats)return;a?b():S();function b(){const $=r.scopeValue("formats",{ref:m.formats,code:u.code.formats}),w=r.const("fDef",(0,Ae._)`${$}[${s}]`),v=r.let("fType"),h=r.let("format");r.if((0,Ae._)`typeof ${w} == "object" && !(${w} instanceof RegExp)`,()=>r.assign(v,(0,Ae._)`${w}.type || "string"`).assign(h,(0,Ae._)`${w}.validate`),()=>r.assign(v,(0,Ae._)`"string"`).assign(h,w)),e.fail$data((0,Ae.or)(y(),E()));function y(){return u.strictSchema===!1?Ae.nil:(0,Ae._)`${s} && !${h}`}function E(){const T=f.$async?(0,Ae._)`(${w}.async ? await ${h}(${n}) : ${h}(${n}))`:(0,Ae._)`${h}(${n})`,D=(0,Ae._)`(typeof ${h} == "function" ? ${T} : ${h}.test(${n}))`;return(0,Ae._)`${h} && ${h} !== true && ${v} === ${t} && !${D}`}}function S(){const $=m.formats[o];if(!$){y();return}if($===!0)return;const[w,v,h]=E($);w===t&&e.pass(T());function y(){if(u.strictSchema===!1){m.logger.warn(D());return}throw new Error(D());function D(){return`unknown format "${o}" ignored in schema at path "${d}"`}}function E(D){const C=D instanceof RegExp?(0,Ae.regexpCode)(D):u.code.formats?(0,Ae._)`${u.code.formats}${(0,Ae.getProperty)(o)}`:void 0,P=r.scopeValue("formats",{key:o,ref:D,code:C});return typeof D=="object"&&!(D instanceof RegExp)?[D.type||"string",D.validate,(0,Ae._)`${P}.validate`]:["string",D,P]}function T(){if(typeof $=="object"&&!($ instanceof RegExp)&&$.async){if(!f.$async)throw new Error("async format in sync schema");return(0,Ae._)`await ${h}(${n})`}return typeof v=="function"?(0,Ae._)`${h}(${n})`:(0,Ae._)`${h}.test(${n})`}}}};Sc.default=fF;Object.defineProperty(Ec,"__esModule",{value:!0});const pF=Sc,hF=[pF.default];Ec.default=hF;var Vr={};Object.defineProperty(Vr,"__esModule",{value:!0});Vr.contentVocabulary=Vr.metadataVocabulary=void 0;Vr.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];Vr.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"];Object.defineProperty(Ji,"__esModule",{value:!0});const mF=Zi,vF=Xi,$F=uc,yF=Ec,yd=Vr,gF=[mF.default,vF.default,(0,$F.default)(),yF.default,yd.metadataVocabulary,yd.contentVocabulary];Ji.default=gF;var Cc={},Ih={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.DiscrError=void 0,function(t){t.Tag="tag",t.Mapping="mapping"}(e.DiscrError||(e.DiscrError={}))})(Ih);Object.defineProperty(Cc,"__esModule",{value:!0});const Ir=re,_s=Ih,gd=He,_F=le,bF={message:({params:{discrError:e,tagName:t}})=>e===_s.DiscrError.Tag?`tag "${t}" must be string`:`value of tag "${t}" must be in oneOf`,params:({params:{discrError:e,tag:t,tagName:r}})=>(0,Ir._)`{error: ${e}, tag: ${r}, tagValue: ${t}}`},wF={keyword:"discriminator",type:"object",schemaType:"object",error:bF,code(e){const{gen:t,data:r,schema:n,parentSchema:a,it:o}=e,{oneOf:s}=a;if(!o.opts.discriminator)throw new Error("discriminator: requires discriminator option");const c=n.propertyName;if(typeof c!="string")throw new Error("discriminator: requires propertyName");if(n.mapping)throw new Error("discriminator: mapping is not supported");if(!s)throw new Error("discriminator: requires oneOf keyword");const u=t.let("valid",!1),d=t.const("tag",(0,Ir._)`${r}${(0,Ir.getProperty)(c)}`);t.if((0,Ir._)`typeof ${d} == "string"`,()=>f(),()=>e.error(!1,{discrError:_s.DiscrError.Tag,tag:d,tagName:c})),e.ok(u);function f(){const S=b();t.if(!1);for(const $ in S)t.elseIf((0,Ir._)`${d} === ${$}`),t.assign(u,m(S[$]));t.else(),e.error(!1,{discrError:_s.DiscrError.Mapping,tag:d,tagName:c}),t.endIf()}function m(S){const $=t.name("valid"),w=e.subschema({keyword:"oneOf",schemaProp:S},$);return e.mergeEvaluated(w,Ir.Name),$}function b(){var S;const $={},w=h(a);let v=!0;for(let T=0;T<s.length;T++){let D=s[T];D!=null&&D.$ref&&!(0,_F.schemaHasRulesButRef)(D,o.self.RULES)&&(D=gd.resolveRef.call(o.self,o.schemaEnv.root,o.baseId,D==null?void 0:D.$ref),D instanceof gd.SchemaEnv&&(D=D.schema));const C=(S=D==null?void 0:D.properties)===null||S===void 0?void 0:S[c];if(typeof C!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${c}"`);v=v&&(w||h(D)),y(C,T)}if(!v)throw new Error(`discriminator: "${c}" must be required`);return $;function h({required:T}){return Array.isArray(T)&&T.includes(c)}function y(T,D){if(T.const)E(T.const,D);else if(T.enum)for(const C of T.enum)E(C,D);else throw new Error(`discriminator: "properties/${c}" must have "const" or "enum"`)}function E(T,D){if(typeof T!="string"||T in $)throw new Error(`discriminator: "${c}" values must be unique strings`);$[T]=D}}}};Cc.default=wF;const EF="http://json-schema.org/draft-07/schema#",SF="http://json-schema.org/draft-07/schema#",CF="Core schema meta-schema",AF={schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:"#/definitions/nonNegativeInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},PF=["object","boolean"],OF={$id:{type:"string",format:"uri-reference"},$schema:{type:"string",format:"uri"},$ref:{type:"string",format:"uri-reference"},$comment:{type:"string"},title:{type:"string"},description:{type:"string"},default:!0,readOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/definitions/nonNegativeInteger"},minLength:{$ref:"#/definitions/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{$ref:"#"},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:!0},maxItems:{$ref:"#/definitions/nonNegativeInteger"},minItems:{$ref:"#/definitions/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},contains:{$ref:"#"},maxProperties:{$ref:"#/definitions/nonNegativeInteger"},minProperties:{$ref:"#/definitions/nonNegativeIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{$ref:"#"},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},propertyNames:{format:"regex"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},propertyNames:{$ref:"#"},const:!0,enum:{type:"array",items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{type:"string"},contentMediaType:{type:"string"},contentEncoding:{type:"string"},if:{$ref:"#"},then:{$ref:"#"},else:{$ref:"#"},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},TF={$schema:EF,$id:SF,title:CF,definitions:AF,type:PF,properties:OF,default:!0};(function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.MissingRefError=t.ValidationError=t.CodeGen=t.Name=t.nil=t.stringify=t.str=t._=t.KeywordCxt=void 0;const r=Qp,n=Ji,a=Cc,o=TF,s=["/properties"],c="http://json-schema.org/draft-07/schema";class u extends r.default{_addVocabularies(){super._addVocabularies(),n.default.forEach($=>this.addVocabulary($)),this.opts.discriminator&&this.addKeyword(a.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;const $=this.opts.$data?this.$dataMetaSchema(o,s):o;this.addMetaSchema($,c,!1),this.refs["http://json-schema.org/schema"]=c}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(c)?c:void 0)}}e.exports=t=u,Object.defineProperty(t,"__esModule",{value:!0}),t.default=u;var d=ht;Object.defineProperty(t,"KeywordCxt",{enumerable:!0,get:function(){return d.KeywordCxt}});var f=re;Object.defineProperty(t,"_",{enumerable:!0,get:function(){return f._}}),Object.defineProperty(t,"str",{enumerable:!0,get:function(){return f.str}}),Object.defineProperty(t,"stringify",{enumerable:!0,get:function(){return f.stringify}}),Object.defineProperty(t,"nil",{enumerable:!0,get:function(){return f.nil}}),Object.defineProperty(t,"Name",{enumerable:!0,get:function(){return f.Name}}),Object.defineProperty(t,"CodeGen",{enumerable:!0,get:function(){return f.CodeGen}});var m=xn;Object.defineProperty(t,"ValidationError",{enumerable:!0,get:function(){return m.default}});var b=Jn;Object.defineProperty(t,"MissingRefError",{enumerable:!0,get:function(){return b.default}})})(B5,Wa);(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.formatLimitDefinition=void 0;const t=Wa,r=re,n=r.operators,a={formatMaximum:{okStr:"<=",ok:n.LTE,fail:n.GT},formatMinimum:{okStr:">=",ok:n.GTE,fail:n.LT},formatExclusiveMaximum:{okStr:"<",ok:n.LT,fail:n.GTE},formatExclusiveMinimum:{okStr:">",ok:n.GT,fail:n.LTE}},o={message:({keyword:c,schemaCode:u})=>r.str`should be ${a[c].okStr} ${u}`,params:({keyword:c,schemaCode:u})=>r._`{comparison: ${a[c].okStr}, limit: ${u}}`};e.formatLimitDefinition={keyword:Object.keys(a),type:"string",schemaType:"string",$data:!0,error:o,code(c){const{gen:u,data:d,schemaCode:f,keyword:m,it:b}=c,{opts:S,self:$}=b;if(!S.validateFormats)return;const w=new t.KeywordCxt(b,$.RULES.all.format.definition,"format");w.$data?v():h();function v(){const E=u.scopeValue("formats",{ref:$.formats,code:S.code.formats}),T=u.const("fmt",r._`${E}[${w.schemaCode}]`);c.fail$data(r.or(r._`typeof ${T} != "object"`,r._`${T} instanceof RegExp`,r._`typeof ${T}.compare != "function"`,y(T)))}function h(){const E=w.schema,T=$.formats[E];if(!T||T===!0)return;if(typeof T!="object"||T instanceof RegExp||typeof T.compare!="function")throw new Error(`"${m}": format "${E}" does not define "compare" function`);const D=u.scopeValue("formats",{key:E,ref:T,code:S.code.formats?r._`${S.code.formats}${r.getProperty(E)}`:void 0});c.fail$data(y(D))}function y(E){return r._`${E}.compare(${d}, ${f}) ${a[m].fail} 0`}},dependencies:["format"]};const s=c=>(c.addKeyword(e.formatLimitDefinition),c);e.default=s})(Xp);(function(e,t){Object.defineProperty(t,"__esModule",{value:!0});const r=Yp,n=Xp,a=re,o=new a.Name("fullFormats"),s=new a.Name("fastFormats"),c=(d,f={keywords:!0})=>{if(Array.isArray(f))return u(d,f,r.fullFormats,o),d;const[m,b]=f.mode==="fast"?[r.fastFormats,s]:[r.fullFormats,o],S=f.formats||r.formatNames;return u(d,S,m,b),f.keywords&&n.default(d),d};c.get=(d,f="full")=>{const b=(f==="fast"?r.fastFormats:r.fullFormats)[d];if(!b)throw new Error(`Unknown format "${d}"`);return b};function u(d,f,m,b){var S,$;(S=($=d.opts.code).formats)!==null&&S!==void 0||($.formats=a._`require("ajv-formats/dist/formats").${b}`);for(const w of f)d.addFormat(w,m[w])}e.exports=t=c,Object.defineProperty(t,"__esModule",{value:!0}),t.default=c})(F5,qa);const NF=Nd(qa),Pa="additionalProperties",Oa="required",IF=(e,t)=>{const r={};return e.filter(n=>{const a=t(n);return r.hasOwnProperty(a)?!1:(r[a]=!0,!0)})};class kF{constructor(t){this.findOption=t,this.schemaObject=r=>{const n=this.properties(r),a={type:"object",properties:n,additionalProperties:this.findOption(n)(Pa)},o=this.findOption(n)(Oa);return o.length>0&&(a.required=o),a},this.properties=r=>{const n={};return Object.keys(r).reduce((a,o)=>(a[o]=this.property(r[o]),a),n)},this.property=r=>{switch(typeof r){case"string":return{type:"string"};case"boolean":return{type:"boolean"};case"number":return Number.isInteger(r)?{type:"integer"}:{type:"number"};case"object":return r==null?{type:"null"}:this.schemaObjectOrArray(r);default:return{}}},this.schemaObjectOrArray=r=>r instanceof Array?this.schemaArray(r):this.schemaObject(r),this.schemaArray=r=>{if(r.length>0){const n=r.map(this.property),a=IF(n,o=>JSON.stringify(o));return a.length===1?{type:"array",items:a[0]}:{type:"array",items:{oneOf:a}}}else return{type:"array",items:{}}}}}const kh=(e,t={})=>{const r=a=>o=>{switch(o){case Pa:return t.hasOwnProperty(Pa)?t[Pa]:!0;case Oa:return t.hasOwnProperty(Oa)?t[Oa](a):Object.keys(a);default:return}};return new kF(r).schemaObject(e)};var Ot;(function(e){e.HIDE="HIDE",e.SHOW="SHOW",e.ENABLE="ENABLE",e.DISABLE="DISABLE"})(Ot||(Ot={}));const Rh=e=>typeof e=="object"&&e!==null&&typeof e.i18n=="string",RF=e=>e.type==="Group",jh=e=>e.elements!==void 0,jF=e=>!!e&&typeof e=="object",DF=e=>jF(e)&&typeof e.scope=="string",MF=e=>!!e&&typeof e=="object",LF={restrict:!1,trim:!1,showUnfocusedDescription:!1,hideRequiredAsterisk:!1},_d=(e={})=>zT({},LF,e),bd=(e=_d(),t)=>{switch(t.type){case Vc:return _d(t.config);default:return e}},Lt=(e,t)=>e===void 0?[]:e(t)?[]:e.errors,VF={data:{},schema:{},uischema:void 0,errors:[],validator:void 0,ajv:void 0,validationMode:"ValidateAndShow",additionalErrors:[]},bs=(e,t)=>((t.hasOwnProperty("id")||t.hasOwnProperty("$id"))&&e.removeSchema(t),e),wd=(e,t)=>{if(t){if(FF(t.options))return t.options.ajv;if(t.options!==void 0&&Rn(t.options.compile))return t.options}return e.ajv?t!=null&&t.schema?bs(e.ajv,t.schema):e.ajv:BB()},FF=e=>e?e.ajv!==void 0:!1,Ed=(e,t)=>t&&BF(t.options)?t.options.validationMode:e.validationMode,BF=e=>e?e.validationMode!==void 0:!1,zF=e=>e?e.additionalErrors!==void 0:!1,Sd=(e,t)=>t&&zF(t.options)?t.options.additionalErrors:e.additionalErrors,Yo=(e=VF,t)=>{switch(t.type){case Rc:{const r=wd(e,t),n=Ed(e,t),a=n==="NoValidation"?void 0:r.compile(t.schema),o=Lt(a,t.data),s=Sd(e,t);return{...e,data:t.data,schema:t.schema,uischema:t.uischema,additionalErrors:s,errors:o,validator:a,ajv:r,validationMode:n}}case jc:{const r=wd(e,t),n=Ed(e,t);let a=e.validator,o=e.errors;e.schema!==t.schema||e.validationMode!==n||e.ajv!==r?(a=n==="NoValidation"?void 0:r.compile(t.schema),o=Lt(a,t.data)):e.data!==t.data&&(o=Lt(a,t.data));const s=Sd(e,t);return e.data!==t.data||e.schema!==t.schema||e.uischema!==t.uischema||e.ajv!==r||e.errors!==o||e.validator!==a||e.validationMode!==n||e.additionalErrors!==s?{...e,data:t.data,schema:t.schema,uischema:t.uischema,ajv:r,errors:$p(o,e.errors)?e.errors:o,validator:a,validationMode:n,additionalErrors:s}:e}case Dc:{const r=t.ajv,n=e.validationMode==="NoValidation"?void 0:r.compile(e.schema),a=Lt(n,e.data);return{...e,validator:n,errors:a}}case Fc:{const n=t.schema&&e.ajv&&e.validationMode!=="NoValidation"?bs(e.ajv,t.schema).compile(t.schema):e.validator,a=Lt(n,e.data);return{...e,validator:n,schema:t.schema,errors:a}}case Bc:return{...e,uischema:t.uischema};case Mc:{if(t.path===void 0||t.path===null)return e;if(t.path===""){const r=t.updater(lu(e.data)),n=Lt(e.validator,r);return{...e,data:r,errors:n}}else{const r=Me(e.data,t.path),n=t.updater(lu(r)),a=SD(t.path,n,e.data===void 0?{}:e.data),o=Lt(e.validator,a);return{...e,data:a,errors:o}}}case Lc:return{...e,errors:t.errors};case zc:{if(e.validationMode===t.validationMode)return e;if(t.validationMode==="NoValidation"){const r=Lt(void 0,e.data);return{...e,errors:r,validationMode:t.validationMode}}if(e.validationMode==="NoValidation"){const r=bs(e.ajv,e.schema).compile(e.schema),n=Lt(r,e.data);return{...e,validator:r,errors:n,validationMode:t.validationMode}}return{...e,validationMode:t.validationMode}}default:return e}},UF=e=>Me(e,"data"),qF=e=>Me(e,"schema"),WF=e=>Me(e,"uischema"),KF=e=>Me(e,"ajv"),GF=e=>{switch(e.keyword){case"required":case"dependencies":return e.params.missingProperty;case"additionalProperties":return e.params.additionalProperty;default:return}},ws=e=>{const t=e.dataPath;if(t)return t.replace(/\//g,".").substr(1);var r=e.instancePath;r=r.replace(/\//g,".");const n=GF(e);return n!==void 0&&!r.endsWith(n)&&(r=`${r}.${n}`),r=r.replace(/^./,""),r},HF=(e,t,r)=>n=>{const a=Du(n,o=>o.keyword==="oneOf"||o.keyword==="anyOf").map(o=>ws(o));return Du(n,o=>{if(JF.indexOf(o.keyword)!==-1)return!1;const s=ws(o);let c=r(s);const u=o.parentSchema;return c&&!xF(u)&&a.findIndex(d=>e.startsWith(d))!==-1&&(c=c&&$p(u,t)),c})},xF=e=>(e==null?void 0:e.type)==="object"||!!(e!=null&&e.properties),JF=["additionalProperties","allOf","anyOf","oneOf"],ZF=(e,t,r)=>n=>{const a=n.errors??[],o=n.additionalErrors??[];return HF(e,t,r)(n.validationMode==="ValidateAndHide"?o:[...a,...o])},YF=(e,t)=>ZF(e,t,r=>r===e),Dh=(e,t)=>Rh(t)?t.i18n:(e==null?void 0:e.i18n)??void 0,XF=e=>(e==null?void 0:e.split(".").filter(t=>!/^\d+$/.test(t)).join("."))||"root",QF=(e,t,r)=>Dh(e,t)??XF(r),Za=(e,t,r,n)=>`${QF(e,t,r)}.${n}`,Ac=(e,t)=>t,Pc=(e,t,r)=>{var c;const n=Za(e.parentSchema,r,ws(e),`error.${e.keyword}`),a=t(n,void 0,{error:e});if(a!==void 0)return a;const o=t(`error.${e.keyword}`,void 0,{error:e});if(o!==void 0)return o;const s=t(e.message,void 0,{error:e});return s!==void 0?s:e.keyword==="required"&&((c=e.message)!=null&&c.startsWith("must have required property"))?t("is a required property","is a required property",{error:e}):e.message},eB=(e,t,r,n,a,o)=>{if(e.length>0&&r){const s=Za(n,a,o,"error.custom"),c=r(s,void 0,{schema:n,uischema:a,path:o,errors:e});if(c!==void 0)return c}return Uh(e.map(s=>t(s,r,a)))},tB=(e,t)=>{if(e.label===!1||(e.label===void 0||e.label===null||e.label===!0)&&!Rh(e))return;const r=typeof e.label=="string"?e.label:JSON.stringify(e.label),n=Dh(void 0,e),a=typeof n=="string"?`${n}.label`:r;return t(a,r,{uischema:e})},ma={locale:"en",translate:Ac,translateError:Pc},Cd=(e=ma,t)=>{switch(t.type){case Wc:{const r=t.locale??ma.locale,n=t.translator??ma.translate,a=t.errorTranslator??ma.translateError;return r!==e.locale||n!==e.translate||a!==e.translateError?{...e,locale:r,translate:n,translateError:a}:e}case qc:return{...e,translate:t.translator??Ac,translateError:t.errorTranslator??Pc};case Uc:return{...e,locale:t.locale??navigator.languages[0]};default:return e}},rB=e=>e===void 0?Ac:e.translate,nB=e=>e===void 0?Pc:e.translateError,Mh=-1,aB=e=>!fe(e)&&e.scope!==void 0,oB=e=>(t,r,n)=>{if(fe(t)||!aB(t)||fe(r))return!1;const a=t.scope;if(fe(a))return!1;let o=r;return qh(r,"object")&&(o=Tn(r,a,n==null?void 0:n.rootSchema)),o===void 0?!1:e(o,n==null?void 0:n.rootSchema)},en=e=>oB(t=>!fe(t)&&qh(t,e)),Yn=e=>t=>!fe(t)&&t.type===e,Xn=(...e)=>(t,r,n)=>e.reduce((a,o)=>a&&o(t,r,n),!0),br=(e,t)=>(r,n,a)=>t(r,n,a)?e:Mh,sB=Xn(Yn("Control"),en("boolean")),iB=Xn(Yn("Control"),en("object")),cB=Xn(Yn("Control"),en("integer")),lB=Xn(Yn("Control"),en("number")),uB=Xn(Yn("Control"),en("string")),dB=e=>(t,r,n)=>{const a=Ws(e,o=>o.tester(t,r,n));if(a!==void 0&&a.tester(t,r,n)!==Mh)return a.uischema},fB=(e,t,r,n,a="VerticalLayout",o,s)=>{if(o&&o.options&&o.options.detail){if(typeof o.options.detail=="string"){if(o.options.detail.toUpperCase()==="GENERATE")return typeof a=="function"?a():mr.uiSchema(t,a)}else if(typeof o.options.detail=="object"&&o.options.detail.type&&typeof o.options.detail.type=="string")return o.options.detail}const c=dB(e)(t,r,n);return c===void 0?typeof a=="function"?a():mr.uiSchema(t,a,"#",s):c},Lh=(e,t)=>r=>YF(e,t)(r.jsonforms.core),Fr=e=>e.jsonforms.config,Vh=()=>e=>rB(Me(e,"jsonforms.i18n")),pB=()=>e=>nB(Me(e,"jsonforms.i18n")),Oc=e=>UF(Me(e,"jsonforms.core")),Ya=e=>qF(Me(e,"jsonforms.core")),hB=e=>WF(Me(e,"jsonforms.core")),bo=e=>KF(Me(e,"jsonforms.core")),mB=e=>Me(e,"jsonforms.renderers"),vB=e=>Me(e,"jsonforms.cells"),$B=(e,t)=>{let r=e;return!fe(e)&&!fe(t)&&!t.startsWith("[")&&(r=e+"."),fe(r)?t:fe(t)?r:`${r}${t}`},yB=e=>{const n=e.replace(/(anyOf|allOf|oneOf)\/[\d]\//g,"").replace(/(then|else)\//g,"").split("/").map(Tc),o=n[0]==="#"||n[0]===""?2:1;return V9(o,n.length,2).map(s=>n[s])},Fh=(e,t)=>{if(!DF(e))return t??"";const r=yB(e.scope);return fe(r)?t??"":$B(t,r.join("."))},gB=e=>e==null?void 0:e.replace(/~/g,"~0").replace(/\//g,"~1"),Tc=e=>e==null?void 0:e.replace(/~1/g,"/").replace(/~0/,"~"),Es=(e,t)=>fe(t)?e:t.split(".").map(n=>decodeURIComponent(n)).reduce((n,a)=>{if(!(!n||!n.hasOwnProperty(a)))return n[a]},e),_B=e=>e==="#"||e===void 0||e==="",Tn=(e,t,r)=>{const n=t==null?void 0:t.split("/").map(Tc);return Ta(e,n,r)},Ta=(e,t,r)=>{if(fe(e))return;if(e.$ref&&(e=Tn(r,e.$ref,r)),!t||t.length===0)return e;const[n,...a]=t;if(_B(n))return Ta(e,a,r);const o=Me(e,n),s=Ta(o,a,r);if(s)return s;if(n==="properties"||n==="items"){let c;const u=[].concat(e.oneOf??[],e.allOf??[],e.anyOf??[],e.then??[],e.else??[]);for(const d of u)if(c=Ta(d,[n,...a],r),c)break;return c}},bB=e=>e.type==="OR",wB=e=>e.type==="AND",EB=e=>e.type==="LEAF",SB=e=>G9(e,"schema"),Ad=(e,t)=>Fh(e,t),Ss=(e,t,r,n)=>{if(wB(t))return t.conditions.reduce((a,o)=>a&&Ss(e,o,r,n),!0);if(bB(t))return t.conditions.reduce((a,o)=>a||Ss(e,o,r,n),!1);if(EB(t))return Es(e,Ad(t,r))===t.expectedValue;if(SB(t)){const a=Es(e,Ad(t,r));return n.validate(t.schema,a)}else return!0},Bh=(e,t,r,n)=>{const a=e.rule.condition;return Ss(t,a,r,n)},CB=(e,t,r=void 0,n)=>{const a=Bh(e,t,r,n);switch(e.rule.effect){case Ot.HIDE:return!a;case Ot.SHOW:return a;default:return!0}},AB=(e,t,r=void 0,n)=>{const a=Bh(e,t,r,n);switch(e.rule.effect){case Ot.DISABLE:return!a;case Ot.ENABLE:return a;default:return!0}},zh=e=>!!(e.rule&&(e.rule.effect===Ot.SHOW||e.rule.effect===Ot.HIDE)),PB=e=>!!(e.rule&&(e.rule.effect===Ot.ENABLE||e.rule.effect===Ot.DISABLE)),Nc=(e,t,r=void 0,n)=>e.rule?CB(e,t,r,n):!0,OB=(e,t,r=void 0,n)=>e.rule?AB(e,t,r,n):!0,Ic=(e,t,r,n,a,o)=>{var s,c,u;return(s=e==null?void 0:e.jsonforms)!=null&&s.readonly?!1:r&&PB(r)?OB(r,a,t==null?void 0:t.path,bo(e)):typeof((c=r==null?void 0:r.options)==null?void 0:c.readonly)=="boolean"?!r.options.readonly:typeof((u=r==null?void 0:r.options)==null?void 0:u.readOnly)=="boolean"?!r.options.readOnly:typeof(o==null?void 0:o.readonly)=="boolean"?!o.readonly:typeof(o==null?void 0:o.readOnly)=="boolean"?!o.readOnly:(n==null?void 0:n.readOnly)===!0?!1:typeof(t==null?void 0:t.enabled)=="boolean"?t.enabled:!0},Uh=e=>e==null?"":e.join(`
|
|
20
|
+
`),qh=(e,t)=>f9(Xa(e),t),Xa=e=>{if(fe(e))return[];if(!fe(e.type)&&typeof e.type=="string")return[e.type];if(Ne(e.type))return e.type;if(!fe(e.properties)||!fe(e.additionalProperties))return["object"];if(!fe(e.items))return["array"];if(!fe(e.allOf)){const t=P9(e.allOf,r=>Xa(r).length!==0);if(t)return Xa(t)}return[]},Nn={schema:Tn,data:Es},Xo=(e,t)=>{if(t&&typeof t.title=="string")return t.title;if(typeof e.scope=="string"){const r=e.scope,n=Tc(r.substr(r.lastIndexOf("/")+1));return Tf(n)}return""},TB=(e,t)=>{const r=e.label;if(typeof r=="boolean")return va(Xo(e,t),r);if(typeof r=="string")return va(r,!0);if(typeof r=="object"){const n=typeof r.text=="string"?r.text:Xo(e,t),a=typeof r.show=="boolean"?r.show:!0;return va(n,a)}return va(Xo(e,t),!0)},va=(e,t)=>({text:e,show:t}),NB=(e,t,r)=>{const n=t.split("/"),a=n[n.length-1],s=n.slice(0,n.length-2).join("/"),c=Nn.schema(e,s,r);return c!==void 0&&c.required!==void 0&&c.required.indexOf(a)!==-1},IB=(e,t)=>{const{uischema:r}=t,n=Oc(e),a=Fh(r,t.path),o=t.visible===void 0||zh(r)?Nc(r,n,t.path,bo(e)):t.visible,s=r,c=t.id,u=Ya(e),d=s.scope!==void 0&&NB(t.schema,s.scope,u),f=Nn.schema(t.schema||u,s.scope,u),m=Lh(a,f)(e),b=f!==void 0?f.description:"",S=Nn.data(n,a),$=TB(r,f),w=$.show?$.text:"",v=Fr(e),h=Ic(e,t,r,f||u,n,v),y=f??u,E=Vh()(e),T=pB()(e),D=E(Za(y,r,a,"label"),w,{schema:y,uischema:r,path:a,errors:m}),C=E(Za(y,r,a,"description"),b,{schema:y,uischema:r,path:a,errors:m}),P=eB(m,T,E,y,r,a);return{data:S,description:C,errors:P,label:D,visible:o,enabled:h,id:c,path:a,required:d,uischema:r,schema:y,config:Fr(e),cells:t.cells||e.jsonforms.cells,rootSchema:u}},Wh=e=>({handleChange(t,r){e(nm(t,()=>r))}}),Kh={visible:!0,enabled:!0,path:"",direction:"column"},kB=e=>e.type==="HorizontalLayout"?"row":e.type==="VerticalLayout"?"column":Kh.direction,RB=(e,t)=>{const r=Oc(e),{uischema:n}=t,a=t.visible===void 0||zh(n)?Nc(t.uischema,r,t.path,bo(e)):t.visible,o=Nn.data(r,t.path),s=Fr(e),c=Ic(e,t,n,void 0,r,s),u=Vh()(e),d=MF(n)?tB(n,u):void 0;return{...Kh,renderers:t.renderers||mB(e),cells:t.cells||vB(e),visible:a,enabled:c,path:t.path,data:o,uischema:t.uischema,schema:t.schema,direction:t.direction??kB(n),config:s,label:d}},jB=(e,t)=>({renderers:t.renderers||Me(e.jsonforms,"renderers"),cells:t.cells||Me(e.jsonforms,"cells"),schema:t.schema||Ya(e),rootSchema:Ya(e),uischema:t.uischema||hB(e),path:t.path,enabled:t.enabled,config:Fr(e)}),DB=(e,t)=>{const{id:r,schema:n,path:a,uischema:o,renderers:s,cells:c}=t,u=Oc(e),d=t.visible!==void 0?t.visible:Nc(o,u,void 0,bo(e)),f=Ya(e),m=Fr(e);let b;e.jsonforms.readonly===!0?b=!1:typeof t.enabled=="boolean"?b=t.enabled:b=Ic(e,t,o,n||f,u,m);const S=Uh(oO(Lh(a,n)(e).map(w=>w.message))),$=fe(S);return{data:Nn.data(u,a),visible:d,enabled:b,id:r,path:a,errors:S,isValid:$,schema:n,uischema:o,config:Fr(e),rootSchema:f,renderers:s,cells:c}},MB=(e,t)=>{const r=DB(e,t),{renderers:n,cells:a,...o}=t;return{...r,...o,cells:a||e.jsonforms.cells||[]}},kc=new Set,Gh=(e,t)=>t<=1?e:e+t.toString(),LB=(e,t)=>{const r=Gh(e,t);return!kc.has(r)},VB=e=>{e===void 0&&(e="undefined");let t=0;for(;!LB(e,t);)t++;const r=Gh(e,t);return kc.add(r),r},FB=e=>kc.delete(e),BB=e=>{const t=new V5({allErrors:!0,verbose:!0,strict:!1,...e});return NF(t),t},Hh=e=>({type:e,elements:[]}),Na=e=>({type:"Control",scope:e}),zB=(e,t)=>{if(!fe(e)&&!jh(e)){const r=Hh(t);return r.elements.push(e),r}return e},UB=(e,t)=>{if(!fe(t)){const r=Tf(t);if(RF(e))e.label=r;else{const n={type:"Label",text:r};e.elements.push(n)}}},qB=e=>!fe(e)&&(!fe(e.oneOf)||!fe(e.anyOf)||!fe(e.allOf)),Cs=(e,t,r,n,a,o)=>{if(!fe(e)&&e.$ref!==void 0)return Cs(Tn(o,e.$ref,o),t,r,n,a,o);if(qB(e)){const c=Na(r);return t.push(c),c}const s=Xa(e);if(s.length===0)return null;if(s.length>1){const c=Na(r);return t.push(c),c}if(r==="#"&&s[0]==="object"){const c=Hh(a);if(t.push(c),e.properties&&rr(e.properties).length>1&&UB(c,n),!fe(e.properties)){const u=r+"/properties";Object.keys(e.properties).map(d=>{let f=e.properties[d];const m=`${u}/${gB(d)}`;f.$ref!==void 0&&(f=Tn(o,f.$ref,o)),Cs(f,c.elements,m,d,a,o)})}return c}switch(s[0]){case"object":case"array":case"string":case"number":case"integer":case"boolean":const c=Na(r);return t.push(c),c;default:throw new Error("Unknown type: "+JSON.stringify(e))}},xh=(e,t="VerticalLayout",r="#",n=e)=>zB(Cs(e,[],r,"",t,n),t),mr={jsonSchema:kh,uiSchema:xh,controlElement:Na},Rc="jsonforms/INIT",jc="jsonforms/UPDATE_CORE",Dc="jsonforms/SET_AJV",Mc="jsonforms/UPDATE",Lc="jsonforms/UPDATE_ERRORS",WB="jsonforms/VALIDATE",Jh="jsonforms/ADD_RENDERER",Zh="jsonforms/REMOVE_RENDERER",Yh="jsonforms/ADD_CELL",Xh="jsonforms/REMOVE_CELL",Vc="jsonforms/SET_CONFIG",Qh="jsonforms/ADD_UI_SCHEMA",em="jsonforms/REMOVE_UI_SCHEMA",Fc="jsonforms/SET_SCHEMA",Bc="jsonforms/SET_UISCHEMA",zc="jsonforms/SET_VALIDATION_MODE",Uc="jsonforms/SET_LOCALE",qc="jsonforms/SET_TRANSLATOR",Wc="jsonforms/UPDATE_I18N",tm="jsonforms/ADD_DEFAULT_DATA",rm="jsonforms/REMOVE_DEFAULT_DATA",KB=(e,t=kh(e),r,n)=>({type:Rc,data:e,schema:t,uischema:typeof r=="object"?r:xh(t),options:n}),GB=(e,t,r,n)=>({type:jc,data:e,schema:t,uischema:r,options:n}),HB=(e,t)=>({type:tm,schemaPath:e,data:t}),xB=e=>({type:rm,schemaPath:e}),JB=e=>({type:Dc,ajv:e}),nm=(e,t)=>({type:Mc,path:e,updater:t}),ZB=e=>({type:Lc,errors:e}),YB=(e,t)=>({type:Jh,tester:e,renderer:t}),XB=(e,t)=>({type:Yh,tester:e,cell:t}),QB=(e,t)=>({type:Xh,tester:e,cell:t}),ez=(e,t)=>({type:Zh,tester:e,renderer:t}),tz=e=>({type:Vc,config:e}),rz=e=>({type:zc,validationMode:e}),nz=(e,t)=>({type:Qh,tester:e,uischema:t}),az=e=>({type:em,tester:e}),oz=e=>({type:Uc,locale:e}),sz=e=>({type:Fc,schema:e}),iz=(e,t)=>({type:qc,translator:e,errorTranslator:t}),cz=(e,t,r)=>({type:Wc,locale:e,translator:t,errorTranslator:r}),lz=e=>({type:Bc,uischema:e});var Or=Object.freeze({__proto__:null,INIT:Rc,UPDATE_CORE:jc,SET_AJV:Dc,UPDATE_DATA:Mc,UPDATE_ERRORS:Lc,VALIDATE:WB,ADD_RENDERER:Jh,REMOVE_RENDERER:Zh,ADD_CELL:Yh,REMOVE_CELL:Xh,SET_CONFIG:Vc,ADD_UI_SCHEMA:Qh,REMOVE_UI_SCHEMA:em,SET_SCHEMA:Fc,SET_UISCHEMA:Bc,SET_VALIDATION_MODE:zc,SET_LOCALE:Uc,SET_TRANSLATOR:qc,UPDATE_I18N:Wc,ADD_DEFAULT_DATA:tm,REMOVE_DEFAULT_DATA:rm,init:KB,updateCore:GB,registerDefaultData:HB,unregisterDefaultData:xB,setAjv:JB,update:nm,updateErrors:ZB,registerRenderer:YB,registerCell:XB,unregisterCell:QB,unregisterRenderer:ez,setConfig:tz,setValidationMode:rz,registerUISchema:nz,unregisterUISchema:az,setLocale:oz,setSchema:sz,setTranslator:iz,updateI18n:cz,setUISchema:lz});function Pd(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Zt(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Pd(Object(r),!0).forEach(function(n){uz(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Pd(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function As(e){return As=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},As(e)}function uz(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function dz(e,t){if(e==null)return{};var r={},n=Object.keys(e),a,o;for(o=0;o<n.length;o++)a=n[o],!(t.indexOf(a)>=0)&&(r[a]=e[a]);return r}function Kc(e,t){if(e==null)return{};var r=dz(e,t),n,a;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(a=0;a<o.length;a++)n=o[a],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var Gc=i.defineComponent({name:"unknown-renderer"});function fz(e,t,r,n,a,o){return i.openBlock(),i.createElementBlock("div",null,"No applicable renderer found.")}Gc.render=fz;var pz=["control"],hz=["rootSchema"],mz=["control"],Ut=function(){return{schema:{required:!0,type:[Object,Boolean]},uischema:{required:!0,type:Object},path:{required:!0,type:String},enabled:{required:!1,type:Boolean,default:void 0},renderers:{required:!1,type:Array,default:void 0},cells:{required:!1,type:Array,default:void 0},config:{required:!1,type:Object,default:void 0}}};function Hc(e,t,r){var n=i.inject("jsonforms"),a=i.inject("dispatch");if(!n||!a)throw"'jsonforms' or 'dispatch' couldn't be injected. Are you within JSON Forms?";var o=i.ref(void 0),s=i.computed(function(){return Zt(Zt(Zt({},e),t({jsonforms:n},e)),{},{id:o.value})}),c=r==null?void 0:r(a);return i.onBeforeMount(function(){s.value.uischema.scope&&(o.value=VB(s.value.uischema.scope))}),i.onUnmounted(function(){o.value&&(FB(o.value),o.value=void 0)}),Zt({control:s},c)}var tn=function(t){return Hc(t,IB,Wh)},vz=function(t){var r=Hc(t,RB),n=r.control,a=Kc(r,pz);return Zt({layout:n},a)},$z=function(t){var r=i.inject("jsonforms"),n=i.inject("dispatch");if(!r||!n)throw"'jsonforms' or 'dispatch' couldn't be injected. Are you within JSON Forms?";var a=i.computed(function(){return jB({jsonforms:r},t)}),o=i.computed(function(){return a.value.rootSchema}),s=i.computed(function(){var c=a.value;c.rootSchema;var u=Kc(c,hz);return u});return{renderer:s,rootSchema:o}},yz=function(t){var r=Hc(t,MB,Wh),n=r.control,a=Kc(r,mz);return Zt({cell:n},a)},wo=i.defineComponent({name:"dispatch-renderer",props:Zt({},Ut()),setup:function(t){return $z(t)},computed:{determinedRenderer:function(){var t=this,r={rootSchema:this.rootSchema,config:this.config},n=Ws(this.renderer.renderers,function(a){return a.tester(t.renderer.uischema,t.renderer.schema,r)});return n===void 0||n.tester(this.renderer.uischema,this.renderer.schema,r)===-1?Gc:n.renderer}}});function gz(e,t,r,n,a,o){return i.openBlock(),i.createBlock(i.resolveDynamicComponent(e.determinedRenderer),i.normalizeProps(i.guardReactiveProps(e.renderer)),null,16)}wo.render=gz;var _z=i.defineComponent({name:"dispatch-cell",props:Zt({},Ut()),setup:function(t){return yz(t)},computed:{determinedCell:function(){var t=this,r={rootSchema:this.cell.rootSchema,config:this.config},n=Ws(this.cell.cells,function(a){return a.tester(t.cell.uischema,t.cell.schema,r)});return n===void 0||n.tester(this.cell.uischema,this.cell.schema,r)===-1?Gc:n.cell}}});function bz(e,t,r,n,a,o){return i.openBlock(),i.createBlock(i.resolveDynamicComponent(e.determinedCell),i.normalizeProps(i.guardReactiveProps(e.cell)),null,16)}_z.render=bz;var Od=function(t){return t&&As(t)==="object"},am=i.defineComponent({name:"json-forms",components:{DispatchRenderer:wo},emits:["change"],props:{data:{required:!0,type:[String,Number,Boolean,Array,Object]},schema:{required:!1,type:[Object,Boolean],default:void 0},uischema:{required:!1,type:Object,default:void 0},renderers:{required:!0,type:Array},cells:{required:!1,type:Array,default:function(){return[]}},config:{required:!1,type:Object,default:void 0},readonly:{required:!1,type:Boolean,default:!1},uischemas:{required:!1,type:Array,default:function(){return[]}},validationMode:{required:!1,type:String,default:"ValidateAndShow"},ajv:{required:!1,type:Object,default:void 0},i18n:{required:!1,type:Object,default:void 0},additionalErrors:{required:!1,type:Array,default:function(){return[]}}},data:function(){var t,r,n=this,a,o,s,c=Od(this.data)?this.data:{},u=(t=this.schema)!==null&&t!==void 0?t:mr.jsonSchema(c),d=(r=this.uischema)!==null&&r!==void 0?r:mr.uiSchema(u),f=function(){var b={data:n.data,schema:u,uischema:d},S=Yo(b,Or.init(n.data,u,d,{validationMode:n.validationMode,ajv:n.ajv,additionalErrors:n.additionalErrors}));return S};return{schemaToUse:u,uischemaToUse:d,jsonforms:{core:f(),config:bd(void 0,Or.setConfig(this.config)),i18n:Cd(this.i18n,Or.updateI18n((a=this.i18n)===null||a===void 0?void 0:a.locale,(o=this.i18n)===null||o===void 0?void 0:o.translate,(s=this.i18n)===null||s===void 0?void 0:s.translateError)),renderers:this.renderers,cells:this.cells,uischemas:this.uischemas,readonly:this.readonly}}},watch:{schema:function(t){var r=Od(this.data)?this.data:{};this.schemaToUse=t??mr.jsonSchema(r),this.uischema||(this.uischemaToUse=mr.uiSchema(this.schemaToUse))},uischema:function(t){this.uischemaToUse=t??mr.uiSchema(this.schemaToUse)},renderers:function(t){this.jsonforms.renderers=t},cells:function(t){this.jsonforms.cells=t},uischemas:function(t){this.jsonforms.uischemas=t},config:{handler:function(t){this.jsonforms.config=bd(void 0,Or.setConfig(t))},deep:!0},readonly:function(t){this.jsonforms.readonly=t},coreDataToUpdate:function(){this.jsonforms.core=Yo(this.jsonforms.core,Or.updateCore(this.data,this.schemaToUse,this.uischemaToUse,{validationMode:this.validationMode,ajv:this.ajv,additionalErrors:this.additionalErrors}))},eventToEmit:function(t){this.$emit("change",t)},i18n:{handler:function(t){this.jsonforms.i18n=Cd(this.jsonforms.i18n,Or.updateI18n(t==null?void 0:t.locale,t==null?void 0:t.translate,t==null?void 0:t.translateError))},deep:!0}},computed:{coreDataToUpdate:function(){return[this.data,this.schemaToUse,this.uischemaToUse,this.validationMode,this.ajv,this.additionalErrors]},eventToEmit:function(){return{data:this.jsonforms.core.data,errors:this.jsonforms.core.errors}}},mounted:function(){this.$emit("change",{data:this.jsonforms.core.data,errors:this.jsonforms.core.errors})},methods:{dispatch:function(t){this.jsonforms.core=Yo(this.jsonforms.core,t)}},provide:function(){return{jsonforms:this.jsonforms,dispatch:this.dispatch}}});function wz(e,t,r,n,a,o){var s=i.resolveComponent("dispatch-renderer");return i.openBlock(),i.createBlock(s,{schema:e.jsonforms.core.schema,uischema:e.jsonforms.core.uischema,path:""},null,8,["schema","uischema"])}am.render=wz;const Ez=i.defineComponent({name:"aux-number-control",emits:["update-value"],components:{AuxInput:Ts},methods:{change(e){this.$emit("update-value",e)}},props:{control:{type:Object,required:!0}}});function Sz(e,t,r,n,a,o){const s=i.resolveComponent("AuxInput");return i.openBlock(),i.createBlock(s,{type:"text",id:`${e.control.id}-input`,label:e.control.label,value:e.control.data,description:e.control.description,onBlur:e.change},null,8,["id","label","value","description","onBlur"])}const om=te(Ez,[["render",Sz]]),Cz={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 256 256"},Az=i.createElementVNode("path",{d:"m236.744 187.966-87.969-152a24.012 24.012 0 0 0-41.546 0v.008l-87.97 151.992a23.998 23.998 0 0 0 20.766 36.023H215.98a23.998 23.998 0 0 0 20.765-36.023Zm-116.75-91.969a8 8 0 1 1 16 0v48a8 8 0 1 1-16 0ZM128 192a12 12 0 1 1 12-12 12 12 0 0 1-12 12Z"},null,-1),Pz=[Az];function Oz(e,t){return i.openBlock(),i.createElementBlock("svg",Cz,Pz)}const Td={render:Oz},Tz=i.defineComponent({name:"aux-validation-wrapper",components:{ErrorIcon:Td},props:{errorMessages:{type:[],required:!0}},setup(e){const t=i.computed(()=>Td),r=i.computed(()=>({icon:!0})),n=i.computed(()=>e.errorMessages.length>0);return{icon:t,iconClasses:r,hasErrorMessages:n}}});const Nz={key:0,class:"aux-validation-wrapper-error"},Iz={class:"aux-validation-wrapper-error-messages"};function kz(e,t,r,n,a,o){return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass({"aux-validation-wrapper":!0,"aux-validation-wrapper--haserror":e.hasErrorMessages})},[i.renderSlot(e.$slots,"default",{},void 0,!0),e.hasErrorMessages?(i.openBlock(),i.createElementBlock("div",Nz,[(i.openBlock(),i.createBlock(i.resolveDynamicComponent(e.icon),{"aria-hidden":"true",class:i.normalizeClass(e.iconClasses)},null,8,["class"])),i.createElementVNode("ul",Iz,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.errorMessages,(s,c)=>(i.openBlock(),i.createElementBlock("li",{key:c},i.toDisplayString(s),1))),128))])])):i.createCommentVNode("",!0)],2)}const sm=te(Tz,[["render",kz],["__scopeId","data-v-b640fc54"]]),Rz=i.defineComponent({name:"wrapper-control",props:{control:{type:Object,required:!0},isDirty:{type:Boolean,default:!1}},setup(e){const t=i.computed(()=>(e.isDirty||e.control.config.showErrors)&&e.control.errors);return{errors:i.computed(()=>e.control.errors!==""&&t.value?[e.control.errors]:[]),showErrors:t}},components:{ValidationWrapper:sm}});const jz={class:"aux-input-wrapper"};function Dz(e,t,r,n,a,o){const s=i.resolveComponent("ValidationWrapper");return i.openBlock(),i.createElementBlock("div",jz,[i.createVNode(s,{errorMessages:e.errors},{default:i.withCtx(()=>[i.renderSlot(e.$slots,"default")]),_:3},8,["errorMessages"])])}const Qn=te(Rz,[["render",Dz]]),Mz=i.defineComponent({name:"integer-renderer",components:{NumberControl:om,WrapperControl:Qn},props:{...Ut()},methods:{updateValue(e){this.isDirty=!0,this.handleChange(this.control.path,Number(e))}},setup(e){return{isDirty:!1,...tn(e)}}});function Lz(e,t,r,n,a,o){const s=i.resolveComponent("NumberControl"),c=i.resolveComponent("WrapperControl");return i.openBlock(),i.createBlock(c,{control:e.control,isDirty:e.isDirty},{default:i.withCtx(()=>[i.createVNode(s,{control:e.control,onUpdateValue:e.updateValue},null,8,["control","onUpdateValue"])]),_:1},8,["control","isDirty"])}const Vz=te(Mz,[["render",Lz]]),Fz=i.defineComponent({name:"aux-string-control",emits:["update-value"],components:{FormElement:Br,AuxInput:Ts,AuxRadio:Os,AuxSelect:Md},props:{control:{type:Object,required:!0}},methods:{change(e){this.$emit("update-value",e||void 0)}},setup(e){const t=i.shallowRef(e),{control:r}=t.value;if(!r)throw new Error("Schema is not configured correctly");const{schema:n}=r,a=i.reactive({format:n.format,selected:"",enums:[]});return n.enum&&"options"in n&&(n.enum.forEach((o,s)=>{var u;const c=(u=n.options)!=null&&u.enum_titles?n.options.enum_titles[s]:o;a.enums.push({label:c,value:o})}),a.selected=a.enums[0].value),!a.format&&a.enums.length?a.format="select":a.format||(a.format="text"),{uniqueID:mt(),state:a}}});function Bz(e,t,r,n,a,o){const s=i.resolveComponent("AuxInput"),c=i.resolveComponent("AuxRadio"),u=i.resolveComponent("FormElement"),d=i.resolveComponent("AuxSelect");return i.openBlock(),i.createElementBlock(i.Fragment,null,[e.state.format==="text"?(i.openBlock(),i.createBlock(s,{key:0,type:"text",id:`${e.control.id}-input`,label:e.control.label,value:e.control.data,description:e.control.description,onBlur:e.change},null,8,["id","label","value","description","onBlur"])):i.createCommentVNode("",!0),e.state.format==="radiobuttons"?(i.openBlock(),i.createBlock(u,{key:1,class:"aux-radio-group",id:`${e.control.id}-input`,label:e.control.label,description:e.control.description},{default:i.withCtx(()=>[i.createElementVNode("fieldset",null,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.state.enums,f=>(i.openBlock(),i.createBlock(c,{key:f.value,value:f.value,selected:e.state.selected,name:e.uniqueID,onChange:e.change},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(f.label),1)]),_:2},1032,["value","selected","name","onChange"]))),128))])]),_:1},8,["id","label","description"])):i.createCommentVNode("",!0),e.state.format==="select"?(i.openBlock(),i.createBlock(d,{key:2,label:e.control.label,items:e.state.enums,value:e.control.data,onChange:e.change},null,8,["label","items","value","onChange"])):i.createCommentVNode("",!0)],64)}const zz=te(Fz,[["render",Bz],["__scopeId","data-v-62db9a8a"]]),Uz=i.defineComponent({name:"string-renderer",components:{StringControl:zz,WrapperControl:Qn},props:{...Ut()},methods:{updateValue(e){this.isDirty=!0,this.handleChange(this.control.path,e)}},setup(e){return{isDirty:!1,...tn(e)}}});function qz(e,t,r,n,a,o){const s=i.resolveComponent("StringControl"),c=i.resolveComponent("WrapperControl");return i.openBlock(),i.createBlock(c,{control:e.control,isDirty:e.isDirty},{default:i.withCtx(()=>[i.createVNode(s,{control:e.control,onUpdateValue:e.updateValue},null,8,["control","onUpdateValue"])]),_:1},8,["control","isDirty"])}const Wz=te(Uz,[["render",qz]]),Kz=i.defineComponent({name:"number-renderer",components:{NumberControl:om,WrapperControl:Qn},props:{...Ut()},methods:{updateValue(e){this.isDirty=!0,this.handleChange(this.control.path,Number(e))}},setup(e){return{isDirty:!1,...tn(e)}}});function Gz(e,t,r,n,a,o){const s=i.resolveComponent("NumberControl"),c=i.resolveComponent("WrapperControl");return i.openBlock(),i.createBlock(c,{control:e.control,isDirty:e.isDirty},{default:i.withCtx(()=>[i.createVNode(s,{control:e.control,onUpdateValue:e.updateValue},null,8,["control","onUpdateValue"])]),_:1},8,["control","isDirty"])}const Hz=te(Kz,[["render",Gz]]),xz=i.defineComponent({name:"boolean-control",emits:["update-value"],components:{Checkbox:Ns},methods:{change(e){this.$emit("update-value",e.checked)}},props:{control:{type:Object,required:!0}}});function Jz(e,t,r,n,a,o){const s=i.resolveComponent("Checkbox");return i.openBlock(),i.createBlock(s,{value:e.control.data,onChange:e.change},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.control.label),1)]),_:1},8,["value","onChange"])}const Zz=te(xz,[["render",Jz]]),Yz=i.defineComponent({name:"boolean-renderer",components:{BooleanControl:Zz,WrapperControl:Qn},props:{...Ut()},methods:{updateValue(e){this.isDirty=!0,this.handleChange(this.control.path,e)}},setup(e){return{isDirty:!1,...tn(e)}}});function Xz(e,t,r,n,a,o){const s=i.resolveComponent("BooleanControl"),c=i.resolveComponent("WrapperControl");return i.openBlock(),i.createBlock(c,{control:e.control,isDirty:e.isDirty},{default:i.withCtx(()=>[i.createVNode(s,{control:e.control,onUpdateValue:e.updateValue},null,8,["control","onUpdateValue"])]),_:1},8,["control","isDirty"])}const Qz=te(Yz,[["render",Xz]]),eU=i.defineComponent({name:"string-control",emits:["update-value"],components:{Checkbox:Ns,FormElement:Br,Radio:Os},props:{control:{type:Object,required:!0}},methods:{changeCheckbox(e){this.state.checked.includes(e.option)?this.state.checked=this.state.checked.filter(t=>t!==e.option):this.state.checked.push(e.option),this.$emit("update-value",this.state.checked)},changeRadio(e){this.$emit("update-value",e)}},setup(e){var o,s;const t=i.shallowRef(e),{control:r}=t.value;if(!r)throw new Error("Schema is not configured correctly");const{schema:n}=r,a=i.reactive({checked:[],format:n.format,selected:"",enums:[]});return n.items&&"enum"in n.items&&((s=(o=n.items)==null?void 0:o.enum)==null||s.forEach((c,u)=>{var d,f;if(n.items&&"options"in n.items){const m=(f=(d=n.items)==null?void 0:d.options)!=null&&f.enum_titles?n.items.options.enum_titles[u]:c;a.enums.push({label:m,value:c})}}),a.selected=a.enums[0].value),a.format||(a.format="checkboxes"),{uniqueID:mt(),state:a}}});function tU(e,t,r,n,a,o){const s=i.resolveComponent("Checkbox"),c=i.resolveComponent("FormElement"),u=i.resolveComponent("Radio");return i.openBlock(),i.createElementBlock(i.Fragment,null,[e.state.format==="checkboxes"?(i.openBlock(),i.createBlock(c,{key:0,class:"aux-checkbox-group",id:`${e.control.id}-input`,label:e.control.label,description:e.control.description},{default:i.withCtx(()=>[i.createElementVNode("fieldset",null,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.state.enums,d=>(i.openBlock(),i.createBlock(s,{key:d.value,value:d.value,onChange:e.changeCheckbox},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(d.label),1)]),_:2},1032,["value","onChange"]))),128))])]),_:1},8,["id","label","description"])):i.createCommentVNode("",!0),e.state.format==="radiobuttons"?(i.openBlock(),i.createBlock(c,{key:1,class:"aux-radio-group",id:`${e.control.id}-input`,label:e.control.label,description:e.control.description},{default:i.withCtx(()=>[i.createElementVNode("fieldset",null,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.state.enums,d=>(i.openBlock(),i.createBlock(u,{key:d.value,value:d.value,selected:e.state.selected,name:e.uniqueID,onChange:e.changeRadio},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(d.label),1)]),_:2},1032,["value","selected","name","onChange"]))),128))])]),_:1},8,["id","label","description"])):i.createCommentVNode("",!0)],64)}const rU=te(eU,[["render",tU],["__scopeId","data-v-5e279ab9"]]),nU=i.defineComponent({name:"array-renderer",components:{ArrayControl:rU,WrapperControl:Qn},props:{...Ut()},methods:{updateValue(e){this.isDirty=!0,this.handleChange(this.control.path,e)}},setup(e){return{isDirty:!1,...tn(e)}}});function aU(e,t,r,n,a,o){const s=i.resolveComponent("ArrayControl"),c=i.resolveComponent("WrapperControl");return i.openBlock(),i.createBlock(c,{control:e.control,isDirty:e.isDirty},{default:i.withCtx(()=>[i.createVNode(s,{control:e.control,onUpdateValue:e.updateValue},null,8,["control","onUpdateValue"])]),_:1},8,["control","isDirty"])}const oU=te(nU,[["render",aU]]),sU=i.defineComponent({name:"layout-renderer",components:{DispatchRenderer:wo},props:{...Ut()},setup(e){return vz(e)}}),iU={key:0};function cU(e,t,r,n,a,o){const s=i.resolveComponent("dispatch-renderer");return e.layout.visible?(i.openBlock(),i.createElementBlock("div",iU,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.layout.uischema.elements,(c,u)=>(i.openBlock(),i.createElementBlock("div",{class:"aux-form-field",key:`${e.layout.path}-${u}`},[i.createVNode(s,{schema:e.layout.schema,uischema:c,path:e.layout.path,enabled:e.layout.enabled,renderers:e.layout.renderers,cells:e.layout.cells},null,8,["schema","uischema","path","enabled","renderers","cells"])]))),128))])):i.createCommentVNode("",!0)}const lU=te(sU,[["render",cU]]),uU=i.defineComponent({name:"object-renderer",components:{DispatchRenderer:wo},props:{...Ut()},methods:{generateUISchema(e){return e.uischemas=e.uischemas||[],fB(e.uischemas,e.schema,e.uischema.scope,e.path,"Group",e.uischema,e.rootSchema)}},setup(e){return tn(e)}}),dU={key:0},fU={key:0};function pU(e,t,r,n,a,o){const s=i.resolveComponent("dispatch-renderer");return e.control.visible?(i.openBlock(),i.createElementBlock("fieldset",dU,[e.control.label?(i.openBlock(),i.createElementBlock("legend",fU,i.toDisplayString(e.control.label),1)):i.createCommentVNode("",!0),(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.generateUISchema(e.control).elements,(c,u)=>(i.openBlock(),i.createElementBlock("div",{key:`${e.control.path}-${u}`},[i.createVNode(s,{schema:e.control.schema,uischema:c,path:e.control.path,enabled:e.control.enabled,renderers:e.control.renderers,cells:e.control.cells},null,8,["schema","uischema","path","enabled","renderers","cells"])]))),128))])):i.createCommentVNode("",!0)}const hU=te(uU,[["render",pU]]),mU={renderer:i.shallowRef(Wz),tester:br(1,uB)},vU={renderer:i.shallowRef(Hz),tester:br(1,lB)},$U={renderer:i.shallowRef(Vz),tester:br(1,cB)},yU={renderer:i.shallowRef(Qz),tester:br(1,sB)},gU={renderer:i.shallowRef(oU),tester:br(1,en("array"))},_U={renderer:i.shallowRef(lU),tester:br(1,jh)},bU={renderer:i.shallowRef(hU),tester:br(1,iB)},wU=[mU,vU,$U,yU,gU,_U,bU],EU=i.defineComponent({name:"aux-form",props:{data:{type:Object,default:()=>({})},schema:{type:Object},showErrors:{type:Boolean,defaut:!1}},setup(e,{emit:t}){const r=i.reactive({data:e.data||{},config:{showErrors:e.showErrors}});return{onChange:a=>{const o=a.errors.length===0;t("change",a.data),t("validated",o)},renderers:wU,state:r}},components:{JsonForms:am}});const SU={class:"aux-form"};function CU(e,t,r,n,a,o){const s=i.resolveComponent("JsonForms");return i.openBlock(),i.createElementBlock("div",SU,[e.state?(i.openBlock(),i.createBlock(s,{key:0,class:"aux-form-content",data:e.state.data,schema:e.schema,config:e.state.config,renderers:e.renderers,onChange:e.onChange},null,8,["data","schema","config","renderers","onChange"])):i.createCommentVNode("",!0)])}const AU=te(EU,[["render",CU],["__scopeId","data-v-11500161"]]),PU=["success","info","warning","error","default","inactive"],OU=i.defineComponent({name:"aux-status-badge",props:{status:{type:String,default:"default",validator:e=>[...PU].includes(e)}},setup(e){const t=i.computed(()=>({"aux-status-badge":!0,[`aux-status-badge--${e.status}`]:!0})),r=i.computed(()=>({"aux-status-badge-dot":!0,[`aux-status-badge-dot--${e.status}`]:!0}));return{classes:t,dotClasses:r}}});function TU(e,t,r,n,a,o){return i.openBlock(),i.createElementBlock("span",{class:i.normalizeClass(e.classes)},[i.createElementVNode("span",{class:i.normalizeClass(e.dotClasses)},null,2),i.renderSlot(e.$slots,"default",{},void 0,!0)],2)}const NU=te(OU,[["render",TU],["__scopeId","data-v-d5c7ad07"]]),IU=(e,t)=>{const r=t==="decimals"?2:0;return new Intl.NumberFormat("nb-NB",{minimumFractionDigits:r,maximumFractionDigits:r}).format(e)},kU=(e,t)=>{switch(t){case"excl":return`${e} eks. mva`;case"incl":return`${e} inkl. mva`;default:return e}},RU=(e,t)=>t==="rounded"?`${e},-`:e;function jU(e,t="decimals",r="none"){const n=IU(e,t),a=RU(n,t);return kU(a,r)}const DU=(e,t={type:"decimals"})=>{let r=0;return t.type==="decimals"&&(r=t.decimals||1),new Intl.NumberFormat("nb-NO",{minimumFractionDigits:r,maximumFractionDigits:r}).format(e)};exports.AuxAriaAnnouncer=Cg;exports.AuxBanner=tv;exports.AuxButton=Qa;exports.AuxCard=ay;exports.AuxCheckbox=Ns;exports.AuxDefinition=jv;exports.AuxDirectionalArrow=bg;exports.AuxInput=Ts;exports.AuxJsonForm=AU;exports.AuxLink=n$;exports.AuxLogo=qv;exports.AuxModal=m$;exports.AuxNotifications=kg;exports.AuxPagination=pg;exports.AuxPill=dv;exports.AuxRadio=Os;exports.AuxSelect=Md;exports.AuxSpinner=iv;exports.AuxStatusBadge=NU;exports.AuxTag=cy;exports.AuxTextArea=g$;exports.AuxTime=Cy;exports.AuxToggle=Ly;exports.AuxUpload=ey;exports.AuxValidationWrapper=sm;exports.formatDate=ct;exports.formatNumber=DU;exports.formatPrice=jU;
|
|
21
|
+
//# sourceMappingURL=aux.js.map
|