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