@photoroom/ui 0.1.182 → 0.1.183
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/action/Button/Button.d.ts.map +1 -1
- package/components/action/HeroButton/HeroButton.d.ts.map +1 -1
- package/components/collections/CommonMenu/MenuItemButton.d.ts.map +1 -1
- package/components/content/BatchTile/BatchTile.d.ts.map +1 -1
- package/components/content/ComparisonSlider/ComparisonSlider.d.ts.map +1 -1
- package/components/content/SelectionTile/SelectionTile.d.ts.map +1 -1
- package/components/editor/SelectionObjectBox/MoveableCustomRotation.d.ts.map +1 -1
- package/components/editor/SelectionObjectBox/MoveableSelectionObjectBox.d.ts.map +1 -1
- package/components/editor/ZoomPill/ZoomPillButton.d.ts.map +1 -1
- package/components/input/CheckboxPullDown/CheckboxPullDown.d.ts.map +1 -1
- package/components/input/DomainField/DomainField.d.ts.map +1 -1
- package/components/input/ImagePicker/ImagePicker.d.ts.map +1 -1
- package/components/input/TextInput/TextInput.d.ts.map +1 -1
- package/components/multiplayer/ActivityRow/ActivityRow.d.ts.map +1 -1
- package/components/status/LimitGauge/LimitGauge.d.ts.map +1 -1
- package/components/status/ListingGauge/ListingGauge.d.ts.map +1 -1
- package/components/status/Notification/Notification.d.ts.map +1 -1
- package/components/structure/PanelHeader/PanelHeaderLeading.d.ts.map +1 -1
- package/index.css +1 -1
- package/index.mjs +450 -440
- package/package.json +2 -1
- package/theme.css +48 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@photoroom/ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.183",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Photoroom design system components",
|
|
6
6
|
"sideEffects": [
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
"@radix-ui/react-checkbox": "1.3.3",
|
|
44
44
|
"@radix-ui/react-context-menu": "2.2.16",
|
|
45
45
|
"@radix-ui/react-dialog": "1.1.15",
|
|
46
|
+
"@radix-ui/react-direction": "^1.1.1",
|
|
46
47
|
"@radix-ui/react-dropdown-menu": "2.1.16",
|
|
47
48
|
"@radix-ui/react-menu": "2.1.16",
|
|
48
49
|
"@radix-ui/react-popover": "1.1.15",
|
package/theme.css
CHANGED
|
@@ -715,49 +715,49 @@
|
|
|
715
715
|
* https://www.figma.com/file/cHgANa7dtzDDGXk7dKuAOQ/Design-system?node-id=11366-12592
|
|
716
716
|
*/
|
|
717
717
|
@utility text-to-leading-300 {
|
|
718
|
-
margin-
|
|
718
|
+
margin-inline-start: 6px;
|
|
719
719
|
}
|
|
720
720
|
@utility text-to-leading-400 {
|
|
721
|
-
margin-
|
|
721
|
+
margin-inline-start: 7px;
|
|
722
722
|
}
|
|
723
723
|
@utility text-to-leading-500 {
|
|
724
|
-
margin-
|
|
724
|
+
margin-inline-start: 8px;
|
|
725
725
|
}
|
|
726
726
|
@utility text-to-leading-600 {
|
|
727
|
-
margin-
|
|
727
|
+
margin-inline-start: 10px;
|
|
728
728
|
}
|
|
729
729
|
@utility text-to-leading-700 {
|
|
730
|
-
margin-
|
|
730
|
+
margin-inline-start: 12px;
|
|
731
731
|
}
|
|
732
732
|
@utility text-to-leading-compact-300 {
|
|
733
|
-
margin-
|
|
733
|
+
margin-inline-start: 3px;
|
|
734
734
|
}
|
|
735
735
|
@utility text-to-leading-compact-400 {
|
|
736
|
-
margin-
|
|
736
|
+
margin-inline-start: 3.3px;
|
|
737
737
|
}
|
|
738
738
|
@utility text-to-leading-compact-500 {
|
|
739
|
-
margin-
|
|
739
|
+
margin-inline-start: 4px;
|
|
740
740
|
}
|
|
741
741
|
@utility text-to-leading-compact-600 {
|
|
742
|
-
margin-
|
|
742
|
+
margin-inline-start: 5px;
|
|
743
743
|
}
|
|
744
744
|
@utility text-to-leading-compact-700 {
|
|
745
|
-
margin-
|
|
745
|
+
margin-inline-start: 6px;
|
|
746
746
|
}
|
|
747
747
|
@utility text-to-leading-spacious-300 {
|
|
748
|
-
margin-
|
|
748
|
+
margin-inline-start: 8px;
|
|
749
749
|
}
|
|
750
750
|
@utility text-to-leading-spacious-400 {
|
|
751
|
-
margin-
|
|
751
|
+
margin-inline-start: 10px;
|
|
752
752
|
}
|
|
753
753
|
@utility text-to-leading-spacious-500 {
|
|
754
|
-
margin-
|
|
754
|
+
margin-inline-start: 12px;
|
|
755
755
|
}
|
|
756
756
|
@utility text-to-leading-spacious-600 {
|
|
757
|
-
margin-
|
|
757
|
+
margin-inline-start: 14px;
|
|
758
758
|
}
|
|
759
759
|
@utility text-to-leading-spacious-700 {
|
|
760
|
-
margin-
|
|
760
|
+
margin-inline-start: 17px;
|
|
761
761
|
}
|
|
762
762
|
|
|
763
763
|
/*
|
|
@@ -932,6 +932,12 @@
|
|
|
932
932
|
@utility content-to-edge-pr-* {
|
|
933
933
|
padding-right: --value(--content-edge-*);
|
|
934
934
|
}
|
|
935
|
+
@utility content-to-edge-ps-* {
|
|
936
|
+
padding-inline-start: --value(--content-edge-*);
|
|
937
|
+
}
|
|
938
|
+
@utility content-to-edge-pe-* {
|
|
939
|
+
padding-inline-end: --value(--content-edge-*);
|
|
940
|
+
}
|
|
935
941
|
@utility content-to-edge-px-* {
|
|
936
942
|
padding-inline: --value(--content-edge-*);
|
|
937
943
|
}
|
|
@@ -947,6 +953,12 @@
|
|
|
947
953
|
@utility content-to-edge-spacious-px-* {
|
|
948
954
|
padding-inline: --value(--content-edge-spacious-*);
|
|
949
955
|
}
|
|
956
|
+
@utility content-to-edge-spacious-ps-* {
|
|
957
|
+
padding-inline-start: --value(--content-edge-spacious-*);
|
|
958
|
+
}
|
|
959
|
+
@utility content-to-edge-spacious-pe-* {
|
|
960
|
+
padding-inline-end: --value(--content-edge-spacious-*);
|
|
961
|
+
}
|
|
950
962
|
|
|
951
963
|
/* Icon to edge (replaces src/plugins/icon-to-edge.js) */
|
|
952
964
|
@utility icon-to-edge-pl-* {
|
|
@@ -955,6 +967,12 @@
|
|
|
955
967
|
@utility icon-to-edge-pr-* {
|
|
956
968
|
padding-right: --value(--icon-edge-*);
|
|
957
969
|
}
|
|
970
|
+
@utility icon-to-edge-ps-* {
|
|
971
|
+
padding-inline-start: --value(--icon-edge-*);
|
|
972
|
+
}
|
|
973
|
+
@utility icon-to-edge-pe-* {
|
|
974
|
+
padding-inline-end: --value(--icon-edge-*);
|
|
975
|
+
}
|
|
958
976
|
@utility icon-to-edge-py-* {
|
|
959
977
|
padding-block: --value(--icon-edge-*);
|
|
960
978
|
}
|
|
@@ -964,6 +982,12 @@
|
|
|
964
982
|
@utility icon-to-edge-spacious-pr-* {
|
|
965
983
|
padding-right: --value(--icon-edge-spacious-*);
|
|
966
984
|
}
|
|
985
|
+
@utility icon-to-edge-spacious-ps-* {
|
|
986
|
+
padding-inline-start: --value(--icon-edge-spacious-*);
|
|
987
|
+
}
|
|
988
|
+
@utility icon-to-edge-spacious-pe-* {
|
|
989
|
+
padding-inline-end: --value(--icon-edge-spacious-*);
|
|
990
|
+
}
|
|
967
991
|
|
|
968
992
|
/*
|
|
969
993
|
* Size utilities (replaces src/plugins/size.js)
|
|
@@ -1419,4 +1443,13 @@
|
|
|
1419
1443
|
input[type="search"]::-webkit-search-decoration {
|
|
1420
1444
|
appearance: none;
|
|
1421
1445
|
}
|
|
1446
|
+
|
|
1447
|
+
/*
|
|
1448
|
+
* @tailwindcss/forms paints the select dropdown chevron with a physical
|
|
1449
|
+
* `background-position: right 8px center`, which doesn't flip in RTL and
|
|
1450
|
+
* causes the chevron to overlap the option text. Mirror it for RTL.
|
|
1451
|
+
*/
|
|
1452
|
+
[dir="rtl"] select {
|
|
1453
|
+
background-position: left 8px center;
|
|
1454
|
+
}
|
|
1422
1455
|
}
|