@ebrains/components 1.1.0 → 1.3.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.
- package/dist/cjs/color-primary-palette_6.cjs.entry.js +14 -14
- package/dist/cjs/components-section.cjs.entry.js +1 -1
- package/dist/cjs/components.cjs.js +1 -1
- package/dist/cjs/correct-use-of-colors.cjs.entry.js +1 -1
- package/dist/cjs/docs-palettes.cjs.entry.js +1 -1
- package/dist/cjs/docs-tokens.cjs.entry.js +1 -1
- package/dist/cjs/eds-app-root.cjs.entry.js +1 -1
- package/dist/cjs/eds-avatar_28.cjs.entry.js +40 -41
- package/dist/cjs/eds-cookies-preference.cjs.entry.js +1 -1
- package/dist/cjs/eds-feedback.cjs.entry.js +1 -1
- package/dist/cjs/eds-frame.cjs.entry.js +1 -1
- package/dist/cjs/eds-progress-bar.cjs.entry.js +1 -1
- package/dist/cjs/eds-rating.cjs.entry.js +1 -1
- package/dist/cjs/eds-section-core_2.cjs.entry.js +3 -3
- package/dist/cjs/eds-spinner.cjs.entry.js +1 -1
- package/dist/cjs/eds-switch.cjs.entry.js +2 -2
- package/dist/cjs/eds-timeline.cjs.entry.js +1 -1
- package/dist/cjs/eds-toast-manager.cjs.entry.js +1 -1
- package/dist/cjs/eds-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/eds-trl.cjs.entry.js +1 -1
- package/dist/cjs/incorrect-use-of-colors.cjs.entry.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/logo-space.cjs.entry.js +1 -1
- package/dist/cjs/logo-variations-horizontal_2.cjs.entry.js +2 -2
- package/dist/cjs/logo-variations-tabs.cjs.entry.js +1 -1
- package/dist/cjs/logo-wrong-usage.cjs.entry.js +1 -1
- package/dist/cjs/svg-repository.cjs.entry.js +1 -1
- package/dist/cjs/token-list_3.cjs.entry.js +3 -3
- package/dist/cjs/token-ratios.cjs.entry.js +1 -1
- package/dist/cjs/token-spacing.cjs.entry.js +1 -1
- package/dist/cjs/token-typography.cjs.entry.js +1 -1
- package/dist/collection/components/eds-input-elements/eds-input-footer/eds-input-footer.css +48 -0
- package/dist/collection/components/eds-input-elements/eds-input-footer/eds-input-footer.js +28 -11
- package/dist/collection/components/eds-input-elements/eds-input-label/eds-input-label.css +24 -0
- package/dist/collection/components/eds-input-elements/eds-input-label/eds-input-label.js +12 -4
- package/dist/collection/components/eds-input-field/eds-input-field.js +121 -109
- package/dist/collection/components/eds-link/eds-link.js +1 -1
- package/dist/collection/components/eds-logo/eds-logo.js +1 -1
- package/dist/collection/components/eds-modal/eds-modal.js +2 -2
- package/dist/collection/components/eds-pagination/eds-pagination.js +1 -1
- package/dist/collection/components/eds-progress-bar/eds-progress-bar.js +1 -1
- package/dist/collection/components/eds-rating/eds-rating.js +1 -1
- package/dist/collection/components/eds-section/eds-section-core/eds-section-core.js +1 -1
- package/dist/collection/components/eds-section/eds-section-heading/eds-section-heading.js +2 -2
- package/dist/collection/components/eds-spinner/eds-spinner.js +1 -1
- package/dist/collection/components/eds-switch/eds-switch.js +2 -2
- package/dist/collection/components/eds-tag/eds-tag.js +1 -1
- package/dist/collection/components/eds-timeline/eds-timeline.js +1 -1
- package/dist/collection/components/eds-tooltip/eds-tooltip.js +1 -1
- package/dist/collection/components/eds-trl/eds-trl.js +1 -1
- package/dist/collection/eds-docs-ui/colors/color-palette/primary.js +1 -1
- package/dist/collection/eds-docs-ui/colors/color-palette/secondary.js +1 -1
- package/dist/collection/eds-docs-ui/colors/color-palette/support.js +1 -1
- package/dist/collection/eds-docs-ui/colors/gradient-palette/primary.js +1 -1
- package/dist/collection/eds-docs-ui/colors/gradient-palette/secondary.js +7 -7
- package/dist/collection/eds-docs-ui/colors/gradient-palette/support.js +3 -3
- package/dist/collection/eds-docs-ui/colors/use-of-colors/correct-use-of-colors.js +1 -1
- package/dist/collection/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.js +1 -1
- package/dist/collection/eds-docs-ui/components-section/components-section.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/docs-tokens/docs-tokens.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/token-list/token-list.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/token-radii/token-radii.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/token-ratios/token-ratios.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/token-shadows/token-shadows.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/token-spacing/token-spacing.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/token-typography/token-typography.js +1 -1
- package/dist/collection/eds-docs-ui/docs-palettes/docs-palettes.js +1 -1
- package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.js +1 -1
- package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.js +1 -1
- package/dist/collection/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.js +1 -1
- package/dist/collection/eds-docs-ui/logo/logo-variations-tabs/logo-variations.js +1 -1
- package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.js +1 -1
- package/dist/collection/eds-docs-ui/svg-repository/svg-repository.js +1 -1
- package/dist/collection/shared-ui/eds-cookies-preference/eds-cookies-preference.js +1 -1
- package/dist/collection/shared-ui/eds-feedback/eds-feedback.js +1 -1
- package/dist/collection/shared-ui/eds-footer/eds-footer.js +2 -2
- package/dist/collection/shared-ui/eds-form/eds-form.js +3 -3
- package/dist/collection/shared-ui/eds-frame/eds-frame.js +1 -1
- package/dist/collection/shared-ui/eds-header/eds-header.js +1 -1
- package/dist/collection/shared-ui/eds-social-networks/eds-social-networks.js +1 -1
- package/dist/collection/shared-ui/eds-tabs/eds-tabs.js +2 -2
- package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.js +1 -1
- package/dist/collection/shared-ui/eds-user/eds-user.js +1 -1
- package/dist/collection/shared-ui/examples/eds-app-root/eds-app-root.js +1 -1
- package/dist/components/components-section.js +1 -1
- package/dist/components/components.css +4 -5
- package/dist/components/components.esm.js +1 -1
- package/dist/components/correct-use-of-colors.js +1 -1
- package/dist/components/docs-palettes.js +1 -1
- package/dist/components/docs-tokens.js +1 -1
- package/dist/components/eds-app-root.js +1 -1
- package/dist/components/eds-cookies-preference.js +1 -1
- package/dist/components/eds-feedback.js +1 -1
- package/dist/components/eds-footer2.js +2 -2
- package/dist/components/eds-form.js +3 -3
- package/dist/components/eds-frame.js +1 -1
- package/dist/components/eds-header.js +1 -1
- package/dist/components/eds-input-field2.js +18 -27
- package/dist/components/eds-input-footer2.js +7 -2
- package/dist/components/eds-input-label2.js +7 -2
- package/dist/components/eds-link2.js +1 -1
- package/dist/components/eds-logo2.js +1 -1
- package/dist/components/eds-modal.js +2 -2
- package/dist/components/eds-pagination2.js +1 -1
- package/dist/components/eds-progress-bar2.js +1 -1
- package/dist/components/eds-rating2.js +1 -1
- package/dist/components/eds-section-core2.js +1 -1
- package/dist/components/eds-section-heading2.js +2 -2
- package/dist/components/eds-social-networks2.js +1 -1
- package/dist/components/eds-spinner2.js +1 -1
- package/dist/components/eds-switch.js +2 -2
- package/dist/components/eds-tabs.js +2 -2
- package/dist/components/eds-tag2.js +1 -1
- package/dist/components/eds-timeline.js +1 -1
- package/dist/components/eds-toast-manager.js +1 -1
- package/dist/components/eds-tooltip.js +1 -1
- package/dist/components/eds-trl.js +1 -1
- package/dist/components/eds-user.js +1 -1
- package/dist/components/incorrect-use-of-colors.js +1 -1
- package/dist/components/logo-space.js +1 -1
- package/dist/components/logo-variations-horizontal2.js +1 -1
- package/dist/components/logo-variations-tabs.js +1 -1
- package/dist/components/logo-variations-vertical2.js +1 -1
- package/dist/components/logo-wrong-usage.js +1 -1
- package/dist/components/{p-6dc6f729.entry.js → p-0c465a1e.entry.js} +1 -1
- package/dist/components/{p-590fb0e7.entry.js → p-1c3f1440.entry.js} +1 -1
- package/dist/components/p-21cb7ef6.entry.js +1 -0
- package/dist/components/{p-10db551c.entry.js → p-3024b7cf.entry.js} +1 -1
- package/dist/components/{p-b50fc0d7.entry.js → p-33a5fa80.entry.js} +1 -1
- package/dist/components/p-41316de1.entry.js +1 -0
- package/dist/components/p-4185659c.entry.js +1 -0
- package/dist/components/{p-f7716080.entry.js → p-4188643f.entry.js} +1 -1
- package/dist/components/{p-46a6ab04.entry.js → p-463abb12.entry.js} +1 -1
- package/dist/components/p-4ffdf8ac.entry.js +1 -0
- package/dist/components/{p-cde3d7a4.entry.js → p-5873fcd0.entry.js} +1 -1
- package/dist/components/p-598f203e.entry.js +1 -0
- package/dist/components/{p-a4f552b2.entry.js → p-5ba5708a.entry.js} +1 -1
- package/dist/components/{p-1661f33c.entry.js → p-5f64fbb0.entry.js} +1 -1
- package/dist/components/{p-24dab785.entry.js → p-71f0c1ec.entry.js} +1 -1
- package/dist/components/p-77527268.entry.js +1 -0
- package/dist/components/{p-7f31622d.entry.js → p-776b21cf.entry.js} +1 -1
- package/dist/components/{p-2c571550.entry.js → p-835b48f4.entry.js} +1 -1
- package/dist/components/{p-d05a09df.entry.js → p-8ba5feea.entry.js} +1 -1
- package/dist/components/{p-17d39d66.entry.js → p-940c1a08.entry.js} +1 -1
- package/dist/components/{p-36d6134f.entry.js → p-94de9aaf.entry.js} +1 -1
- package/dist/components/{p-eac593ee.entry.js → p-9f35fe5f.entry.js} +1 -1
- package/dist/components/p-a6cdf11b.entry.js +1 -0
- package/dist/components/{p-df772a35.entry.js → p-b7a29cf7.entry.js} +1 -1
- package/dist/components/{p-fc4edb18.entry.js → p-bf1552ed.entry.js} +1 -1
- package/dist/components/{p-f2c23162.entry.js → p-c0900e8c.entry.js} +1 -1
- package/dist/components/{p-d0b1e963.entry.js → p-c3c61a32.entry.js} +1 -1
- package/dist/components/p-cd0fb6c7.entry.js +1 -0
- package/dist/components/{p-6907a47c.entry.js → p-fd4aed5a.entry.js} +1 -1
- package/dist/components/primary.js +1 -1
- package/dist/components/primary2.js +1 -1
- package/dist/components/secondary.js +1 -1
- package/dist/components/secondary2.js +7 -7
- package/dist/components/support.js +1 -1
- package/dist/components/support2.js +3 -3
- package/dist/components/svg-repository.js +1 -1
- package/dist/components/token-list2.js +1 -1
- package/dist/components/token-radii2.js +1 -1
- package/dist/components/token-ratios.js +1 -1
- package/dist/components/token-shadows2.js +1 -1
- package/dist/components/token-spacing.js +1 -1
- package/dist/components/token-typography.js +1 -1
- package/dist/esm/color-primary-palette_6.entry.js +14 -14
- package/dist/esm/components-section.entry.js +1 -1
- package/dist/esm/components.js +1 -1
- package/dist/esm/correct-use-of-colors.entry.js +1 -1
- package/dist/esm/docs-palettes.entry.js +1 -1
- package/dist/esm/docs-tokens.entry.js +1 -1
- package/dist/esm/eds-app-root.entry.js +1 -1
- package/dist/esm/eds-avatar_28.entry.js +40 -41
- package/dist/esm/eds-cookies-preference.entry.js +1 -1
- package/dist/esm/eds-feedback.entry.js +1 -1
- package/dist/esm/eds-frame.entry.js +1 -1
- package/dist/esm/eds-progress-bar.entry.js +1 -1
- package/dist/esm/eds-rating.entry.js +1 -1
- package/dist/esm/eds-section-core_2.entry.js +3 -3
- package/dist/esm/eds-spinner.entry.js +1 -1
- package/dist/esm/eds-switch.entry.js +2 -2
- package/dist/esm/eds-timeline.entry.js +1 -1
- package/dist/esm/eds-toast-manager.entry.js +1 -1
- package/dist/esm/eds-tooltip.entry.js +1 -1
- package/dist/esm/eds-trl.entry.js +1 -1
- package/dist/esm/incorrect-use-of-colors.entry.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/logo-space.entry.js +1 -1
- package/dist/esm/logo-variations-horizontal_2.entry.js +2 -2
- package/dist/esm/logo-variations-tabs.entry.js +1 -1
- package/dist/esm/logo-wrong-usage.entry.js +1 -1
- package/dist/esm/svg-repository.entry.js +1 -1
- package/dist/esm/token-list_3.entry.js +3 -3
- package/dist/esm/token-ratios.entry.js +1 -1
- package/dist/esm/token-spacing.entry.js +1 -1
- package/dist/esm/token-typography.entry.js +1 -1
- package/dist/hydrate/index.js +92 -110
- package/dist/hydrate/index.mjs +92 -110
- package/dist/types/components/eds-input-elements/eds-input-footer/eds-input-footer.d.ts +23 -3
- package/dist/types/components/eds-input-elements/eds-input-label/eds-input-label.d.ts +0 -3
- package/dist/types/components/eds-input-field/eds-input-field.d.ts +47 -72
- package/dist/types/components.d.ts +104 -80
- package/package.json +1 -1
- package/dist/components/p-019555e2.entry.js +0 -1
- package/dist/components/p-0ed92872.entry.js +0 -1
- package/dist/components/p-223ba66e.entry.js +0 -1
- package/dist/components/p-2810d568.entry.js +0 -1
- package/dist/components/p-682f7376.entry.js +0 -1
- package/dist/components/p-b4abff90.entry.js +0 -1
- package/dist/components/p-d25364db.entry.js +0 -1
- package/dist/components/p-e6a0b8c2.entry.js +0 -1
|
@@ -1,11 +1,31 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @internal
|
|
3
|
-
*/
|
|
4
1
|
export declare class EdsInputFooter {
|
|
2
|
+
/**
|
|
3
|
+
* Unique identifier for the input field.
|
|
4
|
+
* Used to generate ARIA `id` for error and description containers.
|
|
5
|
+
*/
|
|
5
6
|
name: string;
|
|
7
|
+
/**
|
|
8
|
+
* Text to display when the input is in an error state.
|
|
9
|
+
* Rendered only if `error` is `true` and this prop is provided.
|
|
10
|
+
*/
|
|
6
11
|
errorMessage?: string;
|
|
12
|
+
/**
|
|
13
|
+
* Informational or helper message displayed below the input
|
|
14
|
+
* when there is no error.
|
|
15
|
+
*/
|
|
7
16
|
message?: string;
|
|
17
|
+
/**
|
|
18
|
+
* Whether the input should be rendered in an error state.
|
|
19
|
+
* Controls visibility of the `errorMessage`.
|
|
20
|
+
* @default false
|
|
21
|
+
*/
|
|
8
22
|
error: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* Optional link object to render below the message.
|
|
25
|
+
*
|
|
26
|
+
* @prop {string} url - Destination URL for the link.
|
|
27
|
+
* @prop {string} label - Text label to display for the link.
|
|
28
|
+
*/
|
|
9
29
|
link?: {
|
|
10
30
|
url: string;
|
|
11
31
|
label: string;
|
|
@@ -1,103 +1,78 @@
|
|
|
1
|
-
|
|
2
|
-
* `EdsInputField` is a versatile form input component that supports various input types and customization options.
|
|
3
|
-
*
|
|
4
|
-
* Key Features:
|
|
5
|
-
* - Supports multiple input types (text, checkbox, radio, select, file) with corresponding behaviors and styling.
|
|
6
|
-
* - Provides options for validation, including required fields and max length.
|
|
7
|
-
* - Allows custom messages and error handling with `message` and `errorMessage` props.
|
|
8
|
-
* - Offers additional features like icons, labels, links, and hints to enhance user experience.
|
|
9
|
-
*
|
|
10
|
-
* This component provides a structured and configurable form input with additional features to suit various input requirements.
|
|
11
|
-
*/
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
12
2
|
export declare class EdsInputField {
|
|
13
|
-
/**
|
|
14
|
-
* The `name` attribute for the input element. Required for form submissions.
|
|
15
|
-
*/
|
|
3
|
+
/** The `name` attribute of the input element. Required for form submission. */
|
|
16
4
|
name: string;
|
|
17
|
-
/**
|
|
18
|
-
* The unique `id` for the input element. Defaults to the `name` attribute if not provided.
|
|
19
|
-
*/
|
|
5
|
+
/** The `id` attribute of the internal input element. Defaults to `name` if not set. */
|
|
20
6
|
inputId?: string;
|
|
21
|
-
/**
|
|
22
|
-
* The placeholder text for the input element.
|
|
23
|
-
*/
|
|
7
|
+
/** Placeholder text for the input field. */
|
|
24
8
|
placeholder?: string;
|
|
25
|
-
/**
|
|
26
|
-
* If `true`, disables the input field.
|
|
27
|
-
*/
|
|
9
|
+
/** If `true`, the input is disabled. */
|
|
28
10
|
disabled: boolean;
|
|
29
|
-
/**
|
|
30
|
-
* The `onChange` event handler for the input element.
|
|
31
|
-
*/
|
|
32
|
-
onChange?: (event: Event) => void;
|
|
33
|
-
/**
|
|
34
|
-
* The `onInput` event handler for the input element.
|
|
35
|
-
*/
|
|
36
|
-
onInput?: (event: InputEvent) => void;
|
|
37
|
-
/**
|
|
38
|
-
* The type of the input element. Defaults to `text`.
|
|
39
|
-
* Supported types: `text`, `checkbox`, `radio`, `select`, `file`, `search`, etc.
|
|
40
|
-
*/
|
|
41
|
-
type: string;
|
|
42
|
-
/**
|
|
43
|
-
* If `true`, the input field is required.
|
|
44
|
-
*/
|
|
11
|
+
/** If `true`, the input is required. */
|
|
45
12
|
required: boolean;
|
|
46
|
-
/**
|
|
47
|
-
* The label text for the input field.
|
|
48
|
-
*/
|
|
13
|
+
/** Label text for the input field. */
|
|
49
14
|
label?: string;
|
|
50
|
-
/**
|
|
51
|
-
* A short hint displayed alongside the input field.
|
|
52
|
-
*/
|
|
15
|
+
/** Optional hint displayed next to the label. */
|
|
53
16
|
hint?: string;
|
|
54
|
-
/**
|
|
55
|
-
* The icon name to be displayed within the input field.
|
|
56
|
-
*/
|
|
17
|
+
/** Optional icon name to display inside the input. */
|
|
57
18
|
icon?: string;
|
|
58
|
-
/**
|
|
59
|
-
* A link object containing the URL and label to display alongside the input field.
|
|
60
|
-
*/
|
|
19
|
+
/** Optional link associated with the input (for help or docs). */
|
|
61
20
|
link?: {
|
|
62
21
|
url: string;
|
|
63
22
|
label: string;
|
|
64
23
|
};
|
|
65
|
-
/**
|
|
66
|
-
* An additional message displayed below the input field.
|
|
67
|
-
*/
|
|
24
|
+
/** Message shown below the input (e.g., additional info or validation message). */
|
|
68
25
|
message?: string;
|
|
69
|
-
/**
|
|
70
|
-
* If `true`, marks the input field as having an error.
|
|
71
|
-
*/
|
|
26
|
+
/** If `true`, renders the input with error styles. */
|
|
72
27
|
error: boolean;
|
|
73
|
-
/**
|
|
74
|
-
* If `true`, the input field is checked (for `checkbox` or `radio` types).
|
|
75
|
-
*/
|
|
28
|
+
/** If `true`, the checkbox/radio is checked. */
|
|
76
29
|
checked?: boolean;
|
|
77
|
-
/**
|
|
78
|
-
* The error message displayed when validation fails.
|
|
79
|
-
*/
|
|
30
|
+
/** Error message text shown when validation fails. */
|
|
80
31
|
errorMessage?: string;
|
|
81
|
-
/**
|
|
82
|
-
* The value of the input field.
|
|
83
|
-
*/
|
|
32
|
+
/** The value of the input. Can be `string` or `number`. */
|
|
84
33
|
value?: string | number;
|
|
85
|
-
/**
|
|
86
|
-
* The maximum length of the input value (for `text` types).
|
|
87
|
-
*/
|
|
34
|
+
/** The maximum allowed length for text input. */
|
|
88
35
|
maxLength?: number;
|
|
89
36
|
/**
|
|
90
|
-
* Options for
|
|
37
|
+
* Options for select, checkbox, radio, or range inputs.
|
|
38
|
+
* Can be a JSON string or an array of `{ value, label }` objects.
|
|
91
39
|
*/
|
|
92
40
|
options?: string | {
|
|
93
41
|
value: string | number;
|
|
94
42
|
label: string;
|
|
95
43
|
}[];
|
|
44
|
+
/** Type of the input: e.g., `text`, `checkbox`, `select`, `range`, etc. */
|
|
45
|
+
type: string;
|
|
46
|
+
/**
|
|
47
|
+
* Native `onChange` handler for React/Vue wrappers.
|
|
48
|
+
* Enables use without manually attaching DOM event listeners.
|
|
49
|
+
*/
|
|
50
|
+
onChangeNative?: (event: Event) => void;
|
|
51
|
+
/**
|
|
52
|
+
* Native `onInput` handler for React/Vue wrappers.
|
|
53
|
+
* Enables use without manually attaching DOM event listeners.
|
|
54
|
+
*/
|
|
55
|
+
onInput?: (event: InputEvent) => void;
|
|
96
56
|
/**
|
|
97
|
-
*
|
|
98
|
-
*
|
|
57
|
+
* If `true`, emits `edsChange` and `edsInput` events for external usage.
|
|
58
|
+
* Set to `false` to disable value emission entirely.
|
|
99
59
|
*/
|
|
100
60
|
exposeValueEvents: boolean;
|
|
61
|
+
/**
|
|
62
|
+
* Emits on every user input (key press, typing, etc.).
|
|
63
|
+
* Use `event.detail.value` to access the new value.
|
|
64
|
+
*/
|
|
65
|
+
edsinput: EventEmitter<{
|
|
66
|
+
value: string;
|
|
67
|
+
}>;
|
|
68
|
+
/**
|
|
69
|
+
* Emits on blur or change event (e.g., selecting an option, leaving the field).
|
|
70
|
+
* Use `event.detail.value` to access the final value.
|
|
71
|
+
*/
|
|
72
|
+
edschange: EventEmitter<{
|
|
73
|
+
value: string;
|
|
74
|
+
}>;
|
|
75
|
+
/** Reference to the host element. */
|
|
101
76
|
hostEl: HTMLElement;
|
|
102
77
|
private shouldEmitValue;
|
|
103
78
|
private handleNativeInput;
|
|
@@ -7,16 +7,16 @@
|
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
8
|
import { Tag } from "./components/eds-cards/eds-card-generic/eds-card-generic";
|
|
9
9
|
import { Card } from "./shared-ui/eds-card-section/eds-card-section";
|
|
10
|
+
import { Event, VNode } from "./stencil-public-runtime";
|
|
10
11
|
import { Step } from "./shared-ui/eds-steps/eds-steps";
|
|
11
12
|
import { Step as Step1 } from "./shared-ui/eds-steps-v2/eds-steps-v2";
|
|
12
13
|
import { TableAction } from "./components/eds-table/eds-table";
|
|
13
|
-
import { VNode } from "./stencil-public-runtime";
|
|
14
14
|
export { Tag } from "./components/eds-cards/eds-card-generic/eds-card-generic";
|
|
15
15
|
export { Card } from "./shared-ui/eds-card-section/eds-card-section";
|
|
16
|
+
export { Event, VNode } from "./stencil-public-runtime";
|
|
16
17
|
export { Step } from "./shared-ui/eds-steps/eds-steps";
|
|
17
18
|
export { Step as Step1 } from "./shared-ui/eds-steps-v2/eds-steps-v2";
|
|
18
19
|
export { TableAction } from "./components/eds-table/eds-table";
|
|
19
|
-
export { VNode } from "./stencil-public-runtime";
|
|
20
20
|
export namespace Components {
|
|
21
21
|
interface ColorPrimaryPalette {
|
|
22
22
|
}
|
|
@@ -1078,102 +1078,111 @@ export namespace Components {
|
|
|
1078
1078
|
"type": string;
|
|
1079
1079
|
"value"?: string | number;
|
|
1080
1080
|
}
|
|
1081
|
-
/**
|
|
1082
|
-
* `EdsInputField` is a versatile form input component that supports various input types and customization options.
|
|
1083
|
-
* Key Features:
|
|
1084
|
-
* - Supports multiple input types (text, checkbox, radio, select, file) with corresponding behaviors and styling.
|
|
1085
|
-
* - Provides options for validation, including required fields and max length.
|
|
1086
|
-
* - Allows custom messages and error handling with `message` and `errorMessage` props.
|
|
1087
|
-
* - Offers additional features like icons, labels, links, and hints to enhance user experience.
|
|
1088
|
-
* This component provides a structured and configurable form input with additional features to suit various input requirements.
|
|
1089
|
-
*/
|
|
1090
1081
|
interface EdsInputField {
|
|
1091
1082
|
/**
|
|
1092
|
-
* If `true`, the
|
|
1083
|
+
* If `true`, the checkbox/radio is checked.
|
|
1093
1084
|
*/
|
|
1094
1085
|
"checked"?: boolean;
|
|
1095
1086
|
/**
|
|
1096
|
-
* If `true`,
|
|
1087
|
+
* If `true`, the input is disabled.
|
|
1097
1088
|
*/
|
|
1098
1089
|
"disabled": boolean;
|
|
1099
1090
|
/**
|
|
1100
|
-
* If `true`,
|
|
1091
|
+
* If `true`, renders the input with error styles.
|
|
1101
1092
|
*/
|
|
1102
1093
|
"error": boolean;
|
|
1103
1094
|
/**
|
|
1104
|
-
*
|
|
1095
|
+
* Error message text shown when validation fails.
|
|
1105
1096
|
*/
|
|
1106
1097
|
"errorMessage"?: string;
|
|
1107
1098
|
/**
|
|
1108
|
-
*
|
|
1099
|
+
* If `true`, emits `edsChange` and `edsInput` events for external usage. Set to `false` to disable value emission entirely.
|
|
1109
1100
|
*/
|
|
1110
1101
|
"exposeValueEvents": boolean;
|
|
1111
1102
|
/**
|
|
1112
|
-
*
|
|
1103
|
+
* Optional hint displayed next to the label.
|
|
1113
1104
|
*/
|
|
1114
1105
|
"hint"?: string;
|
|
1115
1106
|
/**
|
|
1116
|
-
*
|
|
1107
|
+
* Optional icon name to display inside the input.
|
|
1117
1108
|
*/
|
|
1118
1109
|
"icon"?: string;
|
|
1119
1110
|
/**
|
|
1120
|
-
* The
|
|
1111
|
+
* The `id` attribute of the internal input element. Defaults to `name` if not set.
|
|
1121
1112
|
*/
|
|
1122
1113
|
"inputId"?: string;
|
|
1123
1114
|
/**
|
|
1124
|
-
*
|
|
1115
|
+
* Label text for the input field.
|
|
1125
1116
|
*/
|
|
1126
1117
|
"label"?: string;
|
|
1127
1118
|
/**
|
|
1128
|
-
*
|
|
1119
|
+
* Optional link associated with the input (for help or docs).
|
|
1129
1120
|
*/
|
|
1130
1121
|
"link"?: { url: string; label: string };
|
|
1131
1122
|
/**
|
|
1132
|
-
* The maximum length
|
|
1123
|
+
* The maximum allowed length for text input.
|
|
1133
1124
|
*/
|
|
1134
1125
|
"maxLength"?: number;
|
|
1135
1126
|
/**
|
|
1136
|
-
*
|
|
1127
|
+
* Message shown below the input (e.g., additional info or validation message).
|
|
1137
1128
|
*/
|
|
1138
1129
|
"message"?: string;
|
|
1139
1130
|
/**
|
|
1140
|
-
* The `name` attribute
|
|
1131
|
+
* The `name` attribute of the input element. Required for form submission.
|
|
1141
1132
|
*/
|
|
1142
1133
|
"name": string;
|
|
1143
1134
|
/**
|
|
1144
|
-
*
|
|
1135
|
+
* Native `onChange` handler for React/Vue wrappers. Enables use without manually attaching DOM event listeners.
|
|
1145
1136
|
*/
|
|
1146
|
-
"
|
|
1137
|
+
"onChangeNative"?: (event: Event) => void;
|
|
1147
1138
|
/**
|
|
1148
|
-
*
|
|
1139
|
+
* Native `onInput` handler for React/Vue wrappers. Enables use without manually attaching DOM event listeners.
|
|
1149
1140
|
*/
|
|
1150
1141
|
"onInput"?: (event: InputEvent) => void;
|
|
1151
1142
|
/**
|
|
1152
|
-
* Options for
|
|
1143
|
+
* Options for select, checkbox, radio, or range inputs. Can be a JSON string or an array of `{ value, label }` objects.
|
|
1153
1144
|
*/
|
|
1154
1145
|
"options"?: string | { value: string | number; label: string }[];
|
|
1155
1146
|
/**
|
|
1156
|
-
*
|
|
1147
|
+
* Placeholder text for the input field.
|
|
1157
1148
|
*/
|
|
1158
1149
|
"placeholder"?: string;
|
|
1159
1150
|
/**
|
|
1160
|
-
* If `true`, the input
|
|
1151
|
+
* If `true`, the input is required.
|
|
1161
1152
|
*/
|
|
1162
1153
|
"required": boolean;
|
|
1163
1154
|
/**
|
|
1164
|
-
*
|
|
1155
|
+
* Type of the input: e.g., `text`, `checkbox`, `select`, `range`, etc.
|
|
1165
1156
|
*/
|
|
1166
1157
|
"type": string;
|
|
1167
1158
|
/**
|
|
1168
|
-
* The value of the input
|
|
1159
|
+
* The value of the input. Can be `string` or `number`.
|
|
1169
1160
|
*/
|
|
1170
1161
|
"value"?: string | number;
|
|
1171
1162
|
}
|
|
1172
1163
|
interface EdsInputFooter {
|
|
1164
|
+
/**
|
|
1165
|
+
* Whether the input should be rendered in an error state. Controls visibility of the `errorMessage`.
|
|
1166
|
+
* @default false
|
|
1167
|
+
*/
|
|
1173
1168
|
"error": boolean;
|
|
1169
|
+
/**
|
|
1170
|
+
* Text to display when the input is in an error state. Rendered only if `error` is `true` and this prop is provided.
|
|
1171
|
+
*/
|
|
1174
1172
|
"errorMessage"?: string;
|
|
1173
|
+
/**
|
|
1174
|
+
* Optional link object to render below the message.
|
|
1175
|
+
* @prop {string} url - Destination URL for the link.
|
|
1176
|
+
* @prop {string} label - Text label to display for the link.
|
|
1177
|
+
*/
|
|
1175
1178
|
"link"?: { url: string; label: string };
|
|
1179
|
+
/**
|
|
1180
|
+
* Informational or helper message displayed below the input when there is no error.
|
|
1181
|
+
*/
|
|
1176
1182
|
"message"?: string;
|
|
1183
|
+
/**
|
|
1184
|
+
* Unique identifier for the input field. Used to generate ARIA `id` for error and description containers.
|
|
1185
|
+
*/
|
|
1177
1186
|
"name": string;
|
|
1178
1187
|
}
|
|
1179
1188
|
interface EdsInputLabel {
|
|
@@ -1905,6 +1914,10 @@ export interface EdsHeaderCustomEvent<T> extends CustomEvent<T> {
|
|
|
1905
1914
|
detail: T;
|
|
1906
1915
|
target: HTMLEdsHeaderElement;
|
|
1907
1916
|
}
|
|
1917
|
+
export interface EdsInputFieldCustomEvent<T> extends CustomEvent<T> {
|
|
1918
|
+
detail: T;
|
|
1919
|
+
target: HTMLEdsInputFieldElement;
|
|
1920
|
+
}
|
|
1908
1921
|
export interface EdsInputRangeCustomEvent<T> extends CustomEvent<T> {
|
|
1909
1922
|
detail: T;
|
|
1910
1923
|
target: HTMLEdsInputRangeElement;
|
|
@@ -2615,16 +2628,19 @@ declare global {
|
|
|
2615
2628
|
prototype: HTMLEdsInputElement;
|
|
2616
2629
|
new (): HTMLEdsInputElement;
|
|
2617
2630
|
};
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
* - Provides options for validation, including required fields and max length.
|
|
2623
|
-
* - Allows custom messages and error handling with `message` and `errorMessage` props.
|
|
2624
|
-
* - Offers additional features like icons, labels, links, and hints to enhance user experience.
|
|
2625
|
-
* This component provides a structured and configurable form input with additional features to suit various input requirements.
|
|
2626
|
-
*/
|
|
2631
|
+
interface HTMLEdsInputFieldElementEventMap {
|
|
2632
|
+
"edsinput": { value: string };
|
|
2633
|
+
"edschange": { value: string };
|
|
2634
|
+
}
|
|
2627
2635
|
interface HTMLEdsInputFieldElement extends Components.EdsInputField, HTMLStencilElement {
|
|
2636
|
+
addEventListener<K extends keyof HTMLEdsInputFieldElementEventMap>(type: K, listener: (this: HTMLEdsInputFieldElement, ev: EdsInputFieldCustomEvent<HTMLEdsInputFieldElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2637
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2638
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2639
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2640
|
+
removeEventListener<K extends keyof HTMLEdsInputFieldElementEventMap>(type: K, listener: (this: HTMLEdsInputFieldElement, ev: EdsInputFieldCustomEvent<HTMLEdsInputFieldElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
2641
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2642
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2643
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2628
2644
|
}
|
|
2629
2645
|
var HTMLEdsInputFieldElement: {
|
|
2630
2646
|
prototype: HTMLEdsInputFieldElement;
|
|
@@ -4313,102 +4329,119 @@ declare namespace LocalJSX {
|
|
|
4313
4329
|
"type"?: string;
|
|
4314
4330
|
"value"?: string | number;
|
|
4315
4331
|
}
|
|
4316
|
-
/**
|
|
4317
|
-
* `EdsInputField` is a versatile form input component that supports various input types and customization options.
|
|
4318
|
-
* Key Features:
|
|
4319
|
-
* - Supports multiple input types (text, checkbox, radio, select, file) with corresponding behaviors and styling.
|
|
4320
|
-
* - Provides options for validation, including required fields and max length.
|
|
4321
|
-
* - Allows custom messages and error handling with `message` and `errorMessage` props.
|
|
4322
|
-
* - Offers additional features like icons, labels, links, and hints to enhance user experience.
|
|
4323
|
-
* This component provides a structured and configurable form input with additional features to suit various input requirements.
|
|
4324
|
-
*/
|
|
4325
4332
|
interface EdsInputField {
|
|
4326
4333
|
/**
|
|
4327
|
-
* If `true`, the
|
|
4334
|
+
* If `true`, the checkbox/radio is checked.
|
|
4328
4335
|
*/
|
|
4329
4336
|
"checked"?: boolean;
|
|
4330
4337
|
/**
|
|
4331
|
-
* If `true`,
|
|
4338
|
+
* If `true`, the input is disabled.
|
|
4332
4339
|
*/
|
|
4333
4340
|
"disabled"?: boolean;
|
|
4334
4341
|
/**
|
|
4335
|
-
* If `true`,
|
|
4342
|
+
* If `true`, renders the input with error styles.
|
|
4336
4343
|
*/
|
|
4337
4344
|
"error"?: boolean;
|
|
4338
4345
|
/**
|
|
4339
|
-
*
|
|
4346
|
+
* Error message text shown when validation fails.
|
|
4340
4347
|
*/
|
|
4341
4348
|
"errorMessage"?: string;
|
|
4342
4349
|
/**
|
|
4343
|
-
*
|
|
4350
|
+
* If `true`, emits `edsChange` and `edsInput` events for external usage. Set to `false` to disable value emission entirely.
|
|
4344
4351
|
*/
|
|
4345
4352
|
"exposeValueEvents"?: boolean;
|
|
4346
4353
|
/**
|
|
4347
|
-
*
|
|
4354
|
+
* Optional hint displayed next to the label.
|
|
4348
4355
|
*/
|
|
4349
4356
|
"hint"?: string;
|
|
4350
4357
|
/**
|
|
4351
|
-
*
|
|
4358
|
+
* Optional icon name to display inside the input.
|
|
4352
4359
|
*/
|
|
4353
4360
|
"icon"?: string;
|
|
4354
4361
|
/**
|
|
4355
|
-
* The
|
|
4362
|
+
* The `id` attribute of the internal input element. Defaults to `name` if not set.
|
|
4356
4363
|
*/
|
|
4357
4364
|
"inputId"?: string;
|
|
4358
4365
|
/**
|
|
4359
|
-
*
|
|
4366
|
+
* Label text for the input field.
|
|
4360
4367
|
*/
|
|
4361
4368
|
"label"?: string;
|
|
4362
4369
|
/**
|
|
4363
|
-
*
|
|
4370
|
+
* Optional link associated with the input (for help or docs).
|
|
4364
4371
|
*/
|
|
4365
4372
|
"link"?: { url: string; label: string };
|
|
4366
4373
|
/**
|
|
4367
|
-
* The maximum length
|
|
4374
|
+
* The maximum allowed length for text input.
|
|
4368
4375
|
*/
|
|
4369
4376
|
"maxLength"?: number;
|
|
4370
4377
|
/**
|
|
4371
|
-
*
|
|
4378
|
+
* Message shown below the input (e.g., additional info or validation message).
|
|
4372
4379
|
*/
|
|
4373
4380
|
"message"?: string;
|
|
4374
4381
|
/**
|
|
4375
|
-
* The `name` attribute
|
|
4382
|
+
* The `name` attribute of the input element. Required for form submission.
|
|
4376
4383
|
*/
|
|
4377
4384
|
"name": string;
|
|
4378
4385
|
/**
|
|
4379
|
-
*
|
|
4386
|
+
* Native `onChange` handler for React/Vue wrappers. Enables use without manually attaching DOM event listeners.
|
|
4387
|
+
*/
|
|
4388
|
+
"onChangeNative"?: (event: Event) => void;
|
|
4389
|
+
/**
|
|
4390
|
+
* Emits on blur or change event (e.g., selecting an option, leaving the field). Use `event.detail.value` to access the final value.
|
|
4391
|
+
*/
|
|
4392
|
+
"onEdschange"?: (event: EdsInputFieldCustomEvent<{ value: string }>) => void;
|
|
4393
|
+
/**
|
|
4394
|
+
* Emits on every user input (key press, typing, etc.). Use `event.detail.value` to access the new value.
|
|
4380
4395
|
*/
|
|
4381
|
-
"
|
|
4396
|
+
"onEdsinput"?: (event: EdsInputFieldCustomEvent<{ value: string }>) => void;
|
|
4382
4397
|
/**
|
|
4383
|
-
*
|
|
4398
|
+
* Native `onInput` handler for React/Vue wrappers. Enables use without manually attaching DOM event listeners.
|
|
4384
4399
|
*/
|
|
4385
4400
|
"onInput"?: (event: InputEvent) => void;
|
|
4386
4401
|
/**
|
|
4387
|
-
* Options for
|
|
4402
|
+
* Options for select, checkbox, radio, or range inputs. Can be a JSON string or an array of `{ value, label }` objects.
|
|
4388
4403
|
*/
|
|
4389
4404
|
"options"?: string | { value: string | number; label: string }[];
|
|
4390
4405
|
/**
|
|
4391
|
-
*
|
|
4406
|
+
* Placeholder text for the input field.
|
|
4392
4407
|
*/
|
|
4393
4408
|
"placeholder"?: string;
|
|
4394
4409
|
/**
|
|
4395
|
-
* If `true`, the input
|
|
4410
|
+
* If `true`, the input is required.
|
|
4396
4411
|
*/
|
|
4397
4412
|
"required"?: boolean;
|
|
4398
4413
|
/**
|
|
4399
|
-
*
|
|
4414
|
+
* Type of the input: e.g., `text`, `checkbox`, `select`, `range`, etc.
|
|
4400
4415
|
*/
|
|
4401
4416
|
"type"?: string;
|
|
4402
4417
|
/**
|
|
4403
|
-
* The value of the input
|
|
4418
|
+
* The value of the input. Can be `string` or `number`.
|
|
4404
4419
|
*/
|
|
4405
4420
|
"value"?: string | number;
|
|
4406
4421
|
}
|
|
4407
4422
|
interface EdsInputFooter {
|
|
4423
|
+
/**
|
|
4424
|
+
* Whether the input should be rendered in an error state. Controls visibility of the `errorMessage`.
|
|
4425
|
+
* @default false
|
|
4426
|
+
*/
|
|
4408
4427
|
"error"?: boolean;
|
|
4428
|
+
/**
|
|
4429
|
+
* Text to display when the input is in an error state. Rendered only if `error` is `true` and this prop is provided.
|
|
4430
|
+
*/
|
|
4409
4431
|
"errorMessage"?: string;
|
|
4432
|
+
/**
|
|
4433
|
+
* Optional link object to render below the message.
|
|
4434
|
+
* @prop {string} url - Destination URL for the link.
|
|
4435
|
+
* @prop {string} label - Text label to display for the link.
|
|
4436
|
+
*/
|
|
4410
4437
|
"link"?: { url: string; label: string };
|
|
4438
|
+
/**
|
|
4439
|
+
* Informational or helper message displayed below the input when there is no error.
|
|
4440
|
+
*/
|
|
4411
4441
|
"message"?: string;
|
|
4442
|
+
/**
|
|
4443
|
+
* Unique identifier for the input field. Used to generate ARIA `id` for error and description containers.
|
|
4444
|
+
*/
|
|
4412
4445
|
"name": string;
|
|
4413
4446
|
}
|
|
4414
4447
|
interface EdsInputLabel {
|
|
@@ -5492,15 +5525,6 @@ declare module "@stencil/core" {
|
|
|
5492
5525
|
*/
|
|
5493
5526
|
"eds-img": LocalJSX.EdsImg & JSXBase.HTMLAttributes<HTMLEdsImgElement>;
|
|
5494
5527
|
"eds-input": LocalJSX.EdsInput & JSXBase.HTMLAttributes<HTMLEdsInputElement>;
|
|
5495
|
-
/**
|
|
5496
|
-
* `EdsInputField` is a versatile form input component that supports various input types and customization options.
|
|
5497
|
-
* Key Features:
|
|
5498
|
-
* - Supports multiple input types (text, checkbox, radio, select, file) with corresponding behaviors and styling.
|
|
5499
|
-
* - Provides options for validation, including required fields and max length.
|
|
5500
|
-
* - Allows custom messages and error handling with `message` and `errorMessage` props.
|
|
5501
|
-
* - Offers additional features like icons, labels, links, and hints to enhance user experience.
|
|
5502
|
-
* This component provides a structured and configurable form input with additional features to suit various input requirements.
|
|
5503
|
-
*/
|
|
5504
5528
|
"eds-input-field": LocalJSX.EdsInputField & JSXBase.HTMLAttributes<HTMLEdsInputFieldElement>;
|
|
5505
5529
|
"eds-input-footer": LocalJSX.EdsInputFooter & JSXBase.HTMLAttributes<HTMLEdsInputFooterElement>;
|
|
5506
5530
|
"eds-input-label": LocalJSX.EdsInputLabel & JSXBase.HTMLAttributes<HTMLEdsInputLabelElement>;
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as e,h as t}from"./p-28ae3f3a.js";const l=class{constructor(t){e(this,t),this.tabIndex=void 0}renderContent(){switch(this.tabIndex){case 0:return t("div",null,t("h2",null,"Primary Palette"),t("color-primary-palette",null),t("h2",null,"Secondary Palette"),t("color-secondary-palette",null),t("h2",null,"Support Palette"),t("color-support-palette",null));case 1:return t("div",null,t("h2",null,"Primary Palette"),t("gradient-primary-palette",null),t("h2",null,"Secondary Palette"),t("gradient-secondary-palette",null),t("h2",null,"Support Palette"),t("gradient-support-palette",null));default:return t("p",null,"Content not available.")}}render(){return t("div",{key:"638d6345ed0e32bda5d350f7ee8e54055d7fe770",class:"container"},this.renderContent())}};export{l as docs_palettes}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as e,h as c}from"./p-28ae3f3a.js";const a=[{background:"#9CE142"},{background:"#00C959"},{background:"#00A595"}],s=[{background:"#3FA9F5"},{background:"#C461FF"},{background:"#5D3DF9"},{background:"#FFA543"},{background:"#FF4D68"}],l=class{constructor(c){e(this,c)}render(){return c("div",{key:"3503dcc0e2d3f5b08eec400e74484e5725d7b4af",class:"container"},c("div",{key:"657857e8826e60c498450326306234c59b4e770b",class:"mb-8"},c("eds-alert",{key:"88512240affc65314593f8573b3a13f58fb2806d",message:"Note that, each of the four colour tones cannot be mixed in the same composition.",intent:"error"})),c("div",{key:"8614d445187d2614e5833b8c89c66b178762574e",class:"flex"},c("div",{key:"1b36d52dbcbb65e1edb4513899ec898d691193c0",class:"w-full"},c("ul",{key:"13fb2eaca0ad3fb93487f6c0c976142a18870b4d",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},a.map((e=>c("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},c("div",{class:"w-full min-h-[150px] effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}})))))),c("div",{key:"adec93113e4c02168906e1da65f48c20e9b2c7dc",class:"w-full"},c("ul",{key:"d0b43589866f53c92084b270afb3571ed2723fc8",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},s.map((e=>c("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},c("div",{class:"w-full min-h-[90px] effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}}))))))))}};export{l as incorrect_use_of_colors}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as t,h as a}from"./p-28ae3f3a.js";const e=class{constructor(a){t(this,a),this.applications=void 0}getParsedApplications(){let t=[];if("string"==typeof this.applications)try{t=JSON.parse(this.applications||"[]")}catch(a){console.error("Invalid applications trl JSON",a),t=[]}else Array.isArray(this.applications)&&(t=this.applications);return t}calculateProgress(t){return Math.ceil(t/9*100)}render(){const t=this.getParsedApplications().map((t=>({Application:t.name,"Current TRL Stage":`TRL ${t.currentTrl}`,Progress:a("div",{class:"w-[200px]"},a("eds-progress-bar",{value:this.calculateProgress(t.currentTrl)}))})));return a("div",{key:"8a798c644632d3168af51aa8a0775b7455ab5b52",class:"container mx-auto px-4 py-8"},a("eds-table",{key:"82a692c0f7e46fe7438a594a7b5c567855c0e308","table-data":JSON.stringify(t),config:JSON.stringify({Application:{format:"code"},"Current TRL Stage":{format:"text"}}),"rows-per-page":"2","pagination-enabled":"true","search-enabled":"true","column-size":"default"}))}};export{e as eds_trl}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as e,h as a}from"./p-28ae3f3a.js";const c=class{constructor(a){e(this,a),this.colors=[{rgb:"R156 G225 B66",cmyk:"C52 M0 Y98 K0",hex:"#9CE142",pantoneC:"PANTONE 367 C",pantoneU:"PANTONE 374 U",background:"#9CE142"},{rgb:"R0 G201 B89",cmyk:"C75 M0 Y80 K0",hex:"#00C959",pantoneC:"PANTONE 7480 C",pantoneU:"PANTONE 7481 U",background:"#00C959"},{rgb:"R0 G165 B149",cmyk:"C78 M8 Y49 K0",hex:"#00A595",pantoneC:"PANTONE 3272 C",pantoneU:"PANTONE 3275 U",background:"#00A595"}]}render(){return a("ul",{key:"8279e944bfb0ddf1e3cb682daa1b8bcfe8cac3fd",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},this.colors.map((e=>a("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},a("div",{class:"effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}},a("div",{class:"grid"},a("span",{class:"f-body-02"},e.rgb),a("span",{class:"f-body-02 w-full"},e.cmyk),a("eds-code-block",{code:e.hex,style:{minWidth:"150px",marginRight:"5px"}})),a("div",{class:"grid"},a("span",{class:"f-body-02"},e.pantoneC),a("span",{class:"f-body-02"},e.pantoneU)))))))}},d=class{constructor(a){e(this,a),this.colors=[{rgb:"R63 G169 B245",cmyk:"C68 M13 Y0 K0",hex:"#3FA9F5",pantoneC:"PANTONE 298 C",pantoneU:"PANTONE 298 U",background:"#3FA9F5"},{rgb:"R6 G68 B244",cmyk:"C92 M60 Y0 K0",hex:"#0644F4",pantoneC:"PANTONE 2728 C",pantoneU:"PANTONE 2935 U",background:"#0644F4"},{rgb:"R196 G97 B255",cmyk:"C52 M67 Y0 K0",hex:"#C461FF",pantoneC:"PANTONE 252 C",pantoneU:"PANTONE 252 U",background:"#C461FF"},{rgb:"R93 G61 B249",cmyk:"C83 M78 Y0 K0",hex:"#5D3DF9",pantoneC:"PANTONE 266 C",pantoneU:"PANTONE 2735 U",background:"#5D3DF9"},{rgb:"R255 G165 B67",cmyk:"C0 M43 Y76 K0",hex:"#FFA543",pantoneC:"PANTONE 804 C",pantoneU:"PANTONE 136 U",background:"#FFA543"},{rgb:"R255 G77 B104",cmyk:"C0 M81 Y42 K0",hex:"#FF4D68",pantoneC:"PANTONE 1785 C",pantoneU:"PANTONE 185 U",background:"#FF4D68"}],this.show=void 0}render(){return a("ul",{key:"ab7abc8b8b9115446169d85c6b97f4ea2e387068",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},this.colors.map((e=>a("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},a("div",{class:"effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}},a("div",{class:"grid"},a("span",{class:"f-body-02"},e.rgb),a("span",{class:"f-body-02 w-full"},e.cmyk),a("eds-code-block",{code:e.hex,style:{minWidth:"150px",marginRight:"5px"}})),a("div",{class:"grid"},a("span",{class:"f-body-02"},e.pantoneC),a("span",{class:"f-body-02"},e.pantoneU)))))))}},s=class{constructor(a){e(this,a),this.colors=[{rgb:"R20 G20 B20",cmyk:"C78 M69 Y61 K87",hex:"#141414",pantoneC:"",pantoneU:"",background:"#141414"},{rgb:"R56 G56 B56",cmyk:"C68 M58 Y55 K63",hex:"#383838",pantoneC:"PANTONE 447 C",pantoneU:"PANTONE Neutral Black U",background:"#383838"},{rgb:"R204 G204 B204",cmyk:"C23 M17 Y18 K0",hex:"#CCCCCC",pantoneC:"PANTONE Cool Gray 2 C",pantoneU:"PANTONE Cool Gray 2 U",background:"#CCCCCC"},{rgb:"R230 G230 B230",cmyk:"C12 M8 Y9 K0",hex:"#E6E6E6",pantoneC:"PANTONE 663 C",pantoneU:"PANTONE 649 U",background:"#E6E6E6"},{rgb:"R255 G255 B255",cmyk:"C0 M0 Y0 K0",hex:"#FFFFFF",pantoneC:"",pantoneU:"",background:"#FFFFFF"}]}getTextColor(e){if(e.startsWith("#")){const a=e.slice(1);return(.299*parseInt(a.substring(0,2),16)+.587*parseInt(a.substring(2,4),16)+.114*parseInt(a.substring(4,6),16))/255>.5?"text-default":"text-inverse"}if(/rgb/i.test(e)){const a=e.replace(/rgba?\(/i,"").replace(")","").split(",").map((e=>parseFloat(e.trim()))),[c,d,s]=a;return(.299*c+.587*d+.114*s)/255>.5?"text-default":"text-inverse"}return"text-default"}render(){return a("ul",{key:"42a4eb08f07919ad464ba017dbba65667c91e005",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},this.colors.map((e=>{const c=this.getTextColor(e.background);return a("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},a("div",{class:"effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}},a("div",{class:"grid"},a("span",{class:`f-body-02 ${c}`},e.cmyk),a("eds-code-block",{code:e.hex,style:{minWidth:"150px",marginRight:"5px"},class:c})),a("div",{class:"grid"},a("span",{class:`f-body-02 ${c}`},e.pantoneC),a("span",{class:`f-body-02 ${c}`},e.pantoneU))))})))}},b=class{constructor(a){e(this,a),this.colors=[{rgb:"R156 G225 B66",cmyk:"C52 M0 Y98 K0",hex:"#9CE142",pantoneC:"PANTONE 367 C",pantoneU:"PANTONE 374 U",background:"linear-gradient(to bottom, #9CE142 0%, #00C959 50%, #00A595 100%)"},{rgb:"R0 G201 B89",cmyk:"C75 M0 Y80 K0",hex:"#00C959",pantoneC:"PANTONE 7480 C",pantoneU:"PANTONE 7481 U",background:"linear-gradient(to bottom, #9CE142 0%, #00C959 50%, #00A595 100%)"},{rgb:"R0 G165 B149",cmyk:"C78 M8 Y49 K0",hex:"#00A595",pantoneC:"PANTONE 3272 C",pantoneU:"PANTONE 3275 U",background:"linear-gradient(to bottom, #9CE142 0%, #00C959 50%, #00A595 100%)"}]}render(){return a("ul",{key:"2bc09e1f15ce98c6ba133cffc09df3bf10ca343f",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16",style:{background:"linear-gradient(to bottom, #9CE142 0%, #00C959 50%, #00A595 100%)"}},this.colors.map((e=>a("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},a("div",{class:"effect-height flex items-center justify-between p-16"},a("div",{class:"grid"},a("span",{class:"f-body-02"},e.rgb),a("span",{class:"f-body-02 w-full"},e.cmyk),a("eds-code-block",{code:e.hex,style:{minWidth:"150px",marginRight:"5px"}})),a("div",{class:"grid"},a("span",{class:"f-body-02"},e.pantoneC),a("span",{class:"f-body-02"},e.pantoneU)))))))}},f=class{constructor(a){e(this,a),this.colors=[{rgb:"R63 G169 B245",cmyk:"C68 M13 Y0 K0",hex:"#3FA9F5",pantoneC:"PANTONE 298 C",pantoneU:"PANTONE 298 U",background:"linear-gradient(to bottom, #3FA9F5, #3FA9F5)"},{rgb:"R6 G68 B244",cmyk:"C92 M60 Y0 K0",hex:"#0644F4",pantoneC:"PANTONE 2728 C",pantoneU:"PANTONE 2935 U",background:"linear-gradient(to bottom, #3FA9F5, #0644F4)"},{rgb:"R196 G97 B255",cmyk:"C52 M67 Y0 K0",hex:"#C461FF",pantoneC:"PANTONE 252 C",pantoneU:"PANTONE 252 U",background:"linear-gradient(to bottom, #C461FF, #C461FF)"},{rgb:"R93 G61 B249",cmyk:"C83 M78 Y0 K0",hex:"#5D3DF9",pantoneC:"PANTONE 266 C",pantoneU:"PANTONE 2735 U",background:"linear-gradient(to bottom, #C461FF, #5D3DF9)"},{rgb:"R255 G165 B67",cmyk:"C0 M43 Y76 K0",hex:"#FFA543",pantoneC:"PANTONE 804 C",pantoneU:"PANTONE 136 U",background:"linear-gradient(to bottom, #FFA543, #FFA543)"},{rgb:"R255 G77 B104",cmyk:"C0 M81 Y42 K0",hex:"#FF4D68",pantoneC:"PANTONE 1785 C",pantoneU:"PANTONE 185 U",background:"linear-gradient(to bottom, #FFA543, #FF4D68)"}]}render(){return a("div",{key:"32943156b28f767dc9b2e524202a4f4906432472"},a("ul",{key:"bf0d9a310edc584b67e064b149c771417e4da9cc",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},a("li",{key:"3ed95b92fe0eea4e75be722c1d0abdedfaa9e00e",class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},a("div",{key:"b5d4f381155b3e89bf441a87b9aff7718d4bd978",class:"effect-height flex items-center justify-between p-16",style:{background:this.colors[0].background}},a("div",{key:"c12a9c31da8078a9e6889e0084f1256dad389b59",class:"grid"},a("span",{key:"2fa2d5e9bb0820f08d3c265d7797eeca4c47c73c",class:"f-body-02"},this.colors[0].rgb),a("span",{key:"b609663a6bfebc37deee295b5c8316bb08e6c785",class:"f-body-02 w-full"},this.colors[0].cmyk),a("eds-code-block",{key:"b3cc79d81900f4a9a12ff7c6ebaac286c4dc1cd6",code:this.colors[0].hex,style:{minWidth:"150px",marginRight:"5px"}})),a("div",{key:"f91c41b6301c6234387c4386c493a9df56869c84",class:"grid"},a("span",{key:"1165b82de0328f60a495a563e14277d3722b7d87",class:"f-body-02"},this.colors[0].pantoneC),a("span",{key:"f364fa3b7d4a9c52e1b67a65a4992ea1055084c1",class:"f-body-02"},this.colors[0].pantoneU))),a("div",{key:"e798299fb6ffedd626aaf477593b928c73b177bc",class:"effect-height flex items-center justify-between p-16",style:{background:this.colors[1].background}},a("div",{key:"eee5b2de72d33f80c85fb0ad39e486cbd69d664b",class:"grid"},a("span",{key:"5190b0bb900bf234f32ccad7d37749ae0e57c31c",class:"f-body-02"},this.colors[1].rgb),a("span",{key:"49e3d6d1073dfa8d08054e9db612bfce1a811347",class:"f-body-02 w-full"},this.colors[1].cmyk),a("eds-code-block",{key:"fd0c166cac7839de62cd782ec8071ba70378c15f",code:this.colors[1].hex,style:{minWidth:"150px",marginRight:"5px"}})),a("div",{key:"e9e95829a6eec21baab0238677a33cc649351185",class:"grid"},a("span",{key:"e8a6c41cc8193ca78794c7147f20d39604a1ae04",class:"f-body-02"},this.colors[1].pantoneC),a("span",{key:"039cbc6eedc43de988b5dd823525bde00f7a21e5",class:"f-body-02"},this.colors[1].pantoneU))))),a("eds-block-break",{key:"7f95cfde8f4724b236446c3732c04929e17a9aa0"}),a("ul",{key:"72f723c89d17ea54a962122867abbd690b4d9ad9",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},a("li",{key:"b2153dc607ed77d0a3b1398c3fc8b626163575e1",class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},a("div",{key:"e9ff842671af9bf749857fb4b430dbd997eadbab",class:"effect-height flex items-center justify-between p-16",style:{background:this.colors[2].background}},a("div",{key:"fd8255c5ee1ffe2f1b44cc670e504540b2e19b17",class:"grid"},a("span",{key:"17b71b6d17fe483a0eab1e80959da2076ad4647e",class:"f-body-02"},this.colors[2].rgb),a("span",{key:"b3d39bde727347801976d1471875e3226f71d334",class:"f-body-02 w-full"},this.colors[2].cmyk),a("eds-code-block",{key:"d37cfec78f74f7eec02047fb8e30962c55379f71",code:this.colors[2].hex,style:{minWidth:"150px",marginRight:"5px"}})),a("div",{key:"aa0ec054bb018ab8e564910ada76d849ee2d1608",class:"grid"},a("span",{key:"f633c21fb5227330e843b1c1f6d1fff40766c0d0",class:"f-body-02"},this.colors[2].pantoneC),a("span",{key:"c41495a89c987cf7cfbbd0b4d1ff12ac0c650610",class:"f-body-02"},this.colors[2].pantoneU))),a("div",{key:"18a802a0cb7cbd228840fb58fadf6a121d98ebf9",class:"effect-height flex items-center justify-between p-16",style:{background:this.colors[3].background}},a("div",{key:"edf5fe68043e4712e7174c405e73e1aa84570936",class:"grid"},a("span",{key:"455d010554f4836b26ff4b0568d088a4505619f3",class:"f-body-02"},this.colors[3].rgb),a("span",{key:"6a50beb860b13371178b9582279c76cca29f25cf",class:"f-body-02 w-full"},this.colors[3].cmyk),a("eds-code-block",{key:"98333266061cd31aa09d7d1394829c5d822c901f",code:this.colors[3].hex,style:{minWidth:"150px",marginRight:"5px"}})),a("div",{key:"9f1952601d13a96f1caade683d5474a26cf94298",class:"grid"},a("span",{key:"e43da3fba22655cef1690725654919a79d43a2f4",class:"f-body-02"},this.colors[3].pantoneC),a("span",{key:"c3e280221454dc05f4112f03e3d226a6e70b70d3",class:"f-body-02"},this.colors[3].pantoneU))))),a("eds-block-break",{key:"63355f298a7680e4307b6e467da0fd54faf9da14"}),a("ul",{key:"ff5a5554b716e21b0e219228317bbe334fc96488",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},a("li",{key:"b4ecf3a608a9321ca0cfd1edad2778b3b8ddf918",class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},a("div",{key:"587730e489242f8579b2db3aceea8fadf4ba0f75",class:"effect-height flex items-center justify-between p-16",style:{background:this.colors[4].background}},a("div",{key:"883c226b73544a239f6d0ece7cbab020e1cc5874",class:"grid"},a("span",{key:"dc5031f2236d81513cc543997f9b445b0fdea4be",class:"f-body-02"},this.colors[4].rgb),a("span",{key:"a90f91b008cb67e8ee4a0454ed9e75f683a1a960",class:"f-body-02 w-full"},this.colors[4].cmyk),a("eds-code-block",{key:"4c12f3a2500535970bdb70bb87b8d73348ef25bb",code:this.colors[4].hex,style:{minWidth:"150px",marginRight:"5px"}})),a("div",{key:"1ebadf2907a7f499d61e9edc7c71bb9e7378594a",class:"grid"},a("span",{key:"acfce5255506344a9b65b195933cf924e1030467",class:"f-body-02"},this.colors[4].pantoneC),a("span",{key:"a7c4c25345c91a9753c4615c5205cf3dc49c36af",class:"f-body-02"},this.colors[4].pantoneU))),a("div",{key:"01ce94d66521e612357c61de65ca1acd01e84cb9",class:"effect-height flex items-center justify-between p-16",style:{background:this.colors[5].background}},a("div",{key:"628435f8fab14df7613aa4427af0b8c15fc222c2",class:"grid"},a("span",{key:"4b4bbd19051b9d8d1eb524f2c84104eab7dae20a",class:"f-body-02"},this.colors[5].rgb),a("span",{key:"bb01da8698315272a78bad8d7258cb79be98446b",class:"f-body-02 w-full"},this.colors[5].cmyk),a("eds-code-block",{key:"f28b072bdb7dc66f3f3be1e922e527a7e3f4bf34",code:this.colors[5].hex,style:{minWidth:"150px",marginRight:"5px"}})),a("div",{key:"027adf31b26154f659c2cd8c9ee935b5886e8419",class:"grid"},a("span",{key:"f74af79724fd67f67ad0433f9390ca022c6788d8",class:"f-body-02"},this.colors[5].pantoneC),a("span",{key:"87262b14ffcda0153b37a5090b25e58b7c71c5dd",class:"f-body-02"},this.colors[5].pantoneU))))))}},t=class{constructor(a){e(this,a),this.colors=[{rgb:"R20 G20 B20",cmyk:"C78 M69 Y61 K87",hex:"#141414",pantoneC:"",pantoneU:"",background:"#141414"},{rgb:"R56 G56 B56",cmyk:"C68 M58 Y55 K63",hex:"#383838",pantoneC:"PANTONE 447 C",pantoneU:"PANTONE Neutral Black U",background:"#383838"},{rgb:"R204 G204 B204",cmyk:"C23 M17 Y18 K0",hex:"#CCCCCC",pantoneC:"PANTONE Cool Gray 2 C",pantoneU:"PANTONE Cool Gray 2 U",background:"linear-gradient(to bottom, #CCCCCC, #CCCCCC)"},{rgb:"R230 G230 B230",cmyk:"C12 M8 Y9 K0",hex:"#E6E6E6",pantoneC:"PANTONE 663 C",pantoneU:"PANTONE 649 U",background:"linear-gradient(to bottom, #CCCCCC, #E6E6E6)"},{rgb:"R255 G255 B255",cmyk:"C0 M0 Y0 K0",hex:"#FFFFFF",pantoneC:"",pantoneU:"",background:"#FFFFFF"}]}render(){return a("ul",{key:"54a1927a8b5d68b7ef0cda7e1b7d673b33605a3c",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},a("li",{key:"25d63af647cab86f74bb7fb261836f5938beb0c8",class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},a("div",{key:"3a39fde1fd70cf8c456c9032ae0458976fd4e289",class:"effect-height flex items-center justify-between p-16",style:{backgroundColor:this.colors[0].background}},a("div",{key:"0d2bcd0138973145c717725c79b6a2f4ff290b97",class:"grid"},a("span",{key:"31c920216944da65a446f6c7d3037aee600e71d8",class:"f-body-02"},this.colors[0].rgb),a("span",{key:"838ab2e1e8664243e32726ab03539a4f32b32cf4",class:"f-body-02 w-full"},this.colors[0].cmyk),a("eds-code-block",{key:"2f8a24075e0fe1d2a6fda01fb97b4cf49f85277f",code:this.colors[0].hex,style:{minWidth:"150px",marginRight:"5px"}})),a("div",{key:"8482d6666b68cd1ceb866e1cbdd0d88343cf79da",class:"grid"},a("span",{key:"e3ba3599b4e5743691c35a28358f0050de18d32a",class:"f-body-02"},this.colors[0].pantoneC||"N/A"),a("span",{key:"c3ac3af17201effeb89b017a334c9ac0b0d62ddf",class:"f-body-02"},this.colors[0].pantoneU||"N/A")))),a("li",{key:"447e0a60ef726347ec1f4f540f6de7747a450845",class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},a("div",{key:"fd922845d2aa3f66fde4d7fcf9f5b2416332fe9c",class:"effect-height flex items-center justify-between p-16",style:{backgroundColor:this.colors[1].background}},a("div",{key:"bcf9ff063b3c130e8f7e24247f032a9f9fa40bb6",class:"grid"},a("span",{key:"0bcea7730d9f34ac44544cd1bc3bfa3b8ca361cf",class:"f-body-02"},this.colors[1].rgb),a("span",{key:"9c5169394a89f4ba2adbb0ac2576bd885443aac3",class:"f-body-02 w-full"},this.colors[1].cmyk),a("eds-code-block",{key:"c50e9ba110494a1a0e9df18a081f02cb86c700c4",code:this.colors[1].hex,style:{minWidth:"150px",marginRight:"5px"}})),a("div",{key:"365655cca2301d94a52f859fa9527ae5c0ef1ece",class:"grid"},a("span",{key:"088fca6cf72c8c74244d9a6e19c7ec083c8a6711",class:"f-body-02"},this.colors[1].pantoneC||"N/A"),a("span",{key:"b33043ed7e2ff751be0d3c229324369aeacd8f1e",class:"f-body-02"},this.colors[1].pantoneU||"N/A")))),a("li",{key:"3b619a6a67d31ea7b358b59a147f36bfe35c4323",class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},a("div",{key:"21b63edaebce5e4fdd10e6ad2ffaf31597d748f6",class:"effect-height flex items-center justify-between p-16",style:{background:this.colors[2].background}},a("div",{key:"f6d5d058b645af61eebb8f6a7b2369e4c95c31fb",class:"grid"},a("span",{key:"b7b1101ac321600f6218cbc4371d9219b9aef016",class:"f-body-02"},this.colors[2].rgb),a("span",{key:"2debc8469b2d82c0550f1173bb4f0c1cdf33a7e0",class:"f-body-02 w-full"},this.colors[2].cmyk),a("eds-code-block",{key:"90753985397844a6cabeee1b0ac5b32a84f59ed1",code:this.colors[2].hex,style:{minWidth:"150px",marginRight:"5px"}})),a("div",{key:"f46c245f70973cd91992a8f9ec47e57997345c5c",class:"grid"},a("span",{key:"7c7eb23f1312208b313cd2a2bd5c5a5af2e7cdd3",class:"f-body-02"},this.colors[2].pantoneC),a("span",{key:"47c19d9a120cedc5c2bbbd385efa2e91ad4fd8e8",class:"f-body-02"},this.colors[2].pantoneU))),a("div",{key:"dcbc1b771bea1166bbbb0ed0e6fcd2d1aaa53b7f",class:"effect-height flex items-center justify-between p-16",style:{background:this.colors[3].background}},a("div",{key:"55dff4711f054b364df8a03381f768e93cd1b62a",class:"grid"},a("span",{key:"3880f0ea82be335c750ed4553583bc87b7ca04cc",class:"f-body-02"},this.colors[3].rgb),a("span",{key:"6952cfb758d707b3376032f1d997253c1edc9962",class:"f-body-02 w-full"},this.colors[3].cmyk),a("eds-code-block",{key:"9e0bc4a1d79c41bfaa315fd3053752c4eda3cd18",code:this.colors[3].hex,style:{minWidth:"150px",marginRight:"5px"}})),a("div",{key:"9561d012cfbe411eac373f768893cc304b2e6138",class:"grid"},a("span",{key:"e90d3b590653807e22697395397ac89be9f52b90",class:"f-body-02"},this.colors[3].pantoneC),a("span",{key:"ffd2be0e5f7ff3b72a73697e0ca2f92c7e9cc0a5",class:"f-body-02"},this.colors[3].pantoneU)))),a("li",{key:"e963dd45ee5a8f52348e1b2a331df6af94f90f5f",class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},a("div",{key:"0586094b065fdfa034096ef7e1eb95c6a26c41fc",class:"effect-height flex items-center justify-between p-16",style:{backgroundColor:this.colors[4].background}},a("div",{key:"6acfe9a84d72f0327c3eff6c44a616918fa627d3",class:"grid"},a("span",{key:"c3175b931ff1cc3365dbf1cdd548b550aaf662a3",class:"f-body-02"},this.colors[4].rgb),a("span",{key:"42d1daa0c16dcceb7341c015b912e0ea27874282",class:"f-body-02 w-full"},this.colors[4].cmyk),a("eds-code-block",{key:"56b32e9ba42ec77e3ba6263f27b78229996ce983",code:this.colors[4].hex,style:{minWidth:"150px",marginRight:"5px"}})),a("div",{key:"89226a45ae2cf148134d550d0507a3563978e1bd",class:"grid"},a("span",{key:"6f9c4d6da4d4c3fe6ae8039291e6cd9c06635c24",class:"f-body-02"},this.colors[4].pantoneC||"N/A"),a("span",{key:"9b44fcec2f83ecaa9fb5a1b298bab55fce503e91",class:"f-body-02"},this.colors[4].pantoneU||"N/A")))))}};export{c as color_primary_palette,d as color_secondary_palette,s as color_support_palette,b as gradient_primary_palette,f as gradient_secondary_palette,t as gradient_support_palette}
|