@theroutingcompany/components 0.0.77 → 0.0.78

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/README.md CHANGED
@@ -34,7 +34,12 @@ npm run ready:release
34
34
 
35
35
  ## Storybook deployment
36
36
 
37
- Happens automatically when main branch gets new commits.
37
+ - Run the docker script aliases to deploy the storybook.
38
+
39
+ ### TODO
40
+
41
+ - Change the cloudbuild.yaml to auto build/tag/deploy the cloud run.
42
+ - Fix the Dockerfile to get design.trc.dev to work. (Need to serve the app with something other than Python so the CORS isn't broken.)
38
43
 
39
44
  ## UI Libraries
40
45
 
@@ -23346,61 +23346,58 @@ const KI = t4, mh = M(Pe)`
23346
23346
  enter: 0,
23347
23347
  exit: xi(f.motion_duration_medium)
23348
23348
  },
23349
- children: (E) => (
23350
- // autoFocus={false}
23351
- /* @__PURE__ */ D(Rb, { returnFocus: !0, disabled: !c || xg(), children: /* @__PURE__ */ D(
23352
- Pe,
23353
- {
23354
- "data-id": "drawer-wrapper",
23355
- height: "100vh",
23356
- left: "0",
23357
- position: "fixed",
23358
- ref: n,
23359
- style: { pointerEvents: "none" },
23360
- tabIndex: -1,
23361
- top: "0",
23362
- width: "100vw",
23363
- zIndex: Number(f.z_index_foreground_highest),
23364
- children: /* @__PURE__ */ D(
23365
- UI,
23366
- {
23367
- "aria-modal": "true",
23368
- "data-id": "drawer-container",
23369
- id: i,
23370
- name: v ?? g,
23371
- title: v ?? g,
23372
- ref: b,
23373
- role: "dialog",
23374
- $state: E,
23375
- $viewportPosition: d,
23376
- tabIndex: -1,
23377
- bg: "white",
23378
- position: "absolute",
23379
- top: "0",
23380
- bottom: "0",
23381
- maxWidth: h,
23382
- width: m,
23383
- right: d === "right" ? "0" : "auto",
23384
- left: d === "left" ? "0" : "auto",
23385
- boxShadow: f.elevation_static_low,
23386
- m: f.spacing_300,
23387
- borderRadius: f.border_radius_400,
23388
- overflowX: "hidden",
23389
- children: /* @__PURE__ */ D(El.TouchScrollable, { children: /* @__PURE__ */ D(
23390
- Pe,
23391
- {
23392
- overflowY: "scroll",
23393
- overflowX: "hidden",
23394
- position: "relative",
23395
- height: "100%",
23396
- children: /* @__PURE__ */ D(os.Provider, { value: { onClose: s, loading: p }, children: r })
23397
- }
23398
- ) })
23399
- }
23400
- )
23401
- }
23402
- ) })
23403
- )
23349
+ children: (E) => /* @__PURE__ */ D(Rb, { returnFocus: !0, disabled: !c || xg(), children: /* @__PURE__ */ D(
23350
+ Pe,
23351
+ {
23352
+ "data-id": "drawer-wrapper",
23353
+ height: "100vh",
23354
+ left: "0",
23355
+ position: "fixed",
23356
+ ref: n,
23357
+ style: { pointerEvents: "none" },
23358
+ tabIndex: -1,
23359
+ top: "0",
23360
+ width: "100vw",
23361
+ zIndex: Number(f.z_index_foreground_highest),
23362
+ children: /* @__PURE__ */ D(
23363
+ UI,
23364
+ {
23365
+ "aria-modal": "true",
23366
+ "data-id": "drawer-container",
23367
+ id: i,
23368
+ name: v ?? g,
23369
+ "aria-label": v ?? g,
23370
+ ref: b,
23371
+ role: "dialog",
23372
+ $state: E,
23373
+ $viewportPosition: d,
23374
+ tabIndex: -1,
23375
+ bg: "white",
23376
+ position: "absolute",
23377
+ top: "0",
23378
+ bottom: "0",
23379
+ maxWidth: h,
23380
+ width: m,
23381
+ right: d === "right" ? "0" : "auto",
23382
+ left: d === "left" ? "0" : "auto",
23383
+ boxShadow: f.elevation_static_low,
23384
+ m: f.spacing_300,
23385
+ borderRadius: f.border_radius_400,
23386
+ overflowX: "hidden",
23387
+ children: /* @__PURE__ */ D(El.TouchScrollable, { children: /* @__PURE__ */ D(
23388
+ Pe,
23389
+ {
23390
+ overflowY: "scroll",
23391
+ overflowX: "hidden",
23392
+ position: "relative",
23393
+ height: "100%",
23394
+ children: /* @__PURE__ */ D(os.Provider, { value: { onClose: s, loading: p }, children: r })
23395
+ }
23396
+ ) })
23397
+ }
23398
+ )
23399
+ }
23400
+ ) })
23404
23401
  }
23405
23402
  ) })
23406
23403
  ] });