@byline/host-tanstack-start 2.2.9 → 2.3.0

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.
@@ -1,6 +1,5 @@
1
1
  :is(.aside-zO2mZZ, .byline-admin-menu-drawer-aside) {
2
- border-right: var(--border-width-thin) var(--border-style-solid)
3
- var(--gray-50);
2
+ border-right: var(--border-width-thin) var(--border-style-solid) var(--gray-50);
4
3
  background-color: var(--canvas-25);
5
4
  z-index: 40;
6
5
  flex-direction: column;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "private": false,
4
4
  "type": "module",
5
5
  "license": "MPL-2.0",
6
- "version": "2.2.9",
6
+ "version": "2.3.0",
7
7
  "engines": {
8
8
  "node": ">=20.9.0"
9
9
  },
@@ -107,12 +107,12 @@
107
107
  "react-swipeable": "^7.0.2",
108
108
  "uuid": "^14.0.0",
109
109
  "zod": "^4.4.3",
110
- "@byline/admin": "2.2.9",
111
- "@byline/ai": "2.2.9",
112
- "@byline/client": "2.2.9",
113
- "@byline/auth": "2.2.9",
114
- "@byline/core": "2.2.9",
115
- "@byline/ui": "2.2.9"
110
+ "@byline/ui": "2.3.0",
111
+ "@byline/ai": "2.3.0",
112
+ "@byline/core": "2.3.0",
113
+ "@byline/client": "2.3.0",
114
+ "@byline/admin": "2.3.0",
115
+ "@byline/auth": "2.3.0"
116
116
  },
117
117
  "peerDependencies": {
118
118
  "@tanstack/react-router": "^1.167.0",
@@ -16,16 +16,14 @@
16
16
  :global(.byline-admin-menu-drawer-aside) {
17
17
  display: flex;
18
18
  flex-direction: column;
19
- border-right: var(--border-width-thin) var(--border-style-solid)
20
- var(--gray-50);
19
+ border-right: var(--border-width-thin) var(--border-style-solid) var(--gray-50);
21
20
  background-color: var(--canvas-25);
22
21
  z-index: 40;
23
22
  transition: all 300ms ease-in-out;
24
23
  }
25
24
 
26
25
  :is([data-theme="dark"], :global(.dark)) .aside,
27
- :is([data-theme="dark"], :global(.dark))
28
- :global(.byline-admin-menu-drawer-aside) {
26
+ :is([data-theme="dark"], :global(.dark)) :global(.byline-admin-menu-drawer-aside) {
29
27
  border-right-color: var(--canvas-700);
30
28
  background-color: var(--canvas-800);
31
29
  }
@@ -134,27 +132,18 @@
134
132
  }
135
133
 
136
134
  .nav ul :global(li.menu-item) :is(a, button):disabled,
137
- :global(.byline-admin-menu-drawer)
138
- ul
139
- :global(li.menu-item)
140
- :is(a, button):disabled {
135
+ :global(.byline-admin-menu-drawer) ul :global(li.menu-item) :is(a, button):disabled {
141
136
  cursor: not-allowed;
142
137
  opacity: 0.6;
143
138
  }
144
139
 
145
140
  .nav ul :global(li.menu-item.compact) :is(a, button),
146
- :global(.byline-admin-menu-drawer)
147
- ul
148
- :global(li.menu-item.compact)
149
- :is(a, button) {
141
+ :global(.byline-admin-menu-drawer) ul :global(li.menu-item.compact) :is(a, button) {
150
142
  justify-content: center;
151
143
  }
152
144
 
153
145
  .nav ul :global(li.menu-item.active) :is(a, button),
154
- :global(.byline-admin-menu-drawer)
155
- ul
156
- :global(li.menu-item.active)
157
- :is(a, button) {
146
+ :global(.byline-admin-menu-drawer) ul :global(li.menu-item.active) :is(a, button) {
158
147
  color: #111111;
159
148
  text-decoration: none;
160
149
  }
@@ -167,11 +156,7 @@
167
156
  background-color: #dddddd;
168
157
  }
169
158
 
170
- :is([data-theme="dark"], :global(.dark))
171
- .nav
172
- ul
173
- :global(li.menu-item)
174
- :is(a, button),
159
+ :is([data-theme="dark"], :global(.dark)) .nav ul :global(li.menu-item) :is(a, button),
175
160
  :is([data-theme="dark"], :global(.dark))
176
161
  :global(.byline-admin-menu-drawer)
177
162
  ul
@@ -180,11 +165,7 @@
180
165
  color: #dddddd;
181
166
  }
182
167
 
183
- :is([data-theme="dark"], :global(.dark))
184
- .nav
185
- ul
186
- :global(li.menu-item.active)
187
- :is(a, button),
168
+ :is([data-theme="dark"], :global(.dark)) .nav ul :global(li.menu-item.active) :is(a, button),
188
169
  :is([data-theme="dark"], :global(.dark))
189
170
  :global(.byline-admin-menu-drawer)
190
171
  ul