@ebrains/components 0.5.0-alpha.0 → 0.6.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/dist/cjs/{analytics-223ea8e5.js → analytics-d8fb3fdd.js} +9 -0
- package/dist/cjs/components.cjs.js +1 -1
- package/dist/cjs/eds-accordion_13.cjs.entry.js +911 -0
- package/dist/cjs/eds-alert.cjs.entry.js +97 -0
- package/dist/cjs/eds-block-break.cjs.entry.js +21 -0
- package/dist/cjs/eds-breadcrumb.cjs.entry.js +149 -0
- package/dist/cjs/eds-card-project.cjs.entry.js +1 -1
- package/dist/cjs/eds-card-tool.cjs.entry.js +1 -1
- package/dist/cjs/eds-cookies-preference.cjs.entry.js +39 -0
- package/dist/cjs/eds-dropdown_2.cjs.entry.js +2 -2
- package/dist/cjs/eds-footer.cjs.entry.js +41 -0
- package/dist/cjs/eds-form.cjs.entry.js +1 -1
- package/dist/cjs/eds-fullscreen-menu.cjs.entry.js +100 -0
- package/dist/cjs/eds-header.cjs.entry.js +97 -0
- package/dist/cjs/eds-link.cjs.entry.js +214 -0
- package/dist/cjs/eds-login.cjs.entry.js +1 -1
- package/dist/cjs/eds-logo.cjs.entry.js +78 -0
- package/dist/cjs/eds-modal.cjs.entry.js +1 -1
- package/dist/cjs/eds-pagination_2.cjs.entry.js +1 -1
- package/dist/cjs/eds-rating.cjs.entry.js +58 -0
- package/dist/cjs/eds-social-networks.cjs.entry.js +66 -0
- package/dist/cjs/eds-steps.cjs.entry.js +65 -0
- package/dist/cjs/eds-switch.cjs.entry.js +38 -0
- package/dist/cjs/eds-tabs-content.cjs.entry.js +3 -3
- package/dist/cjs/eds-tabs.cjs.entry.js +2 -2
- package/dist/cjs/eds-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/eds-user.cjs.entry.js +1 -1
- package/dist/cjs/index-f08e4f5c.js +52 -20
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +2 -1
- package/dist/collection/components/eds-accordion/eds-accordion.js +2 -2
- package/dist/collection/components/eds-button/eds-button.js +21 -16
- package/dist/collection/components/eds-link/eds-link.css +6793 -6676
- package/dist/collection/components/eds-matomo-notice/eds-matomo-notice.js +207 -0
- package/dist/collection/{shared-ui → components}/eds-matomo-notice/eds-matomo-notice.stories.js +1 -1
- package/dist/collection/components/eds-steps/eds-steps.css +60 -5
- package/dist/collection/components/eds-steps/eds-steps.js +5 -4
- package/dist/collection/components/eds-tag/eds-tag.js +4 -35
- package/dist/collection/components/eds-toast/eds-toast.css +91 -0
- package/dist/collection/components/eds-toast/eds-toast.js +18 -9
- package/dist/collection/shared-ui/eds-card-section/eds-card-section.css +236 -140
- package/dist/collection/shared-ui/eds-card-section/eds-card-section.js +10 -10
- package/dist/collection/shared-ui/eds-card-section/eds-card-section.stories.js +2 -2
- package/dist/collection/shared-ui/eds-cookies-preference/eds-cookies-preference.css +0 -0
- package/dist/collection/shared-ui/eds-cookies-preference/eds-cookies-preference.js +87 -0
- package/dist/collection/shared-ui/eds-cookies-preference/eds-cookies-preference.st.js +31 -0
- package/dist/collection/shared-ui/eds-footer/eds-footer.js +7 -53
- package/dist/collection/shared-ui/eds-header/eds-header.js +2 -2
- package/dist/collection/shared-ui/eds-login/eds-login.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 +1 -1
- package/dist/collection/shared-ui/eds-tabs-content/eds-tabs-content.js +2 -2
- package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.css +1 -1
- package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.js +2 -1
- package/dist/collection/shared-ui/eds-user/eds-user.js +1 -1
- package/dist/collection/shared-ui/eds-user-modal/eds-user-modal.js +1 -1
- package/dist/components/analytics.js +9 -1
- package/dist/components/components.css +520 -0
- package/dist/components/components.esm.js +1 -1
- package/dist/components/eds-accordion2.js +2 -2
- package/dist/components/eds-button2.js +11 -15
- package/dist/components/eds-card-section.js +4 -4
- package/dist/components/eds-cookies-preference.d.ts +11 -0
- package/dist/components/eds-cookies-preference.js +88 -0
- package/dist/components/eds-footer2.js +3 -13
- package/dist/components/eds-header.js +2 -2
- package/dist/components/eds-link2.js +1 -1
- package/dist/components/eds-login.js +1 -1
- package/dist/components/eds-matomo-notice.js +1 -140
- package/dist/components/eds-matomo-notice2.js +127 -0
- package/dist/components/eds-social-networks2.js +1 -1
- package/dist/components/eds-steps.js +7 -6
- package/dist/components/eds-tabs-content.js +2 -2
- package/dist/components/eds-tabs.js +1 -1
- package/dist/components/eds-tag2.js +1 -9
- package/dist/components/eds-toast-manager.js +4 -3
- package/dist/components/eds-toast2.js +13 -10
- package/dist/components/eds-user-modal2.js +1 -1
- package/dist/components/eds-user.js +1 -1
- package/dist/components/p-045681d7.entry.js +1 -0
- package/dist/components/p-0a3b2576.entry.js +1 -0
- package/dist/components/{p-92e16cc9.entry.js → p-10b81c47.entry.js} +1 -1
- package/dist/components/{p-89227919.js → p-13efafb9.js} +1 -1
- package/dist/components/{p-d69ef196.entry.js → p-1ae529f3.entry.js} +1 -1
- package/dist/components/p-21d42cf3.entry.js +1 -0
- package/dist/components/p-34a65e58.entry.js +1 -0
- package/dist/components/p-3a7aa1eb.entry.js +1 -0
- package/dist/components/p-42d3c324.entry.js +1 -0
- package/dist/components/{p-f08eac56.entry.js → p-4b3fbd6d.entry.js} +1 -1
- package/dist/components/p-4ea027ac.entry.js +1 -0
- package/dist/components/p-5097066f.entry.js +1 -0
- package/dist/components/p-5a2b8b6c.entry.js +1 -0
- package/dist/components/{p-72b42d77.entry.js → p-5ff31f14.entry.js} +1 -1
- package/dist/components/{p-030f67c1.entry.js → p-659ed449.entry.js} +1 -1
- package/dist/components/{p-75795b05.entry.js → p-7b3b26b0.entry.js} +1 -1
- package/dist/components/{p-0e0e1815.entry.js → p-88751c8b.entry.js} +1 -1
- package/dist/components/{p-8b583210.entry.js → p-9579f9c2.entry.js} +1 -1
- package/dist/components/p-b50c8d49.entry.js +1 -0
- package/dist/components/{p-59405ecf.entry.js → p-bd43d83c.entry.js} +1 -1
- package/dist/components/p-c683be2c.entry.js +1 -0
- package/dist/components/{p-209fa119.entry.js → p-d2a0b896.entry.js} +1 -1
- package/dist/components/p-d56d9dda.entry.js +1 -0
- package/dist/components/p-d5850ab3.entry.js +1 -0
- package/dist/components/p-e334f5bc.entry.js +1 -0
- package/dist/components/{p-def72462.entry.js → p-fad10768.entry.js} +1 -1
- package/dist/esm/{analytics-1cde8e4a.js → analytics-44b1416b.js} +9 -1
- package/dist/esm/components.js +1 -1
- package/dist/esm/eds-accordion_13.entry.js +895 -0
- package/dist/esm/eds-alert.entry.js +93 -0
- package/dist/esm/eds-block-break.entry.js +17 -0
- package/dist/esm/eds-breadcrumb.entry.js +145 -0
- package/dist/esm/eds-card-project.entry.js +1 -1
- package/dist/esm/eds-card-tool.entry.js +1 -1
- package/dist/esm/eds-cookies-preference.entry.js +35 -0
- package/dist/esm/eds-dropdown_2.entry.js +2 -2
- package/dist/esm/eds-footer.entry.js +37 -0
- package/dist/esm/eds-form.entry.js +1 -1
- package/dist/esm/eds-fullscreen-menu.entry.js +96 -0
- package/dist/esm/eds-header.entry.js +93 -0
- package/dist/esm/eds-link.entry.js +210 -0
- package/dist/esm/eds-login.entry.js +1 -1
- package/dist/esm/eds-logo.entry.js +74 -0
- package/dist/esm/eds-modal.entry.js +1 -1
- package/dist/esm/eds-pagination_2.entry.js +1 -1
- package/dist/esm/eds-rating.entry.js +54 -0
- package/dist/esm/eds-social-networks.entry.js +62 -0
- package/dist/esm/eds-steps.entry.js +61 -0
- package/dist/esm/eds-switch.entry.js +34 -0
- package/dist/esm/eds-tabs-content.entry.js +3 -3
- package/dist/esm/eds-tabs.entry.js +2 -2
- package/dist/esm/eds-tooltip.entry.js +1 -1
- package/dist/esm/eds-user.entry.js +1 -1
- package/dist/esm/index-e96badea.js +52 -20
- package/dist/esm/loader.js +1 -1
- package/dist/hydrate/index.js +148 -136
- package/dist/hydrate/index.mjs +148 -136
- package/dist/types/components/eds-button/eds-button.d.ts +3 -1
- package/dist/types/components/eds-matomo-notice/eds-matomo-notice.d.ts +53 -0
- package/dist/types/components/eds-steps/eds-steps.d.ts +0 -1
- package/dist/types/components/eds-tag/eds-tag.d.ts +1 -25
- package/dist/types/components/eds-toast/eds-toast.d.ts +4 -5
- package/dist/types/components.d.ts +101 -88
- package/dist/types/shared-ui/eds-card-section/eds-card-section.d.ts +5 -5
- package/dist/types/shared-ui/eds-card-section/eds-card-section.stories.d.ts +1 -1
- package/dist/types/shared-ui/eds-cookies-preference/eds-cookies-preference.d.ts +27 -0
- package/dist/types/shared-ui/eds-cookies-preference/eds-cookies-preference.st.d.ts +27 -0
- package/dist/types/shared-ui/eds-footer/eds-footer.d.ts +2 -15
- package/package.json +1 -1
- package/dist/cjs/eds-accordion.cjs.entry.js +0 -84
- package/dist/cjs/eds-alert_17.cjs.entry.js +0 -1392
- package/dist/cjs/eds-avatar_4.cjs.entry.js +0 -187
- package/dist/cjs/eds-card-generic.cjs.entry.js +0 -104
- package/dist/cjs/eds-card-section.cjs.entry.js +0 -55
- package/dist/cjs/eds-matomo-notice.cjs.entry.js +0 -109
- package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.js +0 -164
- package/dist/components/p-0bafc5ae.entry.js +0 -1
- package/dist/components/p-3babd772.entry.js +0 -1
- package/dist/components/p-505ddcda.entry.js +0 -1
- package/dist/components/p-8d19a05b.entry.js +0 -1
- package/dist/components/p-9826acae.entry.js +0 -1
- package/dist/components/p-eeeb0d83.entry.js +0 -1
- package/dist/esm/eds-accordion.entry.js +0 -80
- package/dist/esm/eds-alert_17.entry.js +0 -1372
- package/dist/esm/eds-avatar_4.entry.js +0 -180
- package/dist/esm/eds-card-generic.entry.js +0 -100
- package/dist/esm/eds-card-section.entry.js +0 -51
- package/dist/esm/eds-matomo-notice.entry.js +0 -105
- package/dist/types/shared-ui/eds-matomo-notice/eds-matomo-notice.d.ts +0 -77
- /package/dist/collection/{shared-ui → components}/eds-matomo-notice/eds-matomo-notice.css +0 -0
- /package/dist/types/{shared-ui → components}/eds-matomo-notice/eds-matomo-notice.stories.d.ts +0 -0
|
@@ -1000,10 +1000,37 @@ video {
|
|
|
1000
1000
|
grid-template-columns: repeat(var(--container-grid-columns, var(--grid-columns)), 1fr);
|
|
1001
1001
|
grid-gap: var(--inner-gutter);
|
|
1002
1002
|
}
|
|
1003
|
+
.grid-col-span-2 {
|
|
1004
|
+
--container-grid-columns: 2;
|
|
1005
|
+
grid-column: span 2 / span 2;
|
|
1006
|
+
}
|
|
1007
|
+
.grid-col-span-3 {
|
|
1008
|
+
--container-grid-columns: 3;
|
|
1009
|
+
grid-column: span 3 / span 3;
|
|
1010
|
+
}
|
|
1011
|
+
.grid-col-span-4 {
|
|
1012
|
+
--container-grid-columns: 4;
|
|
1013
|
+
grid-column: span 4 / span 4;
|
|
1014
|
+
}
|
|
1015
|
+
.grid-col-span-6 {
|
|
1016
|
+
--container-grid-columns: 6;
|
|
1017
|
+
grid-column: span 6 / span 6;
|
|
1018
|
+
}
|
|
1019
|
+
.grid-col-span-8 {
|
|
1020
|
+
--container-grid-columns: 8;
|
|
1021
|
+
grid-column: span 8 / span 8;
|
|
1022
|
+
}
|
|
1023
|
+
.grid-col-span-10 {
|
|
1024
|
+
--container-grid-columns: 10;
|
|
1025
|
+
grid-column: span 10 / span 10;
|
|
1026
|
+
}
|
|
1003
1027
|
.grid-col-span-12 {
|
|
1004
1028
|
--container-grid-columns: 12;
|
|
1005
1029
|
grid-column: span 12 / span 12;
|
|
1006
1030
|
}
|
|
1031
|
+
.grid-col-start-2 {
|
|
1032
|
+
grid-column-start: 2;
|
|
1033
|
+
}
|
|
1007
1034
|
[class*="grid-line-"] > * {
|
|
1008
1035
|
position: relative;
|
|
1009
1036
|
}
|
|
@@ -1013,6 +1040,396 @@ video {
|
|
|
1013
1040
|
z-index: 0;
|
|
1014
1041
|
pointer-events: none;
|
|
1015
1042
|
}
|
|
1043
|
+
.grid-cols-1[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
|
|
1044
|
+
border-bottom-width: 1px;
|
|
1045
|
+
}
|
|
1046
|
+
.grid-cols-1[class*="grid-line-xfull"] > *:nth-child(n)::before {
|
|
1047
|
+
inset-inline-start: 0;
|
|
1048
|
+
inset-inline-end: 0;
|
|
1049
|
+
}
|
|
1050
|
+
.grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
|
|
1051
|
+
inset-inline-end: 0;
|
|
1052
|
+
}
|
|
1053
|
+
.grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1)::before {
|
|
1054
|
+
border-bottom-width: 0;
|
|
1055
|
+
}
|
|
1056
|
+
.grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1) ~ *::before {
|
|
1057
|
+
border-bottom-width: 0;
|
|
1058
|
+
}
|
|
1059
|
+
.grid-cols-2[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
|
|
1060
|
+
border-bottom-width: 1px;
|
|
1061
|
+
}
|
|
1062
|
+
.grid-cols-2[class*="grid-line-xfull"] > *:nth-child(n)::before {
|
|
1063
|
+
inset-inline-start: calc(var(--inner-gutter) / -2);
|
|
1064
|
+
inset-inline-end: calc(var(--inner-gutter) / -2);
|
|
1065
|
+
}
|
|
1066
|
+
.grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
|
|
1067
|
+
inset-inline-start: 0;
|
|
1068
|
+
}
|
|
1069
|
+
.grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
|
|
1070
|
+
inset-inline-end: 0;
|
|
1071
|
+
}
|
|
1072
|
+
.grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2)::before {
|
|
1073
|
+
border-bottom-width: 0;
|
|
1074
|
+
}
|
|
1075
|
+
.grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ *::before {
|
|
1076
|
+
border-bottom-width: 0;
|
|
1077
|
+
}
|
|
1078
|
+
.grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
|
|
1079
|
+
border-inline-end-width: 1px;
|
|
1080
|
+
}
|
|
1081
|
+
.grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
|
|
1082
|
+
border-inline-end-width: 0;
|
|
1083
|
+
}
|
|
1084
|
+
.grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+2)::after {
|
|
1085
|
+
top: 0;
|
|
1086
|
+
}
|
|
1087
|
+
.grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2)::after {
|
|
1088
|
+
bottom: 0;
|
|
1089
|
+
}
|
|
1090
|
+
.grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ li::after {
|
|
1091
|
+
bottom: 0;
|
|
1092
|
+
}
|
|
1093
|
+
.grid-cols-3[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
|
|
1094
|
+
border-bottom-width: 1px;
|
|
1095
|
+
}
|
|
1096
|
+
.grid-cols-3[class*="grid-line-xfull"] > *:nth-child(n)::before {
|
|
1097
|
+
inset-inline-start: calc(var(--inner-gutter) / -2);
|
|
1098
|
+
inset-inline-end: calc(var(--inner-gutter) / -2);
|
|
1099
|
+
}
|
|
1100
|
+
.grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
|
|
1101
|
+
inset-inline-start: 0;
|
|
1102
|
+
}
|
|
1103
|
+
.grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
|
|
1104
|
+
inset-inline-end: 0;
|
|
1105
|
+
}
|
|
1106
|
+
.grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3)::before {
|
|
1107
|
+
border-bottom-width: 0;
|
|
1108
|
+
}
|
|
1109
|
+
.grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ *::before {
|
|
1110
|
+
border-bottom-width: 0;
|
|
1111
|
+
}
|
|
1112
|
+
.grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
|
|
1113
|
+
border-inline-end-width: 1px;
|
|
1114
|
+
}
|
|
1115
|
+
.grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
|
|
1116
|
+
border-inline-end-width: 0;
|
|
1117
|
+
}
|
|
1118
|
+
.grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+3)::after {
|
|
1119
|
+
top: 0;
|
|
1120
|
+
}
|
|
1121
|
+
.grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3)::after {
|
|
1122
|
+
bottom: 0;
|
|
1123
|
+
}
|
|
1124
|
+
.grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ li::after {
|
|
1125
|
+
bottom: 0;
|
|
1126
|
+
}
|
|
1127
|
+
.grid-cols-4[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
|
|
1128
|
+
border-bottom-width: 1px;
|
|
1129
|
+
}
|
|
1130
|
+
.grid-cols-4[class*="grid-line-xfull"] > *:nth-child(n)::before {
|
|
1131
|
+
inset-inline-start: calc(var(--inner-gutter) / -2);
|
|
1132
|
+
inset-inline-end: calc(var(--inner-gutter) / -2);
|
|
1133
|
+
}
|
|
1134
|
+
.grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
|
|
1135
|
+
inset-inline-start: 0;
|
|
1136
|
+
}
|
|
1137
|
+
.grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
|
|
1138
|
+
inset-inline-end: 0;
|
|
1139
|
+
}
|
|
1140
|
+
.grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4)::before {
|
|
1141
|
+
border-bottom-width: 0;
|
|
1142
|
+
}
|
|
1143
|
+
.grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ *::before {
|
|
1144
|
+
border-bottom-width: 0;
|
|
1145
|
+
}
|
|
1146
|
+
.grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
|
|
1147
|
+
border-inline-end-width: 1px;
|
|
1148
|
+
}
|
|
1149
|
+
.grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
|
|
1150
|
+
border-inline-end-width: 0;
|
|
1151
|
+
}
|
|
1152
|
+
.grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+4)::after {
|
|
1153
|
+
top: 0;
|
|
1154
|
+
}
|
|
1155
|
+
.grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4)::after {
|
|
1156
|
+
bottom: 0;
|
|
1157
|
+
}
|
|
1158
|
+
.grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ li::after {
|
|
1159
|
+
bottom: 0;
|
|
1160
|
+
}
|
|
1161
|
+
.grid-cols-5[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
|
|
1162
|
+
border-bottom-width: 1px;
|
|
1163
|
+
}
|
|
1164
|
+
.grid-cols-5[class*="grid-line-xfull"] > *:nth-child(n)::before {
|
|
1165
|
+
inset-inline-start: calc(var(--inner-gutter) / -2);
|
|
1166
|
+
inset-inline-end: calc(var(--inner-gutter) / -2);
|
|
1167
|
+
}
|
|
1168
|
+
.grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
|
|
1169
|
+
inset-inline-start: 0;
|
|
1170
|
+
}
|
|
1171
|
+
.grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
|
|
1172
|
+
inset-inline-end: 0;
|
|
1173
|
+
}
|
|
1174
|
+
.grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5)::before {
|
|
1175
|
+
border-bottom-width: 0;
|
|
1176
|
+
}
|
|
1177
|
+
.grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ *::before {
|
|
1178
|
+
border-bottom-width: 0;
|
|
1179
|
+
}
|
|
1180
|
+
.grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
|
|
1181
|
+
border-inline-end-width: 1px;
|
|
1182
|
+
}
|
|
1183
|
+
.grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
|
|
1184
|
+
border-inline-end-width: 0;
|
|
1185
|
+
}
|
|
1186
|
+
.grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+5)::after {
|
|
1187
|
+
top: 0;
|
|
1188
|
+
}
|
|
1189
|
+
.grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5)::after {
|
|
1190
|
+
bottom: 0;
|
|
1191
|
+
}
|
|
1192
|
+
.grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ li::after {
|
|
1193
|
+
bottom: 0;
|
|
1194
|
+
}
|
|
1195
|
+
.grid-cols-6[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
|
|
1196
|
+
border-bottom-width: 1px;
|
|
1197
|
+
}
|
|
1198
|
+
.grid-cols-6[class*="grid-line-xfull"] > *:nth-child(n)::before {
|
|
1199
|
+
inset-inline-start: calc(var(--inner-gutter) / -2);
|
|
1200
|
+
inset-inline-end: calc(var(--inner-gutter) / -2);
|
|
1201
|
+
}
|
|
1202
|
+
.grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
|
|
1203
|
+
inset-inline-start: 0;
|
|
1204
|
+
}
|
|
1205
|
+
.grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
|
|
1206
|
+
inset-inline-end: 0;
|
|
1207
|
+
}
|
|
1208
|
+
.grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6)::before {
|
|
1209
|
+
border-bottom-width: 0;
|
|
1210
|
+
}
|
|
1211
|
+
.grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ *::before {
|
|
1212
|
+
border-bottom-width: 0;
|
|
1213
|
+
}
|
|
1214
|
+
.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
|
|
1215
|
+
border-inline-end-width: 1px;
|
|
1216
|
+
}
|
|
1217
|
+
.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
|
|
1218
|
+
border-inline-end-width: 0;
|
|
1219
|
+
}
|
|
1220
|
+
.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+6)::after {
|
|
1221
|
+
top: 0;
|
|
1222
|
+
}
|
|
1223
|
+
.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6)::after {
|
|
1224
|
+
bottom: 0;
|
|
1225
|
+
}
|
|
1226
|
+
.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ li::after {
|
|
1227
|
+
bottom: 0;
|
|
1228
|
+
}
|
|
1229
|
+
.grid-cols-7[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
|
|
1230
|
+
border-bottom-width: 1px;
|
|
1231
|
+
}
|
|
1232
|
+
.grid-cols-7[class*="grid-line-xfull"] > *:nth-child(n)::before {
|
|
1233
|
+
inset-inline-start: calc(var(--inner-gutter) / -2);
|
|
1234
|
+
inset-inline-end: calc(var(--inner-gutter) / -2);
|
|
1235
|
+
}
|
|
1236
|
+
.grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
|
|
1237
|
+
inset-inline-start: 0;
|
|
1238
|
+
}
|
|
1239
|
+
.grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
|
|
1240
|
+
inset-inline-end: 0;
|
|
1241
|
+
}
|
|
1242
|
+
.grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7)::before {
|
|
1243
|
+
border-bottom-width: 0;
|
|
1244
|
+
}
|
|
1245
|
+
.grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ *::before {
|
|
1246
|
+
border-bottom-width: 0;
|
|
1247
|
+
}
|
|
1248
|
+
.grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
|
|
1249
|
+
border-inline-end-width: 1px;
|
|
1250
|
+
}
|
|
1251
|
+
.grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
|
|
1252
|
+
border-inline-end-width: 0;
|
|
1253
|
+
}
|
|
1254
|
+
.grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+7)::after {
|
|
1255
|
+
top: 0;
|
|
1256
|
+
}
|
|
1257
|
+
.grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7)::after {
|
|
1258
|
+
bottom: 0;
|
|
1259
|
+
}
|
|
1260
|
+
.grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ li::after {
|
|
1261
|
+
bottom: 0;
|
|
1262
|
+
}
|
|
1263
|
+
.grid-cols-8[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
|
|
1264
|
+
border-bottom-width: 1px;
|
|
1265
|
+
}
|
|
1266
|
+
.grid-cols-8[class*="grid-line-xfull"] > *:nth-child(n)::before {
|
|
1267
|
+
inset-inline-start: calc(var(--inner-gutter) / -2);
|
|
1268
|
+
inset-inline-end: calc(var(--inner-gutter) / -2);
|
|
1269
|
+
}
|
|
1270
|
+
.grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
|
|
1271
|
+
inset-inline-start: 0;
|
|
1272
|
+
}
|
|
1273
|
+
.grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
|
|
1274
|
+
inset-inline-end: 0;
|
|
1275
|
+
}
|
|
1276
|
+
.grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8)::before {
|
|
1277
|
+
border-bottom-width: 0;
|
|
1278
|
+
}
|
|
1279
|
+
.grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ *::before {
|
|
1280
|
+
border-bottom-width: 0;
|
|
1281
|
+
}
|
|
1282
|
+
.grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
|
|
1283
|
+
border-inline-end-width: 1px;
|
|
1284
|
+
}
|
|
1285
|
+
.grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
|
|
1286
|
+
border-inline-end-width: 0;
|
|
1287
|
+
}
|
|
1288
|
+
.grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+8)::after {
|
|
1289
|
+
top: 0;
|
|
1290
|
+
}
|
|
1291
|
+
.grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8)::after {
|
|
1292
|
+
bottom: 0;
|
|
1293
|
+
}
|
|
1294
|
+
.grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ li::after {
|
|
1295
|
+
bottom: 0;
|
|
1296
|
+
}
|
|
1297
|
+
.grid-cols-9[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
|
|
1298
|
+
border-bottom-width: 1px;
|
|
1299
|
+
}
|
|
1300
|
+
.grid-cols-9[class*="grid-line-xfull"] > *:nth-child(n)::before {
|
|
1301
|
+
inset-inline-start: calc(var(--inner-gutter) / -2);
|
|
1302
|
+
inset-inline-end: calc(var(--inner-gutter) / -2);
|
|
1303
|
+
}
|
|
1304
|
+
.grid-cols-9[class*="grid-line-x"] > *:nth-child(9n+1)::before {
|
|
1305
|
+
inset-inline-start: 0;
|
|
1306
|
+
}
|
|
1307
|
+
.grid-cols-9[class*="grid-line-x"] > *:nth-child(9n+9)::before {
|
|
1308
|
+
inset-inline-end: 0;
|
|
1309
|
+
}
|
|
1310
|
+
.grid-cols-9[class*="grid-line-x"] > *:nth-child(9n+1):nth-last-child(-n+9)::before {
|
|
1311
|
+
border-bottom-width: 0;
|
|
1312
|
+
}
|
|
1313
|
+
.grid-cols-9[class*="grid-line-x"] > *:nth-child(9n+1):nth-last-child(-n+9) ~ *::before {
|
|
1314
|
+
border-bottom-width: 0;
|
|
1315
|
+
}
|
|
1316
|
+
.grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
|
|
1317
|
+
border-inline-end-width: 1px;
|
|
1318
|
+
}
|
|
1319
|
+
.grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(9n+9)::after {
|
|
1320
|
+
border-inline-end-width: 0;
|
|
1321
|
+
}
|
|
1322
|
+
.grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+9)::after {
|
|
1323
|
+
top: 0;
|
|
1324
|
+
}
|
|
1325
|
+
.grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(9n+1):nth-last-child(-n+9)::after {
|
|
1326
|
+
bottom: 0;
|
|
1327
|
+
}
|
|
1328
|
+
.grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(9n+1):nth-last-child(-n+9) ~ li::after {
|
|
1329
|
+
bottom: 0;
|
|
1330
|
+
}
|
|
1331
|
+
.grid-cols-10[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
|
|
1332
|
+
border-bottom-width: 1px;
|
|
1333
|
+
}
|
|
1334
|
+
.grid-cols-10[class*="grid-line-xfull"] > *:nth-child(n)::before {
|
|
1335
|
+
inset-inline-start: calc(var(--inner-gutter) / -2);
|
|
1336
|
+
inset-inline-end: calc(var(--inner-gutter) / -2);
|
|
1337
|
+
}
|
|
1338
|
+
.grid-cols-10[class*="grid-line-x"] > *:nth-child(10n+1)::before {
|
|
1339
|
+
inset-inline-start: 0;
|
|
1340
|
+
}
|
|
1341
|
+
.grid-cols-10[class*="grid-line-x"] > *:nth-child(10n+10)::before {
|
|
1342
|
+
inset-inline-end: 0;
|
|
1343
|
+
}
|
|
1344
|
+
.grid-cols-10[class*="grid-line-x"] > *:nth-child(10n+1):nth-last-child(-n+10)::before {
|
|
1345
|
+
border-bottom-width: 0;
|
|
1346
|
+
}
|
|
1347
|
+
.grid-cols-10[class*="grid-line-x"] > *:nth-child(10n+1):nth-last-child(-n+10) ~ *::before {
|
|
1348
|
+
border-bottom-width: 0;
|
|
1349
|
+
}
|
|
1350
|
+
.grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
|
|
1351
|
+
border-inline-end-width: 1px;
|
|
1352
|
+
}
|
|
1353
|
+
.grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(10n+10)::after {
|
|
1354
|
+
border-inline-end-width: 0;
|
|
1355
|
+
}
|
|
1356
|
+
.grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+10)::after {
|
|
1357
|
+
top: 0;
|
|
1358
|
+
}
|
|
1359
|
+
.grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(10n+1):nth-last-child(-n+10)::after {
|
|
1360
|
+
bottom: 0;
|
|
1361
|
+
}
|
|
1362
|
+
.grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(10n+1):nth-last-child(-n+10) ~ li::after {
|
|
1363
|
+
bottom: 0;
|
|
1364
|
+
}
|
|
1365
|
+
.grid-cols-11[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
|
|
1366
|
+
border-bottom-width: 1px;
|
|
1367
|
+
}
|
|
1368
|
+
.grid-cols-11[class*="grid-line-xfull"] > *:nth-child(n)::before {
|
|
1369
|
+
inset-inline-start: calc(var(--inner-gutter) / -2);
|
|
1370
|
+
inset-inline-end: calc(var(--inner-gutter) / -2);
|
|
1371
|
+
}
|
|
1372
|
+
.grid-cols-11[class*="grid-line-x"] > *:nth-child(11n+1)::before {
|
|
1373
|
+
inset-inline-start: 0;
|
|
1374
|
+
}
|
|
1375
|
+
.grid-cols-11[class*="grid-line-x"] > *:nth-child(11n+11)::before {
|
|
1376
|
+
inset-inline-end: 0;
|
|
1377
|
+
}
|
|
1378
|
+
.grid-cols-11[class*="grid-line-x"] > *:nth-child(11n+1):nth-last-child(-n+11)::before {
|
|
1379
|
+
border-bottom-width: 0;
|
|
1380
|
+
}
|
|
1381
|
+
.grid-cols-11[class*="grid-line-x"] > *:nth-child(11n+1):nth-last-child(-n+11) ~ *::before {
|
|
1382
|
+
border-bottom-width: 0;
|
|
1383
|
+
}
|
|
1384
|
+
.grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
|
|
1385
|
+
border-inline-end-width: 1px;
|
|
1386
|
+
}
|
|
1387
|
+
.grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(11n+11)::after {
|
|
1388
|
+
border-inline-end-width: 0;
|
|
1389
|
+
}
|
|
1390
|
+
.grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+11)::after {
|
|
1391
|
+
top: 0;
|
|
1392
|
+
}
|
|
1393
|
+
.grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(11n+1):nth-last-child(-n+11)::after {
|
|
1394
|
+
bottom: 0;
|
|
1395
|
+
}
|
|
1396
|
+
.grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(11n+1):nth-last-child(-n+11) ~ li::after {
|
|
1397
|
+
bottom: 0;
|
|
1398
|
+
}
|
|
1399
|
+
.grid-cols-12[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
|
|
1400
|
+
border-bottom-width: 1px;
|
|
1401
|
+
}
|
|
1402
|
+
.grid-cols-12[class*="grid-line-xfull"] > *:nth-child(n)::before {
|
|
1403
|
+
inset-inline-start: calc(var(--inner-gutter) / -2);
|
|
1404
|
+
inset-inline-end: calc(var(--inner-gutter) / -2);
|
|
1405
|
+
}
|
|
1406
|
+
.grid-cols-12[class*="grid-line-x"] > *:nth-child(12n+1)::before {
|
|
1407
|
+
inset-inline-start: 0;
|
|
1408
|
+
}
|
|
1409
|
+
.grid-cols-12[class*="grid-line-x"] > *:nth-child(12n+12)::before {
|
|
1410
|
+
inset-inline-end: 0;
|
|
1411
|
+
}
|
|
1412
|
+
.grid-cols-12[class*="grid-line-x"] > *:nth-child(12n+1):nth-last-child(-n+12)::before {
|
|
1413
|
+
border-bottom-width: 0;
|
|
1414
|
+
}
|
|
1415
|
+
.grid-cols-12[class*="grid-line-x"] > *:nth-child(12n+1):nth-last-child(-n+12) ~ *::before {
|
|
1416
|
+
border-bottom-width: 0;
|
|
1417
|
+
}
|
|
1418
|
+
.grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
|
|
1419
|
+
border-inline-end-width: 1px;
|
|
1420
|
+
}
|
|
1421
|
+
.grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(12n+12)::after {
|
|
1422
|
+
border-inline-end-width: 0;
|
|
1423
|
+
}
|
|
1424
|
+
.grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+12)::after {
|
|
1425
|
+
top: 0;
|
|
1426
|
+
}
|
|
1427
|
+
.grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(12n+1):nth-last-child(-n+12)::after {
|
|
1428
|
+
bottom: 0;
|
|
1429
|
+
}
|
|
1430
|
+
.grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(12n+1):nth-last-child(-n+12) ~ li::after {
|
|
1431
|
+
bottom: 0;
|
|
1432
|
+
}
|
|
1016
1433
|
@media (min-width: 750px) {
|
|
1017
1434
|
[class*="grid-line-"] > * {
|
|
1018
1435
|
position: relative;
|
|
@@ -5331,6 +5748,33 @@ video {
|
|
|
5331
5748
|
.cols-container > .ml-0 {
|
|
5332
5749
|
margin-left: 0;
|
|
5333
5750
|
}
|
|
5751
|
+
.w-4-cols {
|
|
5752
|
+
width: calc(((4 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (4 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
|
|
5753
|
+
}
|
|
5754
|
+
.cols-container > .w-4-cols {
|
|
5755
|
+
width: calc(((4 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (4 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
|
|
5756
|
+
}
|
|
5757
|
+
.w-4-cols > * {
|
|
5758
|
+
--container-grid-columns: 4;
|
|
5759
|
+
}
|
|
5760
|
+
.w-6-cols {
|
|
5761
|
+
width: calc(((6 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (6 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
|
|
5762
|
+
}
|
|
5763
|
+
.cols-container > .w-6-cols {
|
|
5764
|
+
width: calc(((6 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (6 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
|
|
5765
|
+
}
|
|
5766
|
+
.w-6-cols > * {
|
|
5767
|
+
--container-grid-columns: 6;
|
|
5768
|
+
}
|
|
5769
|
+
.w-8-cols {
|
|
5770
|
+
width: calc(((8 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (8 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
|
|
5771
|
+
}
|
|
5772
|
+
.cols-container > .w-8-cols {
|
|
5773
|
+
width: calc(((8 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (8 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
|
|
5774
|
+
}
|
|
5775
|
+
.w-8-cols > * {
|
|
5776
|
+
--container-grid-columns: 8;
|
|
5777
|
+
}
|
|
5334
5778
|
.w-12-cols {
|
|
5335
5779
|
width: calc(((12 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (12 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
|
|
5336
5780
|
}
|
|
@@ -6044,6 +6488,9 @@ input[type="range"]::-webkit-slider-thumb {
|
|
|
6044
6488
|
.h-8 {
|
|
6045
6489
|
height: 0.5rem;
|
|
6046
6490
|
}
|
|
6491
|
+
.h-80 {
|
|
6492
|
+
height: 5rem;
|
|
6493
|
+
}
|
|
6047
6494
|
.h-96 {
|
|
6048
6495
|
height: 6rem;
|
|
6049
6496
|
}
|
|
@@ -6173,6 +6620,42 @@ input[type="range"]::-webkit-slider-thumb {
|
|
|
6173
6620
|
.resize {
|
|
6174
6621
|
resize: both;
|
|
6175
6622
|
}
|
|
6623
|
+
.grid-cols-1 {
|
|
6624
|
+
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
6625
|
+
}
|
|
6626
|
+
.grid-cols-10 {
|
|
6627
|
+
grid-template-columns: repeat(10, minmax(0, 1fr));
|
|
6628
|
+
}
|
|
6629
|
+
.grid-cols-11 {
|
|
6630
|
+
grid-template-columns: repeat(11, minmax(0, 1fr));
|
|
6631
|
+
}
|
|
6632
|
+
.grid-cols-12 {
|
|
6633
|
+
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
6634
|
+
}
|
|
6635
|
+
.grid-cols-2 {
|
|
6636
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
6637
|
+
}
|
|
6638
|
+
.grid-cols-3 {
|
|
6639
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
6640
|
+
}
|
|
6641
|
+
.grid-cols-4 {
|
|
6642
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
6643
|
+
}
|
|
6644
|
+
.grid-cols-5 {
|
|
6645
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
6646
|
+
}
|
|
6647
|
+
.grid-cols-6 {
|
|
6648
|
+
grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
6649
|
+
}
|
|
6650
|
+
.grid-cols-7 {
|
|
6651
|
+
grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
6652
|
+
}
|
|
6653
|
+
.grid-cols-8 {
|
|
6654
|
+
grid-template-columns: repeat(8, minmax(0, 1fr));
|
|
6655
|
+
}
|
|
6656
|
+
.grid-cols-9 {
|
|
6657
|
+
grid-template-columns: repeat(9, minmax(0, 1fr));
|
|
6658
|
+
}
|
|
6176
6659
|
.flex-row {
|
|
6177
6660
|
flex-direction: row;
|
|
6178
6661
|
}
|
|
@@ -6880,6 +7363,40 @@ input[type="range"]::-webkit-slider-thumb {
|
|
|
6880
7363
|
--container-grid-columns: 6;
|
|
6881
7364
|
grid-column: span 6 / span 6;
|
|
6882
7365
|
}
|
|
7366
|
+
.md\:grid-cols-4[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
|
|
7367
|
+
border-bottom-width: 1px;
|
|
7368
|
+
}
|
|
7369
|
+
.md\:grid-cols-4[class*="grid-line-xfull"] > *:nth-child(n)::before {
|
|
7370
|
+
inset-inline-start: calc(var(--inner-gutter) / -2);
|
|
7371
|
+
inset-inline-end: calc(var(--inner-gutter) / -2);
|
|
7372
|
+
}
|
|
7373
|
+
.md\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
|
|
7374
|
+
inset-inline-start: 0;
|
|
7375
|
+
}
|
|
7376
|
+
.md\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
|
|
7377
|
+
inset-inline-end: 0;
|
|
7378
|
+
}
|
|
7379
|
+
.md\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4)::before {
|
|
7380
|
+
border-bottom-width: 0;
|
|
7381
|
+
}
|
|
7382
|
+
.md\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ *::before {
|
|
7383
|
+
border-bottom-width: 0;
|
|
7384
|
+
}
|
|
7385
|
+
.md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
|
|
7386
|
+
border-inline-end-width: 1px;
|
|
7387
|
+
}
|
|
7388
|
+
.md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
|
|
7389
|
+
border-inline-end-width: 0;
|
|
7390
|
+
}
|
|
7391
|
+
.md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+4)::after {
|
|
7392
|
+
top: 0;
|
|
7393
|
+
}
|
|
7394
|
+
.md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4)::after {
|
|
7395
|
+
bottom: 0;
|
|
7396
|
+
}
|
|
7397
|
+
.md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ li::after {
|
|
7398
|
+
bottom: 0;
|
|
7399
|
+
}
|
|
6883
7400
|
.md\:w-10-cols {
|
|
6884
7401
|
width: calc(((10 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (10 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
|
|
6885
7402
|
}
|
|
@@ -7210,6 +7727,9 @@ input[type="range"]::-webkit-slider-thumb {
|
|
|
7210
7727
|
--tw-translate-y: -50%;
|
|
7211
7728
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
7212
7729
|
}
|
|
7730
|
+
.md\:grid-cols-4 {
|
|
7731
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
7732
|
+
}
|
|
7213
7733
|
.md\:gap-y-12 {
|
|
7214
7734
|
row-gap: 0.75rem;
|
|
7215
7735
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,b as a}from"./p-7a8b9de5.js";export{s as setNonce}from"./p-7a8b9de5.js";import{g as t}from"./p-e1255160.js";(()=>{const a=import.meta.url,s={};return""!==a&&(s.resourcesUrl=new URL(".",a).href),e(s)})().then((async e=>(await t(),a(JSON.parse('[["p-3babd772",[[0,"eds-fullscreen-menu",{"links":[1],"menuLinks":[1,"menu-links"],"homeUrl":[1,"home-url"],"inverseHeader":[4,"inverse-header"],"isMenuOpen":[32]},[[16,"toggleMenu","handleToggleMenu"]]],[4,"eds-header",{"homeUrl":[513,"home-url"],"links":[1],"inverseHeader":[4,"inverse-header"],"menuEnabled":[4,"menu-enabled"],"isMenuOpen":[32],"isUserMenuOpen":[32],"isAuthenticated":[32]},[[16,"authStatusChanged","onAuthStatusChanged"]]],[0,"eds-steps",{"steps":[1],"type":[1],"activeStep":[32]}],[0,"eds-toast-manager",{"toasts":[32]}],[1,"eds-breadcrumb",{"items":[1],"intent":[1],"parsedItems":[32],"isSmallScreen":[32],"maxVisibleItems":[32]},null,{"items":["parseItems"]}],[1,"eds-rating",{"stars":[2],"label":[1],"textMapping":[1,"text-mapping"],"selectedRating":[32]}],[1,"eds-switch",{"checked":[1540],"disabled":[4],"labelOn":[1,"label-on"],"labelOff":[1,"label-off"]}],[0,"eds-footer",{"extraClass":[1,"extra-class"],"social":[4],"hasCookiesSetUp":[4,"has-cookies-set-up"],"enableScrollTop":[4,"enable-scroll-top"],"fundedBy":[1,"funded-by"],"rightsReserved":[1,"rights-reserved"],"cookiesPreference":[1,"cookies-preference"]}],[0,"eds-toast",{"message":[1],"intent":[1],"duration":[2],"visible":[32]}],[1,"eds-social-networks",{"title":[1]}],[1,"eds-block-break",{"extraClass":[1,"extra-class"]}],[1,"eds-alert",{"message":[1],"pressableLabel":[1,"pressable-label"],"pressableUrl":[1,"pressable-url"],"direction":[1],"intent":[1],"withBtn":[32]}],[1,"eds-logo",{"href":[1],"orientation":[1],"type":[1],"label":[1]}],[1,"eds-img",{"src":[1],"alt":[1],"width":[2],"height":[2],"srcset":[1],"sizes":[1],"formats":[16],"lazyload":[4],"withBg":[4,"with-bg"],"loaded":[32],"showBg":[32]}],[1,"eds-button",{"label":[1],"ariaLabel":[1,"aria-label"],"elementType":[1,"element-type"],"intent":[1],"loading":[4],"disabled":[4],"pill":[4],"icon":[1],"size":[1],"iconPos":[1,"icon-pos"],"iconSmall":[4,"icon-small"],"extraClass":[1,"extra-class"],"triggerClick":[16]}],[1,"eds-link",{"label":[1],"intent":[1],"icon":[1],"iconPos":[1,"icon-pos"],"iconSmall":[4,"icon-small"],"size":[1],"external":[4],"current":[4],"download":[4],"url":[1],"ariaLabel":[1,"aria-label"],"disabled":[4],"hideLabelOnSmallScreen":[4,"hide-label-on-small-screen"],"extraClass":[1,"extra-class"]},[[0,"parentContext","handleParentContext"]]],[0,"eds-icon-wrapper",{"icon":[1],"class":[1],"IconComponent":[32]},null,{"icon":["iconChanged"]}]]],["p-a2621d66",[[0,"eds-trl",{"applications":[1]}]]],["p-030f67c1",[[4,"eds-form",{"setFormUrl":[4,"set-form-url"],"submitBtn":[4,"submit-btn"],"submitBtnLabel":[1,"submit-btn-label"],"successMessage":[1,"success-message"],"errorMessage":[1,"error-message"],"submitBtnHintMessage":[1,"submit-btn-hint-message"],"endpoint":[1],"name":[1],"fields":[1],"coupleAuth":[4,"couple-auth"],"values":[32],"formSubmitted":[32],"hasError":[32],"errors":[32],"isSubmitting":[32],"alertMessage":[32],"isAuthenticated":[32],"authUser":[32],"parsedFields":[32]},[[16,"authStatusChanged","onAuthStatusChanged"]],{"fields":["parseFields"]}]]],["p-a846dbca",[[1,"eds-svg-repository"]]],["p-9b441a1f",[[0,"eds-docs-palettes",{"tabIndex":[2,"tab-index"]}]]],["p-209fa119",[[0,"eds-user",{"keycloakUrl":[1,"keycloak-url"],"keycloakRealm":[1,"keycloak-realm"],"keycloakClientId":[1,"keycloak-client-id"],"user":[32],"authenticated":[32],"username":[32],"serverAvailable":[32]}]]],["p-0bafc5ae",[[1,"eds-card-section",{"cards":[1],"cols":[2]}]]],["p-b860b4aa",[[0,"eds-components-section",{"tabIndex":[2,"tab-index"]}]]],["p-fce25541",[[0,"eds-timeline",{"events":[1],"selectedEvent":[32],"parsedEvents":[32]},null,{"events":["parseEvents"]}]]],["p-72b42d77",[[1,"eds-card-tool",{"cardTitle":[1,"card-title"],"url":[1],"description":[1],"image":[8],"avatar":[1],"shortAbbreviation":[1,"short-abbreviation"],"headingLevel":[1,"heading-level"],"tags":[8],"tiny":[4],"bg":[4],"withHover":[4,"with-hover"],"external":[4],"hierarchy":[4]}]]],["p-b3c1aef5",[[0,"eds-docs-tokens",{"tabIndex":[2,"tab-index"]}]]],["p-c034c395",[[1,"eds-vertical-stepper",{"steps":[1],"activeStep":[32]}]]],["p-def72462",[[0,"eds-card-project",{"image":[8],"editorialTitle":[1,"editorial-title"],"headingLevel":[1,"heading-level"],"categoryTitle":[1,"category-title"],"color":[1],"bgOnHover":[4,"bg-on-hover"],"vertical":[4],"titleProject":[1,"title-project"],"url":[1],"parsedImage":[32]}]]],["p-38d70586",[[0,"eds-logo-variations",{"tabIndex":[2,"tab-index"]}]]],["p-eeeb0d83",[[1,"eds-matomo-notice",{"title":[1],"description":[1],"showNotice":[32]}]]],["p-b67aafe7",[[0,"incorrect-use-of-colors"]]],["p-5980a142",[[0,"correct-use-of-colors"]]],["p-06299762",[[0,"eds-frame",{"frameLabel":[1,"frame-label"],"urlLabel":[1,"url-label"],"errorMessage":[1,"error-message"],"storybookUrl":[1,"storybook-url"],"storyPath":[1,"story-path"],"intent":[1],"tiny":[4],"size":[1],"bg":[4],"iframeError":[32]}]]],["p-92e16cc9",[[1,"eds-login",{"keycloakUrl":[1,"keycloak-url"],"keycloakRealm":[1,"keycloak-realm"],"keycloakClientId":[1,"keycloak-client-id"],"authenticated":[32],"user":[32]}]]],["p-75795b05",[[1,"eds-modal",{"title":[1],"truncate":[4],"truncateLines":[1,"truncate-lines"],"position":[1],"isOpen":[32],"open":[64],"close":[64],"toggle":[64]},[[8,"keydown","handleKeyDown"]]]]],["p-65703520",[[0,"eds-navigator",{"prevLabel":[1,"prev-label"],"nextLabel":[1,"next-label"],"prevUrl":[1,"prev-url"],"nextUrl":[1,"next-url"],"linkSize":[1,"link-size"],"linkIntent":[1,"link-intent"]}]]],["p-a535838c",[[0,"token-ratios"]]],["p-f36f2aeb",[[0,"token-typography"]]],["p-b80457ed",[[1,"eds-card-tags",{"accent":[4],"tags":[16]}]]],["p-89f600a3",[[4,"eds-card-wrapper",{"tiny":[4],"withBg":[4,"with-bg"],"withHover":[4,"with-hover"]}]]],["p-911d9b37",[[0,"eds-icon-arrow-diagonal",{"addClass":[1,"add-class"]}]]],["p-80a185ba",[[0,"eds-icon-arrow-right",{"class":[1]}]]],["p-1ed3fdb7",[[0,"eds-icon-bluesky",{"class":[1]}]]],["p-f1cd83da",[[0,"eds-icon-chevron-down",{"class":[1]}]]],["p-aec9b8e1",[[0,"eds-icon-chevron-left",{"class":[1]}]]],["p-e2c250c5",[[0,"eds-icon-chevron-right",{"class":[1]}]]],["p-6df9db15",[[0,"eds-icon-chevron-up",{"class":[1]}]]],["p-a927a455",[[0,"eds-icon-close",{"class":[1]}]]],["p-2831a9d5",[[0,"eds-icon-copy",{"class":[1]}]]],["p-2c00bd76",[[0,"eds-icon-eu",{"class":[1]}]]],["p-96fe2267",[[0,"eds-icon-facebook",{"class":[1]}]]],["p-a63bd0c9",[[0,"eds-icon-gitlab",{"class":[1]}]]],["p-a5d00633",[[0,"eds-icon-linkedin",{"class":[1]}]]],["p-c5fa170d",[[0,"eds-icon-loader",{"class":[1]}]]],["p-86fbc239",[[0,"eds-icon-mastodon",{"class":[1]}]]],["p-de12396f",[[0,"eds-icon-menu",{"class":[1]}]]],["p-b60ed774",[[0,"eds-icon-more",{"class":[1]}]]],["p-9739def5",[[0,"eds-icon-search",{"class":[1]}]]],["p-a5b7d72d",[[0,"eds-icon-success",{"class":[1]}]]],["p-599c7b97",[[0,"eds-icon-twitter",{"class":[1]}]]],["p-0ab85eee",[[0,"eds-icon-user",{"class":[1]}]]],["p-f7493f41",[[0,"eds-tab",{"label":[1],"url":[1],"active":[4],"ariaLabel":[1,"aria-label"]}]]],["p-59405ecf",[[0,"eds-tabs",{"id":[1],"navAriaLabel":[1,"nav-aria-label"],"tabs":[1],"parsedTabs":[32],"activeIndex":[32]},null,{"tabs":["parseTabs"]}]]],["p-8b583210",[[4,"eds-tabs-content",{"navAriaLabel":[1,"nav-aria-label"],"tabs":[1],"parsedTabs":[32],"activeIndex":[32]},null,{"tabs":["parseTabs"]}]]],["p-f5dafbc8",[[0,"eds-icon-youtube",{"class":[1]}]]],["p-0e0e1815",[[1,"eds-tooltip",{"content":[1],"position":[1],"isVisible":[32],"isPositioned":[32],"tooltipStyle":[32]},[[1,"mouseover","showTooltip"],[1,"mouseout","hideTooltip"],[8,"keydown","handleKeyPress"]]]]],["p-759b2640",[[1,"logo-space"]]],["p-8c4a0fc9",[[1,"logo-wrong-usage"]]],["p-b79999d5",[[0,"token-spacing"]]],["p-9826acae",[[1,"eds-accordion",{"title":[1],"description":[1],"switchBg":[4,"switch-bg"],"expanded":[4],"clampText":[4,"clamp-text"],"minHeightContent":[4,"min-height-content"],"isExpanded":[32],"panelHeight":[32],"shortContent":[32]}]]],["p-81942665",[[1,"eds-progress-bar",{"value":[1026],"updateValue":[64]}]]],["p-505ddcda",[[1,"eds-card-desc",{"description":[1],"descClass":[1,"desc-class"],"truncate":[4],"truncateLines":[1,"truncate-lines"]}],[1,"eds-card-title",{"url":[1],"titleClass":[1,"title-class"],"headingLevel":[1,"heading-level"],"externalLink":[4,"external-link"],"cardTitle":[1,"card-title"],"hierarchy":[4]}],[1,"eds-avatar",{"firstName":[1,"first-name"],"lastName":[1,"last-name"],"picture":[1],"initials":[1],"color":[1],"rounded":[4],"initialsStrong":[4,"initials-strong"]}],[1,"eds-tag",{"label":[1],"ariaLabel":[1,"aria-label"],"intent":[1]}]]],["p-f08eac56",[[0,"eds-user-modal",{"user":[1],"links":[1],"onLogout":[16],"parsedUser":[32],"parsedLinks":[32]},null,{"user":["parseUserProp"],"links":["parseLinksProp"]}],[1,"eds-dropdown",{"icon":[1],"label":[1],"rounded":[4],"ariaLabel":[1,"aria-label"],"asNav":[4,"as-nav"],"dropdownPos":[1,"dropdown-pos"],"dropdownOffset":[4,"dropdown-offset"],"intent":[1],"isOpen":[32],"focusIndex":[32]},[[8,"click","handleWindowClick"],[8,"keydown","handleKeyDown"]]]]],["p-8d19a05b",[[1,"eds-card-generic",{"cardTitle":[1,"card-title"],"url":[1],"description":[1],"image":[8],"avatar":[1],"shortAbbreviation":[1,"short-abbreviation"],"headingLevel":[1,"heading-level"],"tags":[1],"tiny":[4],"bg":[4],"withHover":[4,"with-hover"],"hierarchy":[4],"parsedImage":[32]},[[0,"parentContext","handleParentContext"]]]]],["p-de2fbcfc",[[1,"logo-variations-horizontal"],[1,"logo-variations-vertical",{"orientation":[1],"type":[1]}]]],["p-b1de9a6c",[[0,"token-list",{"show":[1]}],[0,"token-radii"],[0,"token-shadows"]]],["p-d69ef196",[[1,"eds-table",{"data":[1],"endpoint":[1],"config":[1],"rowsPerPage":[2,"rows-per-page"],"paginationEnabled":[4,"pagination-enabled"],"searchEnabled":[4,"search-enabled"],"hostWidth":[1,"host-width"],"columnSize":[1,"column-size"],"tableData":[32],"columns":[32],"currentPage":[32],"parsedConfig":[32],"totalRows":[32],"searchQuery":[32]},null,{"data":["handleDataChange","parseData"],"config":["handleConfigChange"]}],[1,"eds-pagination",{"currentPage":[2,"current-page"],"lastPage":[2,"last-page"],"perPage":[2,"per-page"],"total":[2],"url":[1],"mode":[1],"prevLabel":[1,"prev-label"],"nextLabel":[1,"next-label"],"prevUrl":[1,"prev-url"],"nextUrl":[1,"next-url"],"links":[32]},null,{"currentPage":["onPageOrLastPageChange"],"lastPage":["onPageOrLastPageChange"]}]]],["p-4a12a131",[[4,"eds-section-core",{"tag":[1],"sectionTitle":[1,"section-title"],"headingLevel":[1,"heading-level"]}],[0,"eds-section-heading",{"sectionTitle":[1,"section-title"],"withContainer":[4,"with-container"],"headingLevel":[1,"heading-level"],"tag":[1],"spacingLarge":[4,"spacing-large"]}]]],["p-b1af5000",[[1,"eds-code-block",{"code":[1],"language":[1],"copied":[32]}]]],["p-0e7bdd2c",[[0,"gradient-secondary-palette"],[0,"color-primary-palette"],[0,"color-secondary-palette",{"show":[1]}],[0,"color-support-palette"],[0,"gradient-primary-palette"],[0,"gradient-support-palette"]]],["p-6af40c33",[[1,"eds-input-field",{"name":[1],"inputId":[1,"input-id"],"placeholder":[1],"disabled":[4],"onChange":[16],"onInput":[16],"type":[1],"required":[4],"label":[1],"hint":[1],"icon":[1],"link":[16],"message":[1],"error":[4],"checked":[4],"errorMessage":[1,"error-message"],"value":[8],"maxLength":[2,"max-length"],"options":[1]}],[0,"eds-input",{"name":[1],"inputId":[1,"input-id"],"placeholder":[1],"disabled":[4],"hasMessage":[4,"has-message"],"error":[4],"checked":[4],"type":[1],"required":[4],"value":[8],"icon":[1],"maxLength":[2,"max-length"],"options":[16],"extraClass":[1,"extra-class"],"innerVal":[32],"maxLengthReached":[32]},null,{"value":["onValueChanged"]}],[0,"eds-input-footer",{"name":[1],"errorMessage":[1,"error-message"],"message":[1],"error":[4],"link":[16]}],[0,"eds-input-search",{"name":[1],"inputId":[1,"input-id"],"placeholder":[1],"value":[1],"disabled":[4],"required":[4],"getInputElement":[64]}],[0,"eds-input-select",{"inputId":[1,"input-id"],"name":[1],"placeholder":[1],"disabled":[4],"hasMessage":[4,"has-message"],"error":[4],"required":[4],"options":[16],"labelKey":[1,"label-key"],"valueKey":[1,"value-key"],"value":[8],"dynamicOptions":[32],"loading":[32],"dynamicValueKey":[32],"dynamicLabelKey":[32],"hasFetched":[32]},null,{"options":["loadOptions"]}],[0,"eds-input-label",{"label":[1],"name":[1],"required":[4],"disabled":[4]}],[0,"eds-input-range",{"name":[1],"inputId":[1,"input-id"],"disabled":[4],"required":[4],"min":[2],"max":[2],"step":[2],"sliderVal":[32],"getInputElement":[64]}]]]]'),e))));
|
|
1
|
+
import{p as e,b as a}from"./p-7a8b9de5.js";export{s as setNonce}from"./p-7a8b9de5.js";import{g as t}from"./p-e1255160.js";(()=>{const a=import.meta.url,s={};return""!==a&&(s.resourcesUrl=new URL(".",a).href),e(s)})().then((async e=>(await t(),a(JSON.parse('[["p-e334f5bc",[[1,"eds-card-section",{"cards":[1],"occupyCols":[2,"occupy-cols"]}],[1,"eds-toast-manager",{"toasts":[32]}],[1,"eds-matomo-notice",{"title":[1],"description":[1],"deferMsgToast":[1,"defer-msg-toast"],"optInMsgToast":[1,"opt-in-msg-toast"],"optOutMsgToast":[1,"opt-out-msg-toast"],"forceShow":[4,"force-show"],"showNotice":[32]}],[1,"eds-toast",{"message":[1],"intent":[1],"duration":[2],"visible":[32]}],[1,"eds-card-generic",{"cardTitle":[1,"card-title"],"url":[1],"description":[1],"image":[8],"avatar":[1],"shortAbbreviation":[1,"short-abbreviation"],"headingLevel":[1,"heading-level"],"tags":[1],"tiny":[4],"bg":[4],"withHover":[4,"with-hover"],"hierarchy":[4],"parsedImage":[32]},[[0,"parentContext","handleParentContext"]]],[1,"eds-accordion",{"title":[1],"description":[1],"switchBg":[4,"switch-bg"],"expanded":[4],"clampText":[4,"clamp-text"],"minHeightContent":[4,"min-height-content"],"isExpanded":[32],"panelHeight":[32],"shortContent":[32]}],[1,"eds-card-desc",{"description":[1],"descClass":[1,"desc-class"],"truncate":[4],"truncateLines":[1,"truncate-lines"]}],[1,"eds-card-title",{"url":[1],"titleClass":[1,"title-class"],"headingLevel":[1,"heading-level"],"externalLink":[4,"external-link"],"cardTitle":[1,"card-title"],"hierarchy":[4]}],[1,"eds-avatar",{"firstName":[1,"first-name"],"lastName":[1,"last-name"],"picture":[1],"initials":[1],"color":[1],"rounded":[4],"initialsStrong":[4,"initials-strong"]}],[1,"eds-tag",{"label":[1],"intent":[1]}],[1,"eds-img",{"src":[1],"alt":[1],"width":[2],"height":[2],"srcset":[1],"sizes":[1],"formats":[16],"lazyload":[4],"withBg":[4,"with-bg"],"loaded":[32],"showBg":[32]}],[1,"eds-button",{"label":[1],"ariaLabel":[1,"aria-label"],"elementType":[1,"element-type"],"intent":[1],"loading":[4],"disabled":[4],"pill":[4],"icon":[1],"size":[1],"iconPos":[1,"icon-pos"],"iconSmall":[4,"icon-small"],"extraClass":[1,"extra-class"],"triggerClick":[16]},[[0,"parentContext","handleParentContext"]]],[0,"eds-icon-wrapper",{"icon":[1],"class":[1],"IconComponent":[32]},null,{"icon":["iconChanged"]}]]],["p-a2621d66",[[0,"eds-trl",{"applications":[1]}]]],["p-659ed449",[[4,"eds-form",{"setFormUrl":[4,"set-form-url"],"submitBtn":[4,"submit-btn"],"submitBtnLabel":[1,"submit-btn-label"],"successMessage":[1,"success-message"],"errorMessage":[1,"error-message"],"submitBtnHintMessage":[1,"submit-btn-hint-message"],"endpoint":[1],"name":[1],"fields":[1],"coupleAuth":[4,"couple-auth"],"values":[32],"formSubmitted":[32],"hasError":[32],"errors":[32],"isSubmitting":[32],"alertMessage":[32],"isAuthenticated":[32],"authUser":[32],"parsedFields":[32]},[[16,"authStatusChanged","onAuthStatusChanged"]],{"fields":["parseFields"]}]]],["p-a846dbca",[[1,"eds-svg-repository"]]],["p-9b441a1f",[[0,"eds-docs-palettes",{"tabIndex":[2,"tab-index"]}]]],["p-0a3b2576",[[0,"eds-fullscreen-menu",{"links":[1],"menuLinks":[1,"menu-links"],"homeUrl":[1,"home-url"],"inverseHeader":[4,"inverse-header"],"isMenuOpen":[32]},[[16,"toggleMenu","handleToggleMenu"]]]]],["p-d2a0b896",[[0,"eds-user",{"keycloakUrl":[1,"keycloak-url"],"keycloakRealm":[1,"keycloak-realm"],"keycloakClientId":[1,"keycloak-client-id"],"user":[32],"authenticated":[32],"username":[32],"serverAvailable":[32]}]]],["p-b860b4aa",[[0,"eds-components-section",{"tabIndex":[2,"tab-index"]}]]],["p-fce25541",[[0,"eds-timeline",{"events":[1],"selectedEvent":[32],"parsedEvents":[32]},null,{"events":["parseEvents"]}]]],["p-5ff31f14",[[1,"eds-card-tool",{"cardTitle":[1,"card-title"],"url":[1],"description":[1],"image":[8],"avatar":[1],"shortAbbreviation":[1,"short-abbreviation"],"headingLevel":[1,"heading-level"],"tags":[8],"tiny":[4],"bg":[4],"withHover":[4,"with-hover"],"external":[4],"hierarchy":[4]}]]],["p-045681d7",[[1,"eds-cookies-preference",{"buttonText":[1,"button-text"],"intent":[1],"showMatomoNotice":[32],"noticeKey":[32]}]]],["p-b3c1aef5",[[0,"eds-docs-tokens",{"tabIndex":[2,"tab-index"]}]]],["p-3a7aa1eb",[[4,"eds-header",{"homeUrl":[513,"home-url"],"links":[1],"inverseHeader":[4,"inverse-header"],"menuEnabled":[4,"menu-enabled"],"isMenuOpen":[32],"isUserMenuOpen":[32],"isAuthenticated":[32]},[[16,"authStatusChanged","onAuthStatusChanged"]]]]],["p-4ea027ac",[[1,"eds-steps",{"steps":[1],"type":[1],"activeStep":[32]}]]],["p-c034c395",[[1,"eds-vertical-stepper",{"steps":[1],"activeStep":[32]}]]],["p-fad10768",[[0,"eds-card-project",{"image":[8],"editorialTitle":[1,"editorial-title"],"headingLevel":[1,"heading-level"],"categoryTitle":[1,"category-title"],"color":[1],"bgOnHover":[4,"bg-on-hover"],"vertical":[4],"titleProject":[1,"title-project"],"url":[1],"parsedImage":[32]}]]],["p-38d70586",[[0,"eds-logo-variations",{"tabIndex":[2,"tab-index"]}]]],["p-b67aafe7",[[0,"incorrect-use-of-colors"]]],["p-5980a142",[[0,"correct-use-of-colors"]]],["p-21d42cf3",[[1,"eds-breadcrumb",{"items":[1],"intent":[1],"parsedItems":[32],"isSmallScreen":[32],"maxVisibleItems":[32]},null,{"items":["parseItems"]}]]],["p-06299762",[[0,"eds-frame",{"frameLabel":[1,"frame-label"],"urlLabel":[1,"url-label"],"errorMessage":[1,"error-message"],"storybookUrl":[1,"storybook-url"],"storyPath":[1,"story-path"],"intent":[1],"tiny":[4],"size":[1],"bg":[4],"iframeError":[32]}]]],["p-10b81c47",[[1,"eds-login",{"keycloakUrl":[1,"keycloak-url"],"keycloakRealm":[1,"keycloak-realm"],"keycloakClientId":[1,"keycloak-client-id"],"authenticated":[32],"user":[32]}]]],["p-7b3b26b0",[[1,"eds-modal",{"title":[1],"truncate":[4],"truncateLines":[1,"truncate-lines"],"position":[1],"isOpen":[32],"open":[64],"close":[64],"toggle":[64]},[[8,"keydown","handleKeyDown"]]]]],["p-65703520",[[0,"eds-navigator",{"prevLabel":[1,"prev-label"],"nextLabel":[1,"next-label"],"prevUrl":[1,"prev-url"],"nextUrl":[1,"next-url"],"linkSize":[1,"link-size"],"linkIntent":[1,"link-intent"]}]]],["p-c683be2c",[[1,"eds-rating",{"stars":[2],"label":[1],"textMapping":[1,"text-mapping"],"selectedRating":[32]}]]],["p-a535838c",[[0,"token-ratios"]]],["p-f36f2aeb",[[0,"token-typography"]]],["p-b80457ed",[[1,"eds-card-tags",{"accent":[4],"tags":[16]}]]],["p-f7493f41",[[0,"eds-tab",{"label":[1],"url":[1],"active":[4],"ariaLabel":[1,"aria-label"]}]]],["p-bd43d83c",[[0,"eds-tabs",{"id":[1],"navAriaLabel":[1,"nav-aria-label"],"tabs":[1],"parsedTabs":[32],"activeIndex":[32]},null,{"tabs":["parseTabs"]}]]],["p-9579f9c2",[[4,"eds-tabs-content",{"navAriaLabel":[1,"nav-aria-label"],"tabs":[1],"parsedTabs":[32],"activeIndex":[32]},null,{"tabs":["parseTabs"]}]]],["p-89f600a3",[[4,"eds-card-wrapper",{"tiny":[4],"withBg":[4,"with-bg"],"withHover":[4,"with-hover"]}]]],["p-911d9b37",[[0,"eds-icon-arrow-diagonal",{"addClass":[1,"add-class"]}]]],["p-80a185ba",[[0,"eds-icon-arrow-right",{"class":[1]}]]],["p-1ed3fdb7",[[0,"eds-icon-bluesky",{"class":[1]}]]],["p-f1cd83da",[[0,"eds-icon-chevron-down",{"class":[1]}]]],["p-aec9b8e1",[[0,"eds-icon-chevron-left",{"class":[1]}]]],["p-e2c250c5",[[0,"eds-icon-chevron-right",{"class":[1]}]]],["p-6df9db15",[[0,"eds-icon-chevron-up",{"class":[1]}]]],["p-a927a455",[[0,"eds-icon-close",{"class":[1]}]]],["p-2831a9d5",[[0,"eds-icon-copy",{"class":[1]}]]],["p-2c00bd76",[[0,"eds-icon-eu",{"class":[1]}]]],["p-96fe2267",[[0,"eds-icon-facebook",{"class":[1]}]]],["p-a63bd0c9",[[0,"eds-icon-gitlab",{"class":[1]}]]],["p-a5d00633",[[0,"eds-icon-linkedin",{"class":[1]}]]],["p-c5fa170d",[[0,"eds-icon-loader",{"class":[1]}]]],["p-86fbc239",[[0,"eds-icon-mastodon",{"class":[1]}]]],["p-de12396f",[[0,"eds-icon-menu",{"class":[1]}]]],["p-b60ed774",[[0,"eds-icon-more",{"class":[1]}]]],["p-9739def5",[[0,"eds-icon-search",{"class":[1]}]]],["p-a5b7d72d",[[0,"eds-icon-success",{"class":[1]}]]],["p-599c7b97",[[0,"eds-icon-twitter",{"class":[1]}]]],["p-0ab85eee",[[0,"eds-icon-user",{"class":[1]}]]],["p-f5dafbc8",[[0,"eds-icon-youtube",{"class":[1]}]]],["p-d56d9dda",[[1,"eds-switch",{"checked":[1540],"disabled":[4],"labelOn":[1,"label-on"],"labelOff":[1,"label-off"]}]]],["p-88751c8b",[[1,"eds-tooltip",{"content":[1],"position":[1],"isVisible":[32],"isPositioned":[32],"tooltipStyle":[32]},[[1,"mouseover","showTooltip"],[1,"mouseout","hideTooltip"],[8,"keydown","handleKeyPress"]]]]],["p-759b2640",[[1,"logo-space"]]],["p-8c4a0fc9",[[1,"logo-wrong-usage"]]],["p-b79999d5",[[0,"token-spacing"]]],["p-d5850ab3",[[1,"eds-social-networks",{"title":[1]}]]],["p-5a2b8b6c",[[0,"eds-footer",{"extraClass":[1,"extra-class"],"social":[4],"enableScrollTop":[4,"enable-scroll-top"],"fundedBy":[1,"funded-by"],"rightsReserved":[1,"rights-reserved"],"showMatomoNotice":[32]}]]],["p-81942665",[[1,"eds-progress-bar",{"value":[1026],"updateValue":[64]}]]],["p-4b3fbd6d",[[0,"eds-user-modal",{"user":[1],"links":[1],"onLogout":[16],"parsedUser":[32],"parsedLinks":[32]},null,{"user":["parseUserProp"],"links":["parseLinksProp"]}],[1,"eds-dropdown",{"icon":[1],"label":[1],"rounded":[4],"ariaLabel":[1,"aria-label"],"asNav":[4,"as-nav"],"dropdownPos":[1,"dropdown-pos"],"dropdownOffset":[4,"dropdown-offset"],"intent":[1],"isOpen":[32],"focusIndex":[32]},[[8,"click","handleWindowClick"],[8,"keydown","handleKeyDown"]]]]],["p-34a65e58",[[1,"eds-logo",{"href":[1],"orientation":[1],"type":[1],"label":[1]}]]],["p-de2fbcfc",[[1,"logo-variations-horizontal"],[1,"logo-variations-vertical",{"orientation":[1],"type":[1]}]]],["p-b1de9a6c",[[0,"token-list",{"show":[1]}],[0,"token-radii"],[0,"token-shadows"]]],["p-42d3c324",[[1,"eds-block-break",{"extraClass":[1,"extra-class"]}]]],["p-1ae529f3",[[1,"eds-table",{"data":[1],"endpoint":[1],"config":[1],"rowsPerPage":[2,"rows-per-page"],"paginationEnabled":[4,"pagination-enabled"],"searchEnabled":[4,"search-enabled"],"hostWidth":[1,"host-width"],"columnSize":[1,"column-size"],"tableData":[32],"columns":[32],"currentPage":[32],"parsedConfig":[32],"totalRows":[32],"searchQuery":[32]},null,{"data":["handleDataChange","parseData"],"config":["handleConfigChange"]}],[1,"eds-pagination",{"currentPage":[2,"current-page"],"lastPage":[2,"last-page"],"perPage":[2,"per-page"],"total":[2],"url":[1],"mode":[1],"prevLabel":[1,"prev-label"],"nextLabel":[1,"next-label"],"prevUrl":[1,"prev-url"],"nextUrl":[1,"next-url"],"links":[32]},null,{"currentPage":["onPageOrLastPageChange"],"lastPage":["onPageOrLastPageChange"]}]]],["p-5097066f",[[1,"eds-alert",{"message":[1],"pressableLabel":[1,"pressable-label"],"pressableUrl":[1,"pressable-url"],"direction":[1],"intent":[1],"withBtn":[32]}]]],["p-4a12a131",[[4,"eds-section-core",{"tag":[1],"sectionTitle":[1,"section-title"],"headingLevel":[1,"heading-level"]}],[0,"eds-section-heading",{"sectionTitle":[1,"section-title"],"withContainer":[4,"with-container"],"headingLevel":[1,"heading-level"],"tag":[1],"spacingLarge":[4,"spacing-large"]}]]],["p-b1af5000",[[1,"eds-code-block",{"code":[1],"language":[1],"copied":[32]}]]],["p-0e7bdd2c",[[0,"gradient-secondary-palette"],[0,"color-primary-palette"],[0,"color-secondary-palette",{"show":[1]}],[0,"color-support-palette"],[0,"gradient-primary-palette"],[0,"gradient-support-palette"]]],["p-b50c8d49",[[1,"eds-link",{"label":[1],"intent":[1],"icon":[1],"iconPos":[1,"icon-pos"],"iconSmall":[4,"icon-small"],"size":[1],"external":[4],"current":[4],"download":[4],"url":[1],"ariaLabel":[1,"aria-label"],"disabled":[4],"hideLabelOnSmallScreen":[4,"hide-label-on-small-screen"],"extraClass":[1,"extra-class"]},[[0,"parentContext","handleParentContext"]]]]],["p-6af40c33",[[1,"eds-input-field",{"name":[1],"inputId":[1,"input-id"],"placeholder":[1],"disabled":[4],"onChange":[16],"onInput":[16],"type":[1],"required":[4],"label":[1],"hint":[1],"icon":[1],"link":[16],"message":[1],"error":[4],"checked":[4],"errorMessage":[1,"error-message"],"value":[8],"maxLength":[2,"max-length"],"options":[1]}],[0,"eds-input",{"name":[1],"inputId":[1,"input-id"],"placeholder":[1],"disabled":[4],"hasMessage":[4,"has-message"],"error":[4],"checked":[4],"type":[1],"required":[4],"value":[8],"icon":[1],"maxLength":[2,"max-length"],"options":[16],"extraClass":[1,"extra-class"],"innerVal":[32],"maxLengthReached":[32]},null,{"value":["onValueChanged"]}],[0,"eds-input-footer",{"name":[1],"errorMessage":[1,"error-message"],"message":[1],"error":[4],"link":[16]}],[0,"eds-input-search",{"name":[1],"inputId":[1,"input-id"],"placeholder":[1],"value":[1],"disabled":[4],"required":[4],"getInputElement":[64]}],[0,"eds-input-select",{"inputId":[1,"input-id"],"name":[1],"placeholder":[1],"disabled":[4],"hasMessage":[4,"has-message"],"error":[4],"required":[4],"options":[16],"labelKey":[1,"label-key"],"valueKey":[1,"value-key"],"value":[8],"dynamicOptions":[32],"loading":[32],"dynamicValueKey":[32],"dynamicLabelKey":[32],"hasFetched":[32]},null,{"options":["loadOptions"]}],[0,"eds-input-label",{"label":[1],"name":[1],"required":[4],"disabled":[4]}],[0,"eds-input-range",{"name":[1],"inputId":[1,"input-id"],"disabled":[4],"required":[4],"min":[2],"max":[2],"step":[2],"sliderVal":[32],"getInputElement":[64]}]]]]'),e))));
|