@photoroom/ui 0.1.319 → 0.1.321
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/components/content/PropList/PropListItem.d.ts +2 -2
- package/components/content/PropList/PropListItem.d.ts.map +1 -1
- package/components/website/PricingHeroBlock/AppPricing/AppPricingCardsContainer/AppPricingCardsContainer.d.ts +1 -4
- package/components/website/PricingHeroBlock/AppPricing/AppPricingCardsContainer/AppPricingCardsContainer.d.ts.map +1 -1
- package/components/website/PricingHeroBlock/AppPricing/AppPricingCardsContainer/AppPricingCardsGroup.d.ts +8 -0
- package/components/website/PricingHeroBlock/AppPricing/AppPricingCardsContainer/AppPricingCardsGroup.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/AppPricing/AppPricingCardsContainer/AppPricingCardsItemV2.d.ts +8 -5
- package/components/website/PricingHeroBlock/AppPricing/AppPricingCardsContainer/AppPricingCardsItemV2.d.ts.map +1 -1
- package/components/website/PricingHeroBlock/AppPricing/AppPricingCardsContainer/AppPricingPrice.d.ts +4 -2
- package/components/website/PricingHeroBlock/AppPricing/AppPricingCardsContainer/AppPricingPrice.d.ts.map +1 -1
- package/components/website/PricingHeroBlock/AppPricing/AppPricingCardsContainer/index.d.ts +1 -0
- package/components/website/PricingHeroBlock/AppPricing/AppPricingCardsContainer/index.d.ts.map +1 -1
- package/components/website/PricingHeroBlock/AppPricing/AppPricingCardsContainer/utils.d.ts +17 -22
- package/components/website/PricingHeroBlock/AppPricing/AppPricingCardsContainer/utils.d.ts.map +1 -1
- package/components/website/PricingHeroBlock/AppPricing/AppPricingFeaturesPlanHeader.d.ts +25 -0
- package/components/website/PricingHeroBlock/AppPricing/AppPricingFeaturesPlanHeader.d.ts.map +1 -0
- package/components/website/PricingHeroBlock/AppPricing/index.d.ts +1 -0
- package/components/website/PricingHeroBlock/AppPricing/index.d.ts.map +1 -1
- package/components/website/PricingHeroBlock/PricingFeatures/PricingFeatures.d.ts +3 -1
- package/components/website/PricingHeroBlock/PricingFeatures/PricingFeatures.d.ts.map +1 -1
- package/components/website/PricingHeroBlock/PricingFeatures/PricingFeaturesSection.d.ts +2 -1
- package/components/website/PricingHeroBlock/PricingFeatures/PricingFeaturesSection.d.ts.map +1 -1
- package/components/website/PricingHeroBlock/PricingFeatures/PricingFeaturesSectionItem.d.ts.map +1 -1
- package/components/website/PricingHeroBlock/PricingFeatures/PricingFeaturesSectionItemBadge.d.ts.map +1 -1
- package/components/website/PricingHeroBlock/PricingFeatures/constants.d.ts +3 -0
- package/components/website/PricingHeroBlock/PricingFeatures/constants.d.ts.map +1 -0
- package/index.css +1 -1
- package/index.mjs +12038 -13072
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@photoroom/ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.321",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Photoroom design system components",
|
|
6
6
|
"sideEffects": [
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@img-comparison-slider/react": "8.0.2",
|
|
39
39
|
"@lottiefiles/react-lottie-player": "3.6.0",
|
|
40
|
-
"@photoroom/icons": "0.1.
|
|
40
|
+
"@photoroom/icons": "0.1.29",
|
|
41
41
|
"@radix-ui/react-accordion": "1.2.12",
|
|
42
42
|
"@radix-ui/react-avatar": "1.2.0",
|
|
43
43
|
"@radix-ui/react-checkbox": "1.3.3",
|