@sebgroup/green-core 1.82.0 → 1.83.1
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/components/datepicker/datepicker.component.js +10 -5
- package/components/dialog/dialog.component.d.ts +1 -1
- package/components/dialog/dialog.component.js +32 -7
- package/components/dropdown/dropdown.component.js +3 -3
- package/components/form/form-control.js +2 -1
- package/components/form/index.d.ts +1 -1
- package/components/form/index.js +1 -1
- package/components/form-summary/summary.component.d.ts +41 -0
- package/components/form-summary/summary.component.js +197 -0
- package/components/{form/summary → form-summary}/summary.js +1 -1
- package/components/form-summary/summary.styles.d.ts +2 -0
- package/components/form-summary/summary.styles.js +33 -0
- package/components/mask/mask.component.d.ts +2 -0
- package/components/pure.d.ts +1 -1
- package/components/pure.js +1 -1
- package/generated/locales/da.d.ts +1 -1
- package/generated/locales/da.js +1 -1
- package/generated/locales/de.d.ts +1 -1
- package/generated/locales/de.js +1 -1
- package/generated/locales/fi.d.ts +1 -1
- package/generated/locales/fi.js +1 -1
- package/generated/locales/fr.d.ts +1 -1
- package/generated/locales/fr.js +1 -1
- package/generated/locales/it.d.ts +1 -1
- package/generated/locales/it.js +1 -1
- package/generated/locales/nl.d.ts +1 -1
- package/generated/locales/nl.js +1 -1
- package/generated/locales/no.d.ts +1 -1
- package/generated/locales/no.js +1 -1
- package/generated/locales/sv.d.ts +1 -1
- package/generated/locales/sv.js +1 -1
- package/generated/react/form-summary/index.d.ts +369 -0
- package/generated/react/form-summary/index.js +13 -0
- package/generated/react/index.d.ts +3 -2
- package/generated/react/index.js +3 -2
- package/package.json +3 -3
- package/tokens/variables.css.js +1 -1
- package/tokens/variables.shadows.css.js +2 -0
- package/tokens.style.js +3 -0
- package/utils/helpers/custom-element-scoping.js +1 -1
- package/components/form/summary/summary.component.d.ts +0 -9
- package/components/form/summary/summary.component.js +0 -88
- /package/components/{form/summary → form-summary}/index.d.ts +0 -0
- /package/components/{form/summary → form-summary}/index.js +0 -0
- /package/components/{form/summary → form-summary}/summary.d.ts +0 -0
package/generated/locales/it.js
CHANGED
|
@@ -9,6 +9,7 @@ const templates = {
|
|
|
9
9
|
"s1e187019b5262aa6": `Maggio`,
|
|
10
10
|
"s281846ef0421c71f": `Novembre`,
|
|
11
11
|
"s2ceb11be2290bb1b": `Annulla`,
|
|
12
|
+
"s307db9af9905317d": `Riepilogo degli errori del modulo`,
|
|
12
13
|
"s39938ecdae568740": `Settembre`,
|
|
13
14
|
"s3b8a6245b12fa2ad": `Percorso di navigazione`,
|
|
14
15
|
"s407a88a592a0987c": `Agosto`,
|
|
@@ -35,7 +36,6 @@ const templates = {
|
|
|
35
36
|
"sa7cd5c2ff6d266e7": `Ottobre`,
|
|
36
37
|
"sb47daaf9e1c4a905": `Mese`,
|
|
37
38
|
"sb4f1dffbb6be6302": `Pulisci`,
|
|
38
|
-
"sb77f4dce69a005ac": `Messaggio di errore.`,
|
|
39
39
|
"sbc083a1dbee9af73": `Febbraio`,
|
|
40
40
|
"scb6b9cb49cf93277": `Aprile`,
|
|
41
41
|
"sd898d99fd9c13de6": `Filtra le opzioni disponibili`,
|
|
@@ -7,6 +7,7 @@ export declare const templates: {
|
|
|
7
7
|
s1e187019b5262aa6: string;
|
|
8
8
|
s281846ef0421c71f: string;
|
|
9
9
|
s2ceb11be2290bb1b: string;
|
|
10
|
+
s307db9af9905317d: string;
|
|
10
11
|
s39938ecdae568740: string;
|
|
11
12
|
s3b8a6245b12fa2ad: string;
|
|
12
13
|
s407a88a592a0987c: string;
|
|
@@ -33,7 +34,6 @@ export declare const templates: {
|
|
|
33
34
|
sa7cd5c2ff6d266e7: string;
|
|
34
35
|
sb47daaf9e1c4a905: string;
|
|
35
36
|
sb4f1dffbb6be6302: string;
|
|
36
|
-
sb77f4dce69a005ac: string;
|
|
37
37
|
sbc083a1dbee9af73: string;
|
|
38
38
|
scb6b9cb49cf93277: string;
|
|
39
39
|
sd898d99fd9c13de6: string;
|
package/generated/locales/nl.js
CHANGED
|
@@ -9,6 +9,7 @@ const templates = {
|
|
|
9
9
|
"s1e187019b5262aa6": `Mei`,
|
|
10
10
|
"s281846ef0421c71f": `November`,
|
|
11
11
|
"s2ceb11be2290bb1b": `Annuleren`,
|
|
12
|
+
"s307db9af9905317d": `Formulierfoutoverzicht`,
|
|
12
13
|
"s39938ecdae568740": `September`,
|
|
13
14
|
"s3b8a6245b12fa2ad": `Kruimelpad`,
|
|
14
15
|
"s407a88a592a0987c": `Augustus`,
|
|
@@ -35,7 +36,6 @@ const templates = {
|
|
|
35
36
|
"sa7cd5c2ff6d266e7": `Oktober`,
|
|
36
37
|
"sb47daaf9e1c4a905": `Maand`,
|
|
37
38
|
"sb4f1dffbb6be6302": `Wis`,
|
|
38
|
-
"sb77f4dce69a005ac": `Foutmelding.`,
|
|
39
39
|
"sbc083a1dbee9af73": `Februari`,
|
|
40
40
|
"scb6b9cb49cf93277": `April`,
|
|
41
41
|
"sd898d99fd9c13de6": `Filter beschikbare opties`,
|
|
@@ -7,6 +7,7 @@ export declare const templates: {
|
|
|
7
7
|
s1e187019b5262aa6: string;
|
|
8
8
|
s281846ef0421c71f: string;
|
|
9
9
|
s2ceb11be2290bb1b: string;
|
|
10
|
+
s307db9af9905317d: string;
|
|
10
11
|
s39938ecdae568740: string;
|
|
11
12
|
s3b8a6245b12fa2ad: string;
|
|
12
13
|
s407a88a592a0987c: string;
|
|
@@ -33,7 +34,6 @@ export declare const templates: {
|
|
|
33
34
|
sa7cd5c2ff6d266e7: string;
|
|
34
35
|
sb47daaf9e1c4a905: string;
|
|
35
36
|
sb4f1dffbb6be6302: string;
|
|
36
|
-
sb77f4dce69a005ac: string;
|
|
37
37
|
sbc083a1dbee9af73: string;
|
|
38
38
|
scb6b9cb49cf93277: string;
|
|
39
39
|
sd898d99fd9c13de6: string;
|
package/generated/locales/no.js
CHANGED
|
@@ -9,6 +9,7 @@ const templates = {
|
|
|
9
9
|
"s1e187019b5262aa6": `Mai`,
|
|
10
10
|
"s281846ef0421c71f": `November`,
|
|
11
11
|
"s2ceb11be2290bb1b": `Avbryt`,
|
|
12
|
+
"s307db9af9905317d": `Skjema feil oppsummering`,
|
|
12
13
|
"s39938ecdae568740": `September`,
|
|
13
14
|
"s3b8a6245b12fa2ad": `Br\xF8dsmuler`,
|
|
14
15
|
"s407a88a592a0987c": `August`,
|
|
@@ -35,7 +36,6 @@ const templates = {
|
|
|
35
36
|
"sa7cd5c2ff6d266e7": `Oktober`,
|
|
36
37
|
"sb47daaf9e1c4a905": `M\xE5ned`,
|
|
37
38
|
"sb4f1dffbb6be6302": `Rens`,
|
|
38
|
-
"sb77f4dce69a005ac": `Feilmelding.`,
|
|
39
39
|
"sbc083a1dbee9af73": `Februar`,
|
|
40
40
|
"scb6b9cb49cf93277": `April`,
|
|
41
41
|
"sd898d99fd9c13de6": `Filtrer tilgjengelige alternativer`,
|
|
@@ -7,6 +7,7 @@ export declare const templates: {
|
|
|
7
7
|
s1e187019b5262aa6: string;
|
|
8
8
|
s281846ef0421c71f: string;
|
|
9
9
|
s2ceb11be2290bb1b: string;
|
|
10
|
+
s307db9af9905317d: string;
|
|
10
11
|
s39938ecdae568740: string;
|
|
11
12
|
s3b8a6245b12fa2ad: string;
|
|
12
13
|
s407a88a592a0987c: string;
|
|
@@ -33,7 +34,6 @@ export declare const templates: {
|
|
|
33
34
|
sa7cd5c2ff6d266e7: string;
|
|
34
35
|
sb47daaf9e1c4a905: string;
|
|
35
36
|
sb4f1dffbb6be6302: string;
|
|
36
|
-
sb77f4dce69a005ac: string;
|
|
37
37
|
sbc083a1dbee9af73: string;
|
|
38
38
|
scb6b9cb49cf93277: string;
|
|
39
39
|
sd898d99fd9c13de6: string;
|
package/generated/locales/sv.js
CHANGED
|
@@ -9,6 +9,7 @@ const templates = {
|
|
|
9
9
|
"s1e187019b5262aa6": `Maj`,
|
|
10
10
|
"s281846ef0421c71f": `November`,
|
|
11
11
|
"s2ceb11be2290bb1b": `Avbryt`,
|
|
12
|
+
"s307db9af9905317d": `Sammanfattning av formul\xE4rfel`,
|
|
12
13
|
"s39938ecdae568740": `September`,
|
|
13
14
|
"s3b8a6245b12fa2ad": `Br\xF6dsmulor`,
|
|
14
15
|
"s407a88a592a0987c": `Augusti`,
|
|
@@ -35,7 +36,6 @@ const templates = {
|
|
|
35
36
|
"sa7cd5c2ff6d266e7": `Oktober`,
|
|
36
37
|
"sb47daaf9e1c4a905": `M\xE5nad`,
|
|
37
38
|
"sb4f1dffbb6be6302": `Rensa`,
|
|
38
|
-
"sb77f4dce69a005ac": `Felmeddelande.`,
|
|
39
39
|
"sbc083a1dbee9af73": `Februari`,
|
|
40
40
|
"scb6b9cb49cf93277": `April`,
|
|
41
41
|
"sd898d99fd9c13de6": `S\xF6k i listan av val`,
|
|
@@ -0,0 +1,369 @@
|
|
|
1
|
+
import { getReactComponent } from "../../../utils/react";
|
|
2
|
+
import { GdsFormSummary as GdsFormSummaryClass } from "../../../components/form-summary/summary.component";
|
|
3
|
+
export declare const GdsFormSummary: (props: React.ComponentProps<ReturnType<typeof getReactComponent<GdsFormSummaryClass>>>) => import("react").ReactElement<Omit<{
|
|
4
|
+
hideErrors?: boolean | undefined;
|
|
5
|
+
reactive?: boolean | undefined;
|
|
6
|
+
readonly errorCount?: number | undefined;
|
|
7
|
+
focus?: ((options?: FocusOptions | undefined) => void) | undefined;
|
|
8
|
+
connectedCallback?: (() => void) | undefined;
|
|
9
|
+
disconnectedCallback?: (() => void) | undefined;
|
|
10
|
+
refresh?: (() => void) | undefined;
|
|
11
|
+
render?: (() => any) | undefined;
|
|
12
|
+
gdsElementName?: string | undefined;
|
|
13
|
+
_isUsingTransitionalStyles?: boolean | undefined;
|
|
14
|
+
_dynamicStylesController?: import("../../../utils/controllers/dynamic-styles-controller").DynamicStylesController | undefined;
|
|
15
|
+
readonly renderOptions?: import("lit-html").RenderOptions | undefined;
|
|
16
|
+
readonly renderRoot?: HTMLElement | DocumentFragment | undefined;
|
|
17
|
+
isUpdatePending?: boolean | undefined;
|
|
18
|
+
hasUpdated?: boolean | undefined;
|
|
19
|
+
addController?: ((controller: import("lit").ReactiveController) => void) | undefined;
|
|
20
|
+
removeController?: ((controller: import("lit").ReactiveController) => void) | undefined;
|
|
21
|
+
attributeChangedCallback?: ((name: string, _old: string | null, value: string | null) => void) | undefined;
|
|
22
|
+
requestUpdate?: ((name?: PropertyKey | undefined, oldValue?: unknown, options?: import("lit").PropertyDeclaration<unknown, unknown> | undefined) => void) | undefined;
|
|
23
|
+
readonly updateComplete?: Promise<boolean> | undefined;
|
|
24
|
+
accessKey?: string | undefined;
|
|
25
|
+
readonly accessKeyLabel?: string | undefined;
|
|
26
|
+
autocapitalize?: string | undefined;
|
|
27
|
+
dir?: string | undefined;
|
|
28
|
+
draggable?: boolean | undefined;
|
|
29
|
+
hidden?: boolean | undefined;
|
|
30
|
+
inert?: boolean | undefined;
|
|
31
|
+
innerText?: string | undefined;
|
|
32
|
+
lang?: string | undefined;
|
|
33
|
+
readonly offsetHeight?: number | undefined;
|
|
34
|
+
readonly offsetLeft?: number | undefined;
|
|
35
|
+
readonly offsetParent?: Element | null | undefined;
|
|
36
|
+
readonly offsetTop?: number | undefined;
|
|
37
|
+
readonly offsetWidth?: number | undefined;
|
|
38
|
+
outerText?: string | undefined;
|
|
39
|
+
popover?: string | null | undefined;
|
|
40
|
+
spellcheck?: boolean | undefined;
|
|
41
|
+
title?: string | undefined;
|
|
42
|
+
translate?: boolean | undefined;
|
|
43
|
+
attachInternals?: (() => ElementInternals) | undefined;
|
|
44
|
+
click?: (() => void) | undefined;
|
|
45
|
+
hidePopover?: (() => void) | undefined;
|
|
46
|
+
showPopover?: (() => void) | undefined;
|
|
47
|
+
togglePopover?: ((force?: boolean | undefined) => boolean) | undefined;
|
|
48
|
+
addEventListener?: {
|
|
49
|
+
<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
50
|
+
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
51
|
+
} | undefined;
|
|
52
|
+
removeEventListener?: {
|
|
53
|
+
<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
54
|
+
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
55
|
+
} | undefined;
|
|
56
|
+
readonly attributes?: NamedNodeMap | undefined;
|
|
57
|
+
readonly classList?: DOMTokenList | undefined;
|
|
58
|
+
className?: string | undefined;
|
|
59
|
+
readonly clientHeight?: number | undefined;
|
|
60
|
+
readonly clientLeft?: number | undefined;
|
|
61
|
+
readonly clientTop?: number | undefined;
|
|
62
|
+
readonly clientWidth?: number | undefined;
|
|
63
|
+
id?: string | undefined;
|
|
64
|
+
readonly localName?: string | undefined;
|
|
65
|
+
readonly namespaceURI?: string | null | undefined;
|
|
66
|
+
onfullscreenchange?: ((this: Element, ev: Event) => any) | null | undefined;
|
|
67
|
+
onfullscreenerror?: ((this: Element, ev: Event) => any) | null | undefined;
|
|
68
|
+
outerHTML?: string | undefined;
|
|
69
|
+
readonly ownerDocument?: Document | undefined;
|
|
70
|
+
readonly part?: DOMTokenList | undefined;
|
|
71
|
+
readonly prefix?: string | null | undefined;
|
|
72
|
+
readonly scrollHeight?: number | undefined;
|
|
73
|
+
scrollLeft?: number | undefined;
|
|
74
|
+
scrollTop?: number | undefined;
|
|
75
|
+
readonly scrollWidth?: number | undefined;
|
|
76
|
+
readonly shadowRoot?: ShadowRoot | null | undefined;
|
|
77
|
+
slot?: string | undefined;
|
|
78
|
+
readonly tagName?: string | undefined;
|
|
79
|
+
attachShadow?: ((init: ShadowRootInit) => ShadowRoot) | undefined;
|
|
80
|
+
checkVisibility?: ((options?: CheckVisibilityOptions | undefined) => boolean) | undefined;
|
|
81
|
+
closest?: {
|
|
82
|
+
<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
83
|
+
<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
84
|
+
<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
85
|
+
<E extends Element = Element>(selectors: string): E | null;
|
|
86
|
+
} | undefined;
|
|
87
|
+
computedStyleMap?: (() => StylePropertyMapReadOnly) | undefined;
|
|
88
|
+
getAttribute?: ((qualifiedName: string) => string | null) | undefined;
|
|
89
|
+
getAttributeNS?: ((namespace: string | null, localName: string) => string | null) | undefined;
|
|
90
|
+
getAttributeNames?: (() => string[]) | undefined;
|
|
91
|
+
getAttributeNode?: ((qualifiedName: string) => Attr | null) | undefined;
|
|
92
|
+
getAttributeNodeNS?: ((namespace: string | null, localName: string) => Attr | null) | undefined;
|
|
93
|
+
getBoundingClientRect?: (() => DOMRect) | undefined;
|
|
94
|
+
getClientRects?: (() => DOMRectList) | undefined;
|
|
95
|
+
getElementsByClassName?: ((classNames: string) => HTMLCollectionOf<Element>) | undefined;
|
|
96
|
+
getElementsByTagName?: {
|
|
97
|
+
<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
98
|
+
<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
99
|
+
<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
100
|
+
<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
101
|
+
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
102
|
+
} | undefined;
|
|
103
|
+
getElementsByTagNameNS?: {
|
|
104
|
+
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
105
|
+
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
106
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
107
|
+
(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
108
|
+
} | undefined;
|
|
109
|
+
hasAttribute?: ((qualifiedName: string) => boolean) | undefined;
|
|
110
|
+
hasAttributeNS?: ((namespace: string | null, localName: string) => boolean) | undefined;
|
|
111
|
+
hasAttributes?: (() => boolean) | undefined;
|
|
112
|
+
hasPointerCapture?: ((pointerId: number) => boolean) | undefined;
|
|
113
|
+
insertAdjacentElement?: ((where: InsertPosition, element: Element) => Element | null) | undefined;
|
|
114
|
+
insertAdjacentHTML?: ((position: InsertPosition, text: string) => void) | undefined;
|
|
115
|
+
insertAdjacentText?: ((where: InsertPosition, data: string) => void) | undefined;
|
|
116
|
+
matches?: ((selectors: string) => boolean) | undefined;
|
|
117
|
+
releasePointerCapture?: ((pointerId: number) => void) | undefined;
|
|
118
|
+
removeAttribute?: ((qualifiedName: string) => void) | undefined;
|
|
119
|
+
removeAttributeNS?: ((namespace: string | null, localName: string) => void) | undefined;
|
|
120
|
+
removeAttributeNode?: ((attr: Attr) => Attr) | undefined;
|
|
121
|
+
requestFullscreen?: ((options?: FullscreenOptions | undefined) => Promise<void>) | undefined;
|
|
122
|
+
requestPointerLock?: (() => void) | undefined;
|
|
123
|
+
scroll?: {
|
|
124
|
+
(options?: ScrollToOptions | undefined): void;
|
|
125
|
+
(x: number, y: number): void;
|
|
126
|
+
} | undefined;
|
|
127
|
+
scrollBy?: {
|
|
128
|
+
(options?: ScrollToOptions | undefined): void;
|
|
129
|
+
(x: number, y: number): void;
|
|
130
|
+
} | undefined;
|
|
131
|
+
scrollIntoView?: ((arg?: boolean | ScrollIntoViewOptions | undefined) => void) | undefined;
|
|
132
|
+
scrollTo?: {
|
|
133
|
+
(options?: ScrollToOptions | undefined): void;
|
|
134
|
+
(x: number, y: number): void;
|
|
135
|
+
} | undefined;
|
|
136
|
+
setAttribute?: ((qualifiedName: string, value: string) => void) | undefined;
|
|
137
|
+
setAttributeNS?: ((namespace: string | null, qualifiedName: string, value: string) => void) | undefined;
|
|
138
|
+
setAttributeNode?: ((attr: Attr) => Attr | null) | undefined;
|
|
139
|
+
setAttributeNodeNS?: ((attr: Attr) => Attr | null) | undefined;
|
|
140
|
+
setPointerCapture?: ((pointerId: number) => void) | undefined;
|
|
141
|
+
toggleAttribute?: ((qualifiedName: string, force?: boolean | undefined) => boolean) | undefined;
|
|
142
|
+
webkitMatchesSelector?: ((selectors: string) => boolean) | undefined;
|
|
143
|
+
readonly baseURI?: string | undefined;
|
|
144
|
+
readonly childNodes?: NodeListOf<ChildNode> | undefined;
|
|
145
|
+
readonly firstChild?: ChildNode | null | undefined;
|
|
146
|
+
readonly isConnected?: boolean | undefined;
|
|
147
|
+
readonly lastChild?: ChildNode | null | undefined;
|
|
148
|
+
readonly nextSibling?: ChildNode | null | undefined;
|
|
149
|
+
readonly nodeName?: string | undefined;
|
|
150
|
+
readonly nodeType?: number | undefined;
|
|
151
|
+
nodeValue?: string | null | undefined;
|
|
152
|
+
readonly parentElement?: HTMLElement | null | undefined;
|
|
153
|
+
readonly parentNode?: ParentNode | null | undefined;
|
|
154
|
+
readonly previousSibling?: ChildNode | null | undefined;
|
|
155
|
+
textContent?: string | null | undefined;
|
|
156
|
+
appendChild?: (<T extends Node>(node: T) => T) | undefined;
|
|
157
|
+
cloneNode?: ((deep?: boolean | undefined) => Node) | undefined;
|
|
158
|
+
compareDocumentPosition?: ((other: Node) => number) | undefined;
|
|
159
|
+
contains?: ((other: Node | null) => boolean) | undefined;
|
|
160
|
+
getRootNode?: ((options?: GetRootNodeOptions | undefined) => Node) | undefined;
|
|
161
|
+
hasChildNodes?: (() => boolean) | undefined;
|
|
162
|
+
insertBefore?: (<T_1 extends Node>(node: T_1, child: Node | null) => T_1) | undefined;
|
|
163
|
+
isDefaultNamespace?: ((namespace: string | null) => boolean) | undefined;
|
|
164
|
+
isEqualNode?: ((otherNode: Node | null) => boolean) | undefined;
|
|
165
|
+
isSameNode?: ((otherNode: Node | null) => boolean) | undefined;
|
|
166
|
+
lookupNamespaceURI?: ((prefix: string | null) => string | null) | undefined;
|
|
167
|
+
lookupPrefix?: ((namespace: string | null) => string | null) | undefined;
|
|
168
|
+
normalize?: (() => void) | undefined;
|
|
169
|
+
removeChild?: (<T_2 extends Node>(child: T_2) => T_2) | undefined;
|
|
170
|
+
replaceChild?: (<T_3 extends Node>(node: Node, child: T_3) => T_3) | undefined;
|
|
171
|
+
readonly ELEMENT_NODE?: 1 | undefined;
|
|
172
|
+
readonly ATTRIBUTE_NODE?: 2 | undefined;
|
|
173
|
+
readonly TEXT_NODE?: 3 | undefined;
|
|
174
|
+
readonly CDATA_SECTION_NODE?: 4 | undefined;
|
|
175
|
+
readonly ENTITY_REFERENCE_NODE?: 5 | undefined;
|
|
176
|
+
readonly ENTITY_NODE?: 6 | undefined;
|
|
177
|
+
readonly PROCESSING_INSTRUCTION_NODE?: 7 | undefined;
|
|
178
|
+
readonly COMMENT_NODE?: 8 | undefined;
|
|
179
|
+
readonly DOCUMENT_NODE?: 9 | undefined;
|
|
180
|
+
readonly DOCUMENT_TYPE_NODE?: 10 | undefined;
|
|
181
|
+
readonly DOCUMENT_FRAGMENT_NODE?: 11 | undefined;
|
|
182
|
+
readonly NOTATION_NODE?: 12 | undefined;
|
|
183
|
+
readonly DOCUMENT_POSITION_DISCONNECTED?: 1 | undefined;
|
|
184
|
+
readonly DOCUMENT_POSITION_PRECEDING?: 2 | undefined;
|
|
185
|
+
readonly DOCUMENT_POSITION_FOLLOWING?: 4 | undefined;
|
|
186
|
+
readonly DOCUMENT_POSITION_CONTAINS?: 8 | undefined;
|
|
187
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY?: 16 | undefined;
|
|
188
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC?: 32 | undefined;
|
|
189
|
+
dispatchEvent?: ((event: Event) => boolean) | undefined;
|
|
190
|
+
ariaAtomic?: string | null | undefined;
|
|
191
|
+
ariaAutoComplete?: string | null | undefined;
|
|
192
|
+
ariaBusy?: string | null | undefined;
|
|
193
|
+
ariaChecked?: string | null | undefined;
|
|
194
|
+
ariaColCount?: string | null | undefined;
|
|
195
|
+
ariaColIndex?: string | null | undefined;
|
|
196
|
+
ariaColSpan?: string | null | undefined;
|
|
197
|
+
ariaCurrent?: string | null | undefined;
|
|
198
|
+
ariaDescription?: string | null | undefined;
|
|
199
|
+
ariaDisabled?: string | null | undefined;
|
|
200
|
+
ariaExpanded?: string | null | undefined;
|
|
201
|
+
ariaHasPopup?: string | null | undefined;
|
|
202
|
+
ariaHidden?: string | null | undefined;
|
|
203
|
+
ariaInvalid?: string | null | undefined;
|
|
204
|
+
ariaKeyShortcuts?: string | null | undefined;
|
|
205
|
+
ariaLabel?: string | null | undefined;
|
|
206
|
+
ariaLevel?: string | null | undefined;
|
|
207
|
+
ariaLive?: string | null | undefined;
|
|
208
|
+
ariaModal?: string | null | undefined;
|
|
209
|
+
ariaMultiLine?: string | null | undefined;
|
|
210
|
+
ariaMultiSelectable?: string | null | undefined;
|
|
211
|
+
ariaOrientation?: string | null | undefined;
|
|
212
|
+
ariaPlaceholder?: string | null | undefined;
|
|
213
|
+
ariaPosInSet?: string | null | undefined;
|
|
214
|
+
ariaPressed?: string | null | undefined;
|
|
215
|
+
ariaReadOnly?: string | null | undefined;
|
|
216
|
+
ariaRequired?: string | null | undefined;
|
|
217
|
+
ariaRoleDescription?: string | null | undefined;
|
|
218
|
+
ariaRowCount?: string | null | undefined;
|
|
219
|
+
ariaRowIndex?: string | null | undefined;
|
|
220
|
+
ariaRowSpan?: string | null | undefined;
|
|
221
|
+
ariaSelected?: string | null | undefined;
|
|
222
|
+
ariaSetSize?: string | null | undefined;
|
|
223
|
+
ariaSort?: string | null | undefined;
|
|
224
|
+
ariaValueMax?: string | null | undefined;
|
|
225
|
+
ariaValueMin?: string | null | undefined;
|
|
226
|
+
ariaValueNow?: string | null | undefined;
|
|
227
|
+
ariaValueText?: string | null | undefined;
|
|
228
|
+
role?: string | null | undefined;
|
|
229
|
+
animate?: ((keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined) => Animation) | undefined;
|
|
230
|
+
getAnimations?: ((options?: GetAnimationsOptions | undefined) => Animation[]) | undefined;
|
|
231
|
+
after?: ((...nodes: (string | Node)[]) => void) | undefined;
|
|
232
|
+
before?: ((...nodes: (string | Node)[]) => void) | undefined;
|
|
233
|
+
remove?: (() => void) | undefined;
|
|
234
|
+
replaceWith?: ((...nodes: (string | Node)[]) => void) | undefined;
|
|
235
|
+
innerHTML?: string | undefined;
|
|
236
|
+
readonly nextElementSibling?: Element | null | undefined;
|
|
237
|
+
readonly previousElementSibling?: Element | null | undefined;
|
|
238
|
+
readonly childElementCount?: number | undefined;
|
|
239
|
+
readonly children?: HTMLCollection | undefined;
|
|
240
|
+
readonly firstElementChild?: Element | null | undefined;
|
|
241
|
+
readonly lastElementChild?: Element | null | undefined;
|
|
242
|
+
append?: ((...nodes: (string | Node)[]) => void) | undefined;
|
|
243
|
+
prepend?: ((...nodes: (string | Node)[]) => void) | undefined;
|
|
244
|
+
querySelector?: {
|
|
245
|
+
<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
246
|
+
<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
247
|
+
<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
248
|
+
<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
249
|
+
<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
250
|
+
} | undefined;
|
|
251
|
+
querySelectorAll?: {
|
|
252
|
+
<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
253
|
+
<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
254
|
+
<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
255
|
+
<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
256
|
+
<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
257
|
+
} | undefined;
|
|
258
|
+
replaceChildren?: ((...nodes: (string | Node)[]) => void) | undefined;
|
|
259
|
+
readonly assignedSlot?: HTMLSlotElement | null | undefined;
|
|
260
|
+
readonly attributeStyleMap?: StylePropertyMap | undefined;
|
|
261
|
+
readonly style?: CSSStyleDeclaration | undefined;
|
|
262
|
+
contentEditable?: string | undefined;
|
|
263
|
+
enterKeyHint?: string | undefined;
|
|
264
|
+
inputMode?: string | undefined;
|
|
265
|
+
readonly isContentEditable?: boolean | undefined;
|
|
266
|
+
onabort?: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null | undefined;
|
|
267
|
+
onanimationcancel?: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null | undefined;
|
|
268
|
+
onanimationend?: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null | undefined;
|
|
269
|
+
onanimationiteration?: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null | undefined;
|
|
270
|
+
onanimationstart?: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null | undefined;
|
|
271
|
+
onauxclick?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
|
|
272
|
+
onbeforeinput?: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null | undefined;
|
|
273
|
+
onbeforetoggle?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
274
|
+
onblur?: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null | undefined;
|
|
275
|
+
oncancel?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
276
|
+
oncanplay?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
277
|
+
oncanplaythrough?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
278
|
+
onchange?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
279
|
+
onclick?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
|
|
280
|
+
onclose?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
281
|
+
oncontextmenu?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
|
|
282
|
+
oncopy?: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null | undefined;
|
|
283
|
+
oncuechange?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
284
|
+
oncut?: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null | undefined;
|
|
285
|
+
ondblclick?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
|
|
286
|
+
ondrag?: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null | undefined;
|
|
287
|
+
ondragend?: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null | undefined;
|
|
288
|
+
ondragenter?: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null | undefined;
|
|
289
|
+
ondragleave?: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null | undefined;
|
|
290
|
+
ondragover?: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null | undefined;
|
|
291
|
+
ondragstart?: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null | undefined;
|
|
292
|
+
ondrop?: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null | undefined;
|
|
293
|
+
ondurationchange?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
294
|
+
onemptied?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
295
|
+
onended?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
296
|
+
onerror?: OnErrorEventHandler | undefined;
|
|
297
|
+
onfocus?: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null | undefined;
|
|
298
|
+
onformdata?: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null | undefined;
|
|
299
|
+
ongotpointercapture?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
|
|
300
|
+
oninput?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
301
|
+
oninvalid?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
302
|
+
onkeydown?: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null | undefined;
|
|
303
|
+
onkeypress?: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null | undefined;
|
|
304
|
+
onkeyup?: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null | undefined;
|
|
305
|
+
onload?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
306
|
+
onloadeddata?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
307
|
+
onloadedmetadata?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
308
|
+
onloadstart?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
309
|
+
onlostpointercapture?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
|
|
310
|
+
onmousedown?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
|
|
311
|
+
onmouseenter?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
|
|
312
|
+
onmouseleave?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
|
|
313
|
+
onmousemove?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
|
|
314
|
+
onmouseout?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
|
|
315
|
+
onmouseover?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
|
|
316
|
+
onmouseup?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
|
|
317
|
+
onpaste?: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null | undefined;
|
|
318
|
+
onpause?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
319
|
+
onplay?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
320
|
+
onplaying?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
321
|
+
onpointercancel?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
|
|
322
|
+
onpointerdown?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
|
|
323
|
+
onpointerenter?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
|
|
324
|
+
onpointerleave?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
|
|
325
|
+
onpointermove?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
|
|
326
|
+
onpointerout?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
|
|
327
|
+
onpointerover?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
|
|
328
|
+
onpointerup?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
|
|
329
|
+
onprogress?: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null | undefined;
|
|
330
|
+
onratechange?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
331
|
+
onreset?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
332
|
+
onresize?: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null | undefined;
|
|
333
|
+
onscroll?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
334
|
+
onscrollend?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
335
|
+
onsecuritypolicyviolation?: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null | undefined;
|
|
336
|
+
onseeked?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
337
|
+
onseeking?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
338
|
+
onselect?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
339
|
+
onselectionchange?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
340
|
+
onselectstart?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
341
|
+
onslotchange?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
342
|
+
onstalled?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
343
|
+
onsubmit?: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null | undefined;
|
|
344
|
+
onsuspend?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
345
|
+
ontimeupdate?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
346
|
+
ontoggle?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
347
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
348
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
349
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
350
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
351
|
+
ontransitioncancel?: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null | undefined;
|
|
352
|
+
ontransitionend?: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null | undefined;
|
|
353
|
+
ontransitionrun?: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null | undefined;
|
|
354
|
+
ontransitionstart?: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null | undefined;
|
|
355
|
+
onvolumechange?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
356
|
+
onwaiting?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
357
|
+
onwebkitanimationend?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
358
|
+
onwebkitanimationiteration?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
359
|
+
onwebkitanimationstart?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
360
|
+
onwebkittransitionend?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
|
|
361
|
+
onwheel?: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null | undefined;
|
|
362
|
+
autofocus?: boolean | undefined;
|
|
363
|
+
readonly dataset?: DOMStringMap | undefined;
|
|
364
|
+
nonce?: string | undefined;
|
|
365
|
+
tabIndex?: number | undefined;
|
|
366
|
+
blur?: (() => void) | undefined;
|
|
367
|
+
}, "children"> & {
|
|
368
|
+
children?: import("react").ReactNode;
|
|
369
|
+
} & Omit<import("react").HTMLAttributes<HTMLElement>, "children"> & import("react").RefAttributes<HTMLElement>, string | import("react").JSXElementConstructor<any>>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import "../../../chunks/chunk.QTSIPXV3.js";
|
|
2
|
+
import { getReactComponent } from "../../../utils/react.js";
|
|
3
|
+
import { GdsFormSummary as GdsFormSummaryClass } from "../../../components/form-summary/summary.component.js";
|
|
4
|
+
import { createElement } from "react";
|
|
5
|
+
const GdsFormSummary = (props) => {
|
|
6
|
+
GdsFormSummaryClass.define();
|
|
7
|
+
const JSXElement = getReactComponent("gds-form-summary");
|
|
8
|
+
const propsWithClass = { ...props, class: props.className };
|
|
9
|
+
return createElement(JSXElement, propsWithClass);
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
GdsFormSummary
|
|
13
|
+
};
|
|
@@ -17,6 +17,7 @@ export * from './dropdown/index.js';
|
|
|
17
17
|
export * from './fab/index.js';
|
|
18
18
|
export * from './filter-chips/index.js';
|
|
19
19
|
export * from './flex/index.js';
|
|
20
|
+
export * from './form-summary/index.js';
|
|
20
21
|
export * from './grid/index.js';
|
|
21
22
|
export * from './grouped-list/index.js';
|
|
22
23
|
export * from './list-item/index.js';
|
|
@@ -52,6 +53,8 @@ export * from './formatted-number/index.js';
|
|
|
52
53
|
export * from './radio-group/index.js';
|
|
53
54
|
export * from './segment/index.js';
|
|
54
55
|
export * from './sensitive-account/index.js';
|
|
56
|
+
export * from './sensitive-date/index.js';
|
|
57
|
+
export * from './sensitive-number/index.js';
|
|
55
58
|
export * from './icons/icon-ai/index.js';
|
|
56
59
|
export * from './icons/icon-airplane-up/index.js';
|
|
57
60
|
export * from './icons/icon-archive/index.js';
|
|
@@ -339,5 +342,3 @@ export * from './icons/icon-youtube/index.js';
|
|
|
339
342
|
export * from './icons/icon-zap/index.js';
|
|
340
343
|
export * from './icons/icon-zoom-in/index.js';
|
|
341
344
|
export * from './icons/icon-zoom-out/index.js';
|
|
342
|
-
export * from './sensitive-date/index.js';
|
|
343
|
-
export * from './sensitive-number/index.js';
|
package/generated/react/index.js
CHANGED
|
@@ -17,6 +17,7 @@ export * from "./dropdown/index.js";
|
|
|
17
17
|
export * from "./fab/index.js";
|
|
18
18
|
export * from "./filter-chips/index.js";
|
|
19
19
|
export * from "./flex/index.js";
|
|
20
|
+
export * from "./form-summary/index.js";
|
|
20
21
|
export * from "./grid/index.js";
|
|
21
22
|
export * from "./grouped-list/index.js";
|
|
22
23
|
export * from "./list-item/index.js";
|
|
@@ -52,6 +53,8 @@ export * from "./formatted-number/index.js";
|
|
|
52
53
|
export * from "./radio-group/index.js";
|
|
53
54
|
export * from "./segment/index.js";
|
|
54
55
|
export * from "./sensitive-account/index.js";
|
|
56
|
+
export * from "./sensitive-date/index.js";
|
|
57
|
+
export * from "./sensitive-number/index.js";
|
|
55
58
|
export * from "./icons/icon-ai/index.js";
|
|
56
59
|
export * from "./icons/icon-airplane-up/index.js";
|
|
57
60
|
export * from "./icons/icon-archive/index.js";
|
|
@@ -339,5 +342,3 @@ export * from "./icons/icon-youtube/index.js";
|
|
|
339
342
|
export * from "./icons/icon-zap/index.js";
|
|
340
343
|
export * from "./icons/icon-zoom-in/index.js";
|
|
341
344
|
export * from "./icons/icon-zoom-out/index.js";
|
|
342
|
-
export * from "./sensitive-date/index.js";
|
|
343
|
-
export * from "./sensitive-number/index.js";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sebgroup/green-core",
|
|
3
3
|
"description": "A carefully crafted set of Web Components, laying the foundation of the Green Design System.",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.83.1",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.js",
|
|
7
7
|
"type": "module",
|
|
@@ -88,10 +88,10 @@
|
|
|
88
88
|
"./components/filter-chips/index.js",
|
|
89
89
|
"./components/flex/flex.js",
|
|
90
90
|
"./components/flex/index.js",
|
|
91
|
+
"./components/form-summary/index.js",
|
|
92
|
+
"./components/form-summary/summary.js",
|
|
91
93
|
"./components/form/form-control.js",
|
|
92
94
|
"./components/form/index.js",
|
|
93
|
-
"./components/form/summary/index.js",
|
|
94
|
-
"./components/form/summary/summary.js",
|
|
95
95
|
"./components/formatted-text/account/account-formatter.js",
|
|
96
96
|
"./components/formatted-text/account/formatted-account.js",
|
|
97
97
|
"./components/formatted-text/account/index.js",
|
package/tokens/variables.css.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const styles = "/**\n * Do not edit directly, this file was auto-generated.\n */\n\n --gds-sys-state-hover-state-layer-opacity: 0.10;\n --gds-sys-motion-easing-ease-in: cubic-bezier(0.64, 0, 0.78, 0);\n --gds-sys-motion-easing-ease-in-out: cubic-bezier(0.83, 0, 0.17, 1);\n --gds-sys-motion-easing-ease-out: cubic-bezier(0.22, 1, 0.36, 1);\n --gds-sys-motion-easing-linear: cubic-bezier(0, 0, 1, 1);\n --gds-sys-motion-duration-fastest: .2s;\n --gds-sys-motion-duration-fast: .4s;\n --gds-sys-motion-duration-default: .5s;\n --gds-sys-motion-duration-slow: 1s;\n --gds-sys-motion-duration-slowest: 1.5s;\n --gds-sys-viewport-xs: 375;\n --gds-sys-viewport-s: 430;\n --gds-sys-viewport-m: 768;\n --gds-sys-viewport-l: 1024;\n --gds-sys-viewport-xl: 1440;\n --gds-sys-viewport-2-xl: 2560;\n --gds-sys-viewport-3-xl: 3840;\n --gds-sys-
|
|
1
|
+
const styles = "/**\n * Do not edit directly, this file was auto-generated.\n */\n\n --gds-sys-state-hover-state-layer-opacity: 0.10;\n --gds-sys-motion-easing-ease-in: cubic-bezier(0.64, 0, 0.78, 0);\n --gds-sys-motion-easing-ease-in-out: cubic-bezier(0.83, 0, 0.17, 1);\n --gds-sys-motion-easing-ease-out: cubic-bezier(0.22, 1, 0.36, 1);\n --gds-sys-motion-easing-linear: cubic-bezier(0, 0, 1, 1);\n --gds-sys-motion-duration-fastest: .2s;\n --gds-sys-motion-duration-fast: .4s;\n --gds-sys-motion-duration-default: .5s;\n --gds-sys-motion-duration-slow: 1s;\n --gds-sys-motion-duration-slowest: 1.5s;\n --gds-sys-viewport-xs: 375;\n --gds-sys-viewport-s: 430;\n --gds-sys-viewport-m: 768;\n --gds-sys-viewport-l: 1024;\n --gds-sys-viewport-xl: 1440;\n --gds-sys-viewport-2-xl: 2560;\n --gds-sys-viewport-3-xl: 3840;\n --gds-sys-text-size-heading-xl: 32px;\n --gds-sys-text-size-heading-l: 28px;\n --gds-sys-text-size-heading-m: 24px;\n --gds-sys-text-size-heading-s: 20px;\n --gds-sys-text-size-heading-xs: 16px;\n --gds-sys-text-size-heading-2xs: 14px;\n --gds-sys-text-size-heading-2xl: 14px;\n --gds-sys-text-size-detail-m: 16px;\n --gds-sys-text-size-detail-s: 14px;\n --gds-sys-text-size-detail-xs: 12px;\n --gds-sys-text-size-body-l: 20px;\n --gds-sys-text-size-body-m: 16px;\n --gds-sys-text-size-body-s: 14px;\n --gds-sys-text-size-display-2xl: 82px;\n --gds-sys-text-size-display-xl: 64px;\n --gds-sys-text-size-display-l: 48px;\n --gds-sys-text-size-display-m: 36px;\n --gds-sys-text-size-display-s: 32px;\n --gds-sys-text-size-preamble-2xl: 32px;\n --gds-sys-text-size-preamble-xl: 28px;\n --gds-sys-text-size-preamble-l: 24px;\n --gds-sys-text-size-preamble-m: 20px;\n --gds-sys-text-size-preamble-s: 18px;\n --gds-sys-text-size-preamble-xs: 16px;\n --gds-sys-text-line-height-heading-xl: 44px;\n --gds-sys-text-line-height-heading-l: 40px;\n --gds-sys-text-line-height-heading-m: 32px;\n --gds-sys-text-line-height-heading-s: 28px;\n --gds-sys-text-line-height-heading-xs: 24px;\n --gds-sys-text-line-height-heading-2xs: 20px;\n --gds-sys-text-line-height-detail-m: 20px;\n --gds-sys-text-line-height-detail-s: 18px;\n --gds-sys-text-line-height-detail-xs: 16px;\n --gds-sys-text-line-height-body-l: 26px;\n --gds-sys-text-line-height-body-m: 24px;\n --gds-sys-text-line-height-body-s: 20px;\n --gds-sys-text-line-height-display-2xl: 90px;\n --gds-sys-text-line-height-display-xl: 72px;\n --gds-sys-text-line-height-display-l: 56px;\n --gds-sys-text-line-height-display-m: 44px;\n --gds-sys-text-line-height-display-s: 40px;\n --gds-sys-text-line-height-preamble-2xl: 40px;\n --gds-sys-text-line-height-preamble-xl: 36px;\n --gds-sys-text-line-height-preamble-l: 32px;\n --gds-sys-text-line-height-preamble-m: 28px;\n --gds-sys-text-line-height-preamble-s: 26px;\n --gds-sys-text-line-height-preamble-xs: 24px;\n --gds-sys-text-weight-light: 300;\n --gds-sys-text-weight-regular: 400;\n --gds-sys-text-weight-book: 450;\n --gds-sys-text-weight-medium: 500;\n --gds-sys-text-weight-bold: 700;\n --gds-sys-space-0: 0px;\n --gds-sys-space-4xs: 1px;\n --gds-sys-space-3xs: 2px;\n --gds-sys-space-2xs: 4px;\n --gds-sys-space-xs: 8px;\n --gds-sys-space-s: 12px;\n --gds-sys-space-m: 16px;\n --gds-sys-space-l: 24px;\n --gds-sys-space-xl: 32px;\n --gds-sys-space-2xl: 40px;\n --gds-sys-space-3xl: 48px;\n --gds-sys-space-4xl: 64px;\n --gds-sys-space-5xl: 80px;\n --gds-sys-space-6xl: 96px;\n --gds-sys-space-7xl: 112px;\n --gds-sys-space-8xl: 120px;\n --gds-sys-space-max: 999px;";
|
|
2
2
|
export default styles;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
const styles = "/**\n * Do not edit directly, this file was auto-generated.\n */\n\n--gds-sys-shadow-xs: 0px 0px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 1px 0px rgba(0, 0, 0, 0.1);\n--gds-sys-shadow-s: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);\n--gds-sys-shadow-m: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);\n--gds-sys-shadow-l: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);\n--gds-sys-shadow-xl: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);\n";
|
|
2
|
+
export default styles;
|
package/tokens.style.js
CHANGED
|
@@ -3,11 +3,13 @@ import { css, unsafeCSS } from "lit";
|
|
|
3
3
|
import base from "./tokens/variables.css.js";
|
|
4
4
|
import colorsDark from "./tokens/variables.dark.css.js";
|
|
5
5
|
import colorsLight from "./tokens/variables.light.css.js";
|
|
6
|
+
import shadows from "./tokens/variables.shadows.css.js";
|
|
6
7
|
import { GlobalStylesRegistry } from "./utils/global-styles.js";
|
|
7
8
|
const tokens = [
|
|
8
9
|
css`
|
|
9
10
|
:host {
|
|
10
11
|
${unsafeCSS(base)}
|
|
12
|
+
${unsafeCSS(shadows)}
|
|
11
13
|
}
|
|
12
14
|
`
|
|
13
15
|
];
|
|
@@ -17,6 +19,7 @@ GlobalStylesRegistry.instance.injectGlobalStyles(
|
|
|
17
19
|
:root,
|
|
18
20
|
:root[gds-theme='light'] {
|
|
19
21
|
${unsafeCSS(base)}
|
|
22
|
+
${unsafeCSS(shadows)}
|
|
20
23
|
${unsafeCSS(colorsLight)}
|
|
21
24
|
}
|
|
22
25
|
:root[gds-theme='dark'] {
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { GdsElement } from '../../../gds-element';
|
|
2
|
-
export declare class GdsFormSummary extends GdsElement {
|
|
3
|
-
static styles: import("lit").CSSResult;
|
|
4
|
-
form?: HTMLFormElement;
|
|
5
|
-
formObserver?: MutationObserver;
|
|
6
|
-
connectedCallback(): void;
|
|
7
|
-
disconnectedCallback(): void;
|
|
8
|
-
render(): any;
|
|
9
|
-
}
|