@caseparts-org/caseblocks 0.0.103 → 0.0.104

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.
@@ -3,12 +3,12 @@ import { Grid as m, Column as s } from "../../atoms/Grid/Grid.js";
3
3
  import { Flex as l } from "../../atoms/Flex/Flex.js";
4
4
  import { Link as i } from "../../atoms/Link/Link.js";
5
5
  import { Icon as n } from "../../atoms/Icon/Icon.js";
6
- import { Logo as y } from "../../molecules/Logo/Logo.js";
6
+ import { Logo as p } from "../../molecules/Logo/Logo.js";
7
7
  import { Text as o } from "../../atoms/Text/Text.js";
8
8
  import { Tooltip as a } from "../../atoms/Tooltip/Tooltip.js";
9
9
  import { c as h } from "../../clsx-OuTLNxxd.js";
10
- import '../../assets/Footer.css';const p = "_footer_ttcme_2", x = "_grid_ttcme_18", C = "_title_ttcme_31", _ = "_columnContent_ttcme_40", b = "_history_ttcme_48", w = "_logo_ttcme_62", k = "_location_ttcme_72", t = {
11
- footer: p,
10
+ import '../../assets/Footer.css';const y = "_footer_ttcme_2", x = "_grid_ttcme_18", C = "_title_ttcme_31", _ = "_columnContent_ttcme_40", b = "_history_ttcme_48", w = "_logo_ttcme_62", k = "_location_ttcme_72", t = {
11
+ footer: y,
12
12
  grid: x,
13
13
  "bottom-grid": "_bottom-grid_ttcme_19",
14
14
  title: C,
@@ -26,7 +26,7 @@ function M({ homeRoute: g, isOnline: d = !0, className: c, ...f }) {
26
26
  return /* @__PURE__ */ r("footer", { className: u, ...f, children: [
27
27
  /* @__PURE__ */ r(m, { gridWrapperClassName: h(c, t.grid), children: [
28
28
  /* @__PURE__ */ r(s, { span: [4, 6, 3], className: t.gridColumn, children: [
29
- /* @__PURE__ */ e(i, { href: g, children: /* @__PURE__ */ e(y, { variant: "white", className: t.logo }) }),
29
+ /* @__PURE__ */ e(i, { href: g, children: /* @__PURE__ */ e(p, { variant: "white", className: t.logo }) }),
30
30
  /* @__PURE__ */ e("div", { className: t.history, children: /* @__PURE__ */ e(o, { size: "sm", weight: "extra-light", colorToken: "footer", className: t["history-text"], children: "CaseParts has been a leading distributor of commercial refrigeration parts since 1972. Our team of experts are dedicated to helping every customer source parts at great prices." }) })
31
31
  ] }),
32
32
  /* @__PURE__ */ r(s, { span: [4, 6, 3], className: t.gridColumn, children: [
@@ -67,8 +67,9 @@ function M({ homeRoute: g, isOnline: d = !0, className: c, ...f }) {
67
67
  /* @__PURE__ */ e(o, { size: "xs", weight: "extra-light", colorToken: "footer", children: "Weekdays | 8:00AM – 4:30PM PT" })
68
68
  ] }),
69
69
  position: "left",
70
- openDelay: 200,
70
+ openDelay: 250,
71
71
  closeDelay: 0,
72
+ tooltipOffset: 0,
72
73
  children: /* @__PURE__ */ r("div", { children: [
73
74
  /* @__PURE__ */ e(o, { size: "xs", weight: "semibold", children: "Case Parts - Los Angeles" }),
74
75
  /* @__PURE__ */ e("br", {}),
@@ -94,8 +95,9 @@ function M({ homeRoute: g, isOnline: d = !0, className: c, ...f }) {
94
95
  /* @__PURE__ */ e(o, { size: "xs", weight: "extra-light", colorToken: "footer", children: "Weekdays | 8:00AM – 4:30PM CDT" })
95
96
  ] }),
96
97
  position: "left",
97
- openDelay: 200,
98
+ openDelay: 250,
98
99
  closeDelay: 0,
100
+ tooltipOffset: 0,
99
101
  children: /* @__PURE__ */ r("div", { children: [
100
102
  /* @__PURE__ */ e(o, { size: "xs", weight: "semibold", children: "Case Parts - St. Louis" }),
101
103
  /* @__PURE__ */ e("br", {}),
@@ -121,8 +123,9 @@ function M({ homeRoute: g, isOnline: d = !0, className: c, ...f }) {
121
123
  /* @__PURE__ */ e(o, { size: "xs", weight: "extra-light", colorToken: "footer", children: "Weekdays | 8:30AM – 5:00PM PT" })
122
124
  ] }),
123
125
  position: "left",
124
- openDelay: 200,
126
+ openDelay: 250,
125
127
  closeDelay: 0,
128
+ tooltipOffset: 0,
126
129
  children: /* @__PURE__ */ r("div", { children: [
127
130
  /* @__PURE__ */ e(o, { size: "xs", weight: "semibold", children: "Case Parts - Seattle" }),
128
131
  /* @__PURE__ */ e("br", {}),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@caseparts-org/caseblocks",
3
3
  "private": false,
4
- "version": "0.0.103",
4
+ "version": "0.0.104",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",