@documedis/react-components 1.0.0-RC.7 → 1.0.0-RC.8
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/index.mjs +18 -18
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -18163,7 +18163,7 @@ function d4(e) {
|
|
|
18163
18163
|
`) || null,
|
|
18164
18164
|
points: e.limitationPoints
|
|
18165
18165
|
},
|
|
18166
|
-
swissmedic: e.
|
|
18166
|
+
swissmedic: e.swissmedicDispensingCategory?.value || null,
|
|
18167
18167
|
quantity: e.quantity,
|
|
18168
18168
|
quantityUnit: e.quantityUnit?.description?.standard?.localized?.value || null
|
|
18169
18169
|
};
|
|
@@ -18215,7 +18215,7 @@ const p4 = to`
|
|
|
18215
18215
|
}
|
|
18216
18216
|
}
|
|
18217
18217
|
}
|
|
18218
|
-
|
|
18218
|
+
swissmedicDispensingCategory {
|
|
18219
18219
|
value
|
|
18220
18220
|
}
|
|
18221
18221
|
quantity
|
|
@@ -18241,7 +18241,7 @@ const p4 = to`
|
|
|
18241
18241
|
`, h4 = to`
|
|
18242
18242
|
${QN}
|
|
18243
18243
|
query GetProductArticles($productNumber: Int!, $locale: String!) {
|
|
18244
|
-
products(where: { productNumber: { eq: $productNumber } }, first: 1) {
|
|
18244
|
+
products(where: { filter: { productNumber: { eq: $productNumber } } }, first: 1) {
|
|
18245
18245
|
nodes {
|
|
18246
18246
|
productNumber
|
|
18247
18247
|
...ProductArticles
|
|
@@ -18412,7 +18412,7 @@ const JN = to`
|
|
|
18412
18412
|
`, w4 = to`
|
|
18413
18413
|
${JN}
|
|
18414
18414
|
query GetProductImages($productNumber: Int!, $locale: String!) {
|
|
18415
|
-
products(where: { productNumber: { eq: $productNumber } }, first: 1) {
|
|
18415
|
+
products(where: { filter: { productNumber: { eq: $productNumber } } }, first: 1) {
|
|
18416
18416
|
nodes {
|
|
18417
18417
|
...ProductImagesFragment
|
|
18418
18418
|
}
|
|
@@ -18715,7 +18715,7 @@ const q4 = to`
|
|
|
18715
18715
|
${JN}
|
|
18716
18716
|
${QN}
|
|
18717
18717
|
query GetProductDetails($productNumber: Int!, $locale: String!) {
|
|
18718
|
-
products(where: { productNumber: { eq: $productNumber } }, first: 1) {
|
|
18718
|
+
products(where: { filter: { productNumber: { eq: $productNumber } } }, first: 1) {
|
|
18719
18719
|
nodes {
|
|
18720
18720
|
productNumber
|
|
18721
18721
|
isQAP
|
|
@@ -19392,7 +19392,7 @@ Selectors that return the entire state are almost certainly a mistake, as they w
|
|
|
19392
19392
|
var Ju = /* @__PURE__ */ IV();
|
|
19393
19393
|
const eP = function(e) {
|
|
19394
19394
|
return (t) => (i) => /* @__PURE__ */ B.jsx(_V, { store: e, children: /* @__PURE__ */ B.jsx(t, { ...i }) });
|
|
19395
|
-
}, OV = '/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial}}}@layer base,externals;@layer theme{:root,:host{--hci-spacing
|
|
19395
|
+
}, OV = '/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style: solid;--tw-leading: initial;--tw-font-weight: initial}}}@layer base,externals;@layer theme{:root,:host{--hci-spacing: .25rem;--hci-font-weight-medium: 500;--hci-radius-lg: .5rem;--hci-color-primary: #2d4e9b;--hci-color-surface: #fff;--hci-color-disabled-surface: #adb5bd}}@layer components{.hci\\:btn{cursor:pointer;border-radius:var(--hci-radius-lg);border-style:var(--tw-border-style);padding-inline:calc(var(--hci-spacing) * 4);padding-block:calc(var(--hci-spacing) * 2);text-align:center;--tw-leading: calc(var(--hci-spacing) * 6);line-height:calc(var(--hci-spacing) * 6);--tw-font-weight: var(--hci-font-weight-medium);font-weight:var(--hci-font-weight-medium);white-space:nowrap;--tw-outline-style: none;-webkit-user-select:none;user-select:none;border-width:0;outline-style:none;justify-content:center;align-items:center;transition:filter .15s ease-in-out;display:inline-flex}}@layer utilities{.hci\\:bg-primary{background-color:var(--hci-color-primary)}.hci\\:text-surface{color:var(--hci-color-surface)}@media(hover:hover){.hci\\:hover\\:not-disabled\\:\\[filter\\:brightness\\(0\\.9\\)\\]:hover:not(:disabled){filter:brightness(.9)}}.hci\\:focus-visible\\:focus-outline-2:focus-visible{outline-offset:2;outline:2px}.hci\\:disabled\\:cursor-not-allowed:disabled{cursor:not-allowed}.hci\\:disabled\\:bg-disabled-surface:disabled{background-color:var(--hci-color-disabled-surface)}.hci\\:disabled\\:text-surface:disabled{color:var(--hci-color-surface)}.hci\\:disabled\\:opacity-65:disabled{opacity:.65}}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-leading{syntax: "*"; inherits: false}@property --tw-font-weight{syntax: "*"; inherits: false}', tP = ie.forwardRef(
|
|
19396
19396
|
({ color: e, className: t, children: i, ...o }, c) => /* @__PURE__ */ B.jsxs(B.Fragment, { children: [
|
|
19397
19397
|
/* @__PURE__ */ B.jsx("style", { children: OV }),
|
|
19398
19398
|
/* @__PURE__ */ B.jsx(
|
|
@@ -19442,7 +19442,7 @@ const RV = (e) => /* @__PURE__ */ B.jsx(
|
|
|
19442
19442
|
"data-testid": "SEARCH_ICON",
|
|
19443
19443
|
children: /* @__PURE__ */ B.jsx("path", { d: "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14" })
|
|
19444
19444
|
}
|
|
19445
|
-
), AV = ({ type: e = "item" }) => /* @__PURE__ */ B.jsx(B.Fragment, {}), cI = '/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-content:"";--tw-gradient-position:initial;--tw-gradient-from
|
|
19445
|
+
), AV = ({ type: e = "item" }) => /* @__PURE__ */ B.jsx(B.Fragment, {}), cI = '/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-content: "";--tw-gradient-position: initial;--tw-gradient-from: #0000;--tw-gradient-via: #0000;--tw-gradient-to: #0000;--tw-gradient-stops: initial;--tw-gradient-via-stops: initial;--tw-gradient-from-position: 0%;--tw-gradient-via-position: 50%;--tw-gradient-to-position: 100%}}}@layer base,externals;@layer theme{:root,:host{--hci-color-gray-200: oklch(92.8% .006 264.531);--hci-color-black: #000;--hci-spacing: .25rem;--hci-text-base: 1rem;--hci-leading-normal: 1.5;--hci-radius-lg: .5rem;--hci-color-primary: #2d4e9b;--hci-animate-loading: 2s linear .5s infinite normal none running loading-translate}}@layer components{.hci\\:loading-box{height:calc(var(--hci-spacing) * 5);border-radius:var(--hci-radius-lg);background-color:var(--hci-color-black);display:block}@supports (color: color-mix(in lab,red,red)){.hci\\:loading-box{background-color:color-mix(in oklab,var(--hci-color-black) 10%,transparent)}}.hci\\:loading-box{-webkit-mask:-webkit-radial-gradient(center,white,black);mask:-webkit-radial-gradient(center,white,black)}.hci\\:loading-box-animation{position:relative}.hci\\:loading-box-animation:after{inset:calc(var(--hci-spacing) * 0);animation:var(--hci-animate-loading);--tw-gradient-position: to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops));--tw-gradient-from: transparent;--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));--tw-gradient-via: #0000000a;--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);content:var(--tw-content);--tw-gradient-to: transparent;display:block;position:absolute}}@layer utilities{.hci\\:flex{display:flex}.hci\\:h-empty-item{height:calc(var(--text-base) * var(--leading-normal))}.hci\\:w-3\\/5{width:60%}.hci\\:w-4\\/5{width:80%}.hci\\:cursor-pointer{cursor:pointer}.hci\\:items-center{align-items:center}.hci\\:bg-gray-200{background-color:var(--hci-color-gray-200)}.hci\\:px-items{padding-inline:calc(var(--hci-spacing) * 4)}.hci\\:py-2{padding-block:calc(var(--hci-spacing) * 2)}.hci\\:py-items{padding-block:calc(var(--hci-spacing) * 1.5)}.hci\\:text-base\\/normal{font-size:var(--hci-text-base);line-height:var(--hci-leading-normal)}.hci\\:focus-within\\:outline-primary:focus-within{outline-color:var(--hci-color-primary)}@media(hover:hover){.hci\\:hover\\:bg-gray-200:hover{background-color:var(--hci-color-gray-200)}}}@property --tw-content{syntax: "*"; inherits: false; initial-value: "";}@property --tw-gradient-position{syntax: "*"; inherits: false}@property --tw-gradient-from{syntax: "<color>"; inherits: false; initial-value: #0000;}@property --tw-gradient-via{syntax: "<color>"; inherits: false; initial-value: #0000;}@property --tw-gradient-to{syntax: "<color>"; inherits: false; initial-value: #0000;}@property --tw-gradient-stops{syntax: "*"; inherits: false}@property --tw-gradient-via-stops{syntax: "*"; inherits: false}@property --tw-gradient-from-position{syntax: "<length-percentage>"; inherits: false; initial-value: 0%;}@property --tw-gradient-via-position{syntax: "<length-percentage>"; inherits: false; initial-value: 50%;}@property --tw-gradient-to-position{syntax: "<length-percentage>"; inherits: false; initial-value: 100%;}@keyframes loading-translate{0%{transform:translate(-100%)}50%{transform:translate(100%)}to{transform:translate(100%)}}', nP = ({ isShortLength: e }) => /* @__PURE__ */ B.jsx("div", { className: "hci:px-items hci:py-items", children: /* @__PURE__ */ B.jsx("div", { className: "hci:h-empty-item hci:flex hci:items-center", children: /* @__PURE__ */ B.jsx(
|
|
19446
19446
|
"span",
|
|
19447
19447
|
{
|
|
19448
19448
|
className: `${e ? "hci:w-3/5" : "hci:w-4/5"} hci:loading-box hci:loading-box-animation hci:text-base/hci:normal`
|
|
@@ -21754,7 +21754,7 @@ const r6 = ie.forwardRef(function({ children: e, style: t, ...i }, o) {
|
|
|
21754
21754
|
selectedItem: v,
|
|
21755
21755
|
items: m
|
|
21756
21756
|
};
|
|
21757
|
-
}, u6 = '/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color
|
|
21757
|
+
}, u6 = '/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x: 0;--tw-translate-y: 0;--tw-translate-z: 0;--tw-shadow: 0 0 #0000;--tw-shadow-color: initial;--tw-shadow-alpha: 100%;--tw-inset-shadow: 0 0 #0000;--tw-inset-shadow-color: initial;--tw-inset-shadow-alpha: 100%;--tw-ring-color: initial;--tw-ring-shadow: 0 0 #0000;--tw-inset-ring-color: initial;--tw-inset-ring-shadow: 0 0 #0000;--tw-ring-inset: initial;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-offset-shadow: 0 0 #0000}}}@layer base,externals;@layer theme{:root,:host{--hci-spacing: .25rem;--hci-radius-lg: .5rem;--hci-color-surface: #fff}}@layer components;@layer utilities{.hci\\:absolute{position:absolute}.hci\\:-bottom-2{bottom:calc(var(--hci-spacing) * -2)}.hci\\:left-0{left:calc(var(--hci-spacing) * 0)}.hci\\:z-10{z-index:10}.hci\\:mt-2{margin-top:calc(var(--hci-spacing) * 2)}.hci\\:w-full{width:100%}.hci\\:min-w-64{min-width:calc(var(--hci-spacing) * 64)}.hci\\:translate-y-full{--tw-translate-y: 100%;translate:var(--tw-translate-x) var(--tw-translate-y)}.hci\\:rounded-lg{border-radius:var(--hci-radius-lg)}.hci\\:bg-surface{background-color:var(--hci-color-surface)}.hci\\:shadow-surface{--tw-shadow: 0 2px 8px var(--tw-shadow-color, #00000029), 0 1px 4px var(--tw-shadow-color, #00000014), 0 0 2px var(--tw-shadow-color, #0000000a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}@property --tw-translate-x{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-translate-y{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-translate-z{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-shadow-color{syntax: "*"; inherits: false}@property --tw-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-inset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-shadow-color{syntax: "*"; inherits: false}@property --tw-inset-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-ring-color{syntax: "*"; inherits: false}@property --tw-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-ring-color{syntax: "*"; inherits: false}@property --tw-inset-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-ring-inset{syntax: "*"; inherits: false}@property --tw-ring-offset-width{syntax: "<length>"; inherits: false; initial-value: 0;}@property --tw-ring-offset-color{syntax: "*"; inherits: false; initial-value: #fff;}@property --tw-ring-offset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}', d6 = ie.forwardRef(({ children: e, onCloseRequest: t, ...i }, o) => {
|
|
21758
21758
|
const c = ie.useRef(null), u = iV(i), m = o || c, v = (g) => {
|
|
21759
21759
|
g.key === "Escape" && t?.();
|
|
21760
21760
|
};
|
|
@@ -21775,7 +21775,7 @@ const r6 = ie.forwardRef(function({ children: e, style: t, ...i }, o) {
|
|
|
21775
21775
|
}
|
|
21776
21776
|
)
|
|
21777
21777
|
] });
|
|
21778
|
-
}), f6 = '/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-border-style:solid}}}@layer base,externals;@layer theme{:root,:host{--hci-color-black
|
|
21778
|
+
}), f6 = '/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x: 0;--tw-translate-y: 0;--tw-translate-z: 0;--tw-border-style: solid}}}@layer base,externals;@layer theme{:root,:host{--hci-color-black: #000;--hci-spacing: .25rem;--hci-radius-lg: .5rem;--hci-color-primary: #2d4e9b;--hci-color-reset-button: #2d4e9b}}@layer components;@layer utilities{.hci\\:absolute{position:absolute}.hci\\:relative{position:relative}.hci\\:top-1\\/2{top:50%}.hci\\:right-2{right:calc(var(--hci-spacing) * 2)}.hci\\:z-10{z-index:10}.hci\\:block{display:block}.hci\\:h-6{height:calc(var(--hci-spacing) * 6)}.hci\\:w-6{width:calc(var(--hci-spacing) * 6)}.hci\\:w-full{width:100%}.hci\\:-translate-y-1\\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.hci\\:cursor-pointer{cursor:pointer}.hci\\:rounded-full{border-radius:3.40282e38px}.hci\\:rounded-lg{border-radius:var(--hci-radius-lg)}.hci\\:border{border-style:var(--tw-border-style);border-width:1px}.hci\\:border-solid{--tw-border-style: solid;border-style:solid}.hci\\:border-black\\/20{border-color:var(--hci-color-black)}@supports (color: color-mix(in lab,red,red)){.hci\\:border-black\\/20{border-color:color-mix(in oklab,var(--hci-color-black) 20%,transparent)}}.hci\\:fill-reset-button{fill:var(--hci-color-reset-button)}.hci\\:p-3{padding:calc(var(--hci-spacing) * 3)}.hci\\:text-black{color:var(--hci-color-black)}.hci\\:opacity-68{opacity:.68}.hci\\:focus-within\\:outline-reset-button:focus-within{outline-color:var(--hci-color-reset-button)}@media(hover:hover){.hci\\:hover\\:border-black\\/90:hover{border-color:var(--hci-color-black)}@supports (color: color-mix(in lab,red,red)){.hci\\:hover\\:border-black\\/90:hover{border-color:color-mix(in oklab,var(--hci-color-black) 90%,transparent)}}}.hci\\:focus\\:-m-px:focus{margin:-1px}.hci\\:focus\\:border-2:focus{border-style:var(--tw-border-style);border-width:2px}.hci\\:focus\\:border-primary:focus{border-color:var(--hci-color-primary)}}@property --tw-translate-x{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-translate-y{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-translate-z{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}', p6 = function({
|
|
21779
21779
|
state: e,
|
|
21780
21780
|
isLoading: t,
|
|
21781
21781
|
showLoadingState: i = !0,
|
|
@@ -21959,7 +21959,7 @@ function Ck({ id: e, children: t, className: i, ...o }) {
|
|
|
21959
21959
|
}
|
|
21960
21960
|
);
|
|
21961
21961
|
}
|
|
21962
|
-
const b6 = '/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid}}}@layer base,externals;@layer theme{:root,:host{--hci-color-gray-400:oklch(70.7% .022 261.325);--hci-spacing
|
|
21962
|
+
const b6 = '/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style: solid}}}@layer base,externals;@layer theme{:root,:host{--hci-color-gray-400: oklch(70.7% .022 261.325);--hci-spacing: .25rem}}@layer components;@layer utilities{.hci\\:flex{display:flex}.hci\\:max-h-screen{max-height:100vh}.hci\\:max-w-full{max-width:100%}.hci\\:min-w-64{min-width:calc(var(--hci-spacing) * 64)}.hci\\:flex-1{flex:1}.hci\\:flex-row-reverse{flex-direction:row-reverse}.hci\\:flex-wrap{flex-wrap:wrap}.hci\\:self-start{align-self:flex-start}.hci\\:overflow-x-hidden{overflow-x:hidden}.hci\\:overflow-y-auto{overflow-y:auto}.hci\\:overscroll-y-auto{overscroll-behavior-y:auto}.hci\\:border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.hci\\:border-gray-400{border-color:var(--hci-color-gray-400)}.hci\\:py-5{padding-block:calc(var(--hci-spacing) * 5)}.hci\\:pr-1{padding-right:calc(var(--hci-spacing) * 1)}.hci\\:pl-4{padding-left:calc(var(--hci-spacing) * 4)}.hci\\:wrap-break-word{overflow-wrap:break-word}.hci\\:will-change-transform{will-change:transform}@media(min-width:64rem){.hci\\:lg\\:max-w-1\\/6{max-width:16.6667%}.hci\\:lg\\:flex-nowrap{flex-wrap:nowrap}.hci\\:lg\\:pr-5{padding-right:calc(var(--hci-spacing) * 5)}}}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}', JP = ie.createContext(null);
|
|
21963
21963
|
function Tx() {
|
|
21964
21964
|
const e = ie.useContext(JP);
|
|
21965
21965
|
if (!e)
|
|
@@ -25767,7 +25767,7 @@ const mA = /* @__PURE__ */ ie.forwardRef(({
|
|
|
25767
25767
|
})));
|
|
25768
25768
|
});
|
|
25769
25769
|
mA.displayName = "SwiperSlide";
|
|
25770
|
-
const rU = '/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer base,properties;@layer externals{:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper .swiper-notification{pointer-events:none;opacity:0;z-index:-1000;position:absolute;top:0;left:0}:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size)/2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size)/2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - (var(--swiper-navigation-size)/2));margin-top:0;right:auto}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px)0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}.swiper-zoom-container{text-align:center;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{object-fit:contain;max-width:100%;max-height:100%}.swiper-slide-zoomed{cursor:move;touch-action:none}}@layer theme{:root,:host{--hci-color-gray-400:oklch(70.7% .022 261.325);--hci-color-primary:#2d4e9b;--hci-swiper-height:340px}}@layer components{.hci\\:swiper{--swiper-theme-color:var(--hci-color-primary);--swiper-pagination-bullet-inactive-color:var(--hci-color-gray-400);--swiper-pagination-bottom:0;--swiper-pagination-bullet-inactive-opacity:1;height:calc(var(--hci-swiper-height) + 36px)}.hci\\:swiper .swiper-wrapper{height:var(--hci-swiper-height)}.hci\\:swiper .swiper-pagination{line-height:16px}}@layer utilities{.hci\\:flex{display:flex}.hci\\:h-full{height:100%}.hci\\:flex-col{flex-direction:column}.hci\\:items-center{align-items:center}.hci\\:justify-center{justify-content:center}.hci\\:fill-gray-400{fill:var(--hci-color-gray-400)}}';
|
|
25770
|
+
const rU = '/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer base,properties;@layer externals{:root{--swiper-theme-color: #007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper .swiper-notification{pointer-events:none;opacity:0;z-index:-1000;position:absolute;top:0;left:0}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;color:var(--swiper-navigation-color, var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none;width:100%;height:100%}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0;right:auto}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translateZ(0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, #00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}.swiper-zoom-container{text-align:center;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{object-fit:contain;max-width:100%;max-height:100%}.swiper-slide-zoomed{cursor:move;touch-action:none}}@layer theme{:root,:host{--hci-color-gray-400: oklch(70.7% .022 261.325);--hci-color-primary: #2d4e9b;--hci-swiper-height: 340px}}@layer components{.hci\\:swiper{--swiper-theme-color: var(--hci-color-primary);--swiper-pagination-bullet-inactive-color: var(--hci-color-gray-400);--swiper-pagination-bottom: 0;--swiper-pagination-bullet-inactive-opacity: 1;height:calc(var(--hci-swiper-height) + 36px)}.hci\\:swiper .swiper-wrapper{height:var(--hci-swiper-height)}.hci\\:swiper .swiper-pagination{line-height:16px}}@layer utilities{.hci\\:flex{display:flex}.hci\\:h-full{height:100%}.hci\\:flex-col{flex-direction:column}.hci\\:items-center{align-items:center}.hci\\:justify-center{justify-content:center}.hci\\:fill-gray-400{fill:var(--hci-color-gray-400)}}';
|
|
25771
25771
|
function iU({
|
|
25772
25772
|
children: e,
|
|
25773
25773
|
thumbs: t,
|
|
@@ -25827,7 +25827,7 @@ function aU({ headerHtml: e }) {
|
|
|
25827
25827
|
)
|
|
25828
25828
|
] });
|
|
25829
25829
|
}
|
|
25830
|
-
const sU = '/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-font-weight:initial}}}@layer base,externals;@layer theme{:root,:host{--hci-font-weight-light:300}}@layer components;@layer utilities{.hci\\:flex{display:flex}.hci\\:items-center{align-items:center}.hci\\:justify-end{justify-content:flex-end}.hci\\:font-light{--tw-font-weight:var(--hci-font-weight-light);font-weight:var(--hci-font-weight-light)}}@property --tw-font-weight{syntax:"*";inherits:false}';
|
|
25830
|
+
const sU = '/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-font-weight: initial}}}@layer base,externals;@layer theme{:root,:host{--hci-font-weight-light: 300}}@layer components;@layer utilities{.hci\\:flex{display:flex}.hci\\:items-center{align-items:center}.hci\\:justify-end{justify-content:flex-end}.hci\\:font-light{--tw-font-weight: var(--hci-font-weight-light);font-weight:var(--hci-font-weight-light)}}@property --tw-font-weight{syntax: "*"; inherits: false}';
|
|
25831
25831
|
function lU({
|
|
25832
25832
|
onlineDate: e,
|
|
25833
25833
|
infoNumber: t
|
|
@@ -25895,7 +25895,7 @@ function hU({ titleHtml: e }) {
|
|
|
25895
25895
|
)
|
|
25896
25896
|
] });
|
|
25897
25897
|
}
|
|
25898
|
-
const mU = '/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-font-weight:initial}}}@layer base,externals;@layer theme{:root,:host{--hci-color-blue-100:oklch(93.2% .032 255.585);--hci-spacing
|
|
25898
|
+
const mU = '/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-font-weight: initial}}}@layer base,externals;@layer theme{:root,:host{--hci-color-blue-100: oklch(93.2% .032 255.585);--hci-spacing: .25rem;--hci-font-weight-semibold: 600;--hci-radius-md: .375rem}}@layer components;@layer utilities{.hci\\:mb-7{margin-bottom:calc(var(--hci-spacing) * 7)}.hci\\:cursor-pointer{cursor:pointer}.hci\\:rounded-md{border-radius:var(--hci-radius-md)}.hci\\:bg-blue-100{background-color:var(--hci-color-blue-100)}.hci\\:px-3{padding-inline:calc(var(--hci-spacing) * 3)}.hci\\:py-2{padding-block:calc(var(--hci-spacing) * 2)}.hci\\:font-semibold{--tw-font-weight: var(--hci-font-weight-semibold);font-weight:var(--hci-font-weight-semibold)}}@property --tw-font-weight{syntax: "*"; inherits: false}';
|
|
25899
25899
|
function gA({ productInfo: e }) {
|
|
25900
25900
|
return /* @__PURE__ */ B.jsxs(B.Fragment, { children: [
|
|
25901
25901
|
/* @__PURE__ */ B.jsx("style", { children: mU }),
|
|
@@ -25973,7 +25973,7 @@ function gA({ productInfo: e }) {
|
|
|
25973
25973
|
] })
|
|
25974
25974
|
] });
|
|
25975
25975
|
}
|
|
25976
|
-
const gU = '/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-font-weight:initial}}}@layer base,externals;@layer theme{:root,:host{--hci-color-red-500:oklch(63.7% .237 25.331);--hci-color-green-500:oklch(72.3% .219 149.579);--hci-color-gray-50:oklch(98.5% .002 247.839);--hci-color-gray-100:oklch(96.7% .003 264.542);--hci-color-gray-200:oklch(92.8% .006 264.531);--hci-color-gray-500:oklch(55.1% .027 264.364);--hci-color-gray-600:oklch(44.6% .03 256.802);--hci-spacing
|
|
25976
|
+
const gU = '/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style: solid;--tw-font-weight: initial}}}@layer base,externals;@layer theme{:root,:host{--hci-color-red-500: oklch(63.7% .237 25.331);--hci-color-green-500: oklch(72.3% .219 149.579);--hci-color-gray-50: oklch(98.5% .002 247.839);--hci-color-gray-100: oklch(96.7% .003 264.542);--hci-color-gray-200: oklch(92.8% .006 264.531);--hci-color-gray-500: oklch(55.1% .027 264.364);--hci-color-gray-600: oklch(44.6% .03 256.802);--hci-spacing: .25rem;--hci-text-xs: .75rem;--hci-text-xs--line-height: calc(1 / .75);--hci-text-sm: .875rem;--hci-text-sm--line-height: calc(1.25 / .875);--hci-font-weight-medium: 500;--hci-font-weight-semibold: 600;--hci-radius-lg: .5rem}}@layer components{.hci-article-list{container-type:inline-size}.hci-article-list__table{border-collapse:collapse;width:100%}.hci-article-list__row{border-bottom-style:var(--tw-border-style);border-bottom-width:1px;border-color:var(--hci-color-gray-200);transition:box-shadow .2s ease-in-out}.hci-article-list__row--expanded{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.hci-article-list__cell{padding-inline:calc(var(--hci-spacing) * 2);padding-block:calc(var(--hci-spacing) * 3);vertical-align:top;align-content:center}.hci-article-list__cell--pharmacode{width:120px}.hci-article-list__cell--gtin{width:136px}.hci-article-list__cell--price{text-align:right}.hci-article-list__cell--category{white-space:nowrap;width:90px}@container (max-width: 592px){.hci-article-list__table,.hci-article-list__table tbody,.hci-article-list__row,.hci-article-list__cell{display:block}.hci-article-list__row{margin-bottom:calc(var(--hci-spacing) * 2);border-radius:var(--hci-radius-lg);border-style:var(--tw-border-style);background-color:var(--hci-color-gray-50);padding-inline:calc(var(--hci-spacing) * 3);padding-block:calc(var(--hci-spacing) * 4);border-width:0}.hci-article-list__cell{width:auto;padding-inline:calc(var(--hci-spacing) * 0);padding-block:calc(var(--hci-spacing) * 0)}.hci-article-list__cell:first-child{margin-bottom:calc(var(--hci-spacing) * 3);border-bottom-style:var(--tw-border-style);border-bottom-width:1px;border-color:var(--hci-color-gray-200);padding-bottom:calc(var(--hci-spacing) * 3)}.hci-article-list__cell--pharmacode,.hci-article-list__cell--gtin{margin-right:calc(var(--hci-spacing) * 4);width:auto;display:inline}.hci-article-list__label-value,.hci-article-list__label,.hci-article-list__value{display:inline}.hci-article-list__cell--price{margin-top:calc(var(--hci-spacing) * 2);margin-bottom:calc(var(--hci-spacing) * 2);text-align:left;display:block}.hci-article-list__price{--tw-font-weight: var(--hci-font-weight-medium);font-weight:var(--hci-font-weight-medium)}.hci-article-list__cell--category,.hci-article-list__cell--reimbursement{width:auto;display:inline}.hci-article-list__cell--category{margin-right:calc(var(--hci-spacing) * 3);color:var(--hci-color-gray-500)}.hci-article-list__reimbursement-cell{align-items:center;display:inline-flex}.hci-article-list__row--expanded{margin-bottom:calc(var(--hci-spacing) * 0);border-bottom-right-radius:0;border-bottom-left-radius:0}.hci-article-list__limitation-row{border-bottom-width:0!important}.hci-article-list__limitation-row td{display:block}.hci-article-list__limitation-content{margin-top:calc(var(--hci-spacing) * 0);margin-bottom:calc(var(--hci-spacing) * 2);border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:var(--hci-radius-lg);border-bottom-left-radius:var(--hci-radius-lg)}}.hci-article-list__status-cell{align-items:baseline;gap:calc(var(--hci-spacing) * 2);display:flex}.hci-article-list__status{height:calc(var(--hci-spacing) * 2);width:calc(var(--hci-spacing) * 2);border-radius:3.40282e38px;flex-shrink:0}.hci-article-list__status--available{background-color:var(--hci-color-green-500)}.hci-article-list__status--shortage{background-color:var(--hci-color-red-500)}.hci-article-list__description{flex-direction:column;display:flex}.hci-article-list__description-text{font-size:var(--hci-text-sm);line-height:var(--tw-leading, var(--hci-text-sm--line-height))}.hci-article-list__status-text{font-size:var(--hci-text-xs);line-height:var(--tw-leading, var(--hci-text-xs--line-height));color:var(--hci-color-gray-500)}.hci-article-list__label-value{flex-direction:column;display:flex}.hci-article-list__label{font-size:var(--hci-text-sm);line-height:var(--tw-leading, var(--hci-text-sm--line-height));color:var(--hci-color-gray-500)}.hci-article-list__value,.hci-article-list__price,.hci-article-list__category{font-size:var(--hci-text-sm);line-height:var(--tw-leading, var(--hci-text-sm--line-height))}.hci-article-list__reimbursement-cell{justify-content:space-between;align-items:center;gap:calc(var(--hci-spacing) * 2);display:flex}.hci-article-list__reimbursement{font-size:var(--hci-text-sm);line-height:var(--tw-leading, var(--hci-text-sm--line-height))}.hci-article-list__expand-btn{cursor:pointer;border-style:var(--tw-border-style);padding:calc(var(--hci-spacing) * 1);color:var(--hci-color-gray-500);background-color:#0000;border-width:0;border-radius:.25rem}@media(hover:hover){.hci-article-list__expand-btn:hover{background-color:var(--hci-color-gray-100)}}.hci-article-list__expand-icon{transition:transform .2s ease-in-out;display:block}.hci-article-list__expand-btn--expanded .hci-article-list__expand-icon{transform:rotate(180deg)}.hci-article-list__limitation-row{border-bottom-style:var(--tw-border-style);border-bottom-width:1px;border-color:var(--hci-color-gray-200)}.hci-article-list__limitation-cell{padding:calc(var(--hci-spacing) * 0)}.hci-article-list__limitation{max-height:0;transition:max-height .3s ease-in-out;overflow:hidden}.hci-article-list__limitation--visible{max-height:500px}.hci-article-list__limitation-content{background-color:var(--hci-color-gray-50);padding-inline:calc(var(--hci-spacing) * 4);padding-block:calc(var(--hci-spacing) * 3);font-size:var(--hci-text-sm);line-height:var(--tw-leading, var(--hci-text-sm--line-height));color:var(--hci-color-gray-600)}.hci-article-list__limitation-content p{margin-top:calc(var(--hci-spacing) * 0);margin-bottom:calc(var(--hci-spacing) * 2)}.hci-article-list__limitation-content p:last-child{margin-bottom:calc(var(--hci-spacing) * 0)}.hci-article-list__limitation-content b{--tw-font-weight: var(--hci-font-weight-semibold);font-weight:var(--hci-font-weight-semibold)}.hci-article-list__limitation-content br{margin-bottom:4px;display:block}}@layer utilities;@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-font-weight{syntax: "*"; inherits: false}', yU = ({ article: e, labels: t }) => {
|
|
25977
25977
|
const [i, o] = ie.useState(!1), c = !!e.limitation, u = e.status === "available" ? t.available : t.shortage, m = e.price ? `${e.currency} ${e.price.toFixed(2)}` : "", v = e.category ? `${t.categoryPrefix} ${e.category}` : "";
|
|
25978
25978
|
return /* @__PURE__ */ B.jsxs(B.Fragment, { children: [
|
|
25979
25979
|
/* @__PURE__ */ B.jsxs(
|
|
@@ -26118,7 +26118,7 @@ function wU({
|
|
|
26118
26118
|
}) {
|
|
26119
26119
|
return /* @__PURE__ */ B.jsx(tP, { ...t, children: e });
|
|
26120
26120
|
}
|
|
26121
|
-
const SU = '/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-font-weight:initial;--tw-border-style:solid}}}@layer base,externals;@layer theme{:root,:host{--hci-color-blue-600:oklch(54.6% .245 262.881);--hci-color-blue-800:oklch(42.4% .199 265.638);--hci-color-gray-100:oklch(96.7% .003 264.542);--hci-color-gray-700:oklch(37.3% .034 259.733);--hci-color-gray-900:oklch(21% .034 264.665);--hci-spacing
|
|
26121
|
+
const SU = '/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-font-weight: initial;--tw-border-style: solid}}}@layer base,externals;@layer theme{:root,:host{--hci-color-blue-600: oklch(54.6% .245 262.881);--hci-color-blue-800: oklch(42.4% .199 265.638);--hci-color-gray-100: oklch(96.7% .003 264.542);--hci-color-gray-700: oklch(37.3% .034 259.733);--hci-color-gray-900: oklch(21% .034 264.665);--hci-spacing: .25rem;--hci-text-sm: .875rem;--hci-text-sm--line-height: calc(1.25 / .875);--hci-text-lg: 1.125rem;--hci-text-lg--line-height: calc(1.75 / 1.125);--hci-font-weight-semibold: 600;--hci-radius-lg: .5rem}}@layer components{.hci-product-brevier{gap:calc(var(--hci-spacing) * 4);flex-direction:column;display:flex}.hci-product-brevier__item{border-radius:var(--hci-radius-lg);background-color:var(--hci-color-gray-100);width:100%;padding:calc(var(--hci-spacing) * 6)}.hci-product-brevier__title{margin:calc(var(--hci-spacing) * 0);margin-bottom:calc(var(--hci-spacing) * 3);font-size:var(--hci-text-lg);line-height:var(--tw-leading, var(--hci-text-lg--line-height));--tw-font-weight: var(--hci-font-weight-semibold);font-weight:var(--hci-font-weight-semibold);color:var(--hci-color-gray-900)}.hci-product-brevier__content{margin-bottom:calc(var(--hci-spacing) * 4);font-size:var(--hci-text-sm);line-height:var(--tw-leading, var(--hci-text-sm--line-height));color:var(--hci-color-gray-700)}.hci-product-brevier__content p{margin-top:calc(var(--hci-spacing) * 0);margin-bottom:calc(var(--hci-spacing) * 2)}.hci-product-brevier__content p:last-child{margin-bottom:calc(var(--hci-spacing) * 0)}.hci-product-brevier__content ul,.hci-product-brevier__content ol{margin-top:calc(var(--hci-spacing) * 0);margin-bottom:calc(var(--hci-spacing) * 2);padding-left:calc(var(--hci-spacing) * 4)}.hci-product-brevier__content li{margin-bottom:calc(var(--hci-spacing) * 1)}.hci-product-brevier__link{border-style:var(--tw-border-style);font-size:var(--hci-text-sm);line-height:var(--tw-leading, var(--hci-text-sm--line-height));color:var(--hci-color-blue-600);cursor:pointer;padding:calc(var(--hci-spacing) * 0);background-color:#0000;border-width:0;text-decoration-line:underline}@media(hover:hover){.hci-product-brevier__link:hover{color:var(--hci-color-blue-800)}}}@layer utilities;@property --tw-font-weight{syntax: "*"; inherits: false}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}', EU = ({
|
|
26122
26122
|
item: e,
|
|
26123
26123
|
onLinkClick: t
|
|
26124
26124
|
}) => {
|
|
@@ -26158,7 +26158,7 @@ const SU = '/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@l
|
|
|
26158
26158
|
},
|
|
26159
26159
|
o.id
|
|
26160
26160
|
)) })
|
|
26161
|
-
] }), _U = '/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-font-weight:initial}}}@layer base,externals;@layer theme{:root,:host{--hci-color-gray-900:oklch(21% .034 264.665);--hci-spacing
|
|
26161
|
+
] }), _U = '/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-font-weight: initial}}}@layer base,externals;@layer theme{:root,:host{--hci-color-gray-900: oklch(21% .034 264.665);--hci-spacing: .25rem;--hci-text-2xl: 1.5rem;--hci-text-2xl--line-height: calc(2 / 1.5);--hci-font-weight-bold: 700}}@layer components;@layer utilities{.hci\\:mb-4{margin-bottom:calc(var(--hci-spacing) * 4)}.hci\\:w-full{width:100%}.hci\\:text-2xl{font-size:var(--hci-text-2xl);line-height:var(--tw-leading, var(--hci-text-2xl--line-height))}.hci\\:font-bold{--tw-font-weight: var(--hci-font-weight-bold);font-weight:var(--hci-font-weight-bold)}.hci\\:text-gray-900{color:var(--hci-color-gray-900)}}@property --tw-font-weight{syntax: "*"; inherits: false}';
|
|
26162
26162
|
function xU({
|
|
26163
26163
|
title: e,
|
|
26164
26164
|
overviewLabel: t,
|
|
@@ -26220,7 +26220,7 @@ function TU({
|
|
|
26220
26220
|
}
|
|
26221
26221
|
) }, i.alt)) });
|
|
26222
26222
|
}
|
|
26223
|
-
const CU = "/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer base,properties,externals;@layer theme{:root,:host{--hci-spacing
|
|
26223
|
+
const CU = "/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer base,properties,externals;@layer theme{:root,:host{--hci-spacing: .25rem}}@layer components{.hci-product-overview{gap:calc(var(--hci-spacing) * 6);flex-direction:column;width:100%;display:flex;container-type:inline-size}.hci-product-overview__top{gap:calc(var(--hci-spacing) * 6);flex-direction:column;display:flex}.hci-product-overview__images{width:100%}.hci-product-overview__list{width:100%;container-type:inline-size}@container (min-width: 768px){.hci-product-overview__top{flex-direction:row;align-items:flex-start}.hci-product-overview__list{min-width:calc(var(--hci-spacing) * 0);flex:1}.hci-product-overview__images{flex-shrink:0;max-width:35%}}.hci-product-overview__brevier,.hci-product-overview__articles{width:100%}}@layer utilities;", IU = ({
|
|
26224
26224
|
overviewListContent: e,
|
|
26225
26225
|
imagesContent: t,
|
|
26226
26226
|
brevierContent: i,
|
|
@@ -26236,7 +26236,7 @@ const CU = "/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@l
|
|
|
26236
26236
|
i && /* @__PURE__ */ B.jsx("div", { className: "hci-product-overview__brevier", children: i }),
|
|
26237
26237
|
/* @__PURE__ */ B.jsx("div", { className: "hci-product-overview__articles", children: o })
|
|
26238
26238
|
] })
|
|
26239
|
-
] }), OU = '/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-font-weight:initial}}}@layer base,externals;@layer theme{:root,:host{--hci-color-gray-200:oklch(92.8% .006 264.531);--hci-color-gray-700:oklch(37.3% .034 259.733);--hci-color-gray-900:oklch(21% .034 264.665);--hci-spacing
|
|
26239
|
+
] }), OU = '/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style: solid;--tw-font-weight: initial}}}@layer base,externals;@layer theme{:root,:host{--hci-color-gray-200: oklch(92.8% .006 264.531);--hci-color-gray-700: oklch(37.3% .034 259.733);--hci-color-gray-900: oklch(21% .034 264.665);--hci-spacing: .25rem;--hci-text-sm: .875rem;--hci-text-sm--line-height: calc(1.25 / .875);--hci-font-weight-semibold: 600}}@layer components{.hci-product-overview-list{flex-direction:column;display:flex;container-type:inline-size}.hci-product-overview-list__row{padding-block:calc(var(--hci-spacing) * 3);border-bottom-style:var(--tw-border-style);border-bottom-width:1px;border-color:var(--hci-color-gray-200);flex-direction:column;display:flex}.hci-product-overview-list__row:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.hci-product-overview-list__label{margin-bottom:calc(var(--hci-spacing) * 1);font-size:var(--hci-text-sm);line-height:var(--tw-leading, var(--hci-text-sm--line-height));--tw-font-weight: var(--hci-font-weight-semibold);font-weight:var(--hci-font-weight-semibold);color:var(--hci-color-gray-900)}.hci-product-overview-list__value{font-size:var(--hci-text-sm);line-height:var(--tw-leading, var(--hci-text-sm--line-height));color:var(--hci-color-gray-700)}@container (min-width: 480px){.hci-product-overview-list__row{align-items:baseline;gap:calc(var(--hci-spacing) * 4);flex-direction:row}.hci-product-overview-list__label{margin-bottom:calc(var(--hci-spacing) * 0);flex-shrink:0;width:35%}.hci-product-overview-list__value{flex:1}}}@layer utilities;@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-font-weight{syntax: "*"; inherits: false}', RU = ({
|
|
26240
26240
|
items: e,
|
|
26241
26241
|
className: t
|
|
26242
26242
|
}) => e.length === 0 ? null : /* @__PURE__ */ B.jsxs(B.Fragment, { children: [
|
package/package.json
CHANGED