@xh/hoist 75.0.0-SNAPSHOT.1751484541223 → 75.0.0-SNAPSHOT.1751496719940
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.
|
@@ -34,8 +34,14 @@
|
|
|
34
34
|
position: relative;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
|
|
38
|
-
|
|
37
|
+
&-popover {
|
|
38
|
+
// 60/40 split in favor of favorites in left/right orientation
|
|
39
|
+
&--faves-right,
|
|
40
|
+
&--faves-left {
|
|
41
|
+
.xh-grouping-chooser__editor {
|
|
42
|
+
width: 40%;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
39
45
|
}
|
|
40
46
|
|
|
41
47
|
&__list {
|
|
@@ -115,11 +121,6 @@
|
|
|
115
121
|
}
|
|
116
122
|
}
|
|
117
123
|
|
|
118
|
-
&__btn-row {
|
|
119
|
-
min-height: unset !important;
|
|
120
|
-
padding: 2px var(--xh-tbar-item-pad-px);
|
|
121
|
-
}
|
|
122
|
-
|
|
123
124
|
&__favorites {
|
|
124
125
|
&--top {
|
|
125
126
|
border-bottom: 1px solid var(--xh-popup-border-color);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "75.0.0-SNAPSHOT.
|
|
3
|
+
"version": "75.0.0-SNAPSHOT.1751496719940",
|
|
4
4
|
"description": "Hoist add-on for building and deploying React Applications.",
|
|
5
5
|
"repository": "github:xh/hoist-react",
|
|
6
6
|
"homepage": "https://xh.io",
|