@duetds/components 6.0.2 → 6.0.4
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/hydrate/index.js +51 -41
- package/lib/cjs/duet-action-button.cjs.entry.js +3 -3
- package/lib/cjs/duet-alert.cjs.entry.js +1 -1
- package/lib/cjs/duet-badge.cjs.entry.js +1 -1
- package/lib/cjs/duet-breadcrumb.cjs.entry.js +1 -1
- package/lib/cjs/duet-breadcrumbs.cjs.entry.js +1 -1
- package/lib/cjs/duet-button_2.cjs.entry.js +3 -3
- package/lib/cjs/duet-caption_4.cjs.entry.js +3 -3
- package/lib/cjs/duet-card.cjs.entry.js +6 -5
- package/lib/cjs/duet-checkbox.cjs.entry.js +1 -1
- package/lib/cjs/duet-choice_2.cjs.entry.js +4 -4
- package/lib/cjs/duet-collapsible.cjs.entry.js +2 -2
- package/lib/cjs/duet-combobox.cjs.entry.js +1 -1
- package/lib/cjs/duet-cookie-consent.cjs.entry.js +1 -1
- package/lib/cjs/duet-date-picker.cjs.entry.js +2 -2
- package/lib/cjs/duet-divider_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-editable-table_3.cjs.entry.js +17 -14
- package/lib/cjs/duet-empty-state.cjs.entry.js +1 -1
- package/lib/cjs/duet-fieldset.cjs.entry.js +1 -1
- package/lib/cjs/duet-footer.cjs.entry.js +1 -1
- package/lib/cjs/duet-grid_2.cjs.entry.js +2 -2
- package/lib/cjs/duet-header_2.cjs.entry.js +3 -3
- package/lib/cjs/duet-hero.cjs.entry.js +1 -1
- package/lib/cjs/duet-icon.cjs.entry.js +3 -3
- package/lib/cjs/duet-input_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-layout.cjs.entry.js +1 -1
- package/lib/cjs/duet-list_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-modal.cjs.entry.js +2 -2
- package/lib/cjs/duet-notification_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-number-input.cjs.entry.js +1 -1
- package/lib/cjs/duet-pagination_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-progress.cjs.entry.js +1 -1
- package/lib/cjs/duet-radio_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-range-slider.cjs.entry.js +2 -2
- package/lib/cjs/duet-scrollable_3.cjs.entry.js +1 -1
- package/lib/cjs/duet-select.cjs.entry.js +1 -1
- package/lib/cjs/duet-step_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-textarea.cjs.entry.js +1 -1
- package/lib/cjs/duet-toggle.cjs.entry.js +1 -1
- package/lib/cjs/duet-tooltip.cjs.entry.js +1 -1
- package/lib/cjs/duet-tray.cjs.entry.js +2 -2
- package/lib/cjs/duet-upload-aria-status.cjs.entry.js +1 -1
- package/lib/cjs/duet-visually-hidden.cjs.entry.js +1 -1
- package/lib/cjs/duet.cjs.js +1 -1
- package/lib/cjs/{focus-utils-8089a1a8.js → focus-utils-8a615003.js} +1 -1
- package/lib/cjs/{index-9d0e33db.js → index-d106d801.js} +1 -1
- package/lib/cjs/loader.cjs.js +1 -1
- package/lib/cjs/{token-utils-fef5b4eb.js → token-utils-f6e2f4ef.js} +1 -1
- package/lib/cjs/{tokens-29450bcb.js → tokens-4c69b122.js} +18 -15
- package/lib/cjs/{tokens.module-ef598645.js → tokens.module-1bb2d45e.js} +12 -10
- package/lib/collection/components/duet-card/duet-card.js +4 -2
- package/lib/collection/components/duet-choice/duet-choice.js +1 -1
- package/lib/collection/components/duet-choice-group/duet-choice-group.js +1 -1
- package/lib/collection/components/duet-upload/duet-upload.js +18 -15
- package/lib/dist-custom-elements/duet-action-button.d.ts +11 -0
- package/lib/dist-custom-elements/duet-action-button.js +9 -0
- package/lib/dist-custom-elements/duet-alert.d.ts +11 -0
- package/lib/dist-custom-elements/duet-alert.js +9 -0
- package/lib/dist-custom-elements/duet-badge.d.ts +11 -0
- package/lib/dist-custom-elements/duet-badge.js +9 -0
- package/lib/dist-custom-elements/duet-breadcrumb.d.ts +11 -0
- package/lib/dist-custom-elements/duet-breadcrumb.js +73 -0
- package/lib/dist-custom-elements/duet-breadcrumbs.d.ts +11 -0
- package/lib/dist-custom-elements/duet-breadcrumbs.js +90 -0
- package/lib/dist-custom-elements/duet-button.d.ts +11 -0
- package/lib/dist-custom-elements/duet-button.js +9 -0
- package/lib/dist-custom-elements/duet-caption.d.ts +11 -0
- package/lib/dist-custom-elements/duet-caption.js +9 -0
- package/lib/dist-custom-elements/duet-card.d.ts +11 -0
- package/lib/dist-custom-elements/duet-card.js +190 -0
- package/lib/dist-custom-elements/duet-checkbox.d.ts +11 -0
- package/lib/dist-custom-elements/duet-checkbox.js +163 -0
- package/lib/dist-custom-elements/duet-choice-group.d.ts +11 -0
- package/lib/dist-custom-elements/duet-choice-group.js +226 -0
- package/lib/dist-custom-elements/duet-choice.d.ts +11 -0
- package/lib/dist-custom-elements/duet-choice.js +390 -0
- package/lib/dist-custom-elements/duet-collapsible.d.ts +11 -0
- package/lib/dist-custom-elements/duet-collapsible.js +170 -0
- package/lib/dist-custom-elements/duet-combobox.d.ts +11 -0
- package/lib/dist-custom-elements/duet-combobox.js +432 -0
- package/lib/dist-custom-elements/duet-cookie-consent.d.ts +11 -0
- package/lib/dist-custom-elements/duet-cookie-consent.js +94 -0
- package/lib/dist-custom-elements/duet-date-picker.d.ts +11 -0
- package/lib/dist-custom-elements/duet-date-picker.js +906 -0
- package/lib/dist-custom-elements/duet-divider.d.ts +11 -0
- package/lib/dist-custom-elements/duet-divider.js +9 -0
- package/lib/dist-custom-elements/duet-editable-table.d.ts +11 -0
- package/lib/dist-custom-elements/duet-editable-table.js +9 -0
- package/lib/dist-custom-elements/duet-empty-state.d.ts +11 -0
- package/lib/dist-custom-elements/duet-empty-state.js +9 -0
- package/lib/dist-custom-elements/duet-fieldset.d.ts +11 -0
- package/lib/dist-custom-elements/duet-fieldset.js +9 -0
- package/lib/dist-custom-elements/duet-footer.d.ts +11 -0
- package/lib/dist-custom-elements/duet-footer.js +199 -0
- package/lib/dist-custom-elements/duet-grid-item.d.ts +11 -0
- package/lib/dist-custom-elements/duet-grid-item.js +9 -0
- package/lib/dist-custom-elements/duet-grid.d.ts +11 -0
- package/lib/dist-custom-elements/duet-grid.js +9 -0
- package/lib/dist-custom-elements/duet-header.d.ts +11 -0
- package/lib/dist-custom-elements/duet-header.js +764 -0
- package/lib/dist-custom-elements/duet-heading.d.ts +11 -0
- package/lib/dist-custom-elements/duet-heading.js +9 -0
- package/lib/dist-custom-elements/duet-hero.d.ts +11 -0
- package/lib/dist-custom-elements/duet-hero.js +314 -0
- package/lib/dist-custom-elements/duet-icon.d.ts +11 -0
- package/lib/dist-custom-elements/duet-icon.js +9 -0
- package/lib/dist-custom-elements/duet-input.d.ts +11 -0
- package/lib/dist-custom-elements/duet-input.js +9 -0
- package/lib/dist-custom-elements/duet-label.d.ts +11 -0
- package/lib/dist-custom-elements/duet-label.js +9 -0
- package/lib/dist-custom-elements/duet-layout.d.ts +11 -0
- package/lib/dist-custom-elements/duet-layout.js +107 -0
- package/lib/dist-custom-elements/duet-link.d.ts +11 -0
- package/lib/dist-custom-elements/duet-link.js +9 -0
- package/lib/dist-custom-elements/duet-list-item.d.ts +11 -0
- package/lib/dist-custom-elements/duet-list-item.js +9 -0
- package/lib/dist-custom-elements/duet-list.d.ts +11 -0
- package/lib/dist-custom-elements/duet-list.js +9 -0
- package/lib/dist-custom-elements/duet-logo.d.ts +11 -0
- package/lib/dist-custom-elements/duet-logo.js +9 -0
- package/lib/dist-custom-elements/duet-modal.d.ts +11 -0
- package/lib/dist-custom-elements/duet-modal.js +331 -0
- package/lib/dist-custom-elements/duet-notification-drawer.d.ts +11 -0
- package/lib/dist-custom-elements/duet-notification-drawer.js +194 -0
- package/lib/dist-custom-elements/duet-notification.d.ts +11 -0
- package/lib/dist-custom-elements/duet-notification.js +114 -0
- package/lib/dist-custom-elements/duet-number-input.d.ts +11 -0
- package/lib/dist-custom-elements/duet-number-input.js +516 -0
- package/lib/dist-custom-elements/duet-pagination.d.ts +11 -0
- package/lib/dist-custom-elements/duet-pagination.js +396 -0
- package/lib/dist-custom-elements/duet-paragraph.d.ts +11 -0
- package/lib/dist-custom-elements/duet-paragraph.js +9 -0
- package/lib/dist-custom-elements/duet-progress.d.ts +11 -0
- package/lib/dist-custom-elements/duet-progress.js +9 -0
- package/lib/dist-custom-elements/duet-radio-group.d.ts +11 -0
- package/lib/dist-custom-elements/duet-radio-group.js +216 -0
- package/lib/dist-custom-elements/duet-radio.d.ts +11 -0
- package/lib/dist-custom-elements/duet-radio.js +167 -0
- package/lib/dist-custom-elements/duet-range-slider.d.ts +11 -0
- package/lib/dist-custom-elements/duet-range-slider.js +209 -0
- package/lib/dist-custom-elements/duet-range-stepper.d.ts +11 -0
- package/lib/dist-custom-elements/duet-range-stepper.js +225 -0
- package/lib/dist-custom-elements/duet-scrollable.d.ts +11 -0
- package/lib/dist-custom-elements/duet-scrollable.js +9 -0
- package/lib/dist-custom-elements/duet-select.d.ts +11 -0
- package/lib/dist-custom-elements/duet-select.js +9 -0
- package/lib/dist-custom-elements/duet-spacer.d.ts +11 -0
- package/lib/dist-custom-elements/duet-spacer.js +9 -0
- package/lib/dist-custom-elements/duet-spinner.d.ts +11 -0
- package/lib/dist-custom-elements/duet-spinner.js +9 -0
- package/lib/dist-custom-elements/duet-step.d.ts +11 -0
- package/lib/dist-custom-elements/duet-step.js +150 -0
- package/lib/dist-custom-elements/duet-stepper.d.ts +11 -0
- package/lib/dist-custom-elements/duet-stepper.js +164 -0
- package/lib/dist-custom-elements/duet-tab-group.d.ts +11 -0
- package/lib/dist-custom-elements/duet-tab-group.js +301 -0
- package/lib/dist-custom-elements/duet-tab.d.ts +11 -0
- package/lib/dist-custom-elements/duet-tab.js +59 -0
- package/lib/dist-custom-elements/duet-table.d.ts +11 -0
- package/lib/dist-custom-elements/duet-table.js +9 -0
- package/lib/dist-custom-elements/duet-textarea.d.ts +11 -0
- package/lib/dist-custom-elements/duet-textarea.js +297 -0
- package/lib/dist-custom-elements/duet-toggle.d.ts +11 -0
- package/lib/dist-custom-elements/duet-toggle.js +150 -0
- package/lib/dist-custom-elements/duet-tooltip.d.ts +11 -0
- package/lib/dist-custom-elements/duet-tooltip.js +9 -0
- package/lib/dist-custom-elements/duet-tray.d.ts +11 -0
- package/lib/dist-custom-elements/duet-tray.js +175 -0
- package/lib/dist-custom-elements/duet-upload-aria-status.d.ts +11 -0
- package/lib/dist-custom-elements/duet-upload-aria-status.js +9 -0
- package/lib/dist-custom-elements/duet-upload.d.ts +11 -0
- package/lib/dist-custom-elements/duet-upload.js +1514 -0
- package/lib/dist-custom-elements/duet-visually-hidden.d.ts +11 -0
- package/lib/dist-custom-elements/duet-visually-hidden.js +9 -0
- package/lib/dist-custom-elements/index.d.ts +26 -0
- package/lib/dist-custom-elements/index.js +37 -0
- package/lib/dist-custom-elements/p-01de0640.js +37 -0
- package/lib/{esm/tokens-8ff8c570.js → dist-custom-elements/p-02305a1e.js} +18 -15
- package/lib/dist-custom-elements/p-08cfe544.js +125 -0
- package/lib/dist-custom-elements/p-09ed1ffa.js +160 -0
- package/lib/dist-custom-elements/p-0a928609.js +241 -0
- package/lib/dist-custom-elements/p-0b3f675e.js +47 -0
- package/lib/{esm/focus-utils-9e76623d.js → dist-custom-elements/p-0b8f16f1.js} +1 -1
- package/lib/dist-custom-elements/p-115c79b6.js +6 -0
- package/lib/dist-custom-elements/p-12721178.js +57 -0
- package/lib/dist-custom-elements/p-14dcd82b.js +133 -0
- package/lib/dist-custom-elements/p-16d518fd.js +66 -0
- package/lib/dist-custom-elements/p-213ef84c.js +87 -0
- package/lib/dist-custom-elements/p-266411cf.js +307 -0
- package/lib/dist-custom-elements/p-3d987b87.js +75 -0
- package/lib/dist-custom-elements/p-3fc2d124.js +1666 -0
- package/lib/dist-custom-elements/p-4717744e.js +110 -0
- package/lib/dist-custom-elements/p-4ebf1618.js +13 -0
- package/lib/dist-custom-elements/p-56118313.js +53 -0
- package/lib/dist-custom-elements/p-565779f5.js +199 -0
- package/lib/dist-custom-elements/p-5a9d75e1.js +55 -0
- package/lib/dist-custom-elements/p-65d3ead5.js +428 -0
- package/lib/dist-custom-elements/p-6886544b.js +129 -0
- package/lib/dist-custom-elements/p-6e74e660.js +275 -0
- package/lib/dist-custom-elements/p-704245ef.js +9 -0
- package/lib/dist-custom-elements/p-76f00bd5.js +10 -0
- package/lib/dist-custom-elements/p-7739604d.js +214 -0
- package/lib/dist-custom-elements/p-81c9b244.js +65 -0
- package/lib/{esm/token-utils-df78f4d8.js → dist-custom-elements/p-86faf728.js} +1 -1
- package/lib/dist-custom-elements/p-88511d7a.js +275 -0
- package/lib/dist-custom-elements/p-9c732bb9.js +193 -0
- package/lib/dist-custom-elements/p-acdba2db.js +114 -0
- package/lib/dist-custom-elements/p-b08e57cf.js +37 -0
- package/lib/dist-custom-elements/p-b9058029.js +138 -0
- package/lib/dist-custom-elements/p-bd4b92c4.js +86 -0
- package/lib/dist-custom-elements/p-bd779757.js +184 -0
- package/lib/dist-custom-elements/p-c1325e35.js +11 -0
- package/lib/dist-custom-elements/p-c70f3ccb.js +70 -0
- package/lib/dist-custom-elements/p-d004da5f.js +6 -0
- package/lib/dist-custom-elements/p-d4c234ed.js +390 -0
- package/lib/dist-custom-elements/p-d8549efe.js +20 -0
- package/lib/dist-custom-elements/p-d96debb6.js +287 -0
- package/lib/dist-custom-elements/p-da03a443.js +154 -0
- package/lib/dist-custom-elements/p-e294c0fb.js +341 -0
- package/lib/dist-custom-elements/p-e4d5fbc0.js +87 -0
- package/lib/dist-custom-elements/p-e5c8a58f.js +71 -0
- package/lib/dist-custom-elements/p-ede854e1.js +92 -0
- package/lib/dist-custom-elements/p-ef8eff22.js +64 -0
- package/lib/dist-custom-elements/p-f11208c3.js +6 -0
- package/lib/dist-custom-elements/p-f7db7c40.js +98 -0
- package/lib/dist-custom-elements/p-fc5362e7.js +61 -0
- package/lib/duet/duet.esm.js +1 -1
- package/lib/duet/duet.js +1 -1
- package/lib/duet/{p-9ed4eac7.system.entry.js → p-01c551f1.system.entry.js} +1 -1
- package/lib/duet/p-02305a1e.js +4 -0
- package/lib/duet/{p-f51969f5.entry.js → p-033bfa67.entry.js} +1 -1
- package/lib/duet/{p-86a3b203.system.entry.js → p-07a850a5.system.entry.js} +1 -1
- package/lib/duet/{p-211e59a0.system.entry.js → p-09e2ff96.system.entry.js} +1 -1
- package/lib/duet/{p-07f83b14.entry.js → p-0b74af40.entry.js} +1 -1
- package/lib/duet/{p-0c59905a.entry.js → p-0c2a51ac.entry.js} +1 -1
- package/lib/duet/{p-e56705ac.system.entry.js → p-0c9f0b8a.system.entry.js} +2 -2
- package/lib/duet/{p-4af6e3b1.entry.js → p-0d96924d.entry.js} +1 -1
- package/lib/duet/{p-67a78cbe.system.entry.js → p-0e48bca9.system.entry.js} +1 -1
- package/lib/duet/{p-82abc212.system.entry.js → p-0e98f667.system.entry.js} +1 -1
- package/lib/duet/{p-f5a06ff6.system.js → p-1999f503.system.js} +1 -1
- package/lib/duet/{p-e3a6351b.system.entry.js → p-1a41550e.system.entry.js} +1 -1
- package/lib/duet/{p-4d6b341d.system.entry.js → p-1bd57792.system.entry.js} +1 -1
- package/lib/duet/{p-567cab28.system.entry.js → p-1e0d7680.system.entry.js} +1 -1
- package/lib/duet/{p-921085f6.system.entry.js → p-1ebd7945.system.entry.js} +1 -1
- package/lib/duet/p-1fc60a60.system.js +4 -0
- package/lib/duet/{p-f416e108.entry.js → p-21662682.entry.js} +1 -1
- package/lib/duet/{p-2eea39f3.entry.js → p-23943f39.entry.js} +1 -1
- package/lib/duet/{p-9a3826e8.system.entry.js → p-23a8fa64.system.entry.js} +1 -1
- package/lib/duet/{p-902552a7.system.entry.js → p-264a0e0c.system.entry.js} +1 -1
- package/lib/duet/{p-5f407bd1.entry.js → p-27f72e70.entry.js} +1 -1
- package/lib/duet/{p-3c80d2fc.entry.js → p-2a3b1a2e.entry.js} +1 -1
- package/lib/duet/{p-6c022105.system.entry.js → p-2b320481.system.entry.js} +1 -1
- package/lib/duet/p-32f7178a.system.js +4 -0
- package/lib/duet/{p-196b2664.entry.js → p-3620ded5.entry.js} +1 -1
- package/lib/duet/{p-7d43d67b.entry.js → p-3904232a.entry.js} +1 -1
- package/lib/duet/{p-c89b1c28.entry.js → p-3b173cbd.entry.js} +1 -1
- package/lib/duet/{p-a9a9d22b.system.entry.js → p-430acad4.system.entry.js} +1 -1
- package/lib/duet/{p-5bde4aed.system.entry.js → p-4463946b.system.entry.js} +1 -1
- package/lib/duet/{p-cb1f9512.system.entry.js → p-44e9b1c8.system.entry.js} +1 -1
- package/lib/duet/p-49ce11a1.entry.js +4 -0
- package/lib/duet/{p-5d286e53.system.entry.js → p-4d6feeb5.system.entry.js} +1 -1
- package/lib/duet/{p-b4e8f605.system.entry.js → p-4d767c61.system.entry.js} +1 -1
- package/lib/duet/{p-94d496e1.system.entry.js → p-4f1fe415.system.entry.js} +1 -1
- package/lib/duet/{p-de3c0f4d.js → p-532e9db7.js} +1 -1
- package/lib/duet/{p-0250c7b7.system.entry.js → p-55fd512b.system.entry.js} +1 -1
- package/lib/duet/{p-398a79a0.js → p-588be556.js} +1 -1
- package/lib/duet/{p-f8a52ab0.entry.js → p-5af6d9e2.entry.js} +1 -1
- package/lib/duet/{p-626a5916.entry.js → p-5e1d64d8.entry.js} +1 -1
- package/lib/duet/{p-422c0465.system.entry.js → p-5f6452ce.system.entry.js} +1 -1
- package/lib/duet/{p-b57a4b2d.system.entry.js → p-60e29f52.system.entry.js} +1 -1
- package/lib/duet/{p-29157f26.system.entry.js → p-613c4099.system.entry.js} +1 -1
- package/lib/duet/{p-f0e4f685.system.entry.js → p-61444a3d.system.entry.js} +1 -1
- package/lib/duet/{p-9ef03ba6.js → p-6aca8584.js} +1 -1
- package/lib/duet/{p-0c83d107.system.entry.js → p-6e5f2016.system.entry.js} +1 -1
- package/lib/duet/{p-0930ce38.system.entry.js → p-6f93638a.system.entry.js} +1 -1
- package/lib/duet/{p-bc23dcde.entry.js → p-71105750.entry.js} +1 -1
- package/lib/duet/{p-3bbfe384.entry.js → p-73c6e5fb.entry.js} +1 -1
- package/lib/duet/{p-af3a016a.system.entry.js → p-751f6957.system.entry.js} +1 -1
- package/lib/duet/{p-920f9ff2.system.js → p-77600ed7.system.js} +1 -1
- package/lib/duet/{p-32883741.system.entry.js → p-77ca874f.system.entry.js} +1 -1
- package/lib/duet/{p-4427f4b2.entry.js → p-787f9eba.entry.js} +1 -1
- package/lib/duet/{p-8a91c7bb.system.entry.js → p-7ad2cb10.system.entry.js} +1 -1
- package/lib/duet/p-7de4d97d.entry.js +4 -0
- package/lib/duet/{p-20b5e96b.system.entry.js → p-8107aeb5.system.entry.js} +1 -1
- package/lib/duet/{p-a687eeaa.system.entry.js → p-86cb85b9.system.entry.js} +1 -1
- package/lib/duet/{p-d644302f.js → p-875ae637.js} +1 -1
- package/lib/duet/{p-39e1c6da.system.entry.js → p-8aafa8e7.system.entry.js} +1 -1
- package/lib/duet/{p-8bcd7936.entry.js → p-8b09a46f.entry.js} +1 -1
- package/lib/duet/{p-9059b7e3.entry.js → p-8c08e7ba.entry.js} +1 -1
- package/lib/duet/p-8e8f8b29.entry.js +4 -0
- package/lib/duet/{p-012e33e8.entry.js → p-9094fcf8.entry.js} +1 -1
- package/lib/duet/{p-2ebf682d.entry.js → p-988a781d.entry.js} +1 -1
- package/lib/duet/{p-194f22b3.system.entry.js → p-a395d4bc.system.entry.js} +1 -1
- package/lib/duet/{p-3f1c98d0.entry.js → p-a585113b.entry.js} +1 -1
- package/lib/duet/{p-e233e6ed.entry.js → p-aa8973fc.entry.js} +1 -1
- package/lib/duet/{p-b014fdca.entry.js → p-ab7f4070.entry.js} +1 -1
- package/lib/duet/{p-278340d9.system.entry.js → p-ab89d948.system.entry.js} +1 -1
- package/lib/duet/{p-14a2d6f2.entry.js → p-aef02083.entry.js} +1 -1
- package/lib/duet/{p-24978396.entry.js → p-afdc57da.entry.js} +1 -1
- package/lib/duet/{p-a124d4a0.entry.js → p-b2abaa9e.entry.js} +1 -1
- package/lib/duet/{p-68419f1e.entry.js → p-b55e55b5.entry.js} +1 -1
- package/lib/duet/{p-007d0250.system.entry.js → p-bbc91480.system.entry.js} +1 -1
- package/lib/duet/{p-ecc8ec3e.entry.js → p-bbe1a2cd.entry.js} +1 -1
- package/lib/duet/{p-9bd36dc0.system.entry.js → p-bd3c926c.system.entry.js} +1 -1
- package/lib/duet/{p-3feb442e.system.entry.js → p-bec16aea.system.entry.js} +1 -1
- package/lib/duet/p-bf59e11d.entry.js +4 -0
- package/lib/duet/{p-d5ef1959.system.entry.js → p-c4217626.system.entry.js} +1 -1
- package/lib/duet/{p-e1a1e52d.system.entry.js → p-c5f6ea62.system.entry.js} +1 -1
- package/lib/duet/{p-6ebb40da.entry.js → p-c6d05091.entry.js} +1 -1
- package/lib/duet/{p-c3d3f68d.system.entry.js → p-c73a591d.system.entry.js} +1 -1
- package/lib/duet/{p-35eaa5a8.entry.js → p-c863a0d1.entry.js} +1 -1
- package/lib/duet/{p-33300690.entry.js → p-c986532d.entry.js} +1 -1
- package/lib/duet/{p-b43a8c7a.entry.js → p-caa49454.entry.js} +1 -1
- package/lib/duet/{p-ddf8a652.system.entry.js → p-ccb0de84.system.entry.js} +1 -1
- package/lib/duet/{p-18cc5627.system.js → p-d209191d.system.js} +1 -1
- package/lib/duet/{p-4f235805.entry.js → p-defba7cd.entry.js} +1 -1
- package/lib/duet/{p-b9e9ac80.system.js → p-df785776.system.js} +1 -1
- package/lib/duet/{p-ea60602a.entry.js → p-e9862947.entry.js} +1 -1
- package/lib/duet/{p-b9b19fe9.entry.js → p-eb74c96e.entry.js} +1 -1
- package/lib/duet/{p-f96da661.entry.js → p-ece47184.entry.js} +1 -1
- package/lib/duet/{p-178e0ae7.entry.js → p-f09f968c.entry.js} +1 -1
- package/lib/duet/{p-2171d336.entry.js → p-f97776be.entry.js} +1 -1
- package/lib/duet/{p-1c0fdc62.system.entry.js → p-fe8fc877.system.entry.js} +1 -1
- package/lib/esm/duet-action-button.entry.js +3 -3
- package/lib/esm/duet-alert.entry.js +1 -1
- package/lib/esm/duet-badge.entry.js +1 -1
- package/lib/esm/duet-breadcrumb.entry.js +1 -1
- package/lib/esm/duet-breadcrumbs.entry.js +1 -1
- package/lib/esm/duet-button_2.entry.js +3 -3
- package/lib/esm/duet-caption_4.entry.js +3 -3
- package/lib/esm/duet-card.entry.js +6 -5
- package/lib/esm/duet-checkbox.entry.js +1 -1
- package/lib/esm/duet-choice_2.entry.js +4 -4
- package/lib/esm/duet-collapsible.entry.js +2 -2
- package/lib/esm/duet-combobox.entry.js +1 -1
- package/lib/esm/duet-cookie-consent.entry.js +1 -1
- package/lib/esm/duet-date-picker.entry.js +2 -2
- package/lib/esm/duet-divider_2.entry.js +1 -1
- package/lib/esm/duet-editable-table_3.entry.js +17 -14
- package/lib/esm/duet-empty-state.entry.js +1 -1
- package/lib/esm/duet-fieldset.entry.js +1 -1
- package/lib/esm/duet-footer.entry.js +1 -1
- package/lib/esm/duet-grid_2.entry.js +2 -2
- package/lib/esm/duet-header_2.entry.js +3 -3
- package/lib/esm/duet-hero.entry.js +1 -1
- package/lib/esm/duet-icon.entry.js +3 -3
- package/lib/esm/duet-input_2.entry.js +1 -1
- package/lib/esm/duet-layout.entry.js +1 -1
- package/lib/esm/duet-list_2.entry.js +1 -1
- package/lib/esm/duet-modal.entry.js +2 -2
- package/lib/esm/duet-notification_2.entry.js +1 -1
- package/lib/esm/duet-number-input.entry.js +1 -1
- package/lib/esm/duet-pagination_2.entry.js +1 -1
- package/lib/esm/duet-progress.entry.js +1 -1
- package/lib/esm/duet-radio_2.entry.js +1 -1
- package/lib/esm/duet-range-slider.entry.js +2 -2
- package/lib/esm/duet-scrollable_3.entry.js +1 -1
- package/lib/esm/duet-select.entry.js +1 -1
- package/lib/esm/duet-step_2.entry.js +1 -1
- package/lib/esm/duet-textarea.entry.js +1 -1
- package/lib/esm/duet-toggle.entry.js +1 -1
- package/lib/esm/duet-tooltip.entry.js +1 -1
- package/lib/esm/duet-tray.entry.js +2 -2
- package/lib/esm/duet-upload-aria-status.entry.js +1 -1
- package/lib/esm/duet-visually-hidden.entry.js +1 -1
- package/lib/esm/duet.js +1 -1
- package/lib/esm/focus-utils-236f580e.js +18 -0
- package/lib/esm/{index-0d0e51b6.js → index-b601aac1.js} +1 -1
- package/lib/esm/loader.js +1 -1
- package/lib/esm/token-utils-ebf797ab.js +92 -0
- package/lib/esm/tokens-b9d87fda.js +459 -0
- package/lib/esm/{tokens.module-f4572ed7.js → tokens.module-385c4cf8.js} +12 -10
- package/lib/esm-es5/duet-action-button.entry.js +1 -1
- package/lib/esm-es5/duet-alert.entry.js +1 -1
- package/lib/esm-es5/duet-badge.entry.js +1 -1
- package/lib/esm-es5/duet-breadcrumb.entry.js +1 -1
- package/lib/esm-es5/duet-breadcrumbs.entry.js +1 -1
- package/lib/esm-es5/duet-button_2.entry.js +1 -1
- package/lib/esm-es5/duet-caption_4.entry.js +1 -1
- package/lib/esm-es5/duet-card.entry.js +1 -1
- package/lib/esm-es5/duet-checkbox.entry.js +1 -1
- package/lib/esm-es5/duet-choice_2.entry.js +1 -1
- package/lib/esm-es5/duet-collapsible.entry.js +2 -2
- package/lib/esm-es5/duet-combobox.entry.js +1 -1
- package/lib/esm-es5/duet-cookie-consent.entry.js +1 -1
- package/lib/esm-es5/duet-date-picker.entry.js +1 -1
- package/lib/esm-es5/duet-divider_2.entry.js +1 -1
- package/lib/esm-es5/duet-editable-table_3.entry.js +1 -1
- package/lib/esm-es5/duet-empty-state.entry.js +1 -1
- package/lib/esm-es5/duet-fieldset.entry.js +1 -1
- package/lib/esm-es5/duet-footer.entry.js +1 -1
- package/lib/esm-es5/duet-grid_2.entry.js +1 -1
- package/lib/esm-es5/duet-header_2.entry.js +1 -1
- package/lib/esm-es5/duet-hero.entry.js +1 -1
- package/lib/esm-es5/duet-icon.entry.js +1 -1
- package/lib/esm-es5/duet-input_2.entry.js +1 -1
- package/lib/esm-es5/duet-layout.entry.js +1 -1
- package/lib/esm-es5/duet-list_2.entry.js +1 -1
- package/lib/esm-es5/duet-modal.entry.js +1 -1
- package/lib/esm-es5/duet-notification_2.entry.js +1 -1
- package/lib/esm-es5/duet-number-input.entry.js +1 -1
- package/lib/esm-es5/duet-pagination_2.entry.js +1 -1
- package/lib/esm-es5/duet-progress.entry.js +1 -1
- package/lib/esm-es5/duet-radio_2.entry.js +1 -1
- package/lib/esm-es5/duet-range-slider.entry.js +1 -1
- package/lib/esm-es5/duet-scrollable_3.entry.js +1 -1
- package/lib/esm-es5/duet-select.entry.js +1 -1
- package/lib/esm-es5/duet-step_2.entry.js +1 -1
- package/lib/esm-es5/duet-textarea.entry.js +2 -2
- package/lib/esm-es5/duet-toggle.entry.js +1 -1
- package/lib/esm-es5/duet-tooltip.entry.js +1 -1
- package/lib/esm-es5/duet-tray.entry.js +1 -1
- package/lib/esm-es5/duet-upload-aria-status.entry.js +1 -1
- package/lib/esm-es5/duet-visually-hidden.entry.js +1 -1
- package/lib/esm-es5/duet.js +1 -1
- package/lib/esm-es5/focus-utils-236f580e.js +4 -0
- package/lib/esm-es5/{index-0d0e51b6.js → index-b601aac1.js} +1 -1
- package/lib/esm-es5/loader.js +1 -1
- package/lib/esm-es5/{token-utils-df78f4d8.js → token-utils-ebf797ab.js} +1 -1
- package/lib/esm-es5/tokens-b9d87fda.js +4 -0
- package/lib/esm-es5/{tokens.module-f4572ed7.js → tokens.module-385c4cf8.js} +1 -1
- package/lib/types/components/duet-card/duet-card.d.ts +2 -0
- package/lib/types/components/duet-upload/duet-upload.d.ts +8 -8
- package/lib/types/components.d.ts +4 -4
- package/package.json +5 -5
- package/lib/custom-elements-bundle/index.d.ts +0 -399
- package/lib/custom-elements-bundle/index.js +0 -14109
- package/lib/duet/p-16d21cef.entry.js +0 -4
- package/lib/duet/p-6002f3d2.system.js +0 -4
- package/lib/duet/p-79817456.entry.js +0 -4
- package/lib/duet/p-835f4429.entry.js +0 -4
- package/lib/duet/p-a93a04b9.system.js +0 -4
- package/lib/duet/p-b6ef2e72.entry.js +0 -4
- package/lib/duet/p-d1746325.js +0 -4
- package/lib/esm-es5/focus-utils-9e76623d.js +0 -4
- package/lib/esm-es5/tokens-8ff8c570.js +0 -4
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { r as registerInstance, c as createEvent, h, g as getElement, H as Host } from './index-
|
|
4
|
+
import { r as registerInstance, c as createEvent, h, g as getElement, H as Host } from './index-b601aac1.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
|
|
6
6
|
import { c as createID } from './create-id-981107da.js';
|
|
7
7
|
import { i as isKeyboardClick } from './keyboard-utils-88ea1007.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-
|
|
4
|
+
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-b601aac1.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
|
|
6
6
|
import { c as createID } from './create-id-981107da.js';
|
|
7
7
|
import { c as cleanValue } from './input-utils-de45e099.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-
|
|
4
|
+
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-b601aac1.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
|
|
6
6
|
import { c as createID } from './create-id-981107da.js';
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { r as registerInstance, h, H as Host, g as getElement } from './index-
|
|
4
|
+
import { r as registerInstance, h, H as Host, g as getElement } from './index-b601aac1.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
|
|
6
6
|
import { c as createID } from './create-id-981107da.js';
|
|
7
7
|
import { a as getLanguage, g as getLocaleString } from './language-utils-bf701d37.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { r as registerInstance, h, F as Fragment, g as getElement } from './index-
|
|
5
|
-
import { s as sizeHeader } from './tokens.module-
|
|
4
|
+
import { r as registerInstance, h, F as Fragment, g as getElement } from './index-b601aac1.js';
|
|
5
|
+
import { s as sizeHeader } from './tokens.module-385c4cf8.js';
|
|
6
6
|
import { i as inheritGlobalTheme } from './themeable-component-cb76be7c.js';
|
|
7
7
|
import { c as createID } from './create-id-981107da.js';
|
|
8
8
|
import { a as getLanguage, g as getLocaleString } from './language-utils-bf701d37.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { r as registerInstance, h, H as Host } from './index-
|
|
4
|
+
import { r as registerInstance, h, H as Host } from './index-b601aac1.js';
|
|
5
5
|
|
|
6
6
|
const duetVisuallyHiddenCss = ":host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;position:absolute !important;top:0;width:1px !important;height:1px !important;padding:0 !important;overflow:hidden !important;clip:rect(1px, 1px, 1px, 1px) !important;border:0 !important}";
|
|
7
7
|
|
package/lib/esm/duet.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { d as doc, N as NAMESPACE, w as win, p as promiseResolve, b as bootstrapLazy } from './index-
|
|
4
|
+
import { d as doc, N as NAMESPACE, w as win, p as promiseResolve, b as bootstrapLazy } from './index-b601aac1.js';
|
|
5
5
|
import { g as globalScripts } from './app-globals-6641e444.js';
|
|
6
6
|
|
|
7
7
|
/*
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Built with Duet Design System
|
|
3
|
+
*/
|
|
4
|
+
import { h } from './index-b601aac1.js';
|
|
5
|
+
|
|
6
|
+
const focusElement = (element) => {
|
|
7
|
+
if ("setFocus" in element) {
|
|
8
|
+
element.setFocus();
|
|
9
|
+
}
|
|
10
|
+
else {
|
|
11
|
+
element.focus();
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
const FocusGuard = ({ moveFocusTo }) => {
|
|
15
|
+
return h("div", { class: "duet-focus-guard", "aria-hidden": "true", tabIndex: 0, onFocus: () => focusElement(moveFocusTo) });
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
export { FocusGuard as F, focusElement as f };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
4
|
const NAMESPACE = 'duet';
|
|
5
|
-
const Env = /* duet */ {"cdnURILocal":"http://0.0.0.0:3334","cdnURIProd":"https://cdn.duetds.com/api","duetIconVersion":"3.0.
|
|
5
|
+
const Env = /* duet */ {"cdnURILocal":"http://0.0.0.0:3334","cdnURIProd":"https://cdn.duetds.com/api","duetIconVersion":"3.0.4"};
|
|
6
6
|
|
|
7
7
|
let scopeId;
|
|
8
8
|
let contentRef;
|
package/lib/esm/loader.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as promiseResolve, b as bootstrapLazy } from './index-
|
|
4
|
+
import { p as promiseResolve, b as bootstrapLazy } from './index-b601aac1.js';
|
|
5
5
|
import { g as globalScripts } from './app-globals-6641e444.js';
|
|
6
6
|
|
|
7
7
|
/*
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Built with Duet Design System
|
|
3
|
+
*/
|
|
4
|
+
import { t as tokens } from './tokens.module-385c4cf8.js';
|
|
5
|
+
|
|
6
|
+
const allowedThemes = ["turva"];
|
|
7
|
+
function isDashCase(str) {
|
|
8
|
+
const dash = str.includes("-");
|
|
9
|
+
const barredString = str.includes(" ") || str.includes("_");
|
|
10
|
+
const barredStartingString = str.charAt(0) === "-";
|
|
11
|
+
return dash && !barredString && !barredStartingString;
|
|
12
|
+
}
|
|
13
|
+
function capitalize(str = "") {
|
|
14
|
+
return `${str.charAt(0).toUpperCase()}${str.slice(1)}`;
|
|
15
|
+
}
|
|
16
|
+
function lowerCaseFirst(str = "") {
|
|
17
|
+
return `${str.charAt(0).toLowerCase()}${str.slice(1)}`;
|
|
18
|
+
}
|
|
19
|
+
function camelize(str = "") {
|
|
20
|
+
const arr = str.split("-");
|
|
21
|
+
//loop through each element of the array and capitalize the first letter.'
|
|
22
|
+
arr.forEach((string, index) => {
|
|
23
|
+
arr[index] = capitalize(string);
|
|
24
|
+
});
|
|
25
|
+
return arr.join("");
|
|
26
|
+
}
|
|
27
|
+
function getTheme(theme = "") {
|
|
28
|
+
if (allowedThemes.includes(theme.toLowerCase())) {
|
|
29
|
+
return theme.toLowerCase();
|
|
30
|
+
}
|
|
31
|
+
return "";
|
|
32
|
+
}
|
|
33
|
+
function capitalizeFirstLetter(string) {
|
|
34
|
+
return string.charAt(0).toUpperCase() + string.slice(1);
|
|
35
|
+
}
|
|
36
|
+
function hasType(t, str = "") {
|
|
37
|
+
return str.indexOf(capitalizeFirstLetter(t)) === 0 || str.indexOf(t) === 0;
|
|
38
|
+
}
|
|
39
|
+
function addPrefix(prefix, str = "") {
|
|
40
|
+
if (str && !isDashCase(str) && !hasType(prefix, str)) {
|
|
41
|
+
return `${prefix}${capitalize(str)}`;
|
|
42
|
+
}
|
|
43
|
+
return str;
|
|
44
|
+
}
|
|
45
|
+
function addTheme(str, theme) {
|
|
46
|
+
const hasTheme = getTheme(theme).length;
|
|
47
|
+
if (hasTheme && str.indexOf(theme) === -1) {
|
|
48
|
+
return `${str}${capitalize(theme)}`;
|
|
49
|
+
}
|
|
50
|
+
return str;
|
|
51
|
+
}
|
|
52
|
+
function getColorByName(name, theme = "") {
|
|
53
|
+
if (!name) {
|
|
54
|
+
return undefined;
|
|
55
|
+
}
|
|
56
|
+
const defaultColor = convertToColorName(name);
|
|
57
|
+
const themedColor = convertToColorName(name, theme);
|
|
58
|
+
// lets just try to get the color first to save some cycles
|
|
59
|
+
let resolvedToken = tokens[themedColor];
|
|
60
|
+
if (!resolvedToken) {
|
|
61
|
+
resolvedToken = tokens[defaultColor];
|
|
62
|
+
}
|
|
63
|
+
return resolvedToken;
|
|
64
|
+
}
|
|
65
|
+
function convertToColorName(name = "", theme = "") {
|
|
66
|
+
let colorResolution = name;
|
|
67
|
+
const dash = isDashCase(name);
|
|
68
|
+
if (dash) {
|
|
69
|
+
colorResolution = camelize(colorResolution);
|
|
70
|
+
}
|
|
71
|
+
colorResolution = addPrefix("color", colorResolution);
|
|
72
|
+
colorResolution = addTheme(colorResolution, theme);
|
|
73
|
+
// takes care of the case where colorPrimaryDark ends up with ColorPrimaryDark
|
|
74
|
+
colorResolution = lowerCaseFirst(colorResolution);
|
|
75
|
+
return colorResolution;
|
|
76
|
+
}
|
|
77
|
+
function shadeRGBColor(color, percent) {
|
|
78
|
+
const f = color.split(","), t = percent < 0 ? 0 : 255, p = percent < 0 ? percent * -1 : percent;
|
|
79
|
+
let R = parseInt(f[0].slice(4)), G = parseInt(f[1]), B = parseInt(f[2]);
|
|
80
|
+
R = Math.round((t - R) * p) + R;
|
|
81
|
+
G = Math.round((t - G) * p) + G;
|
|
82
|
+
B = Math.round((t - B) * p) + B;
|
|
83
|
+
R = R < 0 ? 0 : R;
|
|
84
|
+
R = R > 255 ? 255 : R;
|
|
85
|
+
G = G < 0 ? 0 : G;
|
|
86
|
+
G = G > 255 ? 255 : G;
|
|
87
|
+
B = B < 0 ? 0 : B;
|
|
88
|
+
B = B > 255 ? 255 : B;
|
|
89
|
+
return `rgb(${R},${G},${B})`;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
export { capitalizeFirstLetter as c, getColorByName as g, shadeRGBColor as s };
|
|
@@ -0,0 +1,459 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Built with Duet Design System
|
|
3
|
+
*/
|
|
4
|
+
const color_warning = "rgb(247, 178, 40)";
|
|
5
|
+
const color_gray_darker = "rgb(101, 119, 135)";
|
|
6
|
+
const color_gray_lighter = "rgb(245, 248, 250)";
|
|
7
|
+
const color_category_home = "rgb(211, 36, 131)";
|
|
8
|
+
const color_primary = "rgb(0, 119, 179)";
|
|
9
|
+
const color_category_vehicle = "rgb(54, 74, 129)";
|
|
10
|
+
const color_success = "rgb(0, 135, 90)";
|
|
11
|
+
const color_category_family = "rgb(11, 114, 136)";
|
|
12
|
+
const color_primary_lightest = "rgb(243, 249, 252)";
|
|
13
|
+
const color_primary_lighter = "rgb(230, 242, 248)";
|
|
14
|
+
const color_brand_blue = "rgb(0, 161, 212)";
|
|
15
|
+
const color_primary_dark = "rgb(0, 77, 128)";
|
|
16
|
+
const color_gray_lightest = "rgb(255, 255, 255)";
|
|
17
|
+
const color_category_finance = "rgb(122, 1, 196)";
|
|
18
|
+
const color_gray_dark = "rgb(144, 149, 153)";
|
|
19
|
+
const color_gray_light = "rgb(225, 227, 230)";
|
|
20
|
+
const color_secondary = "rgb(0, 41, 77)";
|
|
21
|
+
const color_category_pet = "rgb(168, 1, 78)";
|
|
22
|
+
const color_primary_light = "rgb(205, 229, 241)";
|
|
23
|
+
const color_category_travel = "rgb(213, 66, 3)";
|
|
24
|
+
const color_gray = "rgb(207, 210, 212)";
|
|
25
|
+
const color_danger = "rgb(222, 35, 98)";
|
|
26
|
+
const color_gray_darker_turva = "rgb(68, 68, 69)";
|
|
27
|
+
const color_gray_lighter_turva = "rgb(245, 245, 247)";
|
|
28
|
+
const color_category_home_turva = "rgb(161, 10, 78)";
|
|
29
|
+
const color_primary_turva = "rgb(198, 12, 48)";
|
|
30
|
+
const color_category_vehicle_turva = "rgb(23, 28, 58)";
|
|
31
|
+
const color_success_turva = "rgb(8, 135, 78)";
|
|
32
|
+
const color_primary_lightest_turva = "rgb(252, 243, 244)";
|
|
33
|
+
const color_category_family_turva = "rgb(199, 12, 112)";
|
|
34
|
+
const color_category_union_turva = "rgb(169, 69, 124)";
|
|
35
|
+
const color_primary_lighter_turva = "rgb(249, 230, 234)";
|
|
36
|
+
const color_primary_dark_turva = "rgb(148, 9, 37)";
|
|
37
|
+
const color_gray_lightest_turva = "rgb(255, 255, 255)";
|
|
38
|
+
const color_gray_dark_turva = "rgb(116, 116, 117)";
|
|
39
|
+
const color_gray_light_turva = "rgb(228, 228, 230)";
|
|
40
|
+
const color_brand_gray_turva = "rgb(178, 180, 179)";
|
|
41
|
+
const color_secondary_turva = "rgb(23, 28, 58)";
|
|
42
|
+
const color_primary_light_turva = "rgb(244, 207, 214)";
|
|
43
|
+
const color_category_travel_turva = "rgb(9, 129, 148)";
|
|
44
|
+
const color_gray_turva = "rgb(207, 207, 209)";
|
|
45
|
+
const color_danger_turva = "rgb(224, 42, 13)";
|
|
46
|
+
const color_warning_turva = "rgb(250, 164, 15)";
|
|
47
|
+
const color_data_07 = "rgb(192, 101, 247)";
|
|
48
|
+
const color_data_08 = "rgb(0, 105, 191)";
|
|
49
|
+
const color_data_09 = "rgb(19, 120, 53)";
|
|
50
|
+
const color_data_10 = "rgb(179, 60, 24)";
|
|
51
|
+
const color_data_11 = "rgb(13, 163, 166)";
|
|
52
|
+
const color_data_01 = "rgb(122, 1, 196)";
|
|
53
|
+
const color_data_12 = "rgb(11, 114, 136)";
|
|
54
|
+
const color_data_02 = "rgb(0, 155, 204)";
|
|
55
|
+
const color_data_13 = "rgb(179, 137, 24)";
|
|
56
|
+
const color_data_03 = "rgb(27, 171, 75)";
|
|
57
|
+
const color_data_14 = "rgb(128, 98, 17)";
|
|
58
|
+
const color_data_04 = "rgb(255, 86, 34)";
|
|
59
|
+
const color_data_15 = "rgb(0, 41, 77)";
|
|
60
|
+
const color_data_05 = "rgb(245, 76, 154)";
|
|
61
|
+
const color_data_06 = "rgb(194, 21, 101)";
|
|
62
|
+
const font_weight_extra_bold = "800";
|
|
63
|
+
const letter_spacing_heading = "-0.01rem";
|
|
64
|
+
const font_family_heading_turva = "'turva-sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'";
|
|
65
|
+
const font_family_text_turva = "'turva-sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'";
|
|
66
|
+
const font_family_heading = "'localtapiola-sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'";
|
|
67
|
+
const font_family_text = "'localtapiola-sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'";
|
|
68
|
+
const font_weight_bold = "700";
|
|
69
|
+
const font_weight_normal = "400";
|
|
70
|
+
const font_weight_semi_bold = "600";
|
|
71
|
+
const font_size_xxxx_large = "4.5rem";
|
|
72
|
+
const font_size_xxx_large = "3rem";
|
|
73
|
+
const font_size_xx_large = "2.25rem";
|
|
74
|
+
const font_size_x_large = "1.5rem";
|
|
75
|
+
const font_size_large = "1.25rem";
|
|
76
|
+
const font_size_medium = "1rem";
|
|
77
|
+
const font_size_small = "0.875rem";
|
|
78
|
+
const font_size_x_small = "0.75rem";
|
|
79
|
+
const radius_sharp = "0";
|
|
80
|
+
const radius_default = "4px";
|
|
81
|
+
const radius_circle = "50%";
|
|
82
|
+
const radius_pill = "20rem";
|
|
83
|
+
const shadow_tooltip_turva = "0 2px 10px 0 rgba(117, 117, 117, 0.13)";
|
|
84
|
+
const shadow_default = "0 2px 6px 0 rgba(0, 41, 77, 0.07)";
|
|
85
|
+
const shadow_tooltip = "0 2px 10px 0 rgba(0, 41, 77, 0.07)";
|
|
86
|
+
const shadow_card_turva = "0 2px 6px 0 rgba(117, 117, 117, 0.13), 0 -1px 0 0 rgba(0, 0, 0, 0.09), -1px 0 0 0 rgba(0, 0, 0, 0.07), 1px 0 0 0 rgba(0, 0, 0, 0.07), 0 1px 0 0 rgba(0, 0, 0, 0.07)";
|
|
87
|
+
const shadow_modal = "0 2px 20px 0 rgba(0, 0, 0, 0.2)";
|
|
88
|
+
const shadow_card = "0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 -1px 0 0 rgba(0, 0, 0, 0.09), -1px 0 0 0 rgba(0, 0, 0, 0.07), 1px 0 0 0 rgba(0, 0, 0, 0.07), 0 1px 0 0 rgba(0, 0, 0, 0.07)";
|
|
89
|
+
const shadow_hover_turva = "0 2px 10px 0 rgba(117, 117, 117, 0.15)";
|
|
90
|
+
const shadow_hover = "0 2px 10px 0 rgba(0, 41, 77, 0.1)";
|
|
91
|
+
const shadow_default_turva = "0 2px 6px 0 rgba(117, 117, 117, 0.13)";
|
|
92
|
+
const space_xx_small = "4px";
|
|
93
|
+
const space_large = "20px";
|
|
94
|
+
const space_x_small = "8px";
|
|
95
|
+
const space_xxx_small = "2px";
|
|
96
|
+
const space_small = "12px";
|
|
97
|
+
const space_medium = "16px";
|
|
98
|
+
const space_xx_large = "36px";
|
|
99
|
+
const space_xxxx_large = "72px";
|
|
100
|
+
const space_xxxxx_large = "94px";
|
|
101
|
+
const space_xxx_large = "48px";
|
|
102
|
+
const space_x_large = "28px";
|
|
103
|
+
const size_icon_xx_large = "48px";
|
|
104
|
+
const size_form_border = "1px";
|
|
105
|
+
const size_step_medium = "40px";
|
|
106
|
+
const size_button_min_width = "8rem";
|
|
107
|
+
const size_header = "4rem";
|
|
108
|
+
const size_icon_xxx_large = "72px";
|
|
109
|
+
const size_icon_x_large = "36px";
|
|
110
|
+
const size_icon_xx_small = "10px";
|
|
111
|
+
const size_step_small = "30px";
|
|
112
|
+
const size_navigation = "3rem";
|
|
113
|
+
const size_icon_large = "30px";
|
|
114
|
+
const size_layout_max_width = "1110px";
|
|
115
|
+
const size_tappable_square = "48px";
|
|
116
|
+
const size_icon_x_small = "16px";
|
|
117
|
+
const size_icon_xxx_small = "7px";
|
|
118
|
+
const size_button_border = "2px";
|
|
119
|
+
const size_button_tiny_border = "1px";
|
|
120
|
+
const size_icon_medium = "24px";
|
|
121
|
+
const size_icon_small = "20px";
|
|
122
|
+
const opacity_85 = "0.85";
|
|
123
|
+
const opacity_75 = "0.75";
|
|
124
|
+
const opacity_50 = "0.50";
|
|
125
|
+
const opacity_30 = "0.30";
|
|
126
|
+
const z_index_mask_buttons = "250";
|
|
127
|
+
const z_index_dropdown = "600";
|
|
128
|
+
const z_index_spinner = "800";
|
|
129
|
+
const z_index_default = "1";
|
|
130
|
+
const z_index_toast = "500";
|
|
131
|
+
const z_index_popup = "950";
|
|
132
|
+
const z_index_modal = "900";
|
|
133
|
+
const z_index_sticky = "300";
|
|
134
|
+
const z_index_masked = "100";
|
|
135
|
+
const z_index_deep = "-999999";
|
|
136
|
+
const z_index_overlay = "700";
|
|
137
|
+
const z_index_mask = "200";
|
|
138
|
+
const z_index_header = "400";
|
|
139
|
+
const line_height_medium = "1.5";
|
|
140
|
+
const line_height_small = "1.25";
|
|
141
|
+
const line_height_x_small = "1.1";
|
|
142
|
+
const transition_quickly = "300ms ease";
|
|
143
|
+
const transition_slowly = "600ms ease";
|
|
144
|
+
const media_query_xxx_large = "'(min-width: 106.25em)'";
|
|
145
|
+
const media_query_x_large = "'(min-width: 64.0625em)'";
|
|
146
|
+
const media_query_medium = "'(min-width: 48em)'";
|
|
147
|
+
const media_query_large = "'(min-width: 62em)'";
|
|
148
|
+
const media_query_xx_large = "'(min-width: 76.25em)'";
|
|
149
|
+
const media_query_x_small = "'(max-width: 35.9375em)'";
|
|
150
|
+
const media_query_xxx_small = "'(max-width: 20.5em)'";
|
|
151
|
+
const media_query_small = "'(min-width: 36em)'";
|
|
152
|
+
const media_query_xx_small = "'(max-width: 22.5em)'";
|
|
153
|
+
const tokens = {
|
|
154
|
+
color_warning: color_warning,
|
|
155
|
+
color_gray_darker: color_gray_darker,
|
|
156
|
+
color_gray_lighter: color_gray_lighter,
|
|
157
|
+
color_category_home: color_category_home,
|
|
158
|
+
color_primary: color_primary,
|
|
159
|
+
color_category_vehicle: color_category_vehicle,
|
|
160
|
+
color_success: color_success,
|
|
161
|
+
color_category_family: color_category_family,
|
|
162
|
+
color_primary_lightest: color_primary_lightest,
|
|
163
|
+
color_primary_lighter: color_primary_lighter,
|
|
164
|
+
color_brand_blue: color_brand_blue,
|
|
165
|
+
color_primary_dark: color_primary_dark,
|
|
166
|
+
color_gray_lightest: color_gray_lightest,
|
|
167
|
+
color_category_finance: color_category_finance,
|
|
168
|
+
color_gray_dark: color_gray_dark,
|
|
169
|
+
color_gray_light: color_gray_light,
|
|
170
|
+
color_secondary: color_secondary,
|
|
171
|
+
color_category_pet: color_category_pet,
|
|
172
|
+
color_primary_light: color_primary_light,
|
|
173
|
+
color_category_travel: color_category_travel,
|
|
174
|
+
color_gray: color_gray,
|
|
175
|
+
color_danger: color_danger,
|
|
176
|
+
color_gray_darker_turva: color_gray_darker_turva,
|
|
177
|
+
color_gray_lighter_turva: color_gray_lighter_turva,
|
|
178
|
+
color_category_home_turva: color_category_home_turva,
|
|
179
|
+
color_primary_turva: color_primary_turva,
|
|
180
|
+
color_category_vehicle_turva: color_category_vehicle_turva,
|
|
181
|
+
color_success_turva: color_success_turva,
|
|
182
|
+
color_primary_lightest_turva: color_primary_lightest_turva,
|
|
183
|
+
color_category_family_turva: color_category_family_turva,
|
|
184
|
+
color_category_union_turva: color_category_union_turva,
|
|
185
|
+
color_primary_lighter_turva: color_primary_lighter_turva,
|
|
186
|
+
color_primary_dark_turva: color_primary_dark_turva,
|
|
187
|
+
color_gray_lightest_turva: color_gray_lightest_turva,
|
|
188
|
+
color_gray_dark_turva: color_gray_dark_turva,
|
|
189
|
+
color_gray_light_turva: color_gray_light_turva,
|
|
190
|
+
color_brand_gray_turva: color_brand_gray_turva,
|
|
191
|
+
color_secondary_turva: color_secondary_turva,
|
|
192
|
+
color_primary_light_turva: color_primary_light_turva,
|
|
193
|
+
color_category_travel_turva: color_category_travel_turva,
|
|
194
|
+
color_gray_turva: color_gray_turva,
|
|
195
|
+
color_danger_turva: color_danger_turva,
|
|
196
|
+
color_warning_turva: color_warning_turva,
|
|
197
|
+
color_data_07: color_data_07,
|
|
198
|
+
color_data_08: color_data_08,
|
|
199
|
+
color_data_09: color_data_09,
|
|
200
|
+
color_data_10: color_data_10,
|
|
201
|
+
color_data_11: color_data_11,
|
|
202
|
+
color_data_01: color_data_01,
|
|
203
|
+
color_data_12: color_data_12,
|
|
204
|
+
color_data_02: color_data_02,
|
|
205
|
+
color_data_13: color_data_13,
|
|
206
|
+
color_data_03: color_data_03,
|
|
207
|
+
color_data_14: color_data_14,
|
|
208
|
+
color_data_04: color_data_04,
|
|
209
|
+
color_data_15: color_data_15,
|
|
210
|
+
color_data_05: color_data_05,
|
|
211
|
+
color_data_06: color_data_06,
|
|
212
|
+
font_weight_extra_bold: font_weight_extra_bold,
|
|
213
|
+
letter_spacing_heading: letter_spacing_heading,
|
|
214
|
+
font_family_heading_turva: font_family_heading_turva,
|
|
215
|
+
font_family_text_turva: font_family_text_turva,
|
|
216
|
+
font_family_heading: font_family_heading,
|
|
217
|
+
font_family_text: font_family_text,
|
|
218
|
+
font_weight_bold: font_weight_bold,
|
|
219
|
+
font_weight_normal: font_weight_normal,
|
|
220
|
+
font_weight_semi_bold: font_weight_semi_bold,
|
|
221
|
+
font_size_xxxx_large: font_size_xxxx_large,
|
|
222
|
+
font_size_xxx_large: font_size_xxx_large,
|
|
223
|
+
font_size_xx_large: font_size_xx_large,
|
|
224
|
+
font_size_x_large: font_size_x_large,
|
|
225
|
+
font_size_large: font_size_large,
|
|
226
|
+
font_size_medium: font_size_medium,
|
|
227
|
+
font_size_small: font_size_small,
|
|
228
|
+
font_size_x_small: font_size_x_small,
|
|
229
|
+
radius_sharp: radius_sharp,
|
|
230
|
+
radius_default: radius_default,
|
|
231
|
+
radius_circle: radius_circle,
|
|
232
|
+
radius_pill: radius_pill,
|
|
233
|
+
shadow_tooltip_turva: shadow_tooltip_turva,
|
|
234
|
+
shadow_default: shadow_default,
|
|
235
|
+
shadow_tooltip: shadow_tooltip,
|
|
236
|
+
shadow_card_turva: shadow_card_turva,
|
|
237
|
+
shadow_modal: shadow_modal,
|
|
238
|
+
shadow_card: shadow_card,
|
|
239
|
+
shadow_hover_turva: shadow_hover_turva,
|
|
240
|
+
shadow_hover: shadow_hover,
|
|
241
|
+
shadow_default_turva: shadow_default_turva,
|
|
242
|
+
space_xx_small: space_xx_small,
|
|
243
|
+
space_large: space_large,
|
|
244
|
+
space_x_small: space_x_small,
|
|
245
|
+
space_xxx_small: space_xxx_small,
|
|
246
|
+
space_small: space_small,
|
|
247
|
+
space_medium: space_medium,
|
|
248
|
+
space_xx_large: space_xx_large,
|
|
249
|
+
space_xxxx_large: space_xxxx_large,
|
|
250
|
+
space_xxxxx_large: space_xxxxx_large,
|
|
251
|
+
space_xxx_large: space_xxx_large,
|
|
252
|
+
space_x_large: space_x_large,
|
|
253
|
+
size_icon_xx_large: size_icon_xx_large,
|
|
254
|
+
size_form_border: size_form_border,
|
|
255
|
+
size_step_medium: size_step_medium,
|
|
256
|
+
size_button_min_width: size_button_min_width,
|
|
257
|
+
size_header: size_header,
|
|
258
|
+
size_icon_xxx_large: size_icon_xxx_large,
|
|
259
|
+
size_icon_x_large: size_icon_x_large,
|
|
260
|
+
size_icon_xx_small: size_icon_xx_small,
|
|
261
|
+
size_step_small: size_step_small,
|
|
262
|
+
size_navigation: size_navigation,
|
|
263
|
+
size_icon_large: size_icon_large,
|
|
264
|
+
size_layout_max_width: size_layout_max_width,
|
|
265
|
+
size_tappable_square: size_tappable_square,
|
|
266
|
+
size_icon_x_small: size_icon_x_small,
|
|
267
|
+
size_icon_xxx_small: size_icon_xxx_small,
|
|
268
|
+
size_button_border: size_button_border,
|
|
269
|
+
size_button_tiny_border: size_button_tiny_border,
|
|
270
|
+
size_icon_medium: size_icon_medium,
|
|
271
|
+
size_icon_small: size_icon_small,
|
|
272
|
+
opacity_85: opacity_85,
|
|
273
|
+
opacity_75: opacity_75,
|
|
274
|
+
opacity_50: opacity_50,
|
|
275
|
+
opacity_30: opacity_30,
|
|
276
|
+
z_index_mask_buttons: z_index_mask_buttons,
|
|
277
|
+
z_index_dropdown: z_index_dropdown,
|
|
278
|
+
z_index_spinner: z_index_spinner,
|
|
279
|
+
z_index_default: z_index_default,
|
|
280
|
+
z_index_toast: z_index_toast,
|
|
281
|
+
z_index_popup: z_index_popup,
|
|
282
|
+
z_index_modal: z_index_modal,
|
|
283
|
+
z_index_sticky: z_index_sticky,
|
|
284
|
+
z_index_masked: z_index_masked,
|
|
285
|
+
z_index_deep: z_index_deep,
|
|
286
|
+
z_index_overlay: z_index_overlay,
|
|
287
|
+
z_index_mask: z_index_mask,
|
|
288
|
+
z_index_header: z_index_header,
|
|
289
|
+
line_height_medium: line_height_medium,
|
|
290
|
+
line_height_small: line_height_small,
|
|
291
|
+
line_height_x_small: line_height_x_small,
|
|
292
|
+
transition_quickly: transition_quickly,
|
|
293
|
+
transition_slowly: transition_slowly,
|
|
294
|
+
media_query_xxx_large: media_query_xxx_large,
|
|
295
|
+
media_query_x_large: media_query_x_large,
|
|
296
|
+
media_query_medium: media_query_medium,
|
|
297
|
+
media_query_large: media_query_large,
|
|
298
|
+
media_query_xx_large: media_query_xx_large,
|
|
299
|
+
media_query_x_small: media_query_x_small,
|
|
300
|
+
media_query_xxx_small: media_query_xxx_small,
|
|
301
|
+
media_query_small: media_query_small,
|
|
302
|
+
media_query_xx_small: media_query_xx_small
|
|
303
|
+
};
|
|
304
|
+
|
|
305
|
+
const tokens$1 = /*#__PURE__*/Object.freeze({
|
|
306
|
+
__proto__: null,
|
|
307
|
+
color_warning: color_warning,
|
|
308
|
+
color_gray_darker: color_gray_darker,
|
|
309
|
+
color_gray_lighter: color_gray_lighter,
|
|
310
|
+
color_category_home: color_category_home,
|
|
311
|
+
color_primary: color_primary,
|
|
312
|
+
color_category_vehicle: color_category_vehicle,
|
|
313
|
+
color_success: color_success,
|
|
314
|
+
color_category_family: color_category_family,
|
|
315
|
+
color_primary_lightest: color_primary_lightest,
|
|
316
|
+
color_primary_lighter: color_primary_lighter,
|
|
317
|
+
color_brand_blue: color_brand_blue,
|
|
318
|
+
color_primary_dark: color_primary_dark,
|
|
319
|
+
color_gray_lightest: color_gray_lightest,
|
|
320
|
+
color_category_finance: color_category_finance,
|
|
321
|
+
color_gray_dark: color_gray_dark,
|
|
322
|
+
color_gray_light: color_gray_light,
|
|
323
|
+
color_secondary: color_secondary,
|
|
324
|
+
color_category_pet: color_category_pet,
|
|
325
|
+
color_primary_light: color_primary_light,
|
|
326
|
+
color_category_travel: color_category_travel,
|
|
327
|
+
color_gray: color_gray,
|
|
328
|
+
color_danger: color_danger,
|
|
329
|
+
color_gray_darker_turva: color_gray_darker_turva,
|
|
330
|
+
color_gray_lighter_turva: color_gray_lighter_turva,
|
|
331
|
+
color_category_home_turva: color_category_home_turva,
|
|
332
|
+
color_primary_turva: color_primary_turva,
|
|
333
|
+
color_category_vehicle_turva: color_category_vehicle_turva,
|
|
334
|
+
color_success_turva: color_success_turva,
|
|
335
|
+
color_primary_lightest_turva: color_primary_lightest_turva,
|
|
336
|
+
color_category_family_turva: color_category_family_turva,
|
|
337
|
+
color_category_union_turva: color_category_union_turva,
|
|
338
|
+
color_primary_lighter_turva: color_primary_lighter_turva,
|
|
339
|
+
color_primary_dark_turva: color_primary_dark_turva,
|
|
340
|
+
color_gray_lightest_turva: color_gray_lightest_turva,
|
|
341
|
+
color_gray_dark_turva: color_gray_dark_turva,
|
|
342
|
+
color_gray_light_turva: color_gray_light_turva,
|
|
343
|
+
color_brand_gray_turva: color_brand_gray_turva,
|
|
344
|
+
color_secondary_turva: color_secondary_turva,
|
|
345
|
+
color_primary_light_turva: color_primary_light_turva,
|
|
346
|
+
color_category_travel_turva: color_category_travel_turva,
|
|
347
|
+
color_gray_turva: color_gray_turva,
|
|
348
|
+
color_danger_turva: color_danger_turva,
|
|
349
|
+
color_warning_turva: color_warning_turva,
|
|
350
|
+
color_data_07: color_data_07,
|
|
351
|
+
color_data_08: color_data_08,
|
|
352
|
+
color_data_09: color_data_09,
|
|
353
|
+
color_data_10: color_data_10,
|
|
354
|
+
color_data_11: color_data_11,
|
|
355
|
+
color_data_01: color_data_01,
|
|
356
|
+
color_data_12: color_data_12,
|
|
357
|
+
color_data_02: color_data_02,
|
|
358
|
+
color_data_13: color_data_13,
|
|
359
|
+
color_data_03: color_data_03,
|
|
360
|
+
color_data_14: color_data_14,
|
|
361
|
+
color_data_04: color_data_04,
|
|
362
|
+
color_data_15: color_data_15,
|
|
363
|
+
color_data_05: color_data_05,
|
|
364
|
+
color_data_06: color_data_06,
|
|
365
|
+
font_weight_extra_bold: font_weight_extra_bold,
|
|
366
|
+
letter_spacing_heading: letter_spacing_heading,
|
|
367
|
+
font_family_heading_turva: font_family_heading_turva,
|
|
368
|
+
font_family_text_turva: font_family_text_turva,
|
|
369
|
+
font_family_heading: font_family_heading,
|
|
370
|
+
font_family_text: font_family_text,
|
|
371
|
+
font_weight_bold: font_weight_bold,
|
|
372
|
+
font_weight_normal: font_weight_normal,
|
|
373
|
+
font_weight_semi_bold: font_weight_semi_bold,
|
|
374
|
+
font_size_xxxx_large: font_size_xxxx_large,
|
|
375
|
+
font_size_xxx_large: font_size_xxx_large,
|
|
376
|
+
font_size_xx_large: font_size_xx_large,
|
|
377
|
+
font_size_x_large: font_size_x_large,
|
|
378
|
+
font_size_large: font_size_large,
|
|
379
|
+
font_size_medium: font_size_medium,
|
|
380
|
+
font_size_small: font_size_small,
|
|
381
|
+
font_size_x_small: font_size_x_small,
|
|
382
|
+
radius_sharp: radius_sharp,
|
|
383
|
+
radius_default: radius_default,
|
|
384
|
+
radius_circle: radius_circle,
|
|
385
|
+
radius_pill: radius_pill,
|
|
386
|
+
shadow_tooltip_turva: shadow_tooltip_turva,
|
|
387
|
+
shadow_default: shadow_default,
|
|
388
|
+
shadow_tooltip: shadow_tooltip,
|
|
389
|
+
shadow_card_turva: shadow_card_turva,
|
|
390
|
+
shadow_modal: shadow_modal,
|
|
391
|
+
shadow_card: shadow_card,
|
|
392
|
+
shadow_hover_turva: shadow_hover_turva,
|
|
393
|
+
shadow_hover: shadow_hover,
|
|
394
|
+
shadow_default_turva: shadow_default_turva,
|
|
395
|
+
space_xx_small: space_xx_small,
|
|
396
|
+
space_large: space_large,
|
|
397
|
+
space_x_small: space_x_small,
|
|
398
|
+
space_xxx_small: space_xxx_small,
|
|
399
|
+
space_small: space_small,
|
|
400
|
+
space_medium: space_medium,
|
|
401
|
+
space_xx_large: space_xx_large,
|
|
402
|
+
space_xxxx_large: space_xxxx_large,
|
|
403
|
+
space_xxxxx_large: space_xxxxx_large,
|
|
404
|
+
space_xxx_large: space_xxx_large,
|
|
405
|
+
space_x_large: space_x_large,
|
|
406
|
+
size_icon_xx_large: size_icon_xx_large,
|
|
407
|
+
size_form_border: size_form_border,
|
|
408
|
+
size_step_medium: size_step_medium,
|
|
409
|
+
size_button_min_width: size_button_min_width,
|
|
410
|
+
size_header: size_header,
|
|
411
|
+
size_icon_xxx_large: size_icon_xxx_large,
|
|
412
|
+
size_icon_x_large: size_icon_x_large,
|
|
413
|
+
size_icon_xx_small: size_icon_xx_small,
|
|
414
|
+
size_step_small: size_step_small,
|
|
415
|
+
size_navigation: size_navigation,
|
|
416
|
+
size_icon_large: size_icon_large,
|
|
417
|
+
size_layout_max_width: size_layout_max_width,
|
|
418
|
+
size_tappable_square: size_tappable_square,
|
|
419
|
+
size_icon_x_small: size_icon_x_small,
|
|
420
|
+
size_icon_xxx_small: size_icon_xxx_small,
|
|
421
|
+
size_button_border: size_button_border,
|
|
422
|
+
size_button_tiny_border: size_button_tiny_border,
|
|
423
|
+
size_icon_medium: size_icon_medium,
|
|
424
|
+
size_icon_small: size_icon_small,
|
|
425
|
+
opacity_85: opacity_85,
|
|
426
|
+
opacity_75: opacity_75,
|
|
427
|
+
opacity_50: opacity_50,
|
|
428
|
+
opacity_30: opacity_30,
|
|
429
|
+
z_index_mask_buttons: z_index_mask_buttons,
|
|
430
|
+
z_index_dropdown: z_index_dropdown,
|
|
431
|
+
z_index_spinner: z_index_spinner,
|
|
432
|
+
z_index_default: z_index_default,
|
|
433
|
+
z_index_toast: z_index_toast,
|
|
434
|
+
z_index_popup: z_index_popup,
|
|
435
|
+
z_index_modal: z_index_modal,
|
|
436
|
+
z_index_sticky: z_index_sticky,
|
|
437
|
+
z_index_masked: z_index_masked,
|
|
438
|
+
z_index_deep: z_index_deep,
|
|
439
|
+
z_index_overlay: z_index_overlay,
|
|
440
|
+
z_index_mask: z_index_mask,
|
|
441
|
+
z_index_header: z_index_header,
|
|
442
|
+
line_height_medium: line_height_medium,
|
|
443
|
+
line_height_small: line_height_small,
|
|
444
|
+
line_height_x_small: line_height_x_small,
|
|
445
|
+
transition_quickly: transition_quickly,
|
|
446
|
+
transition_slowly: transition_slowly,
|
|
447
|
+
media_query_xxx_large: media_query_xxx_large,
|
|
448
|
+
media_query_x_large: media_query_x_large,
|
|
449
|
+
media_query_medium: media_query_medium,
|
|
450
|
+
media_query_large: media_query_large,
|
|
451
|
+
media_query_xx_large: media_query_xx_large,
|
|
452
|
+
media_query_x_small: media_query_x_small,
|
|
453
|
+
media_query_xxx_small: media_query_xxx_small,
|
|
454
|
+
media_query_small: media_query_small,
|
|
455
|
+
media_query_xx_small: media_query_xx_small,
|
|
456
|
+
'default': tokens
|
|
457
|
+
});
|
|
458
|
+
|
|
459
|
+
export { media_query_medium as a, media_query_small as b, font_size_medium as f, media_query_large as m, tokens$1 as t };
|