mado-ui 0.4.0 → 0.5.1
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/css/index.css +563 -0
- package/dist/components/button.d.ts +1 -0
- package/dist/components/button.d.ts.map +1 -0
- package/dist/components/details.d.ts +1 -0
- package/dist/components/details.d.ts.map +1 -0
- package/dist/components/drop-down.d.ts +6 -4
- package/dist/components/drop-down.d.ts.map +1 -0
- package/dist/components/form/fieldset.d.ts +1 -0
- package/dist/components/form/fieldset.d.ts.map +1 -0
- package/dist/components/form/index.d.ts +1 -0
- package/dist/components/form/index.d.ts.map +1 -0
- package/dist/components/form/input/date/index.d.ts +1 -0
- package/dist/components/form/input/date/index.d.ts.map +1 -0
- package/dist/components/form/input/index.d.ts +1 -0
- package/dist/components/form/input/index.d.ts.map +1 -0
- package/dist/components/form/submit-button.d.ts +1 -0
- package/dist/components/form/submit-button.d.ts.map +1 -0
- package/dist/components/form/textarea.d.ts +1 -0
- package/dist/components/form/textarea.d.ts.map +1 -0
- package/dist/components/ghost.d.ts +1 -0
- package/dist/components/ghost.d.ts.map +1 -0
- package/dist/components/heading.d.ts +1 -0
- package/dist/components/heading.d.ts.map +1 -0
- package/dist/components/iframe.d.ts +6 -5
- package/dist/components/iframe.d.ts.map +1 -0
- package/dist/components/index.d.ts +3 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/link.d.ts +1 -0
- package/dist/components/link.d.ts.map +1 -0
- package/dist/components/modal.d.ts +1 -0
- package/dist/components/modal.d.ts.map +1 -0
- package/dist/components/time.d.ts +1 -0
- package/dist/components/time.d.ts.map +1 -0
- package/dist/components/tooltip.d.ts +1 -0
- package/dist/components/tooltip.d.ts.map +1 -0
- package/dist/components/video.d.ts +31 -0
- package/dist/components/video.d.ts.map +1 -0
- package/dist/components.d.ts +665 -1
- package/dist/components.d.ts.map +1 -0
- package/dist/components.esm.js +589 -9
- package/dist/components.esm.js.map +1 -1
- package/dist/components.js +589 -7
- package/dist/components.js.map +1 -1
- package/dist/hooks/create-fast-context.d.ts +2 -1
- package/dist/hooks/create-fast-context.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +3 -2
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/use-fieldset-context.d.ts +1 -0
- package/dist/hooks/use-fieldset-context.d.ts.map +1 -0
- package/dist/hooks/use-form-context.d.ts +1 -0
- package/dist/hooks/use-form-context.d.ts.map +1 -0
- package/dist/hooks/use-form-status.d.ts +1 -0
- package/dist/hooks/use-form-status.d.ts.map +1 -0
- package/dist/hooks/use-pointer-movement.d.ts +17 -0
- package/dist/hooks/use-pointer-movement.d.ts.map +1 -0
- package/dist/hooks.d.ts +95 -1
- package/dist/hooks.d.ts.map +1 -0
- package/dist/hooks.esm.js +104 -2
- package/dist/hooks.esm.js.map +1 -1
- package/dist/hooks.js +103 -0
- package/dist/hooks.js.map +1 -1
- package/dist/icons/10-arrow-trianglehead-clockwise.d.ts +3 -0
- package/dist/icons/10-arrow-trianglehead-clockwise.d.ts.map +1 -0
- package/dist/icons/10-arrow-trianglehead-counterclockwise.d.ts +3 -0
- package/dist/icons/10-arrow-trianglehead-counterclockwise.d.ts.map +1 -0
- package/dist/icons/15-arrow-trianglehead-clockwise.d.ts +3 -0
- package/dist/icons/15-arrow-trianglehead-clockwise.d.ts.map +1 -0
- package/dist/icons/15-arrow-trianglehead-counterclockwise.d.ts +3 -0
- package/dist/icons/15-arrow-trianglehead-counterclockwise.d.ts.map +1 -0
- package/dist/icons/3-people.d.ts +2 -1
- package/dist/icons/3-people.d.ts.map +1 -0
- package/dist/icons/3-rectangles-desktop-fill.d.ts +2 -1
- package/dist/icons/3-rectangles-desktop-fill.d.ts.map +1 -0
- package/dist/icons/3-rectangles-desktop.d.ts +2 -1
- package/dist/icons/3-rectangles-desktop.d.ts.map +1 -0
- package/dist/icons/30-arrow-trianglehead-clockwise.d.ts +3 -0
- package/dist/icons/30-arrow-trianglehead-clockwise.d.ts.map +1 -0
- package/dist/icons/30-arrow-trianglehead-counterclockwise.d.ts +3 -0
- package/dist/icons/30-arrow-trianglehead-counterclockwise.d.ts.map +1 -0
- package/dist/icons/45-arrow-trianglehead-clockwise.d.ts +3 -0
- package/dist/icons/45-arrow-trianglehead-clockwise.d.ts.map +1 -0
- package/dist/icons/45-arrow-trianglehead-counterclockwise.d.ts +3 -0
- package/dist/icons/45-arrow-trianglehead-counterclockwise.d.ts.map +1 -0
- package/dist/icons/5-arrow-trianglehead-clockwise.d.ts +3 -0
- package/dist/icons/5-arrow-trianglehead-clockwise.d.ts.map +1 -0
- package/dist/icons/5-arrow-trianglehead-counterclockwise.d.ts +3 -0
- package/dist/icons/5-arrow-trianglehead-counterclockwise.d.ts.map +1 -0
- package/dist/icons/60-arrow-trianglehead-clockwise.d.ts +3 -0
- package/dist/icons/60-arrow-trianglehead-clockwise.d.ts.map +1 -0
- package/dist/icons/60-arrow-trianglehead-counterclockwise.d.ts +3 -0
- package/dist/icons/60-arrow-trianglehead-counterclockwise.d.ts.map +1 -0
- package/dist/icons/75-arrow-trianglehead-clockwise.d.ts +3 -0
- package/dist/icons/75-arrow-trianglehead-clockwise.d.ts.map +1 -0
- package/dist/icons/75-arrow-trianglehead-counterclockwise.d.ts +3 -0
- package/dist/icons/75-arrow-trianglehead-counterclockwise.d.ts.map +1 -0
- package/dist/icons/90-arrow-trianglehead-clockwise.d.ts +3 -0
- package/dist/icons/90-arrow-trianglehead-clockwise.d.ts.map +1 -0
- package/dist/icons/90-arrow-trianglehead-counterclockwise.d.ts +3 -0
- package/dist/icons/90-arrow-trianglehead-counterclockwise.d.ts.map +1 -0
- package/dist/icons/airplane.d.ts +2 -1
- package/dist/icons/airplane.d.ts.map +1 -0
- package/dist/icons/arrow-down-backward-and-arrow-up-forward-rectangle.d.ts +3 -0
- package/dist/icons/arrow-down-backward-and-arrow-up-forward-rectangle.d.ts.map +1 -0
- package/dist/icons/arrow-triangle-2-circlepath-circle-fill.d.ts +2 -1
- package/dist/icons/arrow-triangle-2-circlepath-circle-fill.d.ts.map +1 -0
- package/dist/icons/arrow-triangle-2-circlepath-circle.d.ts +2 -1
- package/dist/icons/arrow-triangle-2-circlepath-circle.d.ts.map +1 -0
- package/dist/icons/arrow-up-forward-and-arrow-down-backward-rectangle.d.ts +3 -0
- package/dist/icons/arrow-up-forward-and-arrow-down-backward-rectangle.d.ts.map +1 -0
- package/dist/icons/bag-fill.d.ts +2 -1
- package/dist/icons/bag-fill.d.ts.map +1 -0
- package/dist/icons/banknote.d.ts +2 -1
- package/dist/icons/banknote.d.ts.map +1 -0
- package/dist/icons/bell-fill.d.ts +2 -1
- package/dist/icons/bell-fill.d.ts.map +1 -0
- package/dist/icons/bolt-car.d.ts +2 -1
- package/dist/icons/bolt-car.d.ts.map +1 -0
- package/dist/icons/bolt-fill.d.ts +2 -1
- package/dist/icons/bolt-fill.d.ts.map +1 -0
- package/dist/icons/bolt-ring-closed.d.ts +2 -1
- package/dist/icons/bolt-ring-closed.d.ts.map +1 -0
- package/dist/icons/bolt-trianglebadge-exclamationmark.d.ts +2 -1
- package/dist/icons/bolt-trianglebadge-exclamationmark.d.ts.map +1 -0
- package/dist/icons/book-fill.d.ts +2 -1
- package/dist/icons/book-fill.d.ts.map +1 -0
- package/dist/icons/bookmark-fill.d.ts +2 -1
- package/dist/icons/bookmark-fill.d.ts.map +1 -0
- package/dist/icons/briefcase-fill.d.ts +2 -1
- package/dist/icons/briefcase-fill.d.ts.map +1 -0
- package/dist/icons/bubble-left-fill.d.ts +2 -1
- package/dist/icons/bubble-left-fill.d.ts.map +1 -0
- package/dist/icons/building-2-fill.d.ts +2 -1
- package/dist/icons/building-2-fill.d.ts.map +1 -0
- package/dist/icons/calendar.d.ts +2 -1
- package/dist/icons/calendar.d.ts.map +1 -0
- package/dist/icons/camera-fill.d.ts +2 -1
- package/dist/icons/camera-fill.d.ts.map +1 -0
- package/dist/icons/car-fill.d.ts +2 -1
- package/dist/icons/car-fill.d.ts.map +1 -0
- package/dist/icons/cart-fill.d.ts +2 -1
- package/dist/icons/cart-fill.d.ts.map +1 -0
- package/dist/icons/chart-bar-doc-horizontal.d.ts +2 -1
- package/dist/icons/chart-bar-doc-horizontal.d.ts.map +1 -0
- package/dist/icons/checkmark-seal.d.ts +2 -1
- package/dist/icons/checkmark-seal.d.ts.map +1 -0
- package/dist/icons/checkmark.d.ts +2 -1
- package/dist/icons/checkmark.d.ts.map +1 -0
- package/dist/icons/chevron-compact-down.d.ts +2 -1
- package/dist/icons/chevron-compact-down.d.ts.map +1 -0
- package/dist/icons/chevron-down.d.ts +2 -1
- package/dist/icons/chevron-down.d.ts.map +1 -0
- package/dist/icons/chevron-left-forwardslash-chevron-right.d.ts +2 -1
- package/dist/icons/chevron-left-forwardslash-chevron-right.d.ts.map +1 -0
- package/dist/icons/chevron-left.d.ts +2 -1
- package/dist/icons/chevron-left.d.ts.map +1 -0
- package/dist/icons/chevron-right.d.ts +2 -1
- package/dist/icons/chevron-right.d.ts.map +1 -0
- package/dist/icons/chevron-up-chevron-down.d.ts +2 -1
- package/dist/icons/chevron-up-chevron-down.d.ts.map +1 -0
- package/dist/icons/circle-fill.d.ts +2 -1
- package/dist/icons/circle-fill.d.ts.map +1 -0
- package/dist/icons/clock-badge-checkmark.d.ts +2 -1
- package/dist/icons/clock-badge-checkmark.d.ts.map +1 -0
- package/dist/icons/clock-fill.d.ts +2 -1
- package/dist/icons/clock-fill.d.ts.map +1 -0
- package/dist/icons/cloud-fill.d.ts +2 -1
- package/dist/icons/cloud-fill.d.ts.map +1 -0
- package/dist/icons/cube-fill.d.ts +2 -1
- package/dist/icons/cube-fill.d.ts.map +1 -0
- package/dist/icons/curve-point-left.d.ts +2 -1
- package/dist/icons/curve-point-left.d.ts.map +1 -0
- package/dist/icons/dial-high.d.ts +2 -1
- package/dist/icons/dial-high.d.ts.map +1 -0
- package/dist/icons/doc-fill.d.ts +2 -1
- package/dist/icons/doc-fill.d.ts.map +1 -0
- package/dist/icons/doc-on-clipboard.d.ts +2 -1
- package/dist/icons/doc-on-clipboard.d.ts.map +1 -0
- package/dist/icons/doc-on-doc-fill.d.ts +2 -1
- package/dist/icons/doc-on-doc-fill.d.ts.map +1 -0
- package/dist/icons/doc-on-doc.d.ts +2 -1
- package/dist/icons/doc-on-doc.d.ts.map +1 -0
- package/dist/icons/doc-text-magnifyingglass.d.ts +2 -1
- package/dist/icons/doc-text-magnifyingglass.d.ts.map +1 -0
- package/dist/icons/dollar-sign.d.ts +2 -1
- package/dist/icons/dollar-sign.d.ts.map +1 -0
- package/dist/icons/ellipsis-circle-fill.d.ts +2 -1
- package/dist/icons/ellipsis-circle-fill.d.ts.map +1 -0
- package/dist/icons/ellipsis-circle.d.ts +2 -1
- package/dist/icons/ellipsis-circle.d.ts.map +1 -0
- package/dist/icons/envelope-fill.d.ts +2 -1
- package/dist/icons/envelope-fill.d.ts.map +1 -0
- package/dist/icons/envelope.d.ts +2 -1
- package/dist/icons/envelope.d.ts.map +1 -0
- package/dist/icons/exclamationmark-octagon.d.ts +2 -1
- package/dist/icons/exclamationmark-octagon.d.ts.map +1 -0
- package/dist/icons/eye.d.ts +2 -1
- package/dist/icons/eye.d.ts.map +1 -0
- package/dist/icons/figure-water-fitness.d.ts +2 -1
- package/dist/icons/figure-water-fitness.d.ts.map +1 -0
- package/dist/icons/flag-fill.d.ts +2 -1
- package/dist/icons/flag-fill.d.ts.map +1 -0
- package/dist/icons/flame-fill.d.ts +2 -1
- package/dist/icons/flame-fill.d.ts.map +1 -0
- package/dist/icons/folder-fill.d.ts +2 -1
- package/dist/icons/folder-fill.d.ts.map +1 -0
- package/dist/icons/folder.d.ts +2 -1
- package/dist/icons/folder.d.ts.map +1 -0
- package/dist/icons/gearshape-fill.d.ts +2 -1
- package/dist/icons/gearshape-fill.d.ts.map +1 -0
- package/dist/icons/gearshape.d.ts +2 -1
- package/dist/icons/gearshape.d.ts.map +1 -0
- package/dist/icons/gift-fill.d.ts +2 -1
- package/dist/icons/gift-fill.d.ts.map +1 -0
- package/dist/icons/globe-americas-fill.d.ts +2 -1
- package/dist/icons/globe-americas-fill.d.ts.map +1 -0
- package/dist/icons/hare-fill.d.ts +2 -1
- package/dist/icons/hare-fill.d.ts.map +1 -0
- package/dist/icons/house-deskclock.d.ts +2 -1
- package/dist/icons/house-deskclock.d.ts.map +1 -0
- package/dist/icons/house-fill.d.ts +2 -1
- package/dist/icons/house-fill.d.ts.map +1 -0
- package/dist/icons/house.d.ts +2 -1
- package/dist/icons/house.d.ts.map +1 -0
- package/dist/icons/index.d.ts +144 -104
- package/dist/icons/index.d.ts.map +1 -0
- package/dist/icons/iphone-house.d.ts +2 -1
- package/dist/icons/iphone-house.d.ts.map +1 -0
- package/dist/icons/light-ribbon.d.ts +2 -1
- package/dist/icons/light-ribbon.d.ts.map +1 -0
- package/dist/icons/lightbulb-fill.d.ts +2 -1
- package/dist/icons/lightbulb-fill.d.ts.map +1 -0
- package/dist/icons/lightbulb-led.d.ts +2 -1
- package/dist/icons/lightbulb-led.d.ts.map +1 -0
- package/dist/icons/list-bullet-clipboard-fill.d.ts +2 -1
- package/dist/icons/list-bullet-clipboard-fill.d.ts.map +1 -0
- package/dist/icons/magnifyingglass.d.ts +2 -1
- package/dist/icons/magnifyingglass.d.ts.map +1 -0
- package/dist/icons/map-pin-ellipse.d.ts +2 -1
- package/dist/icons/map-pin-ellipse.d.ts.map +1 -0
- package/dist/icons/minus-plus-batterblock.d.ts +2 -1
- package/dist/icons/minus-plus-batterblock.d.ts.map +1 -0
- package/dist/icons/network-shield.d.ts +2 -1
- package/dist/icons/network-shield.d.ts.map +1 -0
- package/dist/icons/network.d.ts +2 -1
- package/dist/icons/network.d.ts.map +1 -0
- package/dist/icons/newspaper-fill.d.ts +2 -1
- package/dist/icons/newspaper-fill.d.ts.map +1 -0
- package/dist/icons/number.d.ts +2 -1
- package/dist/icons/number.d.ts.map +1 -0
- package/dist/icons/paperplane-fill.d.ts +2 -1
- package/dist/icons/paperplane-fill.d.ts.map +1 -0
- package/dist/icons/pause-fill.d.ts +3 -0
- package/dist/icons/pause-fill.d.ts.map +1 -0
- package/dist/icons/person-crop-square.d.ts +2 -1
- package/dist/icons/person-crop-square.d.ts.map +1 -0
- package/dist/icons/person-fill-questionmark.d.ts +2 -1
- package/dist/icons/person-fill-questionmark.d.ts.map +1 -0
- package/dist/icons/person-fill.d.ts +2 -1
- package/dist/icons/person-fill.d.ts.map +1 -0
- package/dist/icons/person.d.ts +2 -1
- package/dist/icons/person.d.ts.map +1 -0
- package/dist/icons/phone-arrow-up-right.d.ts +2 -1
- package/dist/icons/phone-arrow-up-right.d.ts.map +1 -0
- package/dist/icons/phone-fill.d.ts +2 -1
- package/dist/icons/phone-fill.d.ts.map +1 -0
- package/dist/icons/phone.d.ts +2 -1
- package/dist/icons/phone.d.ts.map +1 -0
- package/dist/icons/photo-badge-arrow-down-fill.d.ts +3 -0
- package/dist/icons/photo-badge-arrow-down-fill.d.ts.map +1 -0
- package/dist/icons/photo-badge-arrow-down.d.ts +3 -0
- package/dist/icons/photo-badge-arrow-down.d.ts.map +1 -0
- package/dist/icons/play-fill.d.ts +3 -0
- package/dist/icons/play-fill.d.ts.map +1 -0
- package/dist/icons/play-rectangle-fill.d.ts +2 -1
- package/dist/icons/play-rectangle-fill.d.ts.map +1 -0
- package/dist/icons/plus.d.ts +2 -1
- package/dist/icons/plus.d.ts.map +1 -0
- package/dist/icons/qrcode.d.ts +2 -1
- package/dist/icons/qrcode.d.ts.map +1 -0
- package/dist/icons/rectangle-fill-on-arrow-down-forward-topleading-rectangle.d.ts +3 -0
- package/dist/icons/rectangle-fill-on-arrow-down-forward-topleading-rectangle.d.ts.map +1 -0
- package/dist/icons/rectangle-fill.d.ts +3 -0
- package/dist/icons/rectangle-fill.d.ts.map +1 -0
- package/dist/icons/rectangle-portrait-and-arrow-left-fill.d.ts +2 -1
- package/dist/icons/rectangle-portrait-and-arrow-left-fill.d.ts.map +1 -0
- package/dist/icons/rectangle-portrait-and-arrow-left.d.ts +2 -1
- package/dist/icons/rectangle-portrait-and-arrow-left.d.ts.map +1 -0
- package/dist/icons/rectangle-triangle-up.d.ts +3 -0
- package/dist/icons/rectangle-triangle-up.d.ts.map +1 -0
- package/dist/icons/rectangle.d.ts +3 -0
- package/dist/icons/rectangle.d.ts.map +1 -0
- package/dist/icons/sensor.d.ts +2 -1
- package/dist/icons/sensor.d.ts.map +1 -0
- package/dist/icons/signature.d.ts +2 -1
- package/dist/icons/signature.d.ts.map +1 -0
- package/dist/icons/solar-panel.d.ts +2 -1
- package/dist/icons/solar-panel.d.ts.map +1 -0
- package/dist/icons/speaker-fill.d.ts +3 -0
- package/dist/icons/speaker-fill.d.ts.map +1 -0
- package/dist/icons/speaker-minus-fill.d.ts +3 -0
- package/dist/icons/speaker-minus-fill.d.ts.map +1 -0
- package/dist/icons/speaker-minus.d.ts +3 -0
- package/dist/icons/speaker-minus.d.ts.map +1 -0
- package/dist/icons/speaker-plus-fill.d.ts +3 -0
- package/dist/icons/speaker-plus-fill.d.ts.map +1 -0
- package/dist/icons/speaker-plus.d.ts +3 -0
- package/dist/icons/speaker-plus.d.ts.map +1 -0
- package/dist/icons/speaker-slash-fill.d.ts +3 -0
- package/dist/icons/speaker-slash-fill.d.ts.map +1 -0
- package/dist/icons/speaker-slash.d.ts +3 -0
- package/dist/icons/speaker-slash.d.ts.map +1 -0
- package/dist/icons/speaker-wave-1-fill.d.ts +3 -0
- package/dist/icons/speaker-wave-1-fill.d.ts.map +1 -0
- package/dist/icons/speaker-wave-1.d.ts +3 -0
- package/dist/icons/speaker-wave-1.d.ts.map +1 -0
- package/dist/icons/speaker-wave-2-fill.d.ts +3 -0
- package/dist/icons/speaker-wave-2-fill.d.ts.map +1 -0
- package/dist/icons/speaker-wave-2.d.ts +3 -0
- package/dist/icons/speaker-wave-2.d.ts.map +1 -0
- package/dist/icons/speaker-wave-3-fill.d.ts +3 -0
- package/dist/icons/speaker-wave-3-fill.d.ts.map +1 -0
- package/dist/icons/speaker-wave-3.d.ts +3 -0
- package/dist/icons/speaker-wave-3.d.ts.map +1 -0
- package/dist/icons/speaker.d.ts +3 -0
- package/dist/icons/speaker.d.ts.map +1 -0
- package/dist/icons/square-and-arrow-down-fill.d.ts +2 -1
- package/dist/icons/square-and-arrow-down-fill.d.ts.map +1 -0
- package/dist/icons/square-and-arrow-down.d.ts +2 -1
- package/dist/icons/square-and-arrow-down.d.ts.map +1 -0
- package/dist/icons/square-and-arrow-up-fill.d.ts +2 -1
- package/dist/icons/square-and-arrow-up-fill.d.ts.map +1 -0
- package/dist/icons/square-and-arrow-up.d.ts +2 -1
- package/dist/icons/square-and-arrow-up.d.ts.map +1 -0
- package/dist/icons/square-and-pencil-fill.d.ts +2 -1
- package/dist/icons/square-and-pencil-fill.d.ts.map +1 -0
- package/dist/icons/square-and-pencil.d.ts +2 -1
- package/dist/icons/square-and-pencil.d.ts.map +1 -0
- package/dist/icons/text-bubble.d.ts +2 -1
- package/dist/icons/text-bubble.d.ts.map +1 -0
- package/dist/icons/trash-fill.d.ts +2 -1
- package/dist/icons/trash-fill.d.ts.map +1 -0
- package/dist/icons/trash.d.ts +2 -1
- package/dist/icons/trash.d.ts.map +1 -0
- package/dist/icons/tree.d.ts +2 -1
- package/dist/icons/tree.d.ts.map +1 -0
- package/dist/icons/umbrella-fill.d.ts +2 -1
- package/dist/icons/umbrella-fill.d.ts.map +1 -0
- package/dist/icons/xmark.d.ts +2 -1
- package/dist/icons/xmark.d.ts.map +1 -0
- package/dist/icons.d.ts +290 -1
- package/dist/icons.d.ts.map +1 -0
- package/dist/icons.esm.js +162 -2
- package/dist/icons.esm.js.map +1 -1
- package/dist/icons.js +203 -3
- package/dist/icons.js.map +1 -1
- package/dist/index.d.ts +665 -1
- package/dist/index.d.ts.map +1 -0
- package/dist/index.esm.js +589 -9
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +589 -7
- package/dist/index.js.map +1 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/utils.d.ts +1 -0
- package/dist/types/utils.d.ts.map +1 -0
- package/dist/types.d.ts +39 -1
- package/dist/types.d.ts.map +1 -0
- package/dist/utils/class-management.d.ts +1 -0
- package/dist/utils/class-management.d.ts.map +1 -0
- package/dist/utils/custom-tailwind-merge.d.ts +1 -0
- package/dist/utils/custom-tailwind-merge.d.ts.map +1 -0
- package/dist/utils/get-date.d.ts +1 -0
- package/dist/utils/get-date.d.ts.map +1 -0
- package/dist/utils/helpers.d.ts +1 -0
- package/dist/utils/helpers.d.ts.map +1 -0
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/math.d.ts +1 -0
- package/dist/utils/math.d.ts.map +1 -0
- package/dist/utils/regex.d.ts +1 -0
- package/dist/utils/regex.d.ts.map +1 -0
- package/dist/utils/string-manipulation.d.ts +1 -0
- package/dist/utils/string-manipulation.d.ts.map +1 -0
- package/dist/utils/tw-sort.d.ts +1 -0
- package/dist/utils/tw-sort.d.ts.map +1 -0
- package/dist/utils.d.ts +287 -1
- package/dist/utils.d.ts.map +1 -0
- package/package.json +96 -94
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"magnifyingglass.d.ts","sourceRoot":"","sources":["../../src/icons/magnifyingglass.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,eAAe,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAMnF"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function MapPinEllipse(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=map-pin-ellipse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"map-pin-ellipse.d.ts","sourceRoot":"","sources":["../../src/icons/map-pin-ellipse.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,aAAa,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAMjF"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function MinusPlusBatteryblock(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=minus-plus-batterblock.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"minus-plus-batterblock.d.ts","sourceRoot":"","sources":["../../src/icons/minus-plus-batterblock.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAQzF"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function NetworkShield(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=network-shield.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"network-shield.d.ts","sourceRoot":"","sources":["../../src/icons/network-shield.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,aAAa,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAcjF"}
|
package/dist/icons/network.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function Network(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=network.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"network.d.ts","sourceRoot":"","sources":["../../src/icons/network.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,OAAO,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAc3E"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function NewspaperFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=newspaper-fill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"newspaper-fill.d.ts","sourceRoot":"","sources":["../../src/icons/newspaper-fill.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,aAAa,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAMjF"}
|
package/dist/icons/number.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function Number(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=number.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"number.d.ts","sourceRoot":"","sources":["../../src/icons/number.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,MAAM,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAS1E"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function PaperplaneFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=paperplane-fill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"paperplane-fill.d.ts","sourceRoot":"","sources":["../../src/icons/paperplane-fill.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,cAAc,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAMlF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pause-fill.d.ts","sourceRoot":"","sources":["../../src/icons/pause-fill.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,SAAS,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAO7E"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function PersonCropSquare(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=person-crop-square.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"person-crop-square.d.ts","sourceRoot":"","sources":["../../src/icons/person-crop-square.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAQpF"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function PersonFillQuestionmark(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=person-fill-questionmark.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"person-fill-questionmark.d.ts","sourceRoot":"","sources":["../../src/icons/person-fill-questionmark.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAQ1F"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function PersonFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=person-fill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"person-fill.d.ts","sourceRoot":"","sources":["../../src/icons/person-fill.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,UAAU,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAO9E"}
|
package/dist/icons/person.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function Person(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=person.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"person.d.ts","sourceRoot":"","sources":["../../src/icons/person.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,MAAM,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAO1E"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function PhoneArrowUpRight(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=phone-arrow-up-right.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"phone-arrow-up-right.d.ts","sourceRoot":"","sources":["../../src/icons/phone-arrow-up-right.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAOrF"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function PhoneFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=phone-fill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"phone-fill.d.ts","sourceRoot":"","sources":["../../src/icons/phone-fill.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,SAAS,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAM7E"}
|
package/dist/icons/phone.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function Phone(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=phone.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"phone.d.ts","sourceRoot":"","sources":["../../src/icons/phone.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,KAAK,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAMzE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"photo-badge-arrow-down-fill.d.ts","sourceRoot":"","sources":["../../src/icons/photo-badge-arrow-down-fill.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAO3F"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"photo-badge-arrow-down.d.ts","sourceRoot":"","sources":["../../src/icons/photo-badge-arrow-down.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CASvF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"play-fill.d.ts","sourceRoot":"","sources":["../../src/icons/play-fill.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,QAAQ,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAM5E"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function PlayRectangleFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=play-rectangle-fill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"play-rectangle-fill.d.ts","sourceRoot":"","sources":["../../src/icons/play-rectangle-fill.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAMrF"}
|
package/dist/icons/plus.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function Plus(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=plus.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus.d.ts","sourceRoot":"","sources":["../../src/icons/plus.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAMxE"}
|
package/dist/icons/qrcode.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function Qrcode(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=qrcode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"qrcode.d.ts","sourceRoot":"","sources":["../../src/icons/qrcode.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,MAAM,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAgB1E"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ComponentPropsWithRef } from "react";
|
|
2
|
+
export declare function RectangleFillOnArrowDownForwardTopleadingRectangle(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=rectangle-fill-on-arrow-down-forward-topleading-rectangle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rectangle-fill-on-arrow-down-forward-topleading-rectangle.d.ts","sourceRoot":"","sources":["../../src/icons/rectangle-fill-on-arrow-down-forward-topleading-rectangle.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAC;AAE9C,wBAAgB,kDAAkD,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAQtH"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rectangle-fill.d.ts","sourceRoot":"","sources":["../../src/icons/rectangle-fill.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAC;AAE9C,wBAAgB,aAAa,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAMjF"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function RectanglePortraitAndArrowLeftFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=rectangle-portrait-and-arrow-left-fill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rectangle-portrait-and-arrow-left-fill.d.ts","sourceRoot":"","sources":["../../src/icons/rectangle-portrait-and-arrow-left-fill.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,iCAAiC,CAC/C,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAQrD"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function RectanglePortraitAndArrowLeft(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=rectangle-portrait-and-arrow-left.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rectangle-portrait-and-arrow-left.d.ts","sourceRoot":"","sources":["../../src/icons/rectangle-portrait-and-arrow-left.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,6BAA6B,CAC3C,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAQrD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rectangle-triangle-up.d.ts","sourceRoot":"","sources":["../../src/icons/rectangle-triangle-up.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAC;AAE9C,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAOvF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rectangle.d.ts","sourceRoot":"","sources":["../../src/icons/rectangle.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAC;AAE9C,wBAAgB,SAAS,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAM7E"}
|
package/dist/icons/sensor.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function Sensor(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=sensor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sensor.d.ts","sourceRoot":"","sources":["../../src/icons/sensor.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,MAAM,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAW1E"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function Signature(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=signature.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"signature.d.ts","sourceRoot":"","sources":["../../src/icons/signature.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,SAAS,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAO7E"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function SolarPanel(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=solar-panel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"solar-panel.d.ts","sourceRoot":"","sources":["../../src/icons/solar-panel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,UAAU,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAM9E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"speaker-fill.d.ts","sourceRoot":"","sources":["../../src/icons/speaker-fill.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,WAAW,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAM/E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"speaker-minus-fill.d.ts","sourceRoot":"","sources":["../../src/icons/speaker-minus-fill.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAOpF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"speaker-minus.d.ts","sourceRoot":"","sources":["../../src/icons/speaker-minus.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,YAAY,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAOhF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"speaker-plus-fill.d.ts","sourceRoot":"","sources":["../../src/icons/speaker-plus-fill.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,eAAe,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAOnF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"speaker-plus.d.ts","sourceRoot":"","sources":["../../src/icons/speaker-plus.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,WAAW,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAO/E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"speaker-slash-fill.d.ts","sourceRoot":"","sources":["../../src/icons/speaker-slash-fill.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAQpF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"speaker-slash.d.ts","sourceRoot":"","sources":["../../src/icons/speaker-slash.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,YAAY,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAQhF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"speaker-wave-1-fill.d.ts","sourceRoot":"","sources":["../../src/icons/speaker-wave-1-fill.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAOpF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"speaker-wave-1.d.ts","sourceRoot":"","sources":["../../src/icons/speaker-wave-1.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,YAAY,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAOhF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"speaker-wave-2-fill.d.ts","sourceRoot":"","sources":["../../src/icons/speaker-wave-2-fill.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAQpF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"speaker-wave-2.d.ts","sourceRoot":"","sources":["../../src/icons/speaker-wave-2.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,YAAY,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAQhF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"speaker-wave-3-fill.d.ts","sourceRoot":"","sources":["../../src/icons/speaker-wave-3-fill.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CASpF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"speaker-wave-3.d.ts","sourceRoot":"","sources":["../../src/icons/speaker-wave-3.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,YAAY,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAShF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"speaker.d.ts","sourceRoot":"","sources":["../../src/icons/speaker.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,OAAO,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAM3E"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function SquareAndArrowDownFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=square-and-arrow-down-fill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"square-and-arrow-down-fill.d.ts","sourceRoot":"","sources":["../../src/icons/square-and-arrow-down-fill.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAM1F"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function SquareAndArrowDown(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=square-and-arrow-down.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"square-and-arrow-down.d.ts","sourceRoot":"","sources":["../../src/icons/square-and-arrow-down.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAOtF"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function SquareAndArrowUpFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=square-and-arrow-up-fill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"square-and-arrow-up-fill.d.ts","sourceRoot":"","sources":["../../src/icons/square-and-arrow-up-fill.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAOxF"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function SquareAndArrowUp(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=square-and-arrow-up.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"square-and-arrow-up.d.ts","sourceRoot":"","sources":["../../src/icons/square-and-arrow-up.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAOpF"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function SquareAndPencilFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=square-and-pencil-fill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"square-and-pencil-fill.d.ts","sourceRoot":"","sources":["../../src/icons/square-and-pencil-fill.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAOvF"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function SquareAndPencil(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=square-and-pencil.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"square-and-pencil.d.ts","sourceRoot":"","sources":["../../src/icons/square-and-pencil.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,eAAe,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAOnF"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function TextBubble(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=text-bubble.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"text-bubble.d.ts","sourceRoot":"","sources":["../../src/icons/text-bubble.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,UAAU,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAS9E"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function TrashFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=trash-fill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"trash-fill.d.ts","sourceRoot":"","sources":["../../src/icons/trash-fill.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,SAAS,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAS7E"}
|
package/dist/icons/trash.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function Trash(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=trash.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"trash.d.ts","sourceRoot":"","sources":["../../src/icons/trash.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,KAAK,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CASzE"}
|
package/dist/icons/tree.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function Tree(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=tree.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tree.d.ts","sourceRoot":"","sources":["../../src/icons/tree.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CASxE"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function UmbrellaFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=umbrella-fill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"umbrella-fill.d.ts","sourceRoot":"","sources":["../../src/icons/umbrella-fill.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,YAAY,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAShF"}
|
package/dist/icons/xmark.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function Xmark(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=xmark.d.ts.map
|