@elmethis/qwik 1.0.0-alpha.22 → 1.0.0-alpha.23
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/lib/index.qwik.cjs +15 -17
- package/lib/index.qwik.mjs +15 -17
- package/lib/q-manifest.json +4 -4
- package/lib/style.css +9 -10
- package/package.json +1 -1
package/lib/index.qwik.cjs
CHANGED
|
@@ -7506,13 +7506,13 @@ const ElmToggleTheme = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$
|
|
|
7506
7506
|
], 3, null)
|
|
7507
7507
|
], 2, "7Z_1"), 1, "7Z_2");
|
|
7508
7508
|
}, "ElmToggleTheme_component_UCPPH0ZjWO4"));
|
|
7509
|
-
const container = "
|
|
7510
|
-
const icon = "
|
|
7511
|
-
const chunk = "
|
|
7512
|
-
const chevron = "
|
|
7509
|
+
const container = "_container_19tkl_1";
|
|
7510
|
+
const icon = "_icon_19tkl_23";
|
|
7511
|
+
const chunk = "_chunk_19tkl_36";
|
|
7512
|
+
const chevron = "_chevron_19tkl_41";
|
|
7513
7513
|
const styles$5 = {
|
|
7514
7514
|
container,
|
|
7515
|
-
"link-container": "_link-
|
|
7515
|
+
"link-container": "_link-container_19tkl_9",
|
|
7516
7516
|
icon,
|
|
7517
7517
|
chunk,
|
|
7518
7518
|
chevron
|
|
@@ -7534,24 +7534,22 @@ const ElmBreadcrumb = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__ */ core$1
|
|
|
7534
7534
|
}, {
|
|
7535
7535
|
class: styles$5["link-container"]
|
|
7536
7536
|
}, [
|
|
7537
|
-
/* @__PURE__ */ core$1._jsxSorted(
|
|
7538
|
-
class: styles$5.icon
|
|
7539
|
-
}, /* @__PURE__ */ core$1._jsxSorted(ElmMdiIcon, {
|
|
7537
|
+
/* @__PURE__ */ core$1._jsxSorted(ElmMdiIcon, {
|
|
7540
7538
|
d: index === 0 ? js.mdiHome : index === _rawProps.links.length - 1 ? js.mdiApplicationOutline : js.mdiFolderOpen
|
|
7541
7539
|
}, {
|
|
7542
|
-
|
|
7543
|
-
|
|
7540
|
+
class: styles$5.icon,
|
|
7541
|
+
size: "1rem"
|
|
7542
|
+
}, null, 3, "wL_0"),
|
|
7544
7543
|
/* @__PURE__ */ core$1._jsxSorted("span", null, {
|
|
7545
7544
|
class: styles$5.chunk
|
|
7546
|
-
},
|
|
7545
|
+
}, core$1._wrapProp(link2, "text"), 1, null)
|
|
7547
7546
|
], 0, null),
|
|
7548
|
-
_rawProps.links.length !== index + 1 && /* @__PURE__ */ core$1._jsxSorted(
|
|
7549
|
-
class: styles$5.chevron
|
|
7550
|
-
}, /* @__PURE__ */ core$1._jsxSorted(ElmMdiIcon, null, {
|
|
7547
|
+
_rawProps.links.length !== index + 1 && /* @__PURE__ */ core$1._jsxSorted(ElmMdiIcon, null, {
|
|
7548
|
+
class: styles$5.chevron,
|
|
7551
7549
|
d: js.mdiChevronRight,
|
|
7552
|
-
size: "
|
|
7553
|
-
}, null, 3, "
|
|
7554
|
-
], 1, "
|
|
7550
|
+
size: "1rem"
|
|
7551
|
+
}, null, 3, "wL_1")
|
|
7552
|
+
], 1, "wL_2")), 0, "wL_3");
|
|
7555
7553
|
}, "ElmBreadcrumb_component_Bm4cHEZjNRM"));
|
|
7556
7554
|
const wrapper = "_wrapper_1uubg_1";
|
|
7557
7555
|
const partial = "_partial_1uubg_30";
|
package/lib/index.qwik.mjs
CHANGED
|
@@ -7484,13 +7484,13 @@ const ElmToggleTheme = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((
|
|
|
7484
7484
|
], 3, null)
|
|
7485
7485
|
], 2, "7Z_1"), 1, "7Z_2");
|
|
7486
7486
|
}, "ElmToggleTheme_component_UCPPH0ZjWO4"));
|
|
7487
|
-
const container = "
|
|
7488
|
-
const icon = "
|
|
7489
|
-
const chunk = "
|
|
7490
|
-
const chevron = "
|
|
7487
|
+
const container = "_container_19tkl_1";
|
|
7488
|
+
const icon = "_icon_19tkl_23";
|
|
7489
|
+
const chunk = "_chunk_19tkl_36";
|
|
7490
|
+
const chevron = "_chevron_19tkl_41";
|
|
7491
7491
|
const styles$5 = {
|
|
7492
7492
|
container,
|
|
7493
|
-
"link-container": "_link-
|
|
7493
|
+
"link-container": "_link-container_19tkl_9",
|
|
7494
7494
|
icon,
|
|
7495
7495
|
chunk,
|
|
7496
7496
|
chevron
|
|
@@ -7512,24 +7512,22 @@ const ElmBreadcrumb = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_
|
|
|
7512
7512
|
}, {
|
|
7513
7513
|
class: styles$5["link-container"]
|
|
7514
7514
|
}, [
|
|
7515
|
-
/* @__PURE__ */ _jsxSorted(
|
|
7516
|
-
class: styles$5.icon
|
|
7517
|
-
}, /* @__PURE__ */ _jsxSorted(ElmMdiIcon, {
|
|
7515
|
+
/* @__PURE__ */ _jsxSorted(ElmMdiIcon, {
|
|
7518
7516
|
d: index === 0 ? mdiHome : index === _rawProps.links.length - 1 ? mdiApplicationOutline : mdiFolderOpen
|
|
7519
7517
|
}, {
|
|
7520
|
-
|
|
7521
|
-
|
|
7518
|
+
class: styles$5.icon,
|
|
7519
|
+
size: "1rem"
|
|
7520
|
+
}, null, 3, "wL_0"),
|
|
7522
7521
|
/* @__PURE__ */ _jsxSorted("span", null, {
|
|
7523
7522
|
class: styles$5.chunk
|
|
7524
|
-
},
|
|
7523
|
+
}, _wrapProp(link2, "text"), 1, null)
|
|
7525
7524
|
], 0, null),
|
|
7526
|
-
_rawProps.links.length !== index + 1 && /* @__PURE__ */ _jsxSorted(
|
|
7527
|
-
class: styles$5.chevron
|
|
7528
|
-
}, /* @__PURE__ */ _jsxSorted(ElmMdiIcon, null, {
|
|
7525
|
+
_rawProps.links.length !== index + 1 && /* @__PURE__ */ _jsxSorted(ElmMdiIcon, null, {
|
|
7526
|
+
class: styles$5.chevron,
|
|
7529
7527
|
d: mdiChevronRight,
|
|
7530
|
-
size: "
|
|
7531
|
-
}, null, 3, "
|
|
7532
|
-
], 1, "
|
|
7528
|
+
size: "1rem"
|
|
7529
|
+
}, null, 3, "wL_1")
|
|
7530
|
+
], 1, "wL_2")), 0, "wL_3");
|
|
7533
7531
|
}, "ElmBreadcrumb_component_Bm4cHEZjNRM"));
|
|
7534
7532
|
const wrapper = "_wrapper_1uubg_1";
|
|
7535
7533
|
const partial = "_partial_1uubg_30";
|
package/lib/q-manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1",
|
|
3
|
-
"manifestHash": "
|
|
3
|
+
"manifestHash": "ryop5t",
|
|
4
4
|
"options": {
|
|
5
5
|
"target": "lib",
|
|
6
6
|
"buildMode": "development",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"mapping": {},
|
|
31
31
|
"bundles": {
|
|
32
32
|
"../index.qwik.cjs": {
|
|
33
|
-
"size":
|
|
34
|
-
"total":
|
|
33
|
+
"size": 523912,
|
|
34
|
+
"total": 523912,
|
|
35
35
|
"origins": [
|
|
36
36
|
"src/components/a2ui/catalog/basic-catalog.tsx",
|
|
37
37
|
"src/components/a2ui/catalog/block-catalog.tsx",
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
"assets": {
|
|
209
209
|
"style.css": {
|
|
210
210
|
"name": "style.css.css",
|
|
211
|
-
"size":
|
|
211
|
+
"size": 77528
|
|
212
212
|
},
|
|
213
213
|
"assets/bundle-graph.BqrDAOEV.json": {
|
|
214
214
|
"name": "bundle-graph.json",
|
package/lib/style.css
CHANGED
|
@@ -3045,7 +3045,7 @@ select._field-input_8yo2s_157 {
|
|
|
3045
3045
|
box-shadow: 0 0 0.125rem light-dark(rgb(0 0 0 / 30%), rgb(0 0 0 / 60%));
|
|
3046
3046
|
background-color: light-dark(rgb(255 255 255 / 20%), rgb(0 0 0 / 20%));
|
|
3047
3047
|
}
|
|
3048
|
-
.
|
|
3048
|
+
._container_19tkl_1 {
|
|
3049
3049
|
display: flex;
|
|
3050
3050
|
flex-flow: row wrap;
|
|
3051
3051
|
align-items: center;
|
|
@@ -3053,11 +3053,11 @@ select._field-input_8yo2s_157 {
|
|
|
3053
3053
|
user-select: none;
|
|
3054
3054
|
}
|
|
3055
3055
|
|
|
3056
|
-
._link-
|
|
3056
|
+
._link-container_19tkl_9 {
|
|
3057
3057
|
display: flex;
|
|
3058
3058
|
flex-direction: row;
|
|
3059
3059
|
align-items: center;
|
|
3060
|
-
gap: 0;
|
|
3060
|
+
gap: 0.25rem;
|
|
3061
3061
|
box-sizing: border-box;
|
|
3062
3062
|
padding: 0.25rem;
|
|
3063
3063
|
border-radius: 0.25rem;
|
|
@@ -3067,26 +3067,25 @@ select._field-input_8yo2s_157 {
|
|
|
3067
3067
|
opacity 100ms,
|
|
3068
3068
|
transform 100ms;
|
|
3069
3069
|
|
|
3070
|
-
.
|
|
3070
|
+
._icon_19tkl_23 {
|
|
3071
3071
|
color: var(--elmethis-color-neutral);
|
|
3072
3072
|
}
|
|
3073
3073
|
|
|
3074
3074
|
&:hover {
|
|
3075
3075
|
background-color: oklch(from var(--elmethis-color-primary) l c h / 25%);
|
|
3076
|
-
transform: translateX(-1px) translateY(-1px);
|
|
3077
3076
|
}
|
|
3078
3077
|
|
|
3079
3078
|
&:active {
|
|
3080
|
-
|
|
3081
|
-
transform: translateX(1px) translateY(1px);
|
|
3079
|
+
background-color: oklch(from var(--elmethis-color-primary) l c h / 50%);
|
|
3082
3080
|
}
|
|
3083
3081
|
}
|
|
3084
3082
|
|
|
3085
|
-
.
|
|
3086
|
-
|
|
3083
|
+
._chunk_19tkl_36 {
|
|
3084
|
+
color: var(--elmethis-color-neutral);
|
|
3085
|
+
user-select: none;
|
|
3087
3086
|
}
|
|
3088
3087
|
|
|
3089
|
-
.
|
|
3088
|
+
._chevron_19tkl_41 {
|
|
3090
3089
|
padding: 0 0.25rem;
|
|
3091
3090
|
color: var(--elmethis-color-primary);
|
|
3092
3091
|
}
|