@ebrains/react 0.0.1-alpha.0 → 0.2.0-alpha.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/README.md +4 -48
- package/arrow-diagonal-black-8f0494c3.esm.js +3 -0
- package/arrow-right-9322ba8a.esm.js +5 -0
- package/bluesky-cc5edd2d.esm.js +14 -0
- package/chevron-down-6144c823.esm.js +12 -0
- package/chevron-left-ca6c66e1.esm.js +11 -0
- package/chevron-right-b88ed2d4.esm.js +5 -0
- package/chevron-up-c66bd477.esm.js +12 -0
- package/close-87fc0d63.esm.js +5 -0
- package/color-0ba8ed56.esm.js +423 -0
- package/color-primary-palette_6.entry.esm.js +756 -0
- package/copy-03b72cb6.esm.js +5 -0
- package/correct-use-of-colors.entry.esm.js +243 -0
- package/eds-accordion.entry.esm.js +132 -0
- package/eds-alert_28.entry.esm.js +227 -0
- package/eds-block-break.entry.esm.js +22 -0
- package/eds-breadcrumb.entry.esm.js +169 -0
- package/eds-card-project.entry.esm.js +92 -0
- package/eds-card-section.entry.esm.js +60 -0
- package/eds-card-tags.entry.esm.js +27 -0
- package/eds-card-tool.entry.esm.js +106 -0
- package/eds-card-wrapper.entry.esm.js +39 -0
- package/eds-code-block.entry.esm.js +2243 -0
- package/eds-components-section.entry.esm.js +113 -0
- package/eds-docs-palettes.entry.esm.js +29 -0
- package/eds-docs-tokens.entry.esm.js +45 -0
- package/eds-footer.entry.esm.js +110 -0
- package/eds-frame.entry.esm.js +117 -0
- package/eds-fullscreen-menu.entry.esm.js +143 -0
- package/eds-icon-arrow-diagonal.entry.esm.js +21 -0
- package/eds-icon-arrow-right.entry.esm.js +21 -0
- package/eds-icon-bluesky.entry.esm.js +21 -0
- package/eds-icon-chevron-down.entry.esm.js +21 -0
- package/eds-icon-chevron-left.entry.esm.js +21 -0
- package/eds-icon-chevron-right.entry.esm.js +21 -0
- package/eds-icon-chevron-up.entry.esm.js +21 -0
- package/eds-icon-close.entry.esm.js +21 -0
- package/eds-icon-copy.entry.esm.js +21 -0
- package/eds-icon-eu.entry.esm.js +21 -0
- package/eds-icon-facebook.entry.esm.js +21 -0
- package/eds-icon-gitlab.entry.esm.js +21 -0
- package/eds-icon-linkedin.entry.esm.js +21 -0
- package/eds-icon-loader.entry.esm.js +21 -0
- package/eds-icon-mastodon.entry.esm.js +21 -0
- package/eds-icon-menu.entry.esm.js +21 -0
- package/eds-icon-more.entry.esm.js +21 -0
- package/eds-icon-search.entry.esm.js +21 -0
- package/eds-icon-success.entry.esm.js +21 -0
- package/eds-icon-twitter.entry.esm.js +21 -0
- package/eds-icon-user.entry.esm.js +21 -0
- package/eds-icon-youtube.entry.esm.js +21 -0
- package/eds-login.entry.esm.js +84 -0
- package/eds-matomo-notice.entry.esm.js +129 -0
- package/eds-modal.entry.esm.js +114 -0
- package/eds-navigator.entry.esm.js +72 -0
- package/eds-pagination.entry.esm.js +258 -0
- package/eds-rating.entry.esm.js +71 -0
- package/eds-section-core_2.entry.esm.js +69 -0
- package/eds-social-networks.entry.esm.js +74 -0
- package/eds-svg-repository.entry.esm.js +316 -0
- package/eds-tab.entry.esm.js +41 -0
- package/eds-table.entry.esm.js +196 -0
- package/eds-tabs-content.entry.esm.js +145 -0
- package/eds-tabs.entry.esm.js +136 -0
- package/eds-tooltip.entry.esm.js +116 -0
- package/eu-9ddde93a.esm.js +30 -0
- package/facebook-9cb5c17f.esm.js +14 -0
- package/incorrect-use-of-colors.entry.esm.js +70 -0
- package/index-39c58238.esm.js +58 -0
- package/index.esm.js +3 -2668
- package/index.esm2.js +4783 -0
- package/keycloak-13893af6.esm.js +1594 -0
- package/linkedin-e8650abb.esm.js +28 -0
- package/loader-c9628637.esm.js +30 -0
- package/logo-color-7f1fd803.esm.js +115 -0
- package/logo-color-margins-ff8ce71b.esm.js +118 -0
- package/logo-space.entry.esm.js +32 -0
- package/logo-variations-horizontal.entry.esm.js +50 -0
- package/logo-variations-vertical.entry.esm.js +53 -0
- package/logo-white-no-bg-f382f86f.esm.js +1021 -0
- package/logo-wrong-usage.entry.esm.js +137 -0
- package/mastodon-3703ec61.esm.js +14 -0
- package/menu-340ea948.esm.js +11 -0
- package/mono-53f70232.esm.js +11 -0
- package/more-4449d549.esm.js +13 -0
- package/package.json +1 -1
- package/search-fbcd79c2.esm.js +12 -0
- package/src/components.d.ts +38 -0
- package/src/index.d.ts +1 -1
- package/src/react-component-lib/attachProps.d.ts +16 -0
- package/src/react-component-lib/case.d.ts +2 -0
- package/src/react-component-lib/createComponent.d.ts +10 -0
- package/src/react-component-lib/createOverlayComponent.d.ts +21 -0
- package/src/react-component-lib/dev.d.ts +2 -0
- package/src/react-component-lib/index.d.ts +2 -0
- package/src/react-component-lib/interfaces.d.ts +29 -0
- package/src/react-component-lib/utils/attachProps.d.ts +16 -0
- package/src/react-component-lib/utils/case.d.ts +2 -0
- package/src/react-component-lib/utils/index.d.ts +10 -0
- package/success-443809da.esm.js +18 -0
- package/toastManager-d9eee791.esm.js +34 -0
- package/token-list_3.entry.esm.js +385 -0
- package/token-ratios.entry.esm.js +49 -0
- package/token-spacing.entry.esm.js +93 -0
- package/token-typography.entry.esm.js +264 -0
- package/twitter-ac21b505.esm.js +14 -0
- package/user-71ebdc15.esm.js +16 -0
- package/youtube-efbfbdc4.esm.js +14 -0
|
@@ -0,0 +1,756 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index.esm2.js';
|
|
2
|
+
import 'react';
|
|
3
|
+
import 'react/jsx-runtime';
|
|
4
|
+
import 'react-dom';
|
|
5
|
+
|
|
6
|
+
const ColorPrimaryPalette = class {
|
|
7
|
+
constructor(hostRef) {
|
|
8
|
+
registerInstance(this, hostRef);
|
|
9
|
+
// Primary palette data
|
|
10
|
+
this.colors = [{
|
|
11
|
+
rgb: 'R156 G225 B66',
|
|
12
|
+
cmyk: 'C52 M0 Y98 K0',
|
|
13
|
+
hex: '#9CE142',
|
|
14
|
+
pantoneC: 'PANTONE 367 C',
|
|
15
|
+
pantoneU: 'PANTONE 374 U',
|
|
16
|
+
background: '#9CE142'
|
|
17
|
+
}, {
|
|
18
|
+
rgb: 'R0 G201 B89',
|
|
19
|
+
cmyk: 'C75 M0 Y80 K0',
|
|
20
|
+
hex: '#00C959',
|
|
21
|
+
pantoneC: 'PANTONE 7480 C',
|
|
22
|
+
pantoneU: 'PANTONE 7481 U',
|
|
23
|
+
background: '#00C959'
|
|
24
|
+
}, {
|
|
25
|
+
rgb: 'R0 G165 B149',
|
|
26
|
+
cmyk: 'C78 M8 Y49 K0',
|
|
27
|
+
hex: '#00A595',
|
|
28
|
+
pantoneC: 'PANTONE 3272 C',
|
|
29
|
+
pantoneU: 'PANTONE 3275 U',
|
|
30
|
+
background: '#00A595'
|
|
31
|
+
}];
|
|
32
|
+
}
|
|
33
|
+
render() {
|
|
34
|
+
return h("ul", {
|
|
35
|
+
key: '20dce1081c2a9213d9df3bb19f14445881892809',
|
|
36
|
+
class: "gap-y-8 md:gap-y-12 lg:gap-y-16"
|
|
37
|
+
}, this.colors.map(color => h("li", {
|
|
38
|
+
class: "grid-col-span-12 md:grid-col-span-6 flex flex-col"
|
|
39
|
+
}, h("div", {
|
|
40
|
+
class: "effect-height flex items-center justify-between p-16",
|
|
41
|
+
style: {
|
|
42
|
+
backgroundColor: color.background
|
|
43
|
+
}
|
|
44
|
+
}, h("div", {
|
|
45
|
+
class: "grid"
|
|
46
|
+
}, h("span", {
|
|
47
|
+
class: "f-body-02"
|
|
48
|
+
}, color.rgb), h("span", {
|
|
49
|
+
class: "f-body-02 w-full"
|
|
50
|
+
}, color.cmyk), h("eds-code-block", {
|
|
51
|
+
code: color.hex,
|
|
52
|
+
style: {
|
|
53
|
+
minWidth: '150px',
|
|
54
|
+
marginRight: '5px'
|
|
55
|
+
}
|
|
56
|
+
})), h("div", {
|
|
57
|
+
class: "grid"
|
|
58
|
+
}, h("span", {
|
|
59
|
+
class: "f-body-02"
|
|
60
|
+
}, color.pantoneC), h("span", {
|
|
61
|
+
class: "f-body-02"
|
|
62
|
+
}, color.pantoneU))))));
|
|
63
|
+
}
|
|
64
|
+
};
|
|
65
|
+
const ColorSecondaryPalette = class {
|
|
66
|
+
constructor(hostRef) {
|
|
67
|
+
registerInstance(this, hostRef);
|
|
68
|
+
// Secondary palette data
|
|
69
|
+
this.colors = [{
|
|
70
|
+
rgb: 'R63 G169 B245',
|
|
71
|
+
cmyk: 'C68 M13 Y0 K0',
|
|
72
|
+
hex: '#3FA9F5',
|
|
73
|
+
pantoneC: 'PANTONE 298 C',
|
|
74
|
+
pantoneU: 'PANTONE 298 U',
|
|
75
|
+
background: '#3FA9F5'
|
|
76
|
+
}, {
|
|
77
|
+
rgb: 'R6 G68 B244',
|
|
78
|
+
cmyk: 'C92 M60 Y0 K0',
|
|
79
|
+
hex: '#0644F4',
|
|
80
|
+
pantoneC: 'PANTONE 2728 C',
|
|
81
|
+
pantoneU: 'PANTONE 2935 U',
|
|
82
|
+
background: '#0644F4'
|
|
83
|
+
}, {
|
|
84
|
+
rgb: 'R196 G97 B255',
|
|
85
|
+
cmyk: 'C52 M67 Y0 K0',
|
|
86
|
+
hex: '#C461FF',
|
|
87
|
+
pantoneC: 'PANTONE 252 C',
|
|
88
|
+
pantoneU: 'PANTONE 252 U',
|
|
89
|
+
background: '#C461FF'
|
|
90
|
+
}, {
|
|
91
|
+
rgb: 'R93 G61 B249',
|
|
92
|
+
cmyk: 'C83 M78 Y0 K0',
|
|
93
|
+
hex: '#5D3DF9',
|
|
94
|
+
pantoneC: 'PANTONE 266 C',
|
|
95
|
+
pantoneU: 'PANTONE 2735 U',
|
|
96
|
+
background: '#5D3DF9'
|
|
97
|
+
}, {
|
|
98
|
+
rgb: 'R255 G165 B67',
|
|
99
|
+
cmyk: 'C0 M43 Y76 K0',
|
|
100
|
+
hex: '#FFA543',
|
|
101
|
+
pantoneC: 'PANTONE 804 C',
|
|
102
|
+
pantoneU: 'PANTONE 136 U',
|
|
103
|
+
background: '#FFA543'
|
|
104
|
+
}, {
|
|
105
|
+
rgb: 'R255 G77 B104',
|
|
106
|
+
cmyk: 'C0 M81 Y42 K0',
|
|
107
|
+
hex: '#FF4D68',
|
|
108
|
+
pantoneC: 'PANTONE 1785 C',
|
|
109
|
+
pantoneU: 'PANTONE 185 U',
|
|
110
|
+
background: '#FF4D68'
|
|
111
|
+
}];
|
|
112
|
+
this.show = undefined;
|
|
113
|
+
}
|
|
114
|
+
render() {
|
|
115
|
+
return h("ul", {
|
|
116
|
+
key: '1eb0e9d0b681be4049209e60ab72bfd36cb09731',
|
|
117
|
+
class: "gap-y-8 md:gap-y-12 lg:gap-y-16"
|
|
118
|
+
}, this.colors.map(color => h("li", {
|
|
119
|
+
class: "grid-col-span-12 md:grid-col-span-6 flex flex-col"
|
|
120
|
+
}, h("div", {
|
|
121
|
+
class: "effect-height flex items-center justify-between p-16",
|
|
122
|
+
style: {
|
|
123
|
+
backgroundColor: color.background
|
|
124
|
+
}
|
|
125
|
+
}, h("div", {
|
|
126
|
+
class: "grid"
|
|
127
|
+
}, h("span", {
|
|
128
|
+
class: "f-body-02"
|
|
129
|
+
}, color.rgb), h("span", {
|
|
130
|
+
class: "f-body-02 w-full"
|
|
131
|
+
}, color.cmyk), h("eds-code-block", {
|
|
132
|
+
code: color.hex,
|
|
133
|
+
style: {
|
|
134
|
+
minWidth: '150px',
|
|
135
|
+
marginRight: '5px'
|
|
136
|
+
}
|
|
137
|
+
})), h("div", {
|
|
138
|
+
class: "grid"
|
|
139
|
+
}, h("span", {
|
|
140
|
+
class: "f-body-02"
|
|
141
|
+
}, color.pantoneC), h("span", {
|
|
142
|
+
class: "f-body-02"
|
|
143
|
+
}, color.pantoneU))))));
|
|
144
|
+
}
|
|
145
|
+
};
|
|
146
|
+
const ColorSupportPalette = class {
|
|
147
|
+
constructor(hostRef) {
|
|
148
|
+
registerInstance(this, hostRef);
|
|
149
|
+
// Support palette data
|
|
150
|
+
this.colors = [{
|
|
151
|
+
rgb: 'R20 G20 B20',
|
|
152
|
+
cmyk: 'C78 M69 Y61 K87',
|
|
153
|
+
hex: '#141414',
|
|
154
|
+
pantoneC: '',
|
|
155
|
+
pantoneU: '',
|
|
156
|
+
background: '#141414'
|
|
157
|
+
}, {
|
|
158
|
+
rgb: 'R56 G56 B56',
|
|
159
|
+
cmyk: 'C68 M58 Y55 K63',
|
|
160
|
+
hex: '#383838',
|
|
161
|
+
pantoneC: 'PANTONE 447 C',
|
|
162
|
+
pantoneU: 'PANTONE Neutral Black U',
|
|
163
|
+
background: '#383838'
|
|
164
|
+
}, {
|
|
165
|
+
rgb: 'R204 G204 B204',
|
|
166
|
+
cmyk: 'C23 M17 Y18 K0',
|
|
167
|
+
hex: '#CCCCCC',
|
|
168
|
+
pantoneC: 'PANTONE Cool Gray 2 C',
|
|
169
|
+
pantoneU: 'PANTONE Cool Gray 2 U',
|
|
170
|
+
background: '#CCCCCC'
|
|
171
|
+
}, {
|
|
172
|
+
rgb: 'R230 G230 B230',
|
|
173
|
+
cmyk: 'C12 M8 Y9 K0',
|
|
174
|
+
hex: '#E6E6E6',
|
|
175
|
+
pantoneC: 'PANTONE 663 C',
|
|
176
|
+
pantoneU: 'PANTONE 649 U',
|
|
177
|
+
background: '#E6E6E6'
|
|
178
|
+
}, {
|
|
179
|
+
rgb: 'R255 G255 B255',
|
|
180
|
+
cmyk: 'C0 M0 Y0 K0',
|
|
181
|
+
hex: '#FFFFFF',
|
|
182
|
+
pantoneC: '',
|
|
183
|
+
pantoneU: '',
|
|
184
|
+
background: '#FFFFFF'
|
|
185
|
+
}];
|
|
186
|
+
}
|
|
187
|
+
render() {
|
|
188
|
+
return h("ul", {
|
|
189
|
+
key: 'c3dfdc3ab9ac3dcfbe1b82c7725d548d9f10a7ad',
|
|
190
|
+
class: "gap-y-8 md:gap-y-12 lg:gap-y-16"
|
|
191
|
+
}, this.colors.map(color => h("li", {
|
|
192
|
+
class: "grid-col-span-12 md:grid-col-span-6 flex flex-col"
|
|
193
|
+
}, h("div", {
|
|
194
|
+
class: "effect-height flex items-center justify-between p-16",
|
|
195
|
+
style: {
|
|
196
|
+
backgroundColor: color.background
|
|
197
|
+
}
|
|
198
|
+
}, h("div", {
|
|
199
|
+
class: "grid"
|
|
200
|
+
}, h("span", {
|
|
201
|
+
class: "f-body-02"
|
|
202
|
+
}, color.rgb), h("span", {
|
|
203
|
+
class: "f-body-02 w-full"
|
|
204
|
+
}, color.cmyk), h("eds-code-block", {
|
|
205
|
+
code: color.hex,
|
|
206
|
+
style: {
|
|
207
|
+
minWidth: '150px',
|
|
208
|
+
marginRight: '5px'
|
|
209
|
+
}
|
|
210
|
+
})), h("div", {
|
|
211
|
+
class: "grid"
|
|
212
|
+
}, h("span", {
|
|
213
|
+
class: "f-body-02"
|
|
214
|
+
}, color.pantoneC || 'N/A'), h("span", {
|
|
215
|
+
class: "f-body-02"
|
|
216
|
+
}, color.pantoneU || 'N/A'))))));
|
|
217
|
+
}
|
|
218
|
+
};
|
|
219
|
+
const GradientPrimaryPalette = class {
|
|
220
|
+
constructor(hostRef) {
|
|
221
|
+
registerInstance(this, hostRef);
|
|
222
|
+
// Gradient primary palette data
|
|
223
|
+
this.colors = [{
|
|
224
|
+
rgb: 'R156 G225 B66',
|
|
225
|
+
cmyk: 'C52 M0 Y98 K0',
|
|
226
|
+
hex: '#9CE142',
|
|
227
|
+
pantoneC: 'PANTONE 367 C',
|
|
228
|
+
pantoneU: 'PANTONE 374 U',
|
|
229
|
+
background: 'linear-gradient(to bottom, #9CE142 0%, #00C959 50%, #00A595 100%)'
|
|
230
|
+
}, {
|
|
231
|
+
rgb: 'R0 G201 B89',
|
|
232
|
+
cmyk: 'C75 M0 Y80 K0',
|
|
233
|
+
hex: '#00C959',
|
|
234
|
+
pantoneC: 'PANTONE 7480 C',
|
|
235
|
+
pantoneU: 'PANTONE 7481 U',
|
|
236
|
+
background: 'linear-gradient(to bottom, #9CE142 0%, #00C959 50%, #00A595 100%)'
|
|
237
|
+
}, {
|
|
238
|
+
rgb: 'R0 G165 B149',
|
|
239
|
+
cmyk: 'C78 M8 Y49 K0',
|
|
240
|
+
hex: '#00A595',
|
|
241
|
+
pantoneC: 'PANTONE 3272 C',
|
|
242
|
+
pantoneU: 'PANTONE 3275 U',
|
|
243
|
+
background: 'linear-gradient(to bottom, #9CE142 0%, #00C959 50%, #00A595 100%)'
|
|
244
|
+
}];
|
|
245
|
+
}
|
|
246
|
+
render() {
|
|
247
|
+
return h("ul", {
|
|
248
|
+
key: 'f943b364e509b687251bc9f75a6de5292f31533e',
|
|
249
|
+
class: "gap-y-8 md:gap-y-12 lg:gap-y-16",
|
|
250
|
+
style: {
|
|
251
|
+
background: 'linear-gradient(to bottom, #9CE142 0%, #00C959 50%, #00A595 100%)'
|
|
252
|
+
}
|
|
253
|
+
}, this.colors.map(color => h("li", {
|
|
254
|
+
class: "grid-col-span-12 md:grid-col-span-6 flex flex-col"
|
|
255
|
+
}, h("div", {
|
|
256
|
+
class: "effect-height flex items-center justify-between p-16"
|
|
257
|
+
}, h("div", {
|
|
258
|
+
class: "grid"
|
|
259
|
+
}, h("span", {
|
|
260
|
+
class: "f-body-02"
|
|
261
|
+
}, color.rgb), h("span", {
|
|
262
|
+
class: "f-body-02 w-full"
|
|
263
|
+
}, color.cmyk), h("eds-code-block", {
|
|
264
|
+
code: color.hex,
|
|
265
|
+
style: {
|
|
266
|
+
minWidth: '150px',
|
|
267
|
+
marginRight: '5px'
|
|
268
|
+
}
|
|
269
|
+
})), h("div", {
|
|
270
|
+
class: "grid"
|
|
271
|
+
}, h("span", {
|
|
272
|
+
class: "f-body-02"
|
|
273
|
+
}, color.pantoneC), h("span", {
|
|
274
|
+
class: "f-body-02"
|
|
275
|
+
}, color.pantoneU))))));
|
|
276
|
+
}
|
|
277
|
+
};
|
|
278
|
+
const GradientSecondaryPalette = class {
|
|
279
|
+
constructor(hostRef) {
|
|
280
|
+
registerInstance(this, hostRef);
|
|
281
|
+
// Gradient secondary palette data
|
|
282
|
+
this.colors = [{
|
|
283
|
+
rgb: 'R63 G169 B245',
|
|
284
|
+
cmyk: 'C68 M13 Y0 K0',
|
|
285
|
+
hex: '#3FA9F5',
|
|
286
|
+
pantoneC: 'PANTONE 298 C',
|
|
287
|
+
pantoneU: 'PANTONE 298 U',
|
|
288
|
+
background: 'linear-gradient(to bottom, #3FA9F5, #3FA9F5)'
|
|
289
|
+
}, {
|
|
290
|
+
rgb: 'R6 G68 B244',
|
|
291
|
+
cmyk: 'C92 M60 Y0 K0',
|
|
292
|
+
hex: '#0644F4',
|
|
293
|
+
pantoneC: 'PANTONE 2728 C',
|
|
294
|
+
pantoneU: 'PANTONE 2935 U',
|
|
295
|
+
background: 'linear-gradient(to bottom, #3FA9F5, #0644F4)'
|
|
296
|
+
}, {
|
|
297
|
+
rgb: 'R196 G97 B255',
|
|
298
|
+
cmyk: 'C52 M67 Y0 K0',
|
|
299
|
+
hex: '#C461FF',
|
|
300
|
+
pantoneC: 'PANTONE 252 C',
|
|
301
|
+
pantoneU: 'PANTONE 252 U',
|
|
302
|
+
background: 'linear-gradient(to bottom, #C461FF, #C461FF)'
|
|
303
|
+
}, {
|
|
304
|
+
rgb: 'R93 G61 B249',
|
|
305
|
+
cmyk: 'C83 M78 Y0 K0',
|
|
306
|
+
hex: '#5D3DF9',
|
|
307
|
+
pantoneC: 'PANTONE 266 C',
|
|
308
|
+
pantoneU: 'PANTONE 2735 U',
|
|
309
|
+
background: 'linear-gradient(to bottom, #C461FF, #5D3DF9)'
|
|
310
|
+
}, {
|
|
311
|
+
rgb: 'R255 G165 B67',
|
|
312
|
+
cmyk: 'C0 M43 Y76 K0',
|
|
313
|
+
hex: '#FFA543',
|
|
314
|
+
pantoneC: 'PANTONE 804 C',
|
|
315
|
+
pantoneU: 'PANTONE 136 U',
|
|
316
|
+
background: 'linear-gradient(to bottom, #FFA543, #FFA543)'
|
|
317
|
+
}, {
|
|
318
|
+
rgb: 'R255 G77 B104',
|
|
319
|
+
cmyk: 'C0 M81 Y42 K0',
|
|
320
|
+
hex: '#FF4D68',
|
|
321
|
+
pantoneC: 'PANTONE 1785 C',
|
|
322
|
+
pantoneU: 'PANTONE 185 U',
|
|
323
|
+
background: 'linear-gradient(to bottom, #FFA543, #FF4D68)'
|
|
324
|
+
}];
|
|
325
|
+
}
|
|
326
|
+
render() {
|
|
327
|
+
return h("div", {
|
|
328
|
+
key: 'bdc18e3d665665553343829c723199b442e19d45'
|
|
329
|
+
}, h("ul", {
|
|
330
|
+
key: 'd8eaca9e80b609d02bc8110f18df5e160df31a82',
|
|
331
|
+
class: "gap-y-8 md:gap-y-12 lg:gap-y-16"
|
|
332
|
+
}, h("li", {
|
|
333
|
+
key: 'c5aebad3d86550c6cf1a838df3e8c9ec9747cb66',
|
|
334
|
+
class: "grid-col-span-12 md:grid-col-span-6 flex flex-col"
|
|
335
|
+
}, h("div", {
|
|
336
|
+
key: '23b9e4b23e828626a764ef259015b9d257bc0c0a',
|
|
337
|
+
class: "effect-height flex items-center justify-between p-16",
|
|
338
|
+
style: {
|
|
339
|
+
background: this.colors[0].background
|
|
340
|
+
}
|
|
341
|
+
}, h("div", {
|
|
342
|
+
key: 'a91c4fa791b2047cc5269c7904a128850e4d0fb1',
|
|
343
|
+
class: "grid"
|
|
344
|
+
}, h("span", {
|
|
345
|
+
key: 'cf468a9a5668b8985bfb017c388700aa15004c14',
|
|
346
|
+
class: "f-body-02"
|
|
347
|
+
}, this.colors[0].rgb), h("span", {
|
|
348
|
+
key: '562785dd94ded6d876aa99255996dcdb29ab1697',
|
|
349
|
+
class: "f-body-02 w-full"
|
|
350
|
+
}, this.colors[0].cmyk), h("eds-code-block", {
|
|
351
|
+
key: '1864b7d5a62e7936b23c6db3aaf2265e1b7e9d05',
|
|
352
|
+
code: this.colors[0].hex,
|
|
353
|
+
style: {
|
|
354
|
+
minWidth: '150px',
|
|
355
|
+
marginRight: '5px'
|
|
356
|
+
}
|
|
357
|
+
})), h("div", {
|
|
358
|
+
key: '21c102281f3d0190931f4c51ceec86bb6d47f329',
|
|
359
|
+
class: "grid"
|
|
360
|
+
}, h("span", {
|
|
361
|
+
key: 'f6f6afb11df2a294083285ddd4f571e36693490c',
|
|
362
|
+
class: "f-body-02"
|
|
363
|
+
}, this.colors[0].pantoneC), h("span", {
|
|
364
|
+
key: '0e14a45108fe727bb8be3035138eb5b814417062',
|
|
365
|
+
class: "f-body-02"
|
|
366
|
+
}, this.colors[0].pantoneU))), h("div", {
|
|
367
|
+
key: '2d4142003fce425659f61711f1d6f1c99883753e',
|
|
368
|
+
class: "effect-height flex items-center justify-between p-16",
|
|
369
|
+
style: {
|
|
370
|
+
background: this.colors[1].background
|
|
371
|
+
}
|
|
372
|
+
}, h("div", {
|
|
373
|
+
key: '4d2d09712751c9c9a6d65b5fa17b940c2052ab22',
|
|
374
|
+
class: "grid"
|
|
375
|
+
}, h("span", {
|
|
376
|
+
key: 'd114fd9cb9b365c5c671e5949437d666b82ad565',
|
|
377
|
+
class: "f-body-02"
|
|
378
|
+
}, this.colors[1].rgb), h("span", {
|
|
379
|
+
key: '185b7450294ffe29066af38007e0c49ef63e076f',
|
|
380
|
+
class: "f-body-02 w-full"
|
|
381
|
+
}, this.colors[1].cmyk), h("eds-code-block", {
|
|
382
|
+
key: '351efdce5d3fac3feaf0bf2f7893dc27c2d75342',
|
|
383
|
+
code: this.colors[1].hex,
|
|
384
|
+
style: {
|
|
385
|
+
minWidth: '150px',
|
|
386
|
+
marginRight: '5px'
|
|
387
|
+
}
|
|
388
|
+
})), h("div", {
|
|
389
|
+
key: '3bf2699a9868e389f992ff48d4c39d488a4abbfc',
|
|
390
|
+
class: "grid"
|
|
391
|
+
}, h("span", {
|
|
392
|
+
key: 'a681050804433e72304d96ec086fafb8cbc51173',
|
|
393
|
+
class: "f-body-02"
|
|
394
|
+
}, this.colors[1].pantoneC), h("span", {
|
|
395
|
+
key: '95c9809b141e92a409a5a627ceb768520c9c4ece',
|
|
396
|
+
class: "f-body-02"
|
|
397
|
+
}, this.colors[1].pantoneU))))), h("eds-block-break", {
|
|
398
|
+
key: '66ef5f885a5c19fafa1b0fff70d1b9030a7134b0'
|
|
399
|
+
}), h("ul", {
|
|
400
|
+
key: '64c01dd159b84674852efb2fe3745408bae602d8',
|
|
401
|
+
class: "gap-y-8 md:gap-y-12 lg:gap-y-16"
|
|
402
|
+
}, h("li", {
|
|
403
|
+
key: '3f26394aa89b38a2da75745a2e10cd667b384794',
|
|
404
|
+
class: "grid-col-span-12 md:grid-col-span-6 flex flex-col"
|
|
405
|
+
}, h("div", {
|
|
406
|
+
key: '02175a5dee1685aa806f7f11f38b1fc10bc3e39f',
|
|
407
|
+
class: "effect-height flex items-center justify-between p-16",
|
|
408
|
+
style: {
|
|
409
|
+
background: this.colors[2].background
|
|
410
|
+
}
|
|
411
|
+
}, h("div", {
|
|
412
|
+
key: 'f32d9cfe7b4f685cd763c782978f74e5e9a89163',
|
|
413
|
+
class: "grid"
|
|
414
|
+
}, h("span", {
|
|
415
|
+
key: '553c770c44856f9cd9c1889469d23cda5f287cc0',
|
|
416
|
+
class: "f-body-02"
|
|
417
|
+
}, this.colors[2].rgb), h("span", {
|
|
418
|
+
key: 'bbf13e0c6a19b0e916fff6c9d327a647e7a6fbf8',
|
|
419
|
+
class: "f-body-02 w-full"
|
|
420
|
+
}, this.colors[2].cmyk), h("eds-code-block", {
|
|
421
|
+
key: 'b06f51bea3fc1e9163cc05db89394eba7043f6c7',
|
|
422
|
+
code: this.colors[2].hex,
|
|
423
|
+
style: {
|
|
424
|
+
minWidth: '150px',
|
|
425
|
+
marginRight: '5px'
|
|
426
|
+
}
|
|
427
|
+
})), h("div", {
|
|
428
|
+
key: '3aa123886f1a945552885d37698229f5cd0a2966',
|
|
429
|
+
class: "grid"
|
|
430
|
+
}, h("span", {
|
|
431
|
+
key: '3016782b49158e04f6d45ad64cee65b39e878fa4',
|
|
432
|
+
class: "f-body-02"
|
|
433
|
+
}, this.colors[2].pantoneC), h("span", {
|
|
434
|
+
key: '21d1948bdaa6bfbb6089657f74ee8fa0ecbebace',
|
|
435
|
+
class: "f-body-02"
|
|
436
|
+
}, this.colors[2].pantoneU))), h("div", {
|
|
437
|
+
key: 'f47d2389491869cd32b738a3b90018115afbcb54',
|
|
438
|
+
class: "effect-height flex items-center justify-between p-16",
|
|
439
|
+
style: {
|
|
440
|
+
background: this.colors[3].background
|
|
441
|
+
}
|
|
442
|
+
}, h("div", {
|
|
443
|
+
key: 'f1f01d85a7c3be1ad5ed8b853f79eedf6330e82e',
|
|
444
|
+
class: "grid"
|
|
445
|
+
}, h("span", {
|
|
446
|
+
key: 'f649a7e8e05bb5831c23a7411843cd98ed2ed96f',
|
|
447
|
+
class: "f-body-02"
|
|
448
|
+
}, this.colors[3].rgb), h("span", {
|
|
449
|
+
key: '455e57d9ca09d6e77bdc0991712e808bdca0e6e5',
|
|
450
|
+
class: "f-body-02 w-full"
|
|
451
|
+
}, this.colors[3].cmyk), h("eds-code-block", {
|
|
452
|
+
key: '7fb2003ba7dd3d1f24aebdd90c87bd805ad0cd3a',
|
|
453
|
+
code: this.colors[3].hex,
|
|
454
|
+
style: {
|
|
455
|
+
minWidth: '150px',
|
|
456
|
+
marginRight: '5px'
|
|
457
|
+
}
|
|
458
|
+
})), h("div", {
|
|
459
|
+
key: 'e0d3fedab453a4bec2d84aaf62b4a80c82a2db86',
|
|
460
|
+
class: "grid"
|
|
461
|
+
}, h("span", {
|
|
462
|
+
key: '5286c2010275bc886814b513cf4d84e7094621fd',
|
|
463
|
+
class: "f-body-02"
|
|
464
|
+
}, this.colors[3].pantoneC), h("span", {
|
|
465
|
+
key: '3593537296fa34b31d417242664384f7a8d87583',
|
|
466
|
+
class: "f-body-02"
|
|
467
|
+
}, this.colors[3].pantoneU))))), h("eds-block-break", {
|
|
468
|
+
key: '5cfec71639c53573ba390860973e8a2ba1fd5c44'
|
|
469
|
+
}), h("ul", {
|
|
470
|
+
key: '117e15fcee91fc3f01af739bd73bfd34cdf56e7a',
|
|
471
|
+
class: "gap-y-8 md:gap-y-12 lg:gap-y-16"
|
|
472
|
+
}, h("li", {
|
|
473
|
+
key: '301626130c8f9737f05a3d4b070ff1fd6adf177f',
|
|
474
|
+
class: "grid-col-span-12 md:grid-col-span-6 flex flex-col"
|
|
475
|
+
}, h("div", {
|
|
476
|
+
key: 'c58c6cef85dbf3fb3fddd6bfceb0bf1d39590f5c',
|
|
477
|
+
class: "effect-height flex items-center justify-between p-16",
|
|
478
|
+
style: {
|
|
479
|
+
background: this.colors[4].background
|
|
480
|
+
}
|
|
481
|
+
}, h("div", {
|
|
482
|
+
key: 'f5a2a3cbfa9c62bf0073a176474b41a6fcf684a1',
|
|
483
|
+
class: "grid"
|
|
484
|
+
}, h("span", {
|
|
485
|
+
key: 'b4af0df345df2de8031bf404ebae2f048fd9c5c9',
|
|
486
|
+
class: "f-body-02"
|
|
487
|
+
}, this.colors[4].rgb), h("span", {
|
|
488
|
+
key: '79e7576ed0036fb4339b12e8c4b3fe327685879d',
|
|
489
|
+
class: "f-body-02 w-full"
|
|
490
|
+
}, this.colors[4].cmyk), h("eds-code-block", {
|
|
491
|
+
key: 'b409249f4fb37f56251bb1305f4062d89bdf6b0e',
|
|
492
|
+
code: this.colors[4].hex,
|
|
493
|
+
style: {
|
|
494
|
+
minWidth: '150px',
|
|
495
|
+
marginRight: '5px'
|
|
496
|
+
}
|
|
497
|
+
})), h("div", {
|
|
498
|
+
key: '84fe567c909d8c1f4923b9be35b7548a95a11eea',
|
|
499
|
+
class: "grid"
|
|
500
|
+
}, h("span", {
|
|
501
|
+
key: '6bf3c87341ab929749913400f1a2f9773bb03a97',
|
|
502
|
+
class: "f-body-02"
|
|
503
|
+
}, this.colors[4].pantoneC), h("span", {
|
|
504
|
+
key: '237e9a04a4c7dc25ed19d021dc292053034e8113',
|
|
505
|
+
class: "f-body-02"
|
|
506
|
+
}, this.colors[4].pantoneU))), h("div", {
|
|
507
|
+
key: 'd2c85d6e08bdb41850d4a93b7a6e18b683583d8f',
|
|
508
|
+
class: "effect-height flex items-center justify-between p-16",
|
|
509
|
+
style: {
|
|
510
|
+
background: this.colors[5].background
|
|
511
|
+
}
|
|
512
|
+
}, h("div", {
|
|
513
|
+
key: '832782a24170ba86015d59bbc7e59654fe8e6537',
|
|
514
|
+
class: "grid"
|
|
515
|
+
}, h("span", {
|
|
516
|
+
key: '9b45e512e6068874f829260378f2e2545d098e05',
|
|
517
|
+
class: "f-body-02"
|
|
518
|
+
}, this.colors[5].rgb), h("span", {
|
|
519
|
+
key: '31c2ef651c4fd295921910828388d6aaeba21c9e',
|
|
520
|
+
class: "f-body-02 w-full"
|
|
521
|
+
}, this.colors[5].cmyk), h("eds-code-block", {
|
|
522
|
+
key: '3d238f2e4d97604c411f5ad38787cf2d6fc9771a',
|
|
523
|
+
code: this.colors[5].hex,
|
|
524
|
+
style: {
|
|
525
|
+
minWidth: '150px',
|
|
526
|
+
marginRight: '5px'
|
|
527
|
+
}
|
|
528
|
+
})), h("div", {
|
|
529
|
+
key: 'b96d4416fc2fb060ccc197020ae8ee8a2fc05aa5',
|
|
530
|
+
class: "grid"
|
|
531
|
+
}, h("span", {
|
|
532
|
+
key: '83b4399412447ab4c3ab43a75d6b82c069b37b76',
|
|
533
|
+
class: "f-body-02"
|
|
534
|
+
}, this.colors[5].pantoneC), h("span", {
|
|
535
|
+
key: '4af3fd1f49acae167a909e1ceb21203bdff66690',
|
|
536
|
+
class: "f-body-02"
|
|
537
|
+
}, this.colors[5].pantoneU))))));
|
|
538
|
+
}
|
|
539
|
+
};
|
|
540
|
+
const GradientSupportPalette = class {
|
|
541
|
+
constructor(hostRef) {
|
|
542
|
+
registerInstance(this, hostRef);
|
|
543
|
+
// Gradient support palette data
|
|
544
|
+
this.colors = [{
|
|
545
|
+
rgb: 'R20 G20 B20',
|
|
546
|
+
cmyk: 'C78 M69 Y61 K87',
|
|
547
|
+
hex: '#141414',
|
|
548
|
+
pantoneC: '',
|
|
549
|
+
pantoneU: '',
|
|
550
|
+
background: '#141414'
|
|
551
|
+
}, {
|
|
552
|
+
rgb: 'R56 G56 B56',
|
|
553
|
+
cmyk: 'C68 M58 Y55 K63',
|
|
554
|
+
hex: '#383838',
|
|
555
|
+
pantoneC: 'PANTONE 447 C',
|
|
556
|
+
pantoneU: 'PANTONE Neutral Black U',
|
|
557
|
+
background: '#383838'
|
|
558
|
+
}, {
|
|
559
|
+
rgb: 'R204 G204 B204',
|
|
560
|
+
cmyk: 'C23 M17 Y18 K0',
|
|
561
|
+
hex: '#CCCCCC',
|
|
562
|
+
pantoneC: 'PANTONE Cool Gray 2 C',
|
|
563
|
+
pantoneU: 'PANTONE Cool Gray 2 U',
|
|
564
|
+
background: 'linear-gradient(to bottom, #CCCCCC, #CCCCCC)'
|
|
565
|
+
}, {
|
|
566
|
+
rgb: 'R230 G230 B230',
|
|
567
|
+
cmyk: 'C12 M8 Y9 K0',
|
|
568
|
+
hex: '#E6E6E6',
|
|
569
|
+
pantoneC: 'PANTONE 663 C',
|
|
570
|
+
pantoneU: 'PANTONE 649 U',
|
|
571
|
+
background: 'linear-gradient(to bottom, #CCCCCC, #E6E6E6)'
|
|
572
|
+
}, {
|
|
573
|
+
rgb: 'R255 G255 B255',
|
|
574
|
+
cmyk: 'C0 M0 Y0 K0',
|
|
575
|
+
hex: '#FFFFFF',
|
|
576
|
+
pantoneC: '',
|
|
577
|
+
pantoneU: '',
|
|
578
|
+
background: '#FFFFFF'
|
|
579
|
+
}];
|
|
580
|
+
}
|
|
581
|
+
render() {
|
|
582
|
+
return h("ul", {
|
|
583
|
+
key: 'c7a9e89b9da867c127705056cdb10a6985bcfa43',
|
|
584
|
+
class: "gap-y-8 md:gap-y-12 lg:gap-y-16"
|
|
585
|
+
}, h("li", {
|
|
586
|
+
key: '47cd16f026680ac4885a87fda5a7334b51412236',
|
|
587
|
+
class: "grid-col-span-12 md:grid-col-span-6 flex flex-col"
|
|
588
|
+
}, h("div", {
|
|
589
|
+
key: '4a400afaa3dada2350a4f0c22f68e31c68f8fbb5',
|
|
590
|
+
class: "effect-height flex items-center justify-between p-16",
|
|
591
|
+
style: {
|
|
592
|
+
backgroundColor: this.colors[0].background
|
|
593
|
+
}
|
|
594
|
+
}, h("div", {
|
|
595
|
+
key: 'b42a6ea902b8ceb2b59625dd505e8a9dd76eaef5',
|
|
596
|
+
class: "grid"
|
|
597
|
+
}, h("span", {
|
|
598
|
+
key: '50d914814be2695d1479e4503e6ba29494769333',
|
|
599
|
+
class: "f-body-02"
|
|
600
|
+
}, this.colors[0].rgb), h("span", {
|
|
601
|
+
key: 'c9c2900f6e5a03cce2d692270efeb6196f5247d9',
|
|
602
|
+
class: "f-body-02 w-full"
|
|
603
|
+
}, this.colors[0].cmyk), h("eds-code-block", {
|
|
604
|
+
key: 'bc07b6e90d9b426ef20bf0b61dfd1cf9ffeb9c28',
|
|
605
|
+
code: this.colors[0].hex,
|
|
606
|
+
style: {
|
|
607
|
+
minWidth: '150px',
|
|
608
|
+
marginRight: '5px'
|
|
609
|
+
}
|
|
610
|
+
})), h("div", {
|
|
611
|
+
key: '29a0057038daa5a5eceb64607658c7016fd55dce',
|
|
612
|
+
class: "grid"
|
|
613
|
+
}, h("span", {
|
|
614
|
+
key: 'a94716477804b07614ffdc0fe543e8828ad39c24',
|
|
615
|
+
class: "f-body-02"
|
|
616
|
+
}, this.colors[0].pantoneC || 'N/A'), h("span", {
|
|
617
|
+
key: '83be94becd5d45b4547e204d89725b3b6ac2cf9f',
|
|
618
|
+
class: "f-body-02"
|
|
619
|
+
}, this.colors[0].pantoneU || 'N/A')))), h("li", {
|
|
620
|
+
key: '0ea4a2a1e82af5d75003a518d39cf256707e7bc9',
|
|
621
|
+
class: "grid-col-span-12 md:grid-col-span-6 flex flex-col"
|
|
622
|
+
}, h("div", {
|
|
623
|
+
key: 'fbf46dbacd066c848b32c0cc5450a27f27ac9fff',
|
|
624
|
+
class: "effect-height flex items-center justify-between p-16",
|
|
625
|
+
style: {
|
|
626
|
+
backgroundColor: this.colors[1].background
|
|
627
|
+
}
|
|
628
|
+
}, h("div", {
|
|
629
|
+
key: '1ee3cf46b024449c1ef3b574d444a7c46c681329',
|
|
630
|
+
class: "grid"
|
|
631
|
+
}, h("span", {
|
|
632
|
+
key: '9f330c8d91f92cdf265b533a6452b0bcbb750b59',
|
|
633
|
+
class: "f-body-02"
|
|
634
|
+
}, this.colors[1].rgb), h("span", {
|
|
635
|
+
key: '8233d8e3edd2e56cf0c21ef41ad3fbc9304081d6',
|
|
636
|
+
class: "f-body-02 w-full"
|
|
637
|
+
}, this.colors[1].cmyk), h("eds-code-block", {
|
|
638
|
+
key: 'b5fe02b9ebba2007e79bea4dc626529dfb079387',
|
|
639
|
+
code: this.colors[1].hex,
|
|
640
|
+
style: {
|
|
641
|
+
minWidth: '150px',
|
|
642
|
+
marginRight: '5px'
|
|
643
|
+
}
|
|
644
|
+
})), h("div", {
|
|
645
|
+
key: '9cc0560cd2b01ba2dd28cbcdd6498112824840ee',
|
|
646
|
+
class: "grid"
|
|
647
|
+
}, h("span", {
|
|
648
|
+
key: '239157d8d24f5ad8384479c2cb01c98b175d1ba9',
|
|
649
|
+
class: "f-body-02"
|
|
650
|
+
}, this.colors[1].pantoneC || 'N/A'), h("span", {
|
|
651
|
+
key: '3bf35bb7d4d6b40469dcf7fad11e91280f509dcd',
|
|
652
|
+
class: "f-body-02"
|
|
653
|
+
}, this.colors[1].pantoneU || 'N/A')))), h("li", {
|
|
654
|
+
key: 'ce422b2cd0e6aa04b479fc65051a84a6df6b7885',
|
|
655
|
+
class: "grid-col-span-12 md:grid-col-span-6 flex flex-col"
|
|
656
|
+
}, h("div", {
|
|
657
|
+
key: 'be5b32ca29a572fe6259f1ce38cb619ff891dd10',
|
|
658
|
+
class: "effect-height flex items-center justify-between p-16",
|
|
659
|
+
style: {
|
|
660
|
+
background: this.colors[2].background
|
|
661
|
+
}
|
|
662
|
+
}, h("div", {
|
|
663
|
+
key: '316e83dc0cb32df5dc95bc926f628a17c83ee7ff',
|
|
664
|
+
class: "grid"
|
|
665
|
+
}, h("span", {
|
|
666
|
+
key: '137f7cd7f0bbac24cfc12cf7c9bc0f3cf79f697d',
|
|
667
|
+
class: "f-body-02"
|
|
668
|
+
}, this.colors[2].rgb), h("span", {
|
|
669
|
+
key: '22b0307ccd12d25b42b8253b78a1b82a52bd5ebc',
|
|
670
|
+
class: "f-body-02 w-full"
|
|
671
|
+
}, this.colors[2].cmyk), h("eds-code-block", {
|
|
672
|
+
key: '1e27dd1221baeead37dda20d2869f446b1098655',
|
|
673
|
+
code: this.colors[2].hex,
|
|
674
|
+
style: {
|
|
675
|
+
minWidth: '150px',
|
|
676
|
+
marginRight: '5px'
|
|
677
|
+
}
|
|
678
|
+
})), h("div", {
|
|
679
|
+
key: '6d2a34842470d26a49e56f1ac87991de251d437c',
|
|
680
|
+
class: "grid"
|
|
681
|
+
}, h("span", {
|
|
682
|
+
key: '7e2213e4f1f51e26779bb20ad5f5ad228c71be95',
|
|
683
|
+
class: "f-body-02"
|
|
684
|
+
}, this.colors[2].pantoneC), h("span", {
|
|
685
|
+
key: '59424be94d66cb7fc4cc25f4b470179f145d31cf',
|
|
686
|
+
class: "f-body-02"
|
|
687
|
+
}, this.colors[2].pantoneU))), h("div", {
|
|
688
|
+
key: '3abe2e221fb94bfe2d3a1808496a195753e50b92',
|
|
689
|
+
class: "effect-height flex items-center justify-between p-16",
|
|
690
|
+
style: {
|
|
691
|
+
background: this.colors[3].background
|
|
692
|
+
}
|
|
693
|
+
}, h("div", {
|
|
694
|
+
key: '24502f470ddb1881655b6c19216f0702b3728d26',
|
|
695
|
+
class: "grid"
|
|
696
|
+
}, h("span", {
|
|
697
|
+
key: 'b0a86c800dafa141d5d665d1cfcf4dde204f9594',
|
|
698
|
+
class: "f-body-02"
|
|
699
|
+
}, this.colors[3].rgb), h("span", {
|
|
700
|
+
key: '20309cdbfff6bb0953025e82c06343f83fd6f878',
|
|
701
|
+
class: "f-body-02 w-full"
|
|
702
|
+
}, this.colors[3].cmyk), h("eds-code-block", {
|
|
703
|
+
key: 'd83e2351a1f717716d339638b10bdc96d1acaeda',
|
|
704
|
+
code: this.colors[3].hex,
|
|
705
|
+
style: {
|
|
706
|
+
minWidth: '150px',
|
|
707
|
+
marginRight: '5px'
|
|
708
|
+
}
|
|
709
|
+
})), h("div", {
|
|
710
|
+
key: '0fda1734b7ab96453af9316695c66bb03917d1f6',
|
|
711
|
+
class: "grid"
|
|
712
|
+
}, h("span", {
|
|
713
|
+
key: '692a1cecedf32db4783840ba0d6c5b9d7db3ee50',
|
|
714
|
+
class: "f-body-02"
|
|
715
|
+
}, this.colors[3].pantoneC), h("span", {
|
|
716
|
+
key: 'be23c5a7bd828f00d123cf20febea767cbe0f9b3',
|
|
717
|
+
class: "f-body-02"
|
|
718
|
+
}, this.colors[3].pantoneU)))), h("li", {
|
|
719
|
+
key: 'd584c32630f9b58355cf3b772ebdf8cdaac2d060',
|
|
720
|
+
class: "grid-col-span-12 md:grid-col-span-6 flex flex-col"
|
|
721
|
+
}, h("div", {
|
|
722
|
+
key: '78f22604defd15a5d43e2eaa79e254b7415976b7',
|
|
723
|
+
class: "effect-height flex items-center justify-between p-16",
|
|
724
|
+
style: {
|
|
725
|
+
backgroundColor: this.colors[4].background
|
|
726
|
+
}
|
|
727
|
+
}, h("div", {
|
|
728
|
+
key: 'd216e68addbd780486b699672033c27ff68a8034',
|
|
729
|
+
class: "grid"
|
|
730
|
+
}, h("span", {
|
|
731
|
+
key: '1c26437a530d3b09c5a3e92cf14d243aa86c0956',
|
|
732
|
+
class: "f-body-02"
|
|
733
|
+
}, this.colors[4].rgb), h("span", {
|
|
734
|
+
key: 'e9ee2088dfad82523f799663e1b9a1aeaac2529b',
|
|
735
|
+
class: "f-body-02 w-full"
|
|
736
|
+
}, this.colors[4].cmyk), h("eds-code-block", {
|
|
737
|
+
key: 'f8ef23e2a5027609ddf4be44c7c3b1096586bd04',
|
|
738
|
+
code: this.colors[4].hex,
|
|
739
|
+
style: {
|
|
740
|
+
minWidth: '150px',
|
|
741
|
+
marginRight: '5px'
|
|
742
|
+
}
|
|
743
|
+
})), h("div", {
|
|
744
|
+
key: '7f36d8b56cb6475c4a852d6aa7d242e1a241ca10',
|
|
745
|
+
class: "grid"
|
|
746
|
+
}, h("span", {
|
|
747
|
+
key: 'abe78109be71d80d68347ded8794d0bed31f66a0',
|
|
748
|
+
class: "f-body-02"
|
|
749
|
+
}, this.colors[4].pantoneC || 'N/A'), h("span", {
|
|
750
|
+
key: 'd2e2343639db85544e1819b59460d0ef2b1c1317',
|
|
751
|
+
class: "f-body-02"
|
|
752
|
+
}, this.colors[4].pantoneU || 'N/A')))));
|
|
753
|
+
}
|
|
754
|
+
};
|
|
755
|
+
|
|
756
|
+
export { ColorPrimaryPalette as color_primary_palette, ColorSecondaryPalette as color_secondary_palette, ColorSupportPalette as color_support_palette, GradientPrimaryPalette as gradient_primary_palette, GradientSecondaryPalette as gradient_secondary_palette, GradientSupportPalette as gradient_support_palette };
|