@photoroom/ui 0.1.478 → 0.1.480

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.
Files changed (21) hide show
  1. package/components/action/FilterTag/FilterTagParts.figma.d.ts +2 -0
  2. package/components/action/FilterTag/FilterTagParts.figma.d.ts.map +1 -0
  3. package/components/content/ProgressTimer/GenerationProgress.figma.d.ts +2 -0
  4. package/components/content/ProgressTimer/GenerationProgress.figma.d.ts.map +1 -0
  5. package/components/feed/TextSuggestion/TextSuggestionParts.figma.d.ts +2 -0
  6. package/components/feed/TextSuggestion/TextSuggestionParts.figma.d.ts.map +1 -0
  7. package/components/input/CollapsibleSliderField/CollapsibleSliderFieldParts.figma.d.ts +2 -0
  8. package/components/input/CollapsibleSliderField/CollapsibleSliderFieldParts.figma.d.ts.map +1 -0
  9. package/components/input/PendingOptionGroup/PendingOptionGroupParts.figma.d.ts +2 -0
  10. package/components/input/PendingOptionGroup/PendingOptionGroupParts.figma.d.ts.map +1 -0
  11. package/components/input/PromptInput/PromptInputParts.figma.d.ts +2 -0
  12. package/components/input/PromptInput/PromptInputParts.figma.d.ts.map +1 -0
  13. package/components/list/SizeListItem/SizeListItemParts.figma.d.ts +2 -0
  14. package/components/list/SizeListItem/SizeListItemParts.figma.d.ts.map +1 -0
  15. package/components/onboarding/ChoiceGroup/ChoiceTile.figma.d.ts +2 -0
  16. package/components/onboarding/ChoiceGroup/ChoiceTile.figma.d.ts.map +1 -0
  17. package/components/onboarding/ChoiceGroup/ListChoiceTile.figma.d.ts +2 -0
  18. package/components/onboarding/ChoiceGroup/ListChoiceTile.figma.d.ts.map +1 -0
  19. package/components/website/ReviewsBlock/Review.figma.d.ts +2 -0
  20. package/components/website/ReviewsBlock/Review.figma.d.ts.map +1 -0
  21. package/package.json +1 -1
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=FilterTagParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FilterTagParts.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/action/FilterTag/FilterTagParts.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=GenerationProgress.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GenerationProgress.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/content/ProgressTimer/GenerationProgress.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=TextSuggestionParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextSuggestionParts.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/feed/TextSuggestion/TextSuggestionParts.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=CollapsibleSliderFieldParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollapsibleSliderFieldParts.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/input/CollapsibleSliderField/CollapsibleSliderFieldParts.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=PendingOptionGroupParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PendingOptionGroupParts.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/input/PendingOptionGroup/PendingOptionGroupParts.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=PromptInputParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PromptInputParts.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/input/PromptInput/PromptInputParts.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=SizeListItemParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SizeListItemParts.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/list/SizeListItem/SizeListItemParts.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ChoiceTile.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChoiceTile.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/onboarding/ChoiceGroup/ChoiceTile.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ListChoiceTile.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListChoiceTile.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/onboarding/ChoiceGroup/ListChoiceTile.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Review.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Review.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/website/ReviewsBlock/Review.figma.tsx"],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@photoroom/ui",
3
- "version": "0.1.478",
3
+ "version": "0.1.480",
4
4
  "private": false,
5
5
  "description": "Photoroom design system components",
6
6
  "sideEffects": [