@xenide-io/the-old-ui-theme 0.5.4 → 0.5.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xenide-io/the-old-ui-theme",
3
- "version": "0.5.4",
3
+ "version": "0.5.5",
4
4
  "description": "Props-driven React components and theme tokens inspired by classic interface design \u2014 optimized for Next.js apps and internal tools.",
5
5
  "author": "Xenide",
6
6
  "license": "MIT",
@@ -11,7 +11,8 @@
11
11
  ───────────────────────────────────────────────────────────────────────── */
12
12
 
13
13
  html {
14
- /* Native-app touch: no grey flash on tap, no double-tap delay. */
14
+ /* Native-app touch: no grey flash on tap, no double-tap zoom delay. */
15
+ touch-action: manipulation;
15
16
  -webkit-tap-highlight-color: transparent;
16
17
  /* App-like vertical scrolling: no rubber-band chaining into the page. */
17
18
  overscroll-behavior-y: none;
@@ -292,6 +293,25 @@ html.dark .today-page-frame__cloud--2 {
292
293
  }
293
294
  }
294
295
 
296
+ /* Sticky title chrome is for Today only — workspace pages scroll normally. */
297
+ .suite-app-layout__main:not(:has([data-test="today-page"])) .suite-page-header-sticky {
298
+ position: static;
299
+ top: auto;
300
+ z-index: auto;
301
+ margin-left: 0;
302
+ margin-right: 0;
303
+ padding-left: 0;
304
+ padding-right: 0;
305
+ background: none;
306
+ border-bottom: none;
307
+ -webkit-backdrop-filter: none;
308
+ backdrop-filter: none;
309
+ }
310
+ .suite-app-layout__main:not(:has([data-test="today-page"]))
311
+ .suite-page-header-sticky[data-stuck="true"] {
312
+ padding-top: 0;
313
+ }
314
+
295
315
  /* Page stage — ONE layout standard for every suite app.
296
316
  - Default width="full": use the full main column (no max-width centring)
297
317
  - Always use suite-page-inset for title baseline (top + left)