@genesislcap/foundation-forms 14.287.0 → 14.288.0
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.
|
@@ -2019,7 +2019,7 @@
|
|
|
2019
2019
|
{
|
|
2020
2020
|
"kind": "variable",
|
|
2021
2021
|
"name": "LayoutGroupRendererTemplate",
|
|
2022
|
-
"default": "html`\n <template>\n <layout-wrapper :control=${(x) => x.control} hide-label>\n <div>\n ${when(\n (x) => x.control.label,\n html`\n <div\n for=\"${(x) => x.control.path + '-wrapper'}\"\n style=\"color:
|
|
2022
|
+
"default": "html`\n <template>\n <layout-wrapper :control=${(x) => x.control} hide-label>\n <div>\n ${when(\n (x) => x.control.label,\n html`\n <div\n for=\"${(x) => x.control.path + '-wrapper'}\"\n style=\"color: var(--neutral-foreground-rest);\n padding-bottom: calc(var(--design-unit) * 1px);\n margin-bottom: calc(var(--design-unit) * 4px);\n font-weight: 600;\n font-size: var(--type-ramp-base-font-size);\n border-bottom: calc(var(--stroke-width) * 3px) solid var(--accent-foreground-rest);\n display: flex;\n justify-content: space-between;\"\n >\n ${(x) => x.control.label}\n </div>\n `,\n )}\n ${repeat(\n (x) => x.control.uischema.options.childElements,\n html`\n <dispatch-renderer\n ?submitted=${(x, ctx) => ctx.parent.submitted}\n :dispatch=${(x, ctx) => ctx.parent.dispatch}\n :jsonforms=${(x, ctx) => ctx.parent.jsonforms}\n :prefix=${(x, ctx) => ctx.parent.prefix}\n :props=${(x, ctx) => ({\n uischema: x,\n schema: ctx.parent.control.schema,\n renderers: ctx.parent.control.renderers,\n path: ctx.parent.control.path,\n enabled: ctx.parent.control.enabled,\n })}\n ></dispatch-renderer>\n `,\n )}\n </div>\n </layout-wrapper>\n </template>\n`"
|
|
2023
2023
|
},
|
|
2024
2024
|
{
|
|
2025
2025
|
"kind": "variable",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LayoutGroupRenderer.d.ts","sourceRoot":"","sources":["../../../../src/jsonforms/renderers/LayoutGroupRenderer.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B,
|
|
1
|
+
{"version":3,"file":"LayoutGroupRenderer.d.ts","sourceRoot":"","sources":["../../../../src/jsonforms/renderers/LayoutGroupRenderer.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B,0DA2CvC,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,GAItC,CAAC"}
|
|
@@ -8,9 +8,12 @@ export const LayoutGroupRendererTemplate = html `
|
|
|
8
8
|
${when((x) => x.control.label, html `
|
|
9
9
|
<div
|
|
10
10
|
for="${(x) => x.control.path + '-wrapper'}"
|
|
11
|
-
style="color:
|
|
12
|
-
|
|
13
|
-
margin-bottom: calc(var(--design-unit) *
|
|
11
|
+
style="color: var(--neutral-foreground-rest);
|
|
12
|
+
padding-bottom: calc(var(--design-unit) * 1px);
|
|
13
|
+
margin-bottom: calc(var(--design-unit) * 4px);
|
|
14
|
+
font-weight: 600;
|
|
15
|
+
font-size: var(--type-ramp-base-font-size);
|
|
16
|
+
border-bottom: calc(var(--stroke-width) * 3px) solid var(--accent-foreground-rest);
|
|
14
17
|
display: flex;
|
|
15
18
|
justify-content: space-between;"
|
|
16
19
|
>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-forms",
|
|
3
3
|
"description": "Genesis Foundation Forms",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.288.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -48,23 +48,23 @@
|
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@genesislcap/foundation-testing": "14.
|
|
52
|
-
"@genesislcap/genx": "14.
|
|
53
|
-
"@genesislcap/rollup-builder": "14.
|
|
54
|
-
"@genesislcap/ts-builder": "14.
|
|
55
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
56
|
-
"@genesislcap/vite-builder": "14.
|
|
57
|
-
"@genesislcap/webpack-builder": "14.
|
|
51
|
+
"@genesislcap/foundation-testing": "14.288.0",
|
|
52
|
+
"@genesislcap/genx": "14.288.0",
|
|
53
|
+
"@genesislcap/rollup-builder": "14.288.0",
|
|
54
|
+
"@genesislcap/ts-builder": "14.288.0",
|
|
55
|
+
"@genesislcap/uvu-playwright-builder": "14.288.0",
|
|
56
|
+
"@genesislcap/vite-builder": "14.288.0",
|
|
57
|
+
"@genesislcap/webpack-builder": "14.288.0",
|
|
58
58
|
"@types/json-schema": "^7.0.11",
|
|
59
59
|
"rimraf": "^5.0.0"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@genesislcap/foundation-comms": "14.
|
|
63
|
-
"@genesislcap/foundation-criteria": "14.
|
|
64
|
-
"@genesislcap/foundation-logger": "14.
|
|
65
|
-
"@genesislcap/foundation-notifications": "14.
|
|
66
|
-
"@genesislcap/foundation-ui": "14.
|
|
67
|
-
"@genesislcap/foundation-utils": "14.
|
|
62
|
+
"@genesislcap/foundation-comms": "14.288.0",
|
|
63
|
+
"@genesislcap/foundation-criteria": "14.288.0",
|
|
64
|
+
"@genesislcap/foundation-logger": "14.288.0",
|
|
65
|
+
"@genesislcap/foundation-notifications": "14.288.0",
|
|
66
|
+
"@genesislcap/foundation-ui": "14.288.0",
|
|
67
|
+
"@genesislcap/foundation-utils": "14.288.0",
|
|
68
68
|
"@json-schema-tools/dereferencer": "^1.6.1",
|
|
69
69
|
"@jsonforms/core": "^3.2.1",
|
|
70
70
|
"@microsoft/fast-components": "2.30.6",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"access": "public"
|
|
87
87
|
},
|
|
88
88
|
"customElements": "dist/custom-elements.json",
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "f607de9d0654d2b31b05e58b81aa595fac901744"
|
|
90
90
|
}
|