anentrypoint-design 1.0.14 → 1.0.15
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/dist/247420.css +8 -0
- package/dist/247420.js +23 -23
- package/package.json +1 -1
- package/src/components/shell/app-shell.js +12 -10
- package/src/css/app-shell/topbar.css +8 -0
package/dist/247420.css
CHANGED
|
@@ -1199,6 +1199,14 @@
|
|
|
1199
1199
|
.ds-247420 .app-chrome > .app-crumb > .crumb-right { margin-left: auto; }
|
|
1200
1200
|
.ds-247420 .app-topbar > .brand { flex: 0 0 auto; }
|
|
1201
1201
|
.ds-247420 .app-topbar > .app-search { flex: 1 1 auto; }
|
|
1202
|
+
/* SearchInput() passed directly as Topbar's search prop renders with no
|
|
1203
|
+
Topbar-owned wrapper (see Topbar's isElement branch). Its own outer span
|
|
1204
|
+
(.ds-search-input-wrap) is display:contents, so .ds-search-field becomes
|
|
1205
|
+
the actual direct .app-topbar flex-item child — an inline-flex box that
|
|
1206
|
+
otherwise shrinks to its content and starves the input's own width:100%
|
|
1207
|
+
of anything to grow into, truncating the placeholder. Matches
|
|
1208
|
+
.app-search's flex-basis above so both search-slot shapes size the same. */
|
|
1209
|
+
.ds-247420 .app-topbar > .ds-search-field { flex: 1 1 auto; max-width: 360px; min-width: 0; }
|
|
1202
1210
|
.ds-247420 .app-topbar > nav { margin-left: auto; }
|
|
1203
1211
|
/* Utility cluster grouping: the theme toggle sits after the repo-info nav
|
|
1204
1212
|
links with no visual separation between the two groups, so the row read
|