@elmethis/qwik 1.0.0-alpha.21 → 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 +43 -37
- package/lib/index.qwik.mjs +43 -37
- package/lib/q-manifest.json +4 -4
- package/lib/style.css +27 -28
- package/package.json +1 -1
package/lib/index.qwik.cjs
CHANGED
|
@@ -3341,12 +3341,12 @@ const styles$r = {
|
|
|
3341
3341
|
"plus-button": "_plus-button_1cg4b_64",
|
|
3342
3342
|
"submit-button": "_submit-button_1cg4b_81"
|
|
3343
3343
|
};
|
|
3344
|
-
const panel = "_panel_8yo2s_1";
|
|
3344
|
+
const panel$1 = "_panel_8yo2s_1";
|
|
3345
3345
|
const empty = "_empty_8yo2s_16";
|
|
3346
3346
|
const form = "_form_8yo2s_86";
|
|
3347
3347
|
const error$1 = "_error_8yo2s_135";
|
|
3348
3348
|
const styles$q = {
|
|
3349
|
-
panel,
|
|
3349
|
+
panel: panel$1,
|
|
3350
3350
|
empty,
|
|
3351
3351
|
"prompt-row": "_prompt-row_8yo2s_23",
|
|
3352
3352
|
"prompt-row-active": "_prompt-row-active_8yo2s_34",
|
|
@@ -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";
|
|
@@ -7824,30 +7822,33 @@ const ElmColorPrimitiveSample = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__
|
|
|
7824
7822
|
], 1, _rawProps2.hue))
|
|
7825
7823
|
], 1, "MO_1");
|
|
7826
7824
|
}, "ElmColorPrimitiveSample_component_X8o8xJN064U"));
|
|
7827
|
-
const toolbar = "
|
|
7828
|
-
const panels = "
|
|
7829
|
-
const header = "
|
|
7830
|
-
const body = "
|
|
7831
|
-
const group = "
|
|
7832
|
-
const
|
|
7833
|
-
const
|
|
7825
|
+
const toolbar = "_toolbar_6i1j1_6";
|
|
7826
|
+
const panels = "_panels_6i1j1_33";
|
|
7827
|
+
const header = "_header_6i1j1_38";
|
|
7828
|
+
const body = "_body_6i1j1_49";
|
|
7829
|
+
const group = "_group_6i1j1_63";
|
|
7830
|
+
const panel = "_panel_6i1j1_33";
|
|
7831
|
+
const surface = "_surface_6i1j1_86";
|
|
7832
|
+
const foreground = "_foreground_6i1j1_97";
|
|
7834
7833
|
const styles$2 = {
|
|
7835
|
-
"elm-color-semantic-sample": "_elm-color-semantic-
|
|
7834
|
+
"elm-color-semantic-sample": "_elm-color-semantic-sample_6i1j1_1",
|
|
7836
7835
|
toolbar,
|
|
7837
|
-
"mode-toggle": "_mode-
|
|
7838
|
-
"mode-toggle-icon": "_mode-toggle-
|
|
7836
|
+
"mode-toggle": "_mode-toggle_6i1j1_11",
|
|
7837
|
+
"mode-toggle-icon": "_mode-toggle-icon_6i1j1_24",
|
|
7839
7838
|
panels,
|
|
7840
7839
|
header,
|
|
7841
7840
|
body,
|
|
7842
|
-
"section-title": "_section-
|
|
7841
|
+
"section-title": "_section-title_6i1j1_56",
|
|
7843
7842
|
group,
|
|
7843
|
+
panel,
|
|
7844
|
+
"panel-body": "_panel-body_6i1j1_72",
|
|
7844
7845
|
surface,
|
|
7845
7846
|
foreground,
|
|
7846
|
-
"accent-pair": "_accent-
|
|
7847
|
-
"color-sample-container": "_color-sample-
|
|
7848
|
-
"color-sample": "_color-
|
|
7849
|
-
"color-sample-bg": "_color-sample-
|
|
7850
|
-
"color-sample-name": "_color-sample-
|
|
7847
|
+
"accent-pair": "_accent-pair_6i1j1_102",
|
|
7848
|
+
"color-sample-container": "_color-sample-container_6i1j1_112",
|
|
7849
|
+
"color-sample": "_color-sample_6i1j1_112",
|
|
7850
|
+
"color-sample-bg": "_color-sample-bg_6i1j1_121",
|
|
7851
|
+
"color-sample-name": "_color-sample-name_6i1j1_127"
|
|
7851
7852
|
};
|
|
7852
7853
|
const _hf0$1 = (p0, p1) => p0.copiedToken.value === p1 ? "copied!" : p1;
|
|
7853
7854
|
const _hf1$1 = (p0) => ({
|
|
@@ -7994,12 +7995,17 @@ const ElmColorSemanticSample = /* @__PURE__ */ core$1.componentQrl(/* @__PURE__
|
|
|
7994
7995
|
return (
|
|
7995
7996
|
// `color-scheme` drives native light-dark() token resolution;
|
|
7996
7997
|
// `data-theme` covers the few non-color overrides that can't use it.
|
|
7997
|
-
|
|
7998
|
+
// Plain elements (not <html>/<body>) so the sample can be nested
|
|
7999
|
+
// inside a page; `color-scheme`/`data-theme` apply to any element.
|
|
8000
|
+
/* @__PURE__ */ core$1._jsxSorted("div", {
|
|
7998
8001
|
"data-theme": core$1._wrapProp(props, "theme"),
|
|
7999
8002
|
style: core$1._fnSignal(_hf1$1, [
|
|
8000
8003
|
props
|
|
8001
8004
|
])
|
|
8002
|
-
},
|
|
8005
|
+
}, {
|
|
8006
|
+
class: styles$2.panel
|
|
8007
|
+
}, /* @__PURE__ */ core$1._jsxSorted("div", null, {
|
|
8008
|
+
class: styles$2["panel-body"],
|
|
8003
8009
|
style: {
|
|
8004
8010
|
backgroundColor: "var(--elmethis-color-surface-base)"
|
|
8005
8011
|
}
|
package/lib/index.qwik.mjs
CHANGED
|
@@ -3319,12 +3319,12 @@ const styles$r = {
|
|
|
3319
3319
|
"plus-button": "_plus-button_1cg4b_64",
|
|
3320
3320
|
"submit-button": "_submit-button_1cg4b_81"
|
|
3321
3321
|
};
|
|
3322
|
-
const panel = "_panel_8yo2s_1";
|
|
3322
|
+
const panel$1 = "_panel_8yo2s_1";
|
|
3323
3323
|
const empty = "_empty_8yo2s_16";
|
|
3324
3324
|
const form = "_form_8yo2s_86";
|
|
3325
3325
|
const error$1 = "_error_8yo2s_135";
|
|
3326
3326
|
const styles$q = {
|
|
3327
|
-
panel,
|
|
3327
|
+
panel: panel$1,
|
|
3328
3328
|
empty,
|
|
3329
3329
|
"prompt-row": "_prompt-row_8yo2s_23",
|
|
3330
3330
|
"prompt-row-active": "_prompt-row-active_8yo2s_34",
|
|
@@ -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";
|
|
@@ -7802,30 +7800,33 @@ const ElmColorPrimitiveSample = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inl
|
|
|
7802
7800
|
], 1, _rawProps2.hue))
|
|
7803
7801
|
], 1, "MO_1");
|
|
7804
7802
|
}, "ElmColorPrimitiveSample_component_X8o8xJN064U"));
|
|
7805
|
-
const toolbar = "
|
|
7806
|
-
const panels = "
|
|
7807
|
-
const header = "
|
|
7808
|
-
const body = "
|
|
7809
|
-
const group = "
|
|
7810
|
-
const
|
|
7811
|
-
const
|
|
7803
|
+
const toolbar = "_toolbar_6i1j1_6";
|
|
7804
|
+
const panels = "_panels_6i1j1_33";
|
|
7805
|
+
const header = "_header_6i1j1_38";
|
|
7806
|
+
const body = "_body_6i1j1_49";
|
|
7807
|
+
const group = "_group_6i1j1_63";
|
|
7808
|
+
const panel = "_panel_6i1j1_33";
|
|
7809
|
+
const surface = "_surface_6i1j1_86";
|
|
7810
|
+
const foreground = "_foreground_6i1j1_97";
|
|
7812
7811
|
const styles$2 = {
|
|
7813
|
-
"elm-color-semantic-sample": "_elm-color-semantic-
|
|
7812
|
+
"elm-color-semantic-sample": "_elm-color-semantic-sample_6i1j1_1",
|
|
7814
7813
|
toolbar,
|
|
7815
|
-
"mode-toggle": "_mode-
|
|
7816
|
-
"mode-toggle-icon": "_mode-toggle-
|
|
7814
|
+
"mode-toggle": "_mode-toggle_6i1j1_11",
|
|
7815
|
+
"mode-toggle-icon": "_mode-toggle-icon_6i1j1_24",
|
|
7817
7816
|
panels,
|
|
7818
7817
|
header,
|
|
7819
7818
|
body,
|
|
7820
|
-
"section-title": "_section-
|
|
7819
|
+
"section-title": "_section-title_6i1j1_56",
|
|
7821
7820
|
group,
|
|
7821
|
+
panel,
|
|
7822
|
+
"panel-body": "_panel-body_6i1j1_72",
|
|
7822
7823
|
surface,
|
|
7823
7824
|
foreground,
|
|
7824
|
-
"accent-pair": "_accent-
|
|
7825
|
-
"color-sample-container": "_color-sample-
|
|
7826
|
-
"color-sample": "_color-
|
|
7827
|
-
"color-sample-bg": "_color-sample-
|
|
7828
|
-
"color-sample-name": "_color-sample-
|
|
7825
|
+
"accent-pair": "_accent-pair_6i1j1_102",
|
|
7826
|
+
"color-sample-container": "_color-sample-container_6i1j1_112",
|
|
7827
|
+
"color-sample": "_color-sample_6i1j1_112",
|
|
7828
|
+
"color-sample-bg": "_color-sample-bg_6i1j1_121",
|
|
7829
|
+
"color-sample-name": "_color-sample-name_6i1j1_127"
|
|
7829
7830
|
};
|
|
7830
7831
|
const _hf0$1 = (p0, p1) => p0.copiedToken.value === p1 ? "copied!" : p1;
|
|
7831
7832
|
const _hf1$1 = (p0) => ({
|
|
@@ -7972,12 +7973,17 @@ const ElmColorSemanticSample = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inli
|
|
|
7972
7973
|
return (
|
|
7973
7974
|
// `color-scheme` drives native light-dark() token resolution;
|
|
7974
7975
|
// `data-theme` covers the few non-color overrides that can't use it.
|
|
7975
|
-
|
|
7976
|
+
// Plain elements (not <html>/<body>) so the sample can be nested
|
|
7977
|
+
// inside a page; `color-scheme`/`data-theme` apply to any element.
|
|
7978
|
+
/* @__PURE__ */ _jsxSorted("div", {
|
|
7976
7979
|
"data-theme": _wrapProp(props, "theme"),
|
|
7977
7980
|
style: _fnSignal(_hf1$1, [
|
|
7978
7981
|
props
|
|
7979
7982
|
])
|
|
7980
|
-
},
|
|
7983
|
+
}, {
|
|
7984
|
+
class: styles$2.panel
|
|
7985
|
+
}, /* @__PURE__ */ _jsxSorted("div", null, {
|
|
7986
|
+
class: styles$2["panel-body"],
|
|
7981
7987
|
style: {
|
|
7982
7988
|
backgroundColor: "var(--elmethis-color-surface-base)"
|
|
7983
7989
|
}
|
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
|
}
|
|
@@ -3291,17 +3290,17 @@ select._field-input_8yo2s_157 {
|
|
|
3291
3290
|
text-align: center;
|
|
3292
3291
|
}
|
|
3293
3292
|
}
|
|
3294
|
-
._elm-color-semantic-
|
|
3293
|
+
._elm-color-semantic-sample_6i1j1_1 {
|
|
3295
3294
|
display: flex;
|
|
3296
3295
|
flex-direction: column;
|
|
3297
3296
|
gap: 0.75rem;
|
|
3298
3297
|
|
|
3299
|
-
.
|
|
3298
|
+
._toolbar_6i1j1_6 {
|
|
3300
3299
|
display: flex;
|
|
3301
3300
|
justify-content: flex-end;
|
|
3302
3301
|
}
|
|
3303
3302
|
|
|
3304
|
-
._mode-
|
|
3303
|
+
._mode-toggle_6i1j1_11 {
|
|
3305
3304
|
cursor: pointer;
|
|
3306
3305
|
display: inline-flex;
|
|
3307
3306
|
align-items: center;
|
|
@@ -3314,7 +3313,7 @@ select._field-input_8yo2s_157 {
|
|
|
3314
3313
|
font-family: monospace;
|
|
3315
3314
|
font-size: 0.75rem;
|
|
3316
3315
|
|
|
3317
|
-
._mode-toggle-
|
|
3316
|
+
._mode-toggle-icon_6i1j1_24 {
|
|
3318
3317
|
color: var(--elmethis-color-primary);
|
|
3319
3318
|
}
|
|
3320
3319
|
|
|
@@ -3323,12 +3322,12 @@ select._field-input_8yo2s_157 {
|
|
|
3323
3322
|
}
|
|
3324
3323
|
}
|
|
3325
3324
|
|
|
3326
|
-
.
|
|
3325
|
+
._panels_6i1j1_33 {
|
|
3327
3326
|
display: flex;
|
|
3328
3327
|
justify-content: space-around;
|
|
3329
3328
|
}
|
|
3330
3329
|
|
|
3331
|
-
.
|
|
3330
|
+
._header_6i1j1_38 {
|
|
3332
3331
|
width: 100%;
|
|
3333
3332
|
height: 3rem;
|
|
3334
3333
|
display: flex;
|
|
@@ -3339,30 +3338,30 @@ select._field-input_8yo2s_157 {
|
|
|
3339
3338
|
font-size: 0.7rem;
|
|
3340
3339
|
}
|
|
3341
3340
|
|
|
3342
|
-
.
|
|
3341
|
+
._body_6i1j1_49 {
|
|
3343
3342
|
padding: 1rem;
|
|
3344
3343
|
display: flex;
|
|
3345
3344
|
flex-direction: column;
|
|
3346
3345
|
gap: 1.5rem;
|
|
3347
3346
|
}
|
|
3348
3347
|
|
|
3349
|
-
._section-
|
|
3348
|
+
._section-title_6i1j1_56 {
|
|
3350
3349
|
font-size: 0.75rem;
|
|
3351
3350
|
color: gray;
|
|
3352
3351
|
text-transform: uppercase;
|
|
3353
3352
|
letter-spacing: 0.05em;
|
|
3354
3353
|
}
|
|
3355
3354
|
|
|
3356
|
-
.
|
|
3355
|
+
._group_6i1j1_63 {
|
|
3357
3356
|
display: flex;
|
|
3358
3357
|
flex-direction: column;
|
|
3359
3358
|
gap: 0.5rem;
|
|
3360
3359
|
}
|
|
3361
3360
|
|
|
3362
|
-
|
|
3361
|
+
._panel_6i1j1_33 {
|
|
3363
3362
|
flex: 1;
|
|
3364
3363
|
|
|
3365
|
-
|
|
3364
|
+
._panel-body_6i1j1_72 {
|
|
3366
3365
|
border: solid 1px oklch(from gray l c h / 25%);
|
|
3367
3366
|
}
|
|
3368
3367
|
}
|
|
@@ -3376,7 +3375,7 @@ select._field-input_8yo2s_157 {
|
|
|
3376
3375
|
}
|
|
3377
3376
|
}
|
|
3378
3377
|
|
|
3379
|
-
.
|
|
3378
|
+
._surface_6i1j1_86 {
|
|
3380
3379
|
border-radius: 0.25rem;
|
|
3381
3380
|
padding: 1.5rem 1rem;
|
|
3382
3381
|
display: flex;
|
|
@@ -3387,12 +3386,12 @@ select._field-input_8yo2s_157 {
|
|
|
3387
3386
|
font-size: 0.7rem;
|
|
3388
3387
|
}
|
|
3389
3388
|
|
|
3390
|
-
.
|
|
3389
|
+
._foreground_6i1j1_97 {
|
|
3391
3390
|
font-family: monospace;
|
|
3392
3391
|
font-size: 0.8rem;
|
|
3393
3392
|
}
|
|
3394
3393
|
|
|
3395
|
-
._accent-
|
|
3394
|
+
._accent-pair_6i1j1_102 {
|
|
3396
3395
|
border-radius: 0.25rem;
|
|
3397
3396
|
padding: 0.75rem 1rem;
|
|
3398
3397
|
font-family: monospace;
|
|
@@ -3402,22 +3401,22 @@ select._field-input_8yo2s_157 {
|
|
|
3402
3401
|
gap: 0.25rem;
|
|
3403
3402
|
}
|
|
3404
3403
|
|
|
3405
|
-
._color-sample-
|
|
3404
|
+
._color-sample-container_6i1j1_112 {
|
|
3406
3405
|
display: flex;
|
|
3407
3406
|
flex-direction: column;
|
|
3408
3407
|
gap: 1rem;
|
|
3409
3408
|
|
|
3410
|
-
._color-
|
|
3409
|
+
._color-sample_6i1j1_112 {
|
|
3411
3410
|
width: 100%;
|
|
3412
3411
|
}
|
|
3413
3412
|
|
|
3414
|
-
._color-sample-
|
|
3413
|
+
._color-sample-bg_6i1j1_121 {
|
|
3415
3414
|
box-sizing: border-box;
|
|
3416
3415
|
border-radius: 0.25rem;
|
|
3417
3416
|
height: 2rem;
|
|
3418
3417
|
}
|
|
3419
3418
|
|
|
3420
|
-
._color-sample-
|
|
3419
|
+
._color-sample-name_6i1j1_127 {
|
|
3421
3420
|
margin-block-start: 0.25rem;
|
|
3422
3421
|
display: block;
|
|
3423
3422
|
font-size: 0.7rem;
|