@roadtrip/components 3.11.2 → 3.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index-12592729.js +4 -4
- package/dist/cjs/index-fb57f684.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/road-phone-number-input.cjs.entry.js +114 -155
- package/dist/cjs/road-phone-number-input.cjs.entry.js.map +1 -1
- package/dist/cjs/road-progress-indicator-horizontal.cjs.entry.js +3 -2
- package/dist/cjs/road-progress-indicator-horizontal.cjs.entry.js.map +1 -1
- package/dist/cjs/road-rating.cjs.entry.js +5 -2
- package/dist/cjs/road-rating.cjs.entry.js.map +1 -1
- package/dist/cjs/road-select.cjs.entry.js +17 -0
- package/dist/cjs/road-select.cjs.entry.js.map +1 -1
- package/dist/cjs/roadtrip.cjs.js +1 -1
- package/dist/collection/components/global-navigation/global-navigation.stories.js +2 -1
- package/dist/collection/components/icon/svg/location-pin-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/social-whatsapp-badge.svg +1 -1
- package/dist/collection/components/icon/svg/social-whatsapp-color.svg +1 -1
- package/dist/collection/components/icon/svg/social-whatsapp-solid.svg +1 -1
- package/dist/collection/components/phone-number-input/interfaces/country.interface.js +2 -0
- package/dist/collection/components/phone-number-input/interfaces/country.interface.js.map +1 -0
- package/dist/collection/components/phone-number-input/interfaces/index.js +3 -0
- package/dist/collection/components/phone-number-input/interfaces/index.js.map +1 -0
- package/dist/collection/components/phone-number-input/interfaces/phone.interface.js +2 -0
- package/dist/collection/components/phone-number-input/interfaces/phone.interface.js.map +1 -0
- package/dist/collection/components/phone-number-input/phone-number-input.css +200 -1
- package/dist/collection/components/phone-number-input/phone-number-input.js +171 -229
- package/dist/collection/components/phone-number-input/phone-number-input.js.map +1 -1
- package/dist/collection/components/phone-number-input/phone-number-input.stories.js +30 -28
- package/dist/collection/components/progress-indicator-horizontal/progress-indicator-horizontal.js +21 -2
- package/dist/collection/components/progress-indicator-horizontal/progress-indicator-horizontal.js.map +1 -1
- package/dist/collection/components/progress-indicator-horizontal/progress-indicator-horizontal.stories.js +12 -5
- package/dist/collection/components/rating/rating.css +4 -0
- package/dist/collection/components/rating/rating.js +40 -1
- package/dist/collection/components/rating/rating.js.map +1 -1
- package/dist/collection/components/rating/rating.stories.js +17 -0
- package/dist/collection/components/select/select.js +18 -1
- package/dist/collection/components/select/select.js.map +1 -1
- package/dist/collection/components/select/select.stories.js +2 -2
- package/dist/esm/index-52302079.js +4 -4
- package/dist/esm/index-891decf5.js.map +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/road-phone-number-input.entry.js +114 -155
- package/dist/esm/road-phone-number-input.entry.js.map +1 -1
- package/dist/esm/road-progress-indicator-horizontal.entry.js +3 -2
- package/dist/esm/road-progress-indicator-horizontal.entry.js.map +1 -1
- package/dist/esm/road-rating.entry.js +5 -2
- package/dist/esm/road-rating.entry.js.map +1 -1
- package/dist/esm/road-select.entry.js +17 -0
- package/dist/esm/road-select.entry.js.map +1 -1
- package/dist/esm/roadtrip.js +1 -1
- package/dist/html.html-data.json +28 -12
- package/dist/icons/icons.svg +1 -1
- package/dist/icons/index.js +4 -4
- package/dist/roadtrip/{p-4f5e8cc2.entry.js → p-254ba3c4.entry.js} +2 -2
- package/dist/roadtrip/p-254ba3c4.entry.js.map +1 -0
- package/dist/roadtrip/p-73fe2357.js.map +1 -1
- package/dist/roadtrip/{p-995e1e53.entry.js → p-9173eb4b.entry.js} +2 -2
- package/dist/roadtrip/p-9173eb4b.entry.js.map +1 -0
- package/dist/roadtrip/{p-a2a9a650.entry.js → p-be8aee32.entry.js} +2 -2
- package/dist/roadtrip/p-be8aee32.entry.js.map +1 -0
- package/dist/roadtrip/p-cbc00bfb.entry.js +2 -0
- package/dist/roadtrip/p-cbc00bfb.entry.js.map +1 -0
- package/dist/roadtrip/roadtrip.css +1 -1
- package/dist/roadtrip/roadtrip.esm.js +1 -1
- package/dist/roadtrip/roadtrip.esm.js.map +1 -1
- package/dist/roadtrip/svg/location-pin-outline-color.svg +1 -1
- package/dist/roadtrip/svg/social-whatsapp-badge.svg +1 -1
- package/dist/roadtrip/svg/social-whatsapp-color.svg +1 -1
- package/dist/roadtrip/svg/social-whatsapp-solid.svg +1 -1
- package/dist/types/components/phone-number-input/interfaces/country.interface.d.ts +13 -0
- package/dist/types/components/phone-number-input/interfaces/index.d.ts +2 -0
- package/dist/types/components/phone-number-input/interfaces/phone.interface.d.ts +11 -0
- package/dist/types/components/phone-number-input/phone-number-input.d.ts +41 -75
- package/dist/types/components/progress-indicator-horizontal/progress-indicator-horizontal.d.ts +4 -0
- package/dist/types/components/rating/rating.d.ts +8 -0
- package/dist/types/components/select/select.d.ts +2 -0
- package/dist/types/components.d.ts +75 -44
- package/hydrate/index.js +155 -170
- package/icons/icons.svg +1 -1
- package/icons/index.js +4 -4
- package/package.json +2 -2
- package/dist/roadtrip/p-39d1c90a.entry.js +0 -2
- package/dist/roadtrip/p-39d1c90a.entry.js.map +0 -1
- package/dist/roadtrip/p-4f5e8cc2.entry.js.map +0 -1
- package/dist/roadtrip/p-995e1e53.entry.js.map +0 -1
- package/dist/roadtrip/p-a2a9a650.entry.js.map +0 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.