@photoroom/ui 0.1.475 → 0.1.477

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 (49) hide show
  1. package/components/action/FilterPullDownButton/FilterPullDownButtonParts.figma.d.ts +2 -0
  2. package/components/action/FilterPullDownButton/FilterPullDownButtonParts.figma.d.ts.map +1 -0
  3. package/components/action/InputButton/InputButtonParts.figma.d.ts +2 -0
  4. package/components/action/InputButton/InputButtonParts.figma.d.ts.map +1 -0
  5. package/components/collections/DropdownMenu/MenuItem/MenuItemParts.figma.d.ts +2 -0
  6. package/components/collections/DropdownMenu/MenuItem/MenuItemParts.figma.d.ts.map +1 -0
  7. package/components/content/BoardSection/BoardSectionParts.figma.d.ts +2 -0
  8. package/components/content/BoardSection/BoardSectionParts.figma.d.ts.map +1 -0
  9. package/components/content/ComparisonSlider/ComparisonSliderParts.figma.d.ts +2 -0
  10. package/components/content/ComparisonSlider/ComparisonSliderParts.figma.d.ts.map +1 -0
  11. package/components/content/ProgressTimer/ProgressTimerParts.figma.d.ts +2 -0
  12. package/components/content/ProgressTimer/ProgressTimerParts.figma.d.ts.map +1 -0
  13. package/components/dropdown/DropdownListBox/DropdownMenuSingleSelectionItemParts.figma.d.ts +2 -0
  14. package/components/dropdown/DropdownListBox/DropdownMenuSingleSelectionItemParts.figma.d.ts.map +1 -0
  15. package/components/editor/ListItem/ListItemParts.figma.d.ts +2 -0
  16. package/components/editor/ListItem/ListItemParts.figma.d.ts.map +1 -0
  17. package/components/input/CheckboxPullDown/CheckboxPullDownParts.figma.d.ts +2 -0
  18. package/components/input/CheckboxPullDown/CheckboxPullDownParts.figma.d.ts.map +1 -0
  19. package/components/input/DropdownSelectionMenu/DropdownMenuMultipleSelectionItemParts.figma.d.ts +2 -0
  20. package/components/input/DropdownSelectionMenu/DropdownMenuMultipleSelectionItemParts.figma.d.ts.map +1 -0
  21. package/components/input/ImageWidget/ImageWidgetParts.figma.d.ts +2 -0
  22. package/components/input/ImageWidget/ImageWidgetParts.figma.d.ts.map +1 -0
  23. package/components/input/InlineRadioGroup/InlineRadioGroupIconParts.figma.d.ts +2 -0
  24. package/components/input/InlineRadioGroup/InlineRadioGroupIconParts.figma.d.ts.map +1 -0
  25. package/components/input/LargeOptionTile/LargeOptionTileParts.figma.d.ts +2 -0
  26. package/components/input/LargeOptionTile/LargeOptionTileParts.figma.d.ts.map +1 -0
  27. package/components/input/OptionTile/OptionTileParts.figma.d.ts +2 -0
  28. package/components/input/OptionTile/OptionTileParts.figma.d.ts.map +1 -0
  29. package/components/input/ReactionButton/ReactionButtonParts.figma.d.ts +2 -0
  30. package/components/input/ReactionButton/ReactionButtonParts.figma.d.ts.map +1 -0
  31. package/components/input/Slider/SliderParts.figma.d.ts +2 -0
  32. package/components/input/Slider/SliderParts.figma.d.ts.map +1 -0
  33. package/components/list/PeopleListItem/PeopleListItemParts.figma.d.ts +2 -0
  34. package/components/list/PeopleListItem/PeopleListItemParts.figma.d.ts.map +1 -0
  35. package/components/list/SectionHeader/SectionHeaderParts.figma.d.ts +2 -0
  36. package/components/list/SectionHeader/SectionHeaderParts.figma.d.ts.map +1 -0
  37. package/components/navigation/Breadcrumbs/BreadcrumbsParts.figma.d.ts +2 -0
  38. package/components/navigation/Breadcrumbs/BreadcrumbsParts.figma.d.ts.map +1 -0
  39. package/components/navigation/SideNavigation/SideNavigationItemSkeleton/SideNavigationItemSkeletonParts.figma.d.ts +2 -0
  40. package/components/navigation/SideNavigation/SideNavigationItemSkeleton/SideNavigationItemSkeletonParts.figma.d.ts.map +1 -0
  41. package/components/structure/Divider/DividerParts.figma.d.ts +2 -0
  42. package/components/structure/Divider/DividerParts.figma.d.ts.map +1 -0
  43. package/components/website/ComparisonBlock/ComparisonTableParts.figma.d.ts +2 -0
  44. package/components/website/ComparisonBlock/ComparisonTableParts.figma.d.ts.map +1 -0
  45. package/components/website/EnterpriseGradeBlock/EnterpriseGradeCardParts.figma.d.ts +2 -0
  46. package/components/website/EnterpriseGradeBlock/EnterpriseGradeCardParts.figma.d.ts.map +1 -0
  47. package/components/website/GuidelineBlock/GuidelineCardParts.figma.d.ts +2 -0
  48. package/components/website/GuidelineBlock/GuidelineCardParts.figma.d.ts.map +1 -0
  49. package/package.json +1 -1
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=FilterPullDownButtonParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FilterPullDownButtonParts.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/action/FilterPullDownButton/FilterPullDownButtonParts.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=InputButtonParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InputButtonParts.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/action/InputButton/InputButtonParts.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=MenuItemParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MenuItemParts.figma.d.ts","sourceRoot":"","sources":["../../../../../src/components/collections/DropdownMenu/MenuItem/MenuItemParts.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=BoardSectionParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BoardSectionParts.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/content/BoardSection/BoardSectionParts.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ComparisonSliderParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ComparisonSliderParts.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/content/ComparisonSlider/ComparisonSliderParts.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ProgressTimerParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProgressTimerParts.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/content/ProgressTimer/ProgressTimerParts.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=DropdownMenuSingleSelectionItemParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DropdownMenuSingleSelectionItemParts.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/DropdownListBox/DropdownMenuSingleSelectionItemParts.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ListItemParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListItemParts.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/ListItem/ListItemParts.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=CheckboxPullDownParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckboxPullDownParts.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/input/CheckboxPullDown/CheckboxPullDownParts.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=DropdownMenuMultipleSelectionItemParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DropdownMenuMultipleSelectionItemParts.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/input/DropdownSelectionMenu/DropdownMenuMultipleSelectionItemParts.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ImageWidgetParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImageWidgetParts.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/input/ImageWidget/ImageWidgetParts.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=InlineRadioGroupIconParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InlineRadioGroupIconParts.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/input/InlineRadioGroup/InlineRadioGroupIconParts.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=LargeOptionTileParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LargeOptionTileParts.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/input/LargeOptionTile/LargeOptionTileParts.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=OptionTileParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OptionTileParts.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/input/OptionTile/OptionTileParts.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ReactionButtonParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReactionButtonParts.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/input/ReactionButton/ReactionButtonParts.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=SliderParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SliderParts.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/input/Slider/SliderParts.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=PeopleListItemParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PeopleListItemParts.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/list/PeopleListItem/PeopleListItemParts.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=SectionHeaderParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SectionHeaderParts.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/list/SectionHeader/SectionHeaderParts.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=BreadcrumbsParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BreadcrumbsParts.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/Breadcrumbs/BreadcrumbsParts.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=SideNavigationItemSkeletonParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SideNavigationItemSkeletonParts.figma.d.ts","sourceRoot":"","sources":["../../../../../src/components/navigation/SideNavigation/SideNavigationItemSkeleton/SideNavigationItemSkeletonParts.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=DividerParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DividerParts.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/structure/Divider/DividerParts.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ComparisonTableParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ComparisonTableParts.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/website/ComparisonBlock/ComparisonTableParts.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=EnterpriseGradeCardParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EnterpriseGradeCardParts.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/website/EnterpriseGradeBlock/EnterpriseGradeCardParts.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=GuidelineCardParts.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GuidelineCardParts.figma.d.ts","sourceRoot":"","sources":["../../../../src/components/website/GuidelineBlock/GuidelineCardParts.figma.tsx"],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@photoroom/ui",
3
- "version": "0.1.475",
3
+ "version": "0.1.477",
4
4
  "private": false,
5
5
  "description": "Photoroom design system components",
6
6
  "sideEffects": [