@planetaexo/design-system 0.2.12 → 0.2.13
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/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +13 -1
- package/dist/index.d.ts +13 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3048,6 +3048,8 @@ function BookingConfirmation({
|
|
|
3048
3048
|
exports.BookingConfirmation = BookingConfirmation;
|
|
3049
3049
|
exports.BookingConfirmationEmail = BookingConfirmationEmail;
|
|
3050
3050
|
exports.BookingDetails = BookingDetails;
|
|
3051
|
+
exports.FloatingInput = FloatingInput;
|
|
3052
|
+
exports.FloatingSelect = FloatingSelect;
|
|
3051
3053
|
exports.Offer = Offer;
|
|
3052
3054
|
exports.OfferAdventureCard = OfferAdventureCard;
|
|
3053
3055
|
exports.cn = cn;
|