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":"doc-fill.d.ts","sourceRoot":"","sources":["../../src/icons/doc-fill.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,2CAO3E"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function DocOnClipboard(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=doc-on-clipboard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"doc-on-clipboard.d.ts","sourceRoot":"","sources":["../../src/icons/doc-on-clipboard.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,2CAOlF"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function DocOnDocFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=doc-on-doc-fill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"doc-on-doc-fill.d.ts","sourceRoot":"","sources":["../../src/icons/doc-on-doc-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"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function DocOnDoc(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=doc-on-doc.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"doc-on-doc.d.ts","sourceRoot":"","sources":["../../src/icons/doc-on-doc.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,2CAO5E"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function DocOnMagnifyingglass(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=doc-text-magnifyingglass.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"doc-text-magnifyingglass.d.ts","sourceRoot":"","sources":["../../src/icons/doc-text-magnifyingglass.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,2CAUxF"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function DollarSign(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=dollar-sign.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dollar-sign.d.ts","sourceRoot":"","sources":["../../src/icons/dollar-sign.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"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function EllipsisCircleFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=ellipsis-circle-fill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ellipsis-circle-fill.d.ts","sourceRoot":"","sources":["../../src/icons/ellipsis-circle-fill.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,2CAMtF"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function EllipsisCircle(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=ellipsis-circle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ellipsis-circle.d.ts","sourceRoot":"","sources":["../../src/icons/ellipsis-circle.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,2CASlF"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function EnvelopeFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=envelope-fill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"envelope-fill.d.ts","sourceRoot":"","sources":["../../src/icons/envelope-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/envelope.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function Envelope(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=envelope.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"envelope.d.ts","sourceRoot":"","sources":["../../src/icons/envelope.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,2CAS5E"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function ExclamationmarkOctagon(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=exclamationmark-octagon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exclamationmark-octagon.d.ts","sourceRoot":"","sources":["../../src/icons/exclamationmark-octagon.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"}
|
package/dist/icons/eye.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function Eye(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=eye.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eye.d.ts","sourceRoot":"","sources":["../../src/icons/eye.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,GAAG,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,2CAOvE"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function FigureWaterFitness(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=figure-water-fitness.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"figure-water-fitness.d.ts","sourceRoot":"","sources":["../../src/icons/figure-water-fitness.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,2CAqBtF"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function FlagFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=flag-fill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"flag-fill.d.ts","sourceRoot":"","sources":["../../src/icons/flag-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 FlameFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=flame-fill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"flame-fill.d.ts","sourceRoot":"","sources":["../../src/icons/flame-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"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function FolderFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=folder-fill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"folder-fill.d.ts","sourceRoot":"","sources":["../../src/icons/folder-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/folder.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function Folder(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=folder.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"folder.d.ts","sourceRoot":"","sources":["../../src/icons/folder.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 GearshapeFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=gearshape-fill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gearshape-fill.d.ts","sourceRoot":"","sources":["../../src/icons/gearshape-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"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function Gearshape(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=gearshape.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gearshape.d.ts","sourceRoot":"","sources":["../../src/icons/gearshape.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 GiftFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=gift-fill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gift-fill.d.ts","sourceRoot":"","sources":["../../src/icons/gift-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,2CAQ5E"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function GlobeAmericasFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=globe-americas-fill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"globe-americas-fill.d.ts","sourceRoot":"","sources":["../../src/icons/globe-americas-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,2CAOrF"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function HareFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=hare-fill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hare-fill.d.ts","sourceRoot":"","sources":["../../src/icons/hare-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,2CAO5E"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function HouseDeskclock(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=house-deskclock.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"house-deskclock.d.ts","sourceRoot":"","sources":["../../src/icons/house-deskclock.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,2CAYlF"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function HouseFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=house-fill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"house-fill.d.ts","sourceRoot":"","sources":["../../src/icons/house-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,2CAQ7E"}
|
package/dist/icons/house.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function House(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=house.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"house.d.ts","sourceRoot":"","sources":["../../src/icons/house.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/index.d.ts
CHANGED
|
@@ -1,104 +1,144 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
export
|
|
1
|
+
export * from './airplane';
|
|
2
|
+
export * from './arrow-down-backward-and-arrow-up-forward-rectangle';
|
|
3
|
+
export * from './arrow-triangle-2-circlepath-circle';
|
|
4
|
+
export * from './arrow-triangle-2-circlepath-circle-fill';
|
|
5
|
+
export * from './arrow-up-forward-and-arrow-down-backward-rectangle';
|
|
6
|
+
export * from './bag-fill';
|
|
7
|
+
export * from './banknote';
|
|
8
|
+
export * from './bell-fill';
|
|
9
|
+
export * from './bolt-car';
|
|
10
|
+
export * from './bolt-fill';
|
|
11
|
+
export * from './bolt-ring-closed';
|
|
12
|
+
export * from './bolt-trianglebadge-exclamationmark';
|
|
13
|
+
export * from './book-fill';
|
|
14
|
+
export * from './bookmark-fill';
|
|
15
|
+
export * from './briefcase-fill';
|
|
16
|
+
export * from './bubble-left-fill';
|
|
17
|
+
export * from './building-2-fill';
|
|
18
|
+
export * from './calendar';
|
|
19
|
+
export * from './camera-fill';
|
|
20
|
+
export * from './car-fill';
|
|
21
|
+
export * from './cart-fill';
|
|
22
|
+
export * from './chart-bar-doc-horizontal';
|
|
23
|
+
export * from './checkmark';
|
|
24
|
+
export * from './checkmark-seal';
|
|
25
|
+
export * from './chevron-compact-down';
|
|
26
|
+
export * from './chevron-down';
|
|
27
|
+
export * from './chevron-left';
|
|
28
|
+
export * from './chevron-left-forwardslash-chevron-right';
|
|
29
|
+
export * from './chevron-right';
|
|
30
|
+
export * from './chevron-up-chevron-down';
|
|
31
|
+
export * from './circle-fill';
|
|
32
|
+
export * from './clock-badge-checkmark';
|
|
33
|
+
export * from './clock-fill';
|
|
34
|
+
export * from './cloud-fill';
|
|
35
|
+
export * from './cube-fill';
|
|
36
|
+
export * from './curve-point-left';
|
|
37
|
+
export * from './dial-high';
|
|
38
|
+
export * from './doc-fill';
|
|
39
|
+
export * from './doc-on-clipboard';
|
|
40
|
+
export * from './doc-on-doc';
|
|
41
|
+
export * from './doc-on-doc-fill';
|
|
42
|
+
export * from './doc-text-magnifyingglass';
|
|
43
|
+
export * from './dollar-sign';
|
|
44
|
+
export * from './ellipsis-circle';
|
|
45
|
+
export * from './ellipsis-circle-fill';
|
|
46
|
+
export * from './envelope';
|
|
47
|
+
export * from './envelope-fill';
|
|
48
|
+
export * from './eye';
|
|
49
|
+
export * from './exclamationmark-octagon';
|
|
50
|
+
export * from './figure-water-fitness';
|
|
51
|
+
export * from './15-arrow-trianglehead-clockwise';
|
|
52
|
+
export * from './15-arrow-trianglehead-counterclockwise';
|
|
53
|
+
export * from './5-arrow-trianglehead-clockwise';
|
|
54
|
+
export * from './5-arrow-trianglehead-counterclockwise';
|
|
55
|
+
export * from './45-arrow-trianglehead-clockwise';
|
|
56
|
+
export * from './45-arrow-trianglehead-counterclockwise';
|
|
57
|
+
export * from './flag-fill';
|
|
58
|
+
export * from './flame-fill';
|
|
59
|
+
export * from './folder';
|
|
60
|
+
export * from './folder-fill';
|
|
61
|
+
export * from './gearshape';
|
|
62
|
+
export * from './gearshape-fill';
|
|
63
|
+
export * from './gift-fill';
|
|
64
|
+
export * from './globe-americas-fill';
|
|
65
|
+
export * from './hare-fill';
|
|
66
|
+
export * from './house';
|
|
67
|
+
export * from './house-deskclock';
|
|
68
|
+
export * from './house-fill';
|
|
69
|
+
export * from './iphone-house';
|
|
70
|
+
export * from './lightbulb-fill';
|
|
71
|
+
export * from './lightbulb-led';
|
|
72
|
+
export * from './light-ribbon';
|
|
73
|
+
export * from './list-bullet-clipboard-fill';
|
|
74
|
+
export * from './magnifyingglass';
|
|
75
|
+
export * from './map-pin-ellipse';
|
|
76
|
+
export * from './minus-plus-batterblock';
|
|
77
|
+
export * from './network';
|
|
78
|
+
export * from './network-shield';
|
|
79
|
+
export * from './newspaper-fill';
|
|
80
|
+
export * from './90-arrow-trianglehead-clockwise';
|
|
81
|
+
export * from './90-arrow-trianglehead-counterclockwise';
|
|
82
|
+
export * from './number';
|
|
83
|
+
export * from './paperplane-fill';
|
|
84
|
+
export * from './pause-fill';
|
|
85
|
+
export * from './person';
|
|
86
|
+
export * from './person-crop-square';
|
|
87
|
+
export * from './person-fill';
|
|
88
|
+
export * from './person-fill-questionmark';
|
|
89
|
+
export * from './phone';
|
|
90
|
+
export * from './phone-arrow-up-right';
|
|
91
|
+
export * from './phone-fill';
|
|
92
|
+
export * from './photo-badge-arrow-down';
|
|
93
|
+
export * from './photo-badge-arrow-down-fill';
|
|
94
|
+
export * from './play-fill';
|
|
95
|
+
export * from './play-rectangle-fill';
|
|
96
|
+
export * from './plus';
|
|
97
|
+
export * from './qrcode';
|
|
98
|
+
export * from './rectangle';
|
|
99
|
+
export * from './rectangle-fill';
|
|
100
|
+
export * from './rectangle-fill-on-arrow-down-forward-topleading-rectangle';
|
|
101
|
+
export * from './rectangle-portrait-and-arrow-left';
|
|
102
|
+
export * from './rectangle-portrait-and-arrow-left-fill';
|
|
103
|
+
export * from './rectangle-triangle-up';
|
|
104
|
+
export * from './sensor';
|
|
105
|
+
export * from './75-arrow-trianglehead-clockwise';
|
|
106
|
+
export * from './75-arrow-trianglehead-counterclockwise';
|
|
107
|
+
export * from './signature';
|
|
108
|
+
export * from './60-arrow-trianglehead-clockwise';
|
|
109
|
+
export * from './60-arrow-trianglehead-counterclockwise';
|
|
110
|
+
export * from './solar-panel';
|
|
111
|
+
export * from './speaker';
|
|
112
|
+
export * from './speaker-fill';
|
|
113
|
+
export * from './speaker-minus';
|
|
114
|
+
export * from './speaker-minus-fill';
|
|
115
|
+
export * from './speaker-plus';
|
|
116
|
+
export * from './speaker-plus-fill';
|
|
117
|
+
export * from './speaker-slash';
|
|
118
|
+
export * from './speaker-slash-fill';
|
|
119
|
+
export * from './speaker-wave-1';
|
|
120
|
+
export * from './speaker-wave-1-fill';
|
|
121
|
+
export * from './speaker-wave-2';
|
|
122
|
+
export * from './speaker-wave-2-fill';
|
|
123
|
+
export * from './speaker-wave-3';
|
|
124
|
+
export * from './speaker-wave-3-fill';
|
|
125
|
+
export * from './square-and-arrow-down';
|
|
126
|
+
export * from './square-and-arrow-down-fill';
|
|
127
|
+
export * from './square-and-arrow-up';
|
|
128
|
+
export * from './square-and-arrow-up-fill';
|
|
129
|
+
export * from './square-and-pencil';
|
|
130
|
+
export * from './square-and-pencil-fill';
|
|
131
|
+
export * from './10-arrow-trianglehead-clockwise';
|
|
132
|
+
export * from './10-arrow-trianglehead-counterclockwise';
|
|
133
|
+
export * from './30-arrow-trianglehead-clockwise';
|
|
134
|
+
export * from './30-arrow-trianglehead-counterclockwise';
|
|
135
|
+
export * from './text-bubble';
|
|
136
|
+
export * from './3-people';
|
|
137
|
+
export * from './3-rectangles-desktop';
|
|
138
|
+
export * from './3-rectangles-desktop-fill';
|
|
139
|
+
export * from './trash';
|
|
140
|
+
export * from './trash-fill';
|
|
141
|
+
export * from './tree';
|
|
142
|
+
export * from './umbrella-fill';
|
|
143
|
+
export * from './xmark';
|
|
144
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/icons/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function IPhoneHouse(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=iphone-house.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iphone-house.d.ts","sourceRoot":"","sources":["../../src/icons/iphone-house.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,2CAW/E"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function LightRibbon(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=light-ribbon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"light-ribbon.d.ts","sourceRoot":"","sources":["../../src/icons/light-ribbon.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,2CAoB/E"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function LightbulbFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=lightbulb-fill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lightbulb-fill.d.ts","sourceRoot":"","sources":["../../src/icons/lightbulb-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,2CAQjF"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function LightbulbLed(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=lightbulb-led.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lightbulb-led.d.ts","sourceRoot":"","sources":["../../src/icons/lightbulb-led.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"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ComponentPropsWithRef } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare function ListBulletClipboardFill(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=list-bullet-clipboard-fill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-bullet-clipboard-fill.d.ts","sourceRoot":"","sources":["../../src/icons/list-bullet-clipboard-fill.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAE7C,wBAAgB,uBAAuB,CACrC,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 Magnifyingglass(props: Omit<ComponentPropsWithRef<'svg'>, 'viewBox'>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=magnifyingglass.d.ts.map
|