@gnist/design-system 5.5.0-alpha.1 → 5.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -5
- package/dist/building-blocks/inputs/internal/textBelowInput.css.cjs +2 -2
- package/dist/building-blocks/inputs/internal/textBelowInput.css.js +2 -2
- package/dist/building-blocks/skeletons/CircularSkeleton.d.ts.map +1 -1
- package/dist/building-blocks/skeletons/RectangularSkeleton.d.ts.map +1 -1
- package/dist/building-blocks/skeletons/TextSkeleton.cjs +1 -3
- package/dist/building-blocks/skeletons/TextSkeleton.d.ts.map +1 -1
- package/dist/building-blocks/skeletons/TextSkeleton.js +1 -3
- package/dist/components/actions/buttons/createButtonVariant.d.ts.map +1 -1
- package/dist/components/actions/buttons/styles.css.cjs +9 -8
- package/dist/components/actions/buttons/styles.css.d.ts.map +1 -1
- package/dist/components/actions/buttons/styles.css.js +9 -8
- package/dist/components/actions/chips/styles.css.cjs +4 -3
- package/dist/components/actions/chips/styles.css.d.ts.map +1 -1
- package/dist/components/actions/chips/styles.css.js +4 -3
- package/dist/components/actions/selectionControls/checkbox.css.cjs +3 -3
- package/dist/components/actions/selectionControls/checkbox.css.js +3 -3
- package/dist/components/actions/selectionControls/radiobutton.css.cjs +3 -3
- package/dist/components/actions/selectionControls/radiobutton.css.js +3 -3
- package/dist/components/actions/selectionControls/radiogroup.css.cjs +4 -3
- package/dist/components/actions/selectionControls/radiogroup.css.d.ts.map +1 -1
- package/dist/components/actions/selectionControls/radiogroup.css.js +4 -3
- package/dist/components/actions/selectionControls/shared.css.cjs +7 -6
- package/dist/components/actions/selectionControls/shared.css.d.ts.map +1 -1
- package/dist/components/actions/selectionControls/shared.css.js +7 -6
- package/dist/components/actions/selectionControls/shared.d.ts.map +1 -1
- package/dist/components/actions/selectionControls/switch.css.cjs +11 -10
- package/dist/components/actions/selectionControls/switch.css.d.ts.map +1 -1
- package/dist/components/actions/selectionControls/switch.css.js +11 -10
- package/dist/components/feedback/alerts/AlertBanner.css.cjs +13 -12
- package/dist/components/feedback/alerts/AlertBanner.css.d.ts.map +1 -1
- package/dist/components/feedback/alerts/AlertBanner.css.js +13 -12
- package/dist/components/feedback/alerts/AlertBanner.d.ts.map +1 -1
- package/dist/components/feedback/loaders/LoadingSpinner.d.ts.map +1 -1
- package/dist/components/feedback/loaders/loadingBar.css.cjs +2 -3
- package/dist/components/feedback/loaders/loadingBar.css.d.ts.map +1 -1
- package/dist/components/feedback/loaders/loadingBar.css.js +3 -4
- package/dist/components/feedback/loaders/loadingSpinner.css.cjs +1 -2
- package/dist/components/feedback/loaders/loadingSpinner.css.d.ts.map +1 -1
- package/dist/components/feedback/loaders/loadingSpinner.css.js +2 -3
- package/dist/components/feedback/notifications/lozenge.css.cjs +2 -2
- package/dist/components/feedback/notifications/lozenge.css.js +2 -2
- package/dist/components/feedback/progress/ProgressBar.css.cjs +3 -4
- package/dist/components/feedback/progress/ProgressBar.css.d.ts.map +1 -1
- package/dist/components/feedback/progress/ProgressBar.css.js +4 -5
- package/dist/components/inputs/dropdowns/select.css.cjs +7 -7
- package/dist/components/inputs/dropdowns/select.css.js +7 -7
- package/dist/components/inputs/pickers/Calendar.css.cjs +8 -8
- package/dist/components/inputs/pickers/Calendar.css.d.ts.map +1 -1
- package/dist/components/inputs/pickers/Calendar.css.js +9 -9
- package/dist/components/inputs/shared-styles/iconButtonOverlay.css.cjs +2 -2
- package/dist/components/inputs/shared-styles/iconButtonOverlay.css.js +2 -2
- package/dist/components/inputs/shared-styles/inputField.css.cjs +6 -5
- package/dist/components/inputs/shared-styles/inputField.css.d.ts.map +1 -1
- package/dist/components/inputs/shared-styles/inputField.css.js +6 -5
- package/dist/components/inputs/shared-styles/labelStyles.css.cjs +2 -2
- package/dist/components/inputs/shared-styles/labelStyles.css.js +2 -2
- package/dist/components/inputs/shared-styles/suffixPrefix.css.cjs +3 -3
- package/dist/components/inputs/shared-styles/suffixPrefix.css.js +3 -3
- package/dist/components/inputs/textFields/TextArea.cjs +1 -1
- package/dist/components/inputs/textFields/TextArea.d.ts.map +1 -1
- package/dist/components/inputs/textFields/TextArea.js +1 -1
- package/dist/components/inputs/textFields/TextField.cjs +0 -1
- package/dist/components/inputs/textFields/TextField.js +0 -1
- package/dist/components/inputs/textFields/textArea.css.cjs +2 -2
- package/dist/components/inputs/textFields/textArea.css.js +2 -2
- package/dist/components/progress/spinner.css.cjs +1 -2
- package/dist/components/progress/spinner.css.d.ts.map +1 -1
- package/dist/components/progress/spinner.css.js +2 -3
- package/dist/components/surfaces/accordion/Accordion.d.ts +1 -1
- package/dist/components/surfaces/accordion/accordion.css.cjs +7 -7
- package/dist/components/surfaces/accordion/accordion.css.d.ts +1 -1
- package/dist/components/surfaces/accordion/accordion.css.js +8 -8
- package/dist/components/surfaces/cards/cards.css.cjs +6 -5
- package/dist/components/surfaces/cards/cards.css.d.ts +1 -1
- package/dist/components/surfaces/cards/cards.css.d.ts.map +1 -1
- package/dist/components/surfaces/cards/cards.css.js +6 -5
- package/dist/components/surfaces/cards/checkboxCard.css.cjs +2 -2
- package/dist/components/surfaces/cards/checkboxCard.css.js +2 -2
- package/dist/components/surfaces/cards/internal/SelectionCard.css.cjs +3 -3
- package/dist/components/surfaces/cards/internal/SelectionCard.css.js +3 -3
- package/dist/components/surfaces/cards/internal/SelectionCard.d.ts.map +1 -1
- package/dist/components/surfaces/modal/modal.css.cjs +10 -10
- package/dist/components/surfaces/modal/modal.css.js +11 -11
- package/dist/foundation/iconography/Icon.css.cjs +2 -3
- package/dist/foundation/iconography/Icon.css.d.ts.map +1 -1
- package/dist/foundation/iconography/Icon.css.js +3 -4
- package/dist/foundation/iconography/icons.d.ts +1 -1
- package/dist/foundation/iconography/icons.d.ts.map +1 -1
- package/dist/foundation/iconography/svg/file/archive-filled.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/archive-filled.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/archive-outlined.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/archive-outlined.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/archive-round.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/archive-round.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/archive-sharp.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/archive-sharp.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/file_copy-filled.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/file_copy-filled.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/file_copy-outlined.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/file_copy-outlined.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/file_copy-round.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/file_copy-round.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/file_copy-sharp.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/file_copy-sharp.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/index.cjs +33 -0
- package/dist/foundation/iconography/svg/file/index.d.ts +78 -0
- package/dist/foundation/iconography/svg/file/index.d.ts.map +1 -1
- package/dist/foundation/iconography/svg/file/index.js +34 -1
- package/dist/foundation/iconography/svg/file/unarchive-filled.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/unarchive-filled.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/unarchive-outlined.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/unarchive-outlined.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/unarchive-round.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/unarchive-round.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/unarchive-sharp.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/unarchive-sharp.svg.js +10 -0
- package/dist/foundation/logos/Logo.css.cjs +4 -5
- package/dist/foundation/logos/Logo.css.d.ts.map +1 -1
- package/dist/foundation/logos/Logo.css.js +5 -6
- package/dist/foundation/logos/svg/autoria/autoria_symbol.svg.cjs +1 -1
- package/dist/foundation/logos/svg/autoria/autoria_symbol.svg.js +1 -1
- package/dist/foundation/logos/svg/autoria/autoria_wordmark.svg.cjs +1 -1
- package/dist/foundation/logos/svg/autoria/autoria_wordmark.svg.js +1 -1
- package/dist/foundation/logos/svg/skoda/skoda_symbol.svg.cjs +1 -1
- package/dist/foundation/logos/svg/skoda/skoda_symbol.svg.js +1 -1
- package/dist/foundation/logos/svg/skoda/skoda_wordmark.svg.cjs +1 -1
- package/dist/foundation/logos/svg/skoda/skoda_wordmark.svg.js +1 -1
- package/dist/foundation/logos/svg/vw/index.cjs +1 -1
- package/dist/foundation/logos/svg/vw/index.js +1 -1
- package/dist/foundation/logos/svg/vw/vwNytte_wordmark.svg.cjs +1 -1
- package/dist/foundation/logos/svg/vw/vwNytte_wordmark.svg.js +1 -1
- package/dist/foundation/logos/svg/vw/vw_symbol.svg.cjs +1 -1
- package/dist/foundation/logos/svg/vw/vw_symbol.svg.js +1 -1
- package/dist/foundation/logos/svg/vw/vw_wordmark.svg.cjs +1 -1
- package/dist/foundation/logos/svg/vw/vw_wordmark.svg.js +1 -1
- package/dist/foundation/typography/typography.css.cjs +2 -2
- package/dist/foundation/typography/typography.css.js +2 -2
- package/dist/styles/animations.css.cjs +2 -2
- package/dist/styles/animations.css.js +2 -2
- package/dist/styles/states.css.cjs +5 -4
- package/dist/styles/states.css.d.ts.map +1 -1
- package/dist/styles/states.css.js +5 -4
- package/dist/translations/index.d.ts.map +1 -1
- package/dist/utilities/accessibility/visuallyHidden.css.cjs +2 -2
- package/dist/utilities/accessibility/visuallyHidden.css.js +2 -2
- package/dist/utilities/forms/formHelpers.d.ts.map +1 -1
- package/dist/utilities/html/index.d.ts.map +1 -1
- package/dist/utilities/layout/styles.css.cjs +3 -3
- package/dist/utilities/layout/styles.css.js +3 -3
- package/dist/utilities/time/date.d.ts.map +1 -1
- package/dist/utilities/tokens/tokens.d.ts.map +1 -1
- package/dist/utilities/validation/validation.d.ts.map +1 -1
- package/dist/utilities/validation/validationSteps.d.ts.map +1 -1
- package/dist/utilities/validation/validators.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -24,5 +24,5 @@ const SvgVwNytteWordmark = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { viewBox: "0 0 99 88", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M49.5 57.4199C35.578 57.4199 24.1591 45.922 24.1591 32C24.1591 28.8707 24.7064 25.8994 25.7633 23.1237L40.5842 52.963C40.7798 53.3561 41.0149 53.6663 41.4831 53.6663C41.9533 53.6663 42.2101 53.3482 42.382 52.963L49.1859 37.6719C49.2649 37.5158 49.3419 37.3598 49.498 37.3598C49.6541 37.3598 49.7331 37.5158 49.8102 37.6719L56.6141 52.963C56.786 53.3482 57.0448 53.6663 57.513 53.6663C57.9812 53.6663 58.2183 53.3541 58.4119 52.963L73.2327 23.1237C74.2877 25.8994 74.8349 28.8726 74.8349 32C74.8409 45.922 63.422 57.4199 49.5 57.4199ZM49.5 26.251C49.3439 26.251 49.2649 26.095 49.1879 25.9389L41.2104 8.02822C43.7925 7.08982 46.6077 6.58209 49.5 6.58209C52.3923 6.58209 55.2094 7.08982 57.7915 8.02822L49.8141 25.9389C49.7351 26.095 49.6561 26.251 49.5 26.251ZM41.404 44.6319C41.248 44.6319 41.1689 44.4758 41.0919 44.3198L28.1874 18.3131C30.4948 14.7926 33.5847 11.8213 37.2988 9.74896L46.5662 30.3978C46.7223 30.789 46.9574 30.868 47.2696 30.868H51.7285C52.0406 30.868 52.2757 30.789 52.4318 30.3978L61.6992 9.74896C65.4134 11.8213 68.5051 14.7946 70.8107 18.3131L57.9061 44.3198C57.8271 44.4758 57.75 44.6319 57.594 44.6319C57.4379 44.6319 57.3589 44.4758 57.2818 44.3198L52.4337 33.213C52.2777 32.8218 52.0426 32.7428 51.7304 32.7428H47.2715C46.9594 32.7428 46.7243 32.8218 46.5682 33.213L41.7182 44.3198C41.6391 44.4739 41.5621 44.6319 41.404 44.6319ZM49.5 60C64.9866 60 77.5 47.4866 77.5 32C77.5 16.5134 64.9866 4 49.5 4C34.0134 4 21.5 16.5134 21.5 32C21.5 47.4866 34.0134 60 49.5 60Z", fill: "
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { viewBox: "0 0 99 88", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M49.5 57.4199C35.578 57.4199 24.1591 45.922 24.1591 32C24.1591 28.8707 24.7064 25.8994 25.7633 23.1237L40.5842 52.963C40.7798 53.3561 41.0149 53.6663 41.4831 53.6663C41.9533 53.6663 42.2101 53.3482 42.382 52.963L49.1859 37.6719C49.2649 37.5158 49.3419 37.3598 49.498 37.3598C49.6541 37.3598 49.7331 37.5158 49.8102 37.6719L56.6141 52.963C56.786 53.3482 57.0448 53.6663 57.513 53.6663C57.9812 53.6663 58.2183 53.3541 58.4119 52.963L73.2327 23.1237C74.2877 25.8994 74.8349 28.8726 74.8349 32C74.8409 45.922 63.422 57.4199 49.5 57.4199ZM49.5 26.251C49.3439 26.251 49.2649 26.095 49.1879 25.9389L41.2104 8.02822C43.7925 7.08982 46.6077 6.58209 49.5 6.58209C52.3923 6.58209 55.2094 7.08982 57.7915 8.02822L49.8141 25.9389C49.7351 26.095 49.6561 26.251 49.5 26.251ZM41.404 44.6319C41.248 44.6319 41.1689 44.4758 41.0919 44.3198L28.1874 18.3131C30.4948 14.7926 33.5847 11.8213 37.2988 9.74896L46.5662 30.3978C46.7223 30.789 46.9574 30.868 47.2696 30.868H51.7285C52.0406 30.868 52.2757 30.789 52.4318 30.3978L61.6992 9.74896C65.4134 11.8213 68.5051 14.7946 70.8107 18.3131L57.9061 44.3198C57.8271 44.4758 57.75 44.6319 57.594 44.6319C57.4379 44.6319 57.3589 44.4758 57.2818 44.3198L52.4337 33.213C52.2777 32.8218 52.0426 32.7428 51.7304 32.7428H47.2715C46.9594 32.7428 46.7243 32.8218 46.5682 33.213L41.7182 44.3198C41.6391 44.4739 41.5621 44.6319 41.404 44.6319ZM49.5 60C64.9866 60 77.5 47.4866 77.5 32C77.5 16.5134 64.9866 4 49.5 4C34.0134 4 21.5 16.5134 21.5 32C21.5 47.4866 34.0134 60 49.5 60Z", fill: "#001E50" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.21 81.046H11.252V74.48H13.198V84H11.14L7.09396 77.434H7.05196V84H5.10596V74.48H7.16396L11.21 81.046ZM21.5746 77.252V77.392L18.6766 84.826C18.0746 86.338 17.1506 86.982 15.9746 86.982C15.5266 86.982 15.1906 86.926 14.8686 86.856V85.358C15.1906 85.414 15.5826 85.428 15.7366 85.428C16.3386 85.428 16.6746 85.232 16.8846 84.686L17.1646 83.93L14.4486 77.392V77.252H16.4086L18.0326 81.844H18.0746L19.6146 77.252H21.5746ZM23.2584 75.684H25.1484V77.252H27.0804V78.694H25.1484V81.886C25.1484 82.376 25.4004 82.656 25.9464 82.656C26.2684 82.656 26.7164 82.558 27.0384 82.46V84C26.7584 84.07 26.1144 84.21 25.4564 84.21C23.9584 84.21 23.2584 83.594 23.2584 82.236V78.694H22.0264V77.672L23.2584 77.252V75.684ZM29.069 75.684H30.959V77.252H32.891V78.694H30.959V81.886C30.959 82.376 31.211 82.656 31.757 82.656C32.079 82.656 32.527 82.558 32.849 82.46V84C32.569 84.07 31.925 84.21 31.267 84.21C29.769 84.21 29.069 83.594 29.069 82.236V78.694H27.837V77.672L29.069 77.252V75.684ZM40.2975 81.172H35.7895C35.8595 82.124 36.4755 82.698 37.4835 82.698C38.2675 82.698 38.9815 82.516 39.6395 82.278L40.0735 83.636C39.4015 83.958 38.4215 84.21 37.3435 84.21C35.0055 84.21 33.8715 82.6 33.8715 80.612C33.8715 78.694 35.0475 77.042 37.2455 77.042C39.4295 77.042 40.3955 78.372 40.3955 79.954C40.3955 80.388 40.3395 80.934 40.2975 81.172ZM35.7895 79.996H38.6595C38.6735 79.926 38.6735 79.856 38.6735 79.786C38.6735 79.03 38.3235 78.414 37.2595 78.414C36.3075 78.414 35.8315 79.184 35.7895 79.996ZM43.7004 80.878H43.6724V84H41.7824V74.2H43.6724V80.29H43.7004L46.0664 77.252H48.1244V77.392L45.5624 80.528L48.2504 83.86V84H46.1084L43.7004 80.878ZM49.3156 77.252H51.2056V84.434C51.2056 86.184 50.3936 86.982 48.7836 86.982C48.4896 86.982 48.0976 86.94 47.8036 86.884V85.358C48.0416 85.414 48.2796 85.428 48.5456 85.428C49.0916 85.428 49.3156 85.162 49.3156 84.546V77.252ZM49.1756 75.04C49.1756 74.438 49.6096 74.004 50.2676 74.004C50.9396 74.004 51.3736 74.438 51.3736 75.04C51.3736 75.642 50.9396 76.076 50.2676 76.076C49.6096 76.076 49.1756 75.642 49.1756 75.04ZM53.834 84.476L52.896 83.678L53.4 83.048C52.854 82.39 52.602 81.564 52.602 80.626C52.602 78.666 53.848 77.042 56.158 77.042C56.844 77.042 57.446 77.168 57.936 77.434L58.426 76.818L59.392 77.574L58.902 78.19C59.448 78.848 59.728 79.674 59.728 80.626C59.728 82.586 58.51 84.21 56.158 84.21C55.444 84.21 54.856 84.07 54.352 83.804L53.834 84.476ZM57.894 80.556C57.894 80.178 57.852 79.842 57.754 79.576L55.29 82.614C55.528 82.712 55.794 82.768 56.102 82.768C57.194 82.768 57.894 82.04 57.894 80.556ZM54.436 80.696C54.436 81.074 54.464 81.382 54.562 81.648L56.998 78.638C56.774 78.54 56.508 78.484 56.214 78.484C55.136 78.484 54.436 79.212 54.436 80.696ZM61.1281 77.252H62.6541L62.9201 78.064H62.9481C63.2001 77.63 63.7601 77.042 64.6561 77.042C64.8941 77.042 65.1601 77.084 65.3281 77.126L65.1601 78.708C64.9501 78.666 64.6561 78.652 64.4881 78.652C63.7041 78.652 63.2561 79.016 63.0181 79.31V84H61.1281V77.252ZM72.317 81.172H67.809C67.879 82.124 68.495 82.698 69.503 82.698C70.287 82.698 71.001 82.516 71.659 82.278L72.093 83.636C71.421 83.958 70.441 84.21 69.363 84.21C67.025 84.21 65.891 82.6 65.891 80.612C65.891 78.694 67.067 77.042 69.265 77.042C71.449 77.042 72.415 78.372 72.415 79.954C72.415 80.388 72.359 80.934 72.317 81.172ZM67.809 79.996H70.679C70.693 79.926 70.693 79.856 70.693 79.786C70.693 79.03 70.343 78.414 69.279 78.414C68.327 78.414 67.851 79.184 67.809 79.996ZM74.4459 75.684H76.3359V77.252H78.2679V78.694H76.3359V81.886C76.3359 82.376 76.5879 82.656 77.1339 82.656C77.4559 82.656 77.9039 82.558 78.2259 82.46V84C77.9459 84.07 77.3019 84.21 76.6439 84.21C75.1459 84.21 74.4459 83.594 74.4459 82.236V78.694H73.2139V77.672L74.4459 77.252V75.684ZM80.4805 84.476L79.5425 83.678L80.0465 83.048C79.5005 82.39 79.2485 81.564 79.2485 80.626C79.2485 78.666 80.4945 77.042 82.8045 77.042C83.4905 77.042 84.0925 77.168 84.5825 77.434L85.0725 76.818L86.0385 77.574L85.5485 78.19C86.0945 78.848 86.3745 79.674 86.3745 80.626C86.3745 82.586 85.1565 84.21 82.8045 84.21C82.0905 84.21 81.5025 84.07 80.9985 83.804L80.4805 84.476ZM84.5405 80.556C84.5405 80.178 84.4985 79.842 84.4005 79.576L81.9365 82.614C82.1745 82.712 82.4405 82.768 82.7485 82.768C83.8405 82.768 84.5405 82.04 84.5405 80.556ZM81.0825 80.696C81.0825 81.074 81.1105 81.382 81.2085 81.648L83.6445 78.638C83.4205 78.54 83.1545 78.484 82.8605 78.484C81.7825 78.484 81.0825 79.212 81.0825 80.696ZM93.9672 77.252V77.392L91.0692 84.826C90.4672 86.338 89.5432 86.982 88.3672 86.982C87.9192 86.982 87.5832 86.926 87.2612 86.856V85.358C87.5832 85.414 87.9752 85.428 88.1292 85.428C88.7312 85.428 89.0672 85.232 89.2772 84.686L89.5572 83.93L86.8412 77.392V77.252H88.8012L90.4252 81.844H90.4672L92.0072 77.252H93.9672Z", fill: "#001E50" }));
|
|
28
28
|
exports.default = SvgVwNytteWordmark;
|
|
@@ -4,7 +4,7 @@ const SvgVwNytteWordmark = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 99 88", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M49.5 57.4199C35.578 57.4199 24.1591 45.922 24.1591 32C24.1591 28.8707 24.7064 25.8994 25.7633 23.1237L40.5842 52.963C40.7798 53.3561 41.0149 53.6663 41.4831 53.6663C41.9533 53.6663 42.2101 53.3482 42.382 52.963L49.1859 37.6719C49.2649 37.5158 49.3419 37.3598 49.498 37.3598C49.6541 37.3598 49.7331 37.5158 49.8102 37.6719L56.6141 52.963C56.786 53.3482 57.0448 53.6663 57.513 53.6663C57.9812 53.6663 58.2183 53.3541 58.4119 52.963L73.2327 23.1237C74.2877 25.8994 74.8349 28.8726 74.8349 32C74.8409 45.922 63.422 57.4199 49.5 57.4199ZM49.5 26.251C49.3439 26.251 49.2649 26.095 49.1879 25.9389L41.2104 8.02822C43.7925 7.08982 46.6077 6.58209 49.5 6.58209C52.3923 6.58209 55.2094 7.08982 57.7915 8.02822L49.8141 25.9389C49.7351 26.095 49.6561 26.251 49.5 26.251ZM41.404 44.6319C41.248 44.6319 41.1689 44.4758 41.0919 44.3198L28.1874 18.3131C30.4948 14.7926 33.5847 11.8213 37.2988 9.74896L46.5662 30.3978C46.7223 30.789 46.9574 30.868 47.2696 30.868H51.7285C52.0406 30.868 52.2757 30.789 52.4318 30.3978L61.6992 9.74896C65.4134 11.8213 68.5051 14.7946 70.8107 18.3131L57.9061 44.3198C57.8271 44.4758 57.75 44.6319 57.594 44.6319C57.4379 44.6319 57.3589 44.4758 57.2818 44.3198L52.4337 33.213C52.2777 32.8218 52.0426 32.7428 51.7304 32.7428H47.2715C46.9594 32.7428 46.7243 32.8218 46.5682 33.213L41.7182 44.3198C41.6391 44.4739 41.5621 44.6319 41.404 44.6319ZM49.5 60C64.9866 60 77.5 47.4866 77.5 32C77.5 16.5134 64.9866 4 49.5 4C34.0134 4 21.5 16.5134 21.5 32C21.5 47.4866 34.0134 60 49.5 60Z", fill: "
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 99 88", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M49.5 57.4199C35.578 57.4199 24.1591 45.922 24.1591 32C24.1591 28.8707 24.7064 25.8994 25.7633 23.1237L40.5842 52.963C40.7798 53.3561 41.0149 53.6663 41.4831 53.6663C41.9533 53.6663 42.2101 53.3482 42.382 52.963L49.1859 37.6719C49.2649 37.5158 49.3419 37.3598 49.498 37.3598C49.6541 37.3598 49.7331 37.5158 49.8102 37.6719L56.6141 52.963C56.786 53.3482 57.0448 53.6663 57.513 53.6663C57.9812 53.6663 58.2183 53.3541 58.4119 52.963L73.2327 23.1237C74.2877 25.8994 74.8349 28.8726 74.8349 32C74.8409 45.922 63.422 57.4199 49.5 57.4199ZM49.5 26.251C49.3439 26.251 49.2649 26.095 49.1879 25.9389L41.2104 8.02822C43.7925 7.08982 46.6077 6.58209 49.5 6.58209C52.3923 6.58209 55.2094 7.08982 57.7915 8.02822L49.8141 25.9389C49.7351 26.095 49.6561 26.251 49.5 26.251ZM41.404 44.6319C41.248 44.6319 41.1689 44.4758 41.0919 44.3198L28.1874 18.3131C30.4948 14.7926 33.5847 11.8213 37.2988 9.74896L46.5662 30.3978C46.7223 30.789 46.9574 30.868 47.2696 30.868H51.7285C52.0406 30.868 52.2757 30.789 52.4318 30.3978L61.6992 9.74896C65.4134 11.8213 68.5051 14.7946 70.8107 18.3131L57.9061 44.3198C57.8271 44.4758 57.75 44.6319 57.594 44.6319C57.4379 44.6319 57.3589 44.4758 57.2818 44.3198L52.4337 33.213C52.2777 32.8218 52.0426 32.7428 51.7304 32.7428H47.2715C46.9594 32.7428 46.7243 32.8218 46.5682 33.213L41.7182 44.3198C41.6391 44.4739 41.5621 44.6319 41.404 44.6319ZM49.5 60C64.9866 60 77.5 47.4866 77.5 32C77.5 16.5134 64.9866 4 49.5 4C34.0134 4 21.5 16.5134 21.5 32C21.5 47.4866 34.0134 60 49.5 60Z", fill: "#001E50" }), /* @__PURE__ */ React.createElement("path", { d: "M11.21 81.046H11.252V74.48H13.198V84H11.14L7.09396 77.434H7.05196V84H5.10596V74.48H7.16396L11.21 81.046ZM21.5746 77.252V77.392L18.6766 84.826C18.0746 86.338 17.1506 86.982 15.9746 86.982C15.5266 86.982 15.1906 86.926 14.8686 86.856V85.358C15.1906 85.414 15.5826 85.428 15.7366 85.428C16.3386 85.428 16.6746 85.232 16.8846 84.686L17.1646 83.93L14.4486 77.392V77.252H16.4086L18.0326 81.844H18.0746L19.6146 77.252H21.5746ZM23.2584 75.684H25.1484V77.252H27.0804V78.694H25.1484V81.886C25.1484 82.376 25.4004 82.656 25.9464 82.656C26.2684 82.656 26.7164 82.558 27.0384 82.46V84C26.7584 84.07 26.1144 84.21 25.4564 84.21C23.9584 84.21 23.2584 83.594 23.2584 82.236V78.694H22.0264V77.672L23.2584 77.252V75.684ZM29.069 75.684H30.959V77.252H32.891V78.694H30.959V81.886C30.959 82.376 31.211 82.656 31.757 82.656C32.079 82.656 32.527 82.558 32.849 82.46V84C32.569 84.07 31.925 84.21 31.267 84.21C29.769 84.21 29.069 83.594 29.069 82.236V78.694H27.837V77.672L29.069 77.252V75.684ZM40.2975 81.172H35.7895C35.8595 82.124 36.4755 82.698 37.4835 82.698C38.2675 82.698 38.9815 82.516 39.6395 82.278L40.0735 83.636C39.4015 83.958 38.4215 84.21 37.3435 84.21C35.0055 84.21 33.8715 82.6 33.8715 80.612C33.8715 78.694 35.0475 77.042 37.2455 77.042C39.4295 77.042 40.3955 78.372 40.3955 79.954C40.3955 80.388 40.3395 80.934 40.2975 81.172ZM35.7895 79.996H38.6595C38.6735 79.926 38.6735 79.856 38.6735 79.786C38.6735 79.03 38.3235 78.414 37.2595 78.414C36.3075 78.414 35.8315 79.184 35.7895 79.996ZM43.7004 80.878H43.6724V84H41.7824V74.2H43.6724V80.29H43.7004L46.0664 77.252H48.1244V77.392L45.5624 80.528L48.2504 83.86V84H46.1084L43.7004 80.878ZM49.3156 77.252H51.2056V84.434C51.2056 86.184 50.3936 86.982 48.7836 86.982C48.4896 86.982 48.0976 86.94 47.8036 86.884V85.358C48.0416 85.414 48.2796 85.428 48.5456 85.428C49.0916 85.428 49.3156 85.162 49.3156 84.546V77.252ZM49.1756 75.04C49.1756 74.438 49.6096 74.004 50.2676 74.004C50.9396 74.004 51.3736 74.438 51.3736 75.04C51.3736 75.642 50.9396 76.076 50.2676 76.076C49.6096 76.076 49.1756 75.642 49.1756 75.04ZM53.834 84.476L52.896 83.678L53.4 83.048C52.854 82.39 52.602 81.564 52.602 80.626C52.602 78.666 53.848 77.042 56.158 77.042C56.844 77.042 57.446 77.168 57.936 77.434L58.426 76.818L59.392 77.574L58.902 78.19C59.448 78.848 59.728 79.674 59.728 80.626C59.728 82.586 58.51 84.21 56.158 84.21C55.444 84.21 54.856 84.07 54.352 83.804L53.834 84.476ZM57.894 80.556C57.894 80.178 57.852 79.842 57.754 79.576L55.29 82.614C55.528 82.712 55.794 82.768 56.102 82.768C57.194 82.768 57.894 82.04 57.894 80.556ZM54.436 80.696C54.436 81.074 54.464 81.382 54.562 81.648L56.998 78.638C56.774 78.54 56.508 78.484 56.214 78.484C55.136 78.484 54.436 79.212 54.436 80.696ZM61.1281 77.252H62.6541L62.9201 78.064H62.9481C63.2001 77.63 63.7601 77.042 64.6561 77.042C64.8941 77.042 65.1601 77.084 65.3281 77.126L65.1601 78.708C64.9501 78.666 64.6561 78.652 64.4881 78.652C63.7041 78.652 63.2561 79.016 63.0181 79.31V84H61.1281V77.252ZM72.317 81.172H67.809C67.879 82.124 68.495 82.698 69.503 82.698C70.287 82.698 71.001 82.516 71.659 82.278L72.093 83.636C71.421 83.958 70.441 84.21 69.363 84.21C67.025 84.21 65.891 82.6 65.891 80.612C65.891 78.694 67.067 77.042 69.265 77.042C71.449 77.042 72.415 78.372 72.415 79.954C72.415 80.388 72.359 80.934 72.317 81.172ZM67.809 79.996H70.679C70.693 79.926 70.693 79.856 70.693 79.786C70.693 79.03 70.343 78.414 69.279 78.414C68.327 78.414 67.851 79.184 67.809 79.996ZM74.4459 75.684H76.3359V77.252H78.2679V78.694H76.3359V81.886C76.3359 82.376 76.5879 82.656 77.1339 82.656C77.4559 82.656 77.9039 82.558 78.2259 82.46V84C77.9459 84.07 77.3019 84.21 76.6439 84.21C75.1459 84.21 74.4459 83.594 74.4459 82.236V78.694H73.2139V77.672L74.4459 77.252V75.684ZM80.4805 84.476L79.5425 83.678L80.0465 83.048C79.5005 82.39 79.2485 81.564 79.2485 80.626C79.2485 78.666 80.4945 77.042 82.8045 77.042C83.4905 77.042 84.0925 77.168 84.5825 77.434L85.0725 76.818L86.0385 77.574L85.5485 78.19C86.0945 78.848 86.3745 79.674 86.3745 80.626C86.3745 82.586 85.1565 84.21 82.8045 84.21C82.0905 84.21 81.5025 84.07 80.9985 83.804L80.4805 84.476ZM84.5405 80.556C84.5405 80.178 84.4985 79.842 84.4005 79.576L81.9365 82.614C82.1745 82.712 82.4405 82.768 82.7485 82.768C83.8405 82.768 84.5405 82.04 84.5405 80.556ZM81.0825 80.696C81.0825 81.074 81.1105 81.382 81.2085 81.648L83.6445 78.638C83.4205 78.54 83.1545 78.484 82.8605 78.484C81.7825 78.484 81.0825 79.212 81.0825 80.696ZM93.9672 77.252V77.392L91.0692 84.826C90.4672 86.338 89.5432 86.982 88.3672 86.982C87.9192 86.982 87.5832 86.926 87.2612 86.856V85.358C87.5832 85.414 87.9752 85.428 88.1292 85.428C88.7312 85.428 89.0672 85.232 89.2772 84.686L89.5572 83.93L86.8412 77.392V77.252H88.8012L90.4252 81.844H90.4672L92.0072 77.252H93.9672Z", fill: "#001E50" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgVwNytteWordmark as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgVwSymbol = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M12 19.0571C8.14286 19.0571 4.97143 15.8571 4.97143 12C4.97143 11.2 5.11429 10.4286 5.37143 9.
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M12 19.0571C8.14286 19.0571 4.97143 15.8571 4.97143 12C4.97143 11.2 5.11429 10.4286 5.37143 9.68572L9.48571 17.6857C9.54286 17.8 9.6 17.8857 9.74286 17.8857C9.88571 17.8857 9.94286 17.8 10 17.6857L11.9143 13.4286C11.9429 13.3714 11.9714 13.3429 12 13.3429C12.0571 13.3429 12.0571 13.4 12.0857 13.4286L14.0286 17.6857C14.0857 17.8 14.1429 17.8857 14.2857 17.8857C14.4286 17.8857 14.4857 17.8 14.5429 17.6857L18.6571 9.68572C18.9143 10.4 19.0571 11.1714 19.0571 12C19.0286 15.8571 15.8571 19.0571 12 19.0571ZM12 10.1714C11.9429 10.1714 11.9429 10.1143 11.9143 10.0857L9.71429 5.34286C10.4286 5.08571 11.2 4.94286 12 4.94286C12.8 4.94286 13.5714 5.08571 14.2857 5.34286L12.0857 10.0857C12.0571 10.1143 12.0571 10.1714 12 10.1714ZM9.68572 15.3143C9.62857 15.3143 9.62857 15.2571 9.6 15.2286L6 8.31429C6.62857 7.28571 7.54286 6.42857 8.6 5.82857L11.1429 11.3143C11.2 11.4286 11.2571 11.4571 11.3429 11.4571H12.6571C12.7429 11.4571 12.8 11.4286 12.8571 11.3143L15.3714 5.82857C16.4286 6.42857 17.3429 7.28571 17.9714 8.31429L14.4 15.2286C14.3714 15.2857 14.3429 15.3143 14.3143 15.3143C14.2571 15.3143 14.2571 15.2571 14.2286 15.2286L12.8571 12.2C12.8 12.0857 12.7429 12.0571 12.6571 12.0571H11.3429C11.2571 12.0571 11.2 12.0857 11.1429 12.2L9.77143 15.2286C9.74286 15.2571 9.74286 15.3143 9.68572 15.3143ZM12 20C16.4286 20 20 16.4286 20 12C20 7.57143 16.4286 4 12 4C7.57143 4 4 7.57143 4 12C4 16.4286 7.57143 20 12 20Z", fill: "#001E50" }));
|
|
28
28
|
exports.default = SvgVwSymbol;
|
|
@@ -4,7 +4,7 @@ const SvgVwSymbol = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M12 19.0571C8.14286 19.0571 4.97143 15.8571 4.97143 12C4.97143 11.2 5.11429 10.4286 5.37143 9.
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M12 19.0571C8.14286 19.0571 4.97143 15.8571 4.97143 12C4.97143 11.2 5.11429 10.4286 5.37143 9.68572L9.48571 17.6857C9.54286 17.8 9.6 17.8857 9.74286 17.8857C9.88571 17.8857 9.94286 17.8 10 17.6857L11.9143 13.4286C11.9429 13.3714 11.9714 13.3429 12 13.3429C12.0571 13.3429 12.0571 13.4 12.0857 13.4286L14.0286 17.6857C14.0857 17.8 14.1429 17.8857 14.2857 17.8857C14.4286 17.8857 14.4857 17.8 14.5429 17.6857L18.6571 9.68572C18.9143 10.4 19.0571 11.1714 19.0571 12C19.0286 15.8571 15.8571 19.0571 12 19.0571ZM12 10.1714C11.9429 10.1714 11.9429 10.1143 11.9143 10.0857L9.71429 5.34286C10.4286 5.08571 11.2 4.94286 12 4.94286C12.8 4.94286 13.5714 5.08571 14.2857 5.34286L12.0857 10.0857C12.0571 10.1143 12.0571 10.1714 12 10.1714ZM9.68572 15.3143C9.62857 15.3143 9.62857 15.2571 9.6 15.2286L6 8.31429C6.62857 7.28571 7.54286 6.42857 8.6 5.82857L11.1429 11.3143C11.2 11.4286 11.2571 11.4571 11.3429 11.4571H12.6571C12.7429 11.4571 12.8 11.4286 12.8571 11.3143L15.3714 5.82857C16.4286 6.42857 17.3429 7.28571 17.9714 8.31429L14.4 15.2286C14.3714 15.2857 14.3429 15.3143 14.3143 15.3143C14.2571 15.3143 14.2571 15.2571 14.2286 15.2286L12.8571 12.2C12.8 12.0857 12.7429 12.0571 12.6571 12.0571H11.3429C11.2571 12.0571 11.2 12.0857 11.1429 12.2L9.77143 15.2286C9.74286 15.2571 9.74286 15.3143 9.68572 15.3143ZM12 20C16.4286 20 20 16.4286 20 12C20 7.57143 16.4286 4 12 4C7.57143 4 4 7.57143 4 12C4 16.4286 7.57143 20 12 20Z", fill: "#001E50" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgVwSymbol as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgVwWordmark = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M12 19.0571C8.14286 19.0571 4.97143 15.8571 4.97143 12C4.97143 11.2 5.11429 10.4286 5.37143 9.
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M12 19.0571C8.14286 19.0571 4.97143 15.8571 4.97143 12C4.97143 11.2 5.11429 10.4286 5.37143 9.68572L9.48571 17.6857C9.54286 17.8 9.6 17.8857 9.74286 17.8857C9.88571 17.8857 9.94286 17.8 10 17.6857L11.9143 13.4286C11.9429 13.3714 11.9714 13.3429 12 13.3429C12.0571 13.3429 12.0571 13.4 12.0857 13.4286L14.0286 17.6857C14.0857 17.8 14.1429 17.8857 14.2857 17.8857C14.4286 17.8857 14.4857 17.8 14.5429 17.6857L18.6571 9.68572C18.9143 10.4 19.0571 11.1714 19.0571 12C19.0286 15.8571 15.8571 19.0571 12 19.0571ZM12 10.1714C11.9429 10.1714 11.9429 10.1143 11.9143 10.0857L9.71429 5.34286C10.4286 5.08571 11.2 4.94286 12 4.94286C12.8 4.94286 13.5714 5.08571 14.2857 5.34286L12.0857 10.0857C12.0571 10.1143 12.0571 10.1714 12 10.1714ZM9.68572 15.3143C9.62857 15.3143 9.62857 15.2571 9.6 15.2286L6 8.31429C6.62857 7.28571 7.54286 6.42857 8.6 5.82857L11.1429 11.3143C11.2 11.4286 11.2571 11.4571 11.3429 11.4571H12.6571C12.7429 11.4571 12.8 11.4286 12.8571 11.3143L15.3714 5.82857C16.4286 6.42857 17.3429 7.28571 17.9714 8.31429L14.4 15.2286C14.3714 15.2857 14.3429 15.3143 14.3143 15.3143C14.2571 15.3143 14.2571 15.2571 14.2286 15.2286L12.8571 12.2C12.8 12.0857 12.7429 12.0571 12.6571 12.0571H11.3429C11.2571 12.0571 11.2 12.0857 11.1429 12.2L9.77143 15.2286C9.74286 15.2571 9.74286 15.3143 9.68572 15.3143ZM12 20C16.4286 20 20 16.4286 20 12C20 7.57143 16.4286 4 12 4C7.57143 4 4 7.57143 4 12C4 16.4286 7.57143 20 12 20Z", fill: "#001E50" }));
|
|
28
28
|
exports.default = SvgVwWordmark;
|
|
@@ -4,7 +4,7 @@ const SvgVwWordmark = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M12 19.0571C8.14286 19.0571 4.97143 15.8571 4.97143 12C4.97143 11.2 5.11429 10.4286 5.37143 9.
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M12 19.0571C8.14286 19.0571 4.97143 15.8571 4.97143 12C4.97143 11.2 5.11429 10.4286 5.37143 9.68572L9.48571 17.6857C9.54286 17.8 9.6 17.8857 9.74286 17.8857C9.88571 17.8857 9.94286 17.8 10 17.6857L11.9143 13.4286C11.9429 13.3714 11.9714 13.3429 12 13.3429C12.0571 13.3429 12.0571 13.4 12.0857 13.4286L14.0286 17.6857C14.0857 17.8 14.1429 17.8857 14.2857 17.8857C14.4286 17.8857 14.4857 17.8 14.5429 17.6857L18.6571 9.68572C18.9143 10.4 19.0571 11.1714 19.0571 12C19.0286 15.8571 15.8571 19.0571 12 19.0571ZM12 10.1714C11.9429 10.1714 11.9429 10.1143 11.9143 10.0857L9.71429 5.34286C10.4286 5.08571 11.2 4.94286 12 4.94286C12.8 4.94286 13.5714 5.08571 14.2857 5.34286L12.0857 10.0857C12.0571 10.1143 12.0571 10.1714 12 10.1714ZM9.68572 15.3143C9.62857 15.3143 9.62857 15.2571 9.6 15.2286L6 8.31429C6.62857 7.28571 7.54286 6.42857 8.6 5.82857L11.1429 11.3143C11.2 11.4286 11.2571 11.4571 11.3429 11.4571H12.6571C12.7429 11.4571 12.8 11.4286 12.8571 11.3143L15.3714 5.82857C16.4286 6.42857 17.3429 7.28571 17.9714 8.31429L14.4 15.2286C14.3714 15.2857 14.3429 15.3143 14.3143 15.3143C14.2571 15.3143 14.2571 15.2571 14.2286 15.2286L12.8571 12.2C12.8 12.0857 12.7429 12.0571 12.6571 12.0571H11.3429C11.2571 12.0571 11.2 12.0857 11.1429 12.2L9.77143 15.2286C9.74286 15.2571 9.74286 15.3143 9.68572 15.3143ZM12 20C16.4286 20 20 16.4286 20 12C20 7.57143 16.4286 4 12 4C7.57143 4 4 7.57143 4 12C4 16.4286 7.57143 20 12 20Z", fill: "#001E50" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgVwWordmark as default
|
|
10
10
|
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
"use strict";
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
4
|
-
const layers_css_js = require("@gnist/themes/layers.css.js");
|
|
5
4
|
const typography_css_js = require("@gnist/themes/typography.css.js");
|
|
5
|
+
const css = require("@vanilla-extract/css");
|
|
6
6
|
const displayText = typography_css_js.responsiveTypography["display"];
|
|
7
7
|
const heading1Text = typography_css_js.responsiveTypography["heading1"];
|
|
8
8
|
const heading2Text = typography_css_js.responsiveTypography["heading2"];
|
|
9
9
|
const heading3Text = typography_css_js.responsiveTypography["heading3"];
|
|
10
10
|
const leadText = typography_css_js.responsiveTypography["lead"];
|
|
11
11
|
const bodyText = typography_css_js.responsiveTypography["body"];
|
|
12
|
-
const linkText =
|
|
12
|
+
const linkText = css.style([
|
|
13
13
|
{
|
|
14
14
|
selectors: {
|
|
15
15
|
"&, &:visited, &:hover, &:active": {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { gnistStyle } from "@gnist/themes/layers.css.js";
|
|
3
2
|
import { responsiveTypography } from "@gnist/themes/typography.css.js";
|
|
3
|
+
import { style } from "@vanilla-extract/css";
|
|
4
4
|
const displayText = responsiveTypography["display"];
|
|
5
5
|
const heading1Text = responsiveTypography["heading1"];
|
|
6
6
|
const heading2Text = responsiveTypography["heading2"];
|
|
7
7
|
const heading3Text = responsiveTypography["heading3"];
|
|
8
8
|
const leadText = responsiveTypography["lead"];
|
|
9
9
|
const bodyText = responsiveTypography["body"];
|
|
10
|
-
const linkText =
|
|
10
|
+
const linkText = style([
|
|
11
11
|
{
|
|
12
12
|
selectors: {
|
|
13
13
|
"&, &:visited, &:hover, &:active": {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
"use strict";
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
4
|
-
const
|
|
5
|
-
const clickAnimation =
|
|
4
|
+
const css = require("@vanilla-extract/css");
|
|
5
|
+
const clickAnimation = css.style({
|
|
6
6
|
transition: "transform ease-in 0.1s",
|
|
7
7
|
selectors: {
|
|
8
8
|
"&:active:not(:disabled)": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
const clickAnimation =
|
|
2
|
+
import { style } from "@vanilla-extract/css";
|
|
3
|
+
const clickAnimation = style({
|
|
4
4
|
transition: "transform ease-in 0.1s",
|
|
5
5
|
selectors: {
|
|
6
6
|
"&:active:not(:disabled)": {
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
"use strict";
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
4
|
-
const layers_css_js = require("@gnist/themes/layers.css.js");
|
|
5
4
|
const tokens_css_js = require("@gnist/themes/tokens.css.js");
|
|
5
|
+
const css = require("@vanilla-extract/css");
|
|
6
6
|
const cssUtils = require("@vanilla-extract/css-utils");
|
|
7
|
+
const recipes = require("@vanilla-extract/recipes");
|
|
7
8
|
const Record = require("fp-ts/Record");
|
|
8
9
|
const _function = require("fp-ts/function");
|
|
9
|
-
const focusStyle =
|
|
10
|
+
const focusStyle = css.style({
|
|
10
11
|
selectors: {
|
|
11
12
|
"&:focus:not(:focus-visible)": {
|
|
12
13
|
outline: "none"
|
|
@@ -36,8 +37,8 @@ const afterHover = "&:not(:disabled):hover::after";
|
|
|
36
37
|
const afterFocus = "&:not(:disabled):focus::after";
|
|
37
38
|
const afterActive = "&:not(:disabled):active::after";
|
|
38
39
|
const afterAllStates = [afterHover, afterFocus, afterActive].join(", ");
|
|
39
|
-
const stateLayersInternal =
|
|
40
|
-
base:
|
|
40
|
+
const stateLayersInternal = recipes.recipe({
|
|
41
|
+
base: css.style({
|
|
41
42
|
"::after": {
|
|
42
43
|
opacity: 0
|
|
43
44
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"states.css.d.ts","sourceRoot":"","sources":["../../src/styles/states.css.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"states.css.d.ts","sourceRoot":"","sources":["../../src/styles/states.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAS,MAAM,sBAAsB,CAAC;AAM/D,eAAO,MAAM,UAAU,QASrB,CAAC;AAkCH,QAAA,MAAM,mBAAmB;;;;;;;;;;;;;;EAoFvB,CAAC;AAEH,KAAK,gBAAgB,GAAG,IAAI,CACxB,OAAO,mBAAmB,EAC1B,UAAU,GAAG,YAAY,CAC5B,CAAC;AACF,KAAK,cAAc,GAAG,CAClB,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,OAAO,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,KAC3D,MAAM,CAAC;AAEZ,eAAO,MAAM,WAAW,EAAE,gBAAgB,GAAG,cACtB,CAAC"}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { gnistStyle, gnistRecipe } from "@gnist/themes/layers.css.js";
|
|
3
2
|
import { tokens } from "@gnist/themes/tokens.css.js";
|
|
3
|
+
import { style } from "@vanilla-extract/css";
|
|
4
4
|
import { calc } from "@vanilla-extract/css-utils";
|
|
5
|
+
import { recipe } from "@vanilla-extract/recipes";
|
|
5
6
|
import { mapWithIndex, map } from "fp-ts/Record";
|
|
6
7
|
import { pipe } from "fp-ts/function";
|
|
7
|
-
const focusStyle =
|
|
8
|
+
const focusStyle = style({
|
|
8
9
|
selectors: {
|
|
9
10
|
"&:focus:not(:focus-visible)": {
|
|
10
11
|
outline: "none"
|
|
@@ -34,8 +35,8 @@ const afterHover = "&:not(:disabled):hover::after";
|
|
|
34
35
|
const afterFocus = "&:not(:disabled):focus::after";
|
|
35
36
|
const afterActive = "&:not(:disabled):active::after";
|
|
36
37
|
const afterAllStates = [afterHover, afterFocus, afterActive].join(", ");
|
|
37
|
-
const stateLayersInternal =
|
|
38
|
-
base:
|
|
38
|
+
const stateLayersInternal = recipe({
|
|
39
|
+
base: style({
|
|
39
40
|
"::after": {
|
|
40
41
|
opacity: 0
|
|
41
42
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/translations/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAKxD,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,QAAQ,EAAE,WAAW,CAAc,CAAC;AAEtE,YAAY,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACxD,OAAO,EAAE,EAAE,EAAE,MAAM,SAAS,CAAC;AAC7B,OAAO,EAAE,EAAE,EAAE,MAAM,SAAS,CAAC;AAC7B,cAAc,2BAA2B,CAAC;AAE1C;;;;;;;GAOG;AACH,wBAAgB,SAAS,CAAC,CAAC,EACvB,QAAQ,EAAE,CAAC,WAAW,EAAE,WAAW,KAAK,CAAC,GAC1C,CAAC,IAAI,EAAE,QAAQ,KAAK,CAAC,CAEvB;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,cAAc,GACtB,CAAC,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/translations/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAKxD,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,QAAQ,EAAE,WAAW,CAAc,CAAC;AAEtE,YAAY,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACxD,OAAO,EAAE,EAAE,EAAE,MAAM,SAAS,CAAC;AAC7B,OAAO,EAAE,EAAE,EAAE,MAAM,SAAS,CAAC;AAC7B,cAAc,2BAA2B,CAAC;AAE1C;;;;;;;GAOG;AACH,wBAAgB,SAAS,CAAC,CAAC,EACvB,QAAQ,EAAE,CAAC,WAAW,EAAE,WAAW,KAAK,CAAC,GAC1C,CAAC,IAAI,EAAE,QAAQ,KAAK,CAAC,CAEvB;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,cAAc,GACtB,CAAC,EAAE,aAAa,CAAC,WAAW,EAAE,WAAW,KAAK,CAAC,MAC/C,CAAC,EAAE,UAAU,CAAC,KAAK,EAAE,CAAC,KAAK,CAAC,MAC5B,MAAM,QAAQ,MAC8B,CAAC;AAElD;;;;GAIG;AACH,wBAAgB,cAAc,IAAI,WAAW,CAAC;AAC9C;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,CAAC,EAC5B,WAAW,EAAE,CAAC,WAAW,EAAE,WAAW,KAAK,CAAC,GAC7C,CAAC,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
"use strict";
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
4
|
-
const
|
|
5
|
-
const visuallyHidden =
|
|
4
|
+
const css = require("@vanilla-extract/css");
|
|
5
|
+
const visuallyHidden = css.style({
|
|
6
6
|
border: "0 !important",
|
|
7
7
|
clip: "rect(1px, 1px, 1px, 1px) !important",
|
|
8
8
|
WebkitClipPath: "inset(50%) !important",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
const visuallyHidden =
|
|
2
|
+
import { style } from "@vanilla-extract/css";
|
|
3
|
+
const visuallyHidden = style({
|
|
4
4
|
border: "0 !important",
|
|
5
5
|
clip: "rect(1px, 1px, 1px, 1px) !important",
|
|
6
6
|
WebkitClipPath: "inset(50%) !important",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"formHelpers.d.ts","sourceRoot":"","sources":["../../../src/utilities/forms/formHelpers.ts"],"names":[],"mappings":"AAGA,OAAO,EAEH,SAAS,EACT,eAAe,EAEf,YAAY,EACf,MAAM,wBAAwB,CAAC;AAEhC;;;;;GAKG;AACH,MAAM,WAAW,aAAa,CAAC,CAAC,GAAG,IAAI,EAAE,CAAC,SAAS,MAAM,GAAG,MAAM;IAC9D,OAAO,EAAE,CAAC,CAAC;IACX,IAAI,EAAE,CAAC,CAAC;CACX;AAED,MAAM,WAAW,WAAW,CAAC,CAAC;IAC1B;;OAEG;IACH,QAAQ,EAAE,CAAC,MAAM,SAAS,MAAM,CAAC,EAC7B,KAAK,EAAE,MAAM,KACZ,CAAC,KAAK,EAAE,CAAC,CAAC,MAAM,CAAC,KAAK,IAAI,CAAC;IAChC;;OAEG;IACH,UAAU,EAAE,CAAC,MAAM,SAAS,MAAM,CAAC,EAC/B,KAAK,EAAE,MAAM,KACZ;QACD,KAAK,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC;QACjB,QAAQ,EAAE,CAAC,KAAK,EAAE,CAAC,CAAC,MAAM,CAAC,KAAK,IAAI,CAAC;QACrC,QAAQ,CAAC,EAAE;YAAE,IAAI,EAAE,OAAO,CAAC;YAAC,OAAO,EAAE,MAAM,CAAA;SAAE,CAAC;QAC9C,MAAM,EAAE,MAAM,IAAI,CAAC;KACtB,CAAC;CACL;AAED;;;;;;GAMG;AACH,wBAAgB,cAAc,CAAC,CAAC,EAC5B,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,EAClB,UAAU,EAAE,YAAY,CAAC,CAAC,CAAC,EAC3B,QAAQ,EAAE,CAAC,CAAC,SAAS,MAAM,CAAC,EAAE,IAAI,EAAE,CAAC,QAAQ,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,IAAI,EACvE,UAAU,EAAE,CAAC,CAAC,SAAS,MAAM,CAAC,EAAE,QAAQ,EAAE,CAAC,KAAK,IAAI,GACrD,WAAW,CAAC,CAAC,CAAC,CA0BhB;AAED;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB,GAC1B,KAAK,
|
|
1
|
+
{"version":3,"file":"formHelpers.d.ts","sourceRoot":"","sources":["../../../src/utilities/forms/formHelpers.ts"],"names":[],"mappings":"AAGA,OAAO,EAEH,SAAS,EACT,eAAe,EAEf,YAAY,EACf,MAAM,wBAAwB,CAAC;AAEhC;;;;;GAKG;AACH,MAAM,WAAW,aAAa,CAAC,CAAC,GAAG,IAAI,EAAE,CAAC,SAAS,MAAM,GAAG,MAAM;IAC9D,OAAO,EAAE,CAAC,CAAC;IACX,IAAI,EAAE,CAAC,CAAC;CACX;AAED,MAAM,WAAW,WAAW,CAAC,CAAC;IAC1B;;OAEG;IACH,QAAQ,EAAE,CAAC,MAAM,SAAS,MAAM,CAAC,EAC7B,KAAK,EAAE,MAAM,KACZ,CAAC,KAAK,EAAE,CAAC,CAAC,MAAM,CAAC,KAAK,IAAI,CAAC;IAChC;;OAEG;IACH,UAAU,EAAE,CAAC,MAAM,SAAS,MAAM,CAAC,EAC/B,KAAK,EAAE,MAAM,KACZ;QACD,KAAK,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC;QACjB,QAAQ,EAAE,CAAC,KAAK,EAAE,CAAC,CAAC,MAAM,CAAC,KAAK,IAAI,CAAC;QACrC,QAAQ,CAAC,EAAE;YAAE,IAAI,EAAE,OAAO,CAAC;YAAC,OAAO,EAAE,MAAM,CAAA;SAAE,CAAC;QAC9C,MAAM,EAAE,MAAM,IAAI,CAAC;KACtB,CAAC;CACL;AAED;;;;;;GAMG;AACH,wBAAgB,cAAc,CAAC,CAAC,EAC5B,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,EAClB,UAAU,EAAE,YAAY,CAAC,CAAC,CAAC,EAC3B,QAAQ,EAAE,CAAC,CAAC,SAAS,MAAM,CAAC,EAAE,IAAI,EAAE,CAAC,QAAQ,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,IAAI,EACvE,UAAU,EAAE,CAAC,CAAC,SAAS,MAAM,CAAC,EAAE,QAAQ,EAAE,CAAC,KAAK,IAAI,GACrD,WAAW,CAAC,CAAC,CAAC,CA0BhB;AAED;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB,GAC1B,KAAK,EAAE,eAAe,eAAe,CAAC,KAAK,CAAC,MAC5C,CAAC,SAAS,MAAM,KAAK,EAClB,OAAO,SAAS,CAAC,KAAK,CAAC,EACvB,mBAAmB,CAAC,QAAQ,EAAE,CAAC,EAAE,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,KAClD,SAAS,CAAC,KAAK,CAqBjB,CAAC;AAEN;;;;;GAKG;AACH,eAAO,MAAM,cAAc,GACtB,KAAK,QACL,CAAC,SAAS,MAAM,KAAK,EAAE,OAAO,SAAS,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,qBAStD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utilities/html/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utilities/html/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,GAAI,KAAK,MAAM,KAAG,MACP,CAAC"}
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"use strict";
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
4
4
|
const atoms_css_js = require("@gnist/themes/atoms.css.js");
|
|
5
|
-
const layers_css_js = require("@gnist/themes/layers.css.js");
|
|
6
5
|
const tokens_css_js = require("@gnist/themes/tokens.css.js");
|
|
6
|
+
const recipes = require("@vanilla-extract/recipes");
|
|
7
7
|
const spacing = tokens_css_js.tokens.spacing;
|
|
8
|
-
const rowRecipe =
|
|
8
|
+
const rowRecipe = recipes.recipe({
|
|
9
9
|
base: [
|
|
10
10
|
atoms_css_js.atoms({
|
|
11
11
|
display: "flex",
|
|
@@ -53,7 +53,7 @@ const rowRecipe = layers_css_js.gnistRecipe({
|
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
});
|
|
56
|
-
const columnRecipe =
|
|
56
|
+
const columnRecipe = recipes.recipe({
|
|
57
57
|
base: [
|
|
58
58
|
atoms_css_js.atoms({
|
|
59
59
|
display: "flex",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { atoms } from "@gnist/themes/atoms.css.js";
|
|
3
|
-
import { gnistRecipe } from "@gnist/themes/layers.css.js";
|
|
4
3
|
import { tokens } from "@gnist/themes/tokens.css.js";
|
|
4
|
+
import { recipe } from "@vanilla-extract/recipes";
|
|
5
5
|
const spacing = tokens.spacing;
|
|
6
|
-
const rowRecipe =
|
|
6
|
+
const rowRecipe = recipe({
|
|
7
7
|
base: [
|
|
8
8
|
atoms({
|
|
9
9
|
display: "flex",
|
|
@@ -51,7 +51,7 @@ const rowRecipe = gnistRecipe({
|
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
});
|
|
54
|
-
const columnRecipe =
|
|
54
|
+
const columnRecipe = recipe({
|
|
55
55
|
base: [
|
|
56
56
|
atoms({
|
|
57
57
|
display: "flex",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"date.d.ts","sourceRoot":"","sources":["../../../src/utilities/time/date.tsx"],"names":[],"mappings":"AAgXA,eAAO,MAAM,KAAK,YAEjB,CAAC;AAEF,eAAO,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"date.d.ts","sourceRoot":"","sources":["../../../src/utilities/time/date.tsx"],"names":[],"mappings":"AAgXA,eAAO,MAAM,KAAK,YAEjB,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,MAAM,IAAI,SAIvC,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,GAAG,IAAI,EAAE,GAAG,IAAI,YAM1C,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,MAAM,IAAI,SAEvC,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,MAAM,IAAI,SAEvC,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,MAAM,IAAI,YAE5C,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,MAAM,IAAI,EAAE,UAAU,MAAM,SAInD,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,MAAM,IAAI,EAAE,YAAY,MAAM,SAIvD,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,MAAM,IAAI,EAAE,YAAY,MAAM,SAOvD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../../src/utilities/tokens/tokens.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GACf,MAAM,GACN,KAAK,GACL,IAAI,GACJ,GAAG,GACH,GAAG,GACH,GAAG,GACH,IAAI,GACJ,KAAK,GACL,KAAK,CAAC;AAEZ,MAAM,MAAM,YAAY,GAClB,MAAM,GACN,MAAM,GACN,KAAK,GACL,IAAI,GACJ,GAAG,GACH,GAAG,GACH,GAAG,GACH,IAAI,GACJ,KAAK,GACL,KAAK,CAAC;AAEZ,wBAAgB,UAAU,CAAC,CAAC,SAAS,MAAM,EAAE,GAAG,EAAE,CAAC,GAAG,UAAU,CAAC,CAAC,CAAC,CAKlE;AAGD,eAAO,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../../src/utilities/tokens/tokens.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GACf,MAAM,GACN,KAAK,GACL,IAAI,GACJ,GAAG,GACH,GAAG,GACH,GAAG,GACH,IAAI,GACJ,KAAK,GACL,KAAK,CAAC;AAEZ,MAAM,MAAM,YAAY,GAClB,MAAM,GACN,MAAM,GACN,KAAK,GACL,IAAI,GACJ,GAAG,GACH,GAAG,GACH,GAAG,GACH,IAAI,GACJ,KAAK,GACL,KAAK,CAAC;AAEZ,wBAAgB,UAAU,CAAC,CAAC,SAAS,MAAM,EAAE,GAAG,EAAE,CAAC,GAAG,UAAU,CAAC,CAAC,CAAC,CAKlE;AAGD,eAAO,MAAM,OAAO,GAAI,UAAU,MAAM,WAEvC,CAAC;AAEF,wBAAgB,UAAU,CAAC,IAAI,EAAE,MAAM,UAEtC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../src/utilities/validation/validation.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,oCAAmD;AAGtE;;GAEG;AACH,MAAM,WAAW,gBAAgB,CAAC,CAAC;IAC/B;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,aAAa,EAAE,iBAAiB,EAAE,CAAC;IACnC;;OAEG;IACH,sBAAsB,EAAE,OAAO,CAAC;IAChC;;OAEG;IACH,KAAK,EAAE,CAAC,CAAC;CACZ;AAED;;;;;;;GAOG;AACH,wBAAgB,oBAAoB,CAChC,MAAM,EAAE,gBAAgB,CAAC,OAAO,CAAC,GAAG,SAAS,EAC7C,aAAa,EAAE,iBAAiB,EAChC,IAAI,EAAE,QAAQ,GACf,MAAM,CAWR;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACjC,OAAO,EAAE,OAAO,CAAC;IACjB,YAAY,EAAE,iBAAiB,CAAC;CACnC;AAED;;GAEG;AACH,MAAM,MAAM,cAAc,CAAC,CAAC,EAAE,IAAI,IAAI,CAClC,KAAK,EAAE,CAAC,EACR,SAAS,EAAE,IAAI,KACd,oBAAoB,CAAC;AAE1B,MAAM,MAAM,iBAAiB,GAAG,MAAM,GAAG,CAAC,CAAC,IAAI,EAAE,QAAQ,KAAK,MAAM,CAAC,CAAC;AAEtE,MAAM,WAAW,eAAe;IAC5B,UAAU,EAAE,OAAO,CAAC;IACpB,cAAc,CAAC,EAAE,iBAAiB,CAAC;CACtC;AAED;;GAEG;AACH,MAAM,WAAW,eAAe,CAAC,CAAC,EAAE,IAAI;IACpC;;OAEG;IACH,KAAK,EAAE,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,EAAE,CAAC;IACjC;;OAEG;IACH,aAAa,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,CAAC,CAAC;IAC/B;;OAEG;IACH,sBAAsB,CAAC,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,OAAO,CAAC;IAC/C;;OAEG;IACH,aAAa,EAAE,iBAAiB,CAAC;IACjC;;OAEG;IACH,SAAS,EAAE,eAAe,GAAG,CAAC,CAAC,MAAM,EAAE,IAAI,KAAK,eAAe,CAAC,CAAC;CACpE;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,MAAM,UAE5C;AAgBD;;;;;;;;;;GAUG;AACH,eAAO,MAAM,UAAU,GAAI,CAAC,EAAE,IAAI,
|
|
1
|
+
{"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../src/utilities/validation/validation.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validationSteps.d.ts","sourceRoot":"","sources":["../../../src/utilities/validation/validationSteps.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAE1E,eAAO,MAAM,SAAS,
|
|
1
|
+
{"version":3,"file":"validationSteps.d.ts","sourceRoot":"","sources":["../../../src/utilities/validation/validationSteps.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAE1E,eAAO,MAAM,SAAS,GACjB,QAAQ,MAAM,EAAE,gBAAe,QAAQ,GAAG,YAA2B,MACrE,OAAO,MAAM,KAAG,oBAQf,CAAC;AAEP,eAAO,MAAM,SAAS,GACjB,QAAQ,MAAM,EAAE,gBAAe,QAAQ,GAAG,YAA2B,MACrE,OAAO,MAAM,KAAG,oBAQf,CAAC;AAEP,eAAO,MAAM,YAAY,GACpB,OAAO,MAAM,EAAE,cAAc,iBAAiB,MAC9C,OAAO,MAAM,KAAG,oBAGf,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validators.d.ts","sourceRoot":"","sources":["../../../src/utilities/validation/validators.ts"],"names":[],"mappings":"AAeA,eAAO,MAAM,YAAY,GAAI,CAAC,EAAE,IAAI,yDAA4B,CAAC;AAEjE,eAAO,MAAM,YAAY,4DAOvB,CAAC;AAEH,eAAO,MAAM,YAAY,4DASvB,CAAC;AAEH,eAAO,MAAM,UAAU,4DAOrB,CAAC;AAEH,eAAO,MAAM,SAAS,4DAUpB,CAAC;AAEH,eAAO,MAAM,oBAAoB,4DAgB/B,CAAC;AAEH,eAAO,MAAM,uBAAuB,4DASlC,CAAC;AAEH,eAAO,MAAM,aAAa,GAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"validators.d.ts","sourceRoot":"","sources":["../../../src/utilities/validation/validators.ts"],"names":[],"mappings":"AAeA,eAAO,MAAM,YAAY,GAAI,CAAC,EAAE,IAAI,yDAA4B,CAAC;AAEjE,eAAO,MAAM,YAAY,4DAOvB,CAAC;AAEH,eAAO,MAAM,YAAY,4DASvB,CAAC;AAEH,eAAO,MAAM,UAAU,4DAOrB,CAAC;AAEH,eAAO,MAAM,SAAS,4DAUpB,CAAC;AAEH,eAAO,MAAM,oBAAoB,4DAgB/B,CAAC;AAEH,eAAO,MAAM,uBAAuB,4DASlC,CAAC;AAEH,eAAO,MAAM,aAAa,GAAI,CAAC,EAAE,SAAS,MAAM,0DAQ1C,CAAC;AAEP,eAAO,MAAM,uBAAuB,GAAI,CAAC,EAAE,IAAI,EAAE,SAAS,MAAM,yDAQ1D,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gnist/design-system",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.1",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@base-ui/react": "1.0.0",
|
|
51
51
|
"@formkit/auto-animate": "^0.8.2",
|
|
52
52
|
"@gnist/component-utils": "3.0.13",
|
|
53
|
-
"@gnist/themes": "^3.
|
|
53
|
+
"@gnist/themes": "^3.28.0",
|
|
54
54
|
"@vanilla-extract/css": "^1.17.4",
|
|
55
55
|
"@vanilla-extract/css-utils": "^0.1.6",
|
|
56
56
|
"@vanilla-extract/dynamic": "^2.1.5",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"classnames": "^2.5.1",
|
|
59
59
|
"fp-ts": "^2.16.10",
|
|
60
60
|
"immer": "^10.1.1",
|
|
61
|
-
"react-content-loader": "^7.1.
|
|
61
|
+
"react-content-loader": "^7.1.2"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
64
|
"@types/react": "^18.0.0 || ^19.0.0",
|
|
@@ -102,5 +102,5 @@
|
|
|
102
102
|
"optional": true
|
|
103
103
|
}
|
|
104
104
|
},
|
|
105
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "bc00b5053b6e490e8dad6ae8c8f579776fa37634"
|
|
106
106
|
}
|