@navikt/ds-css 7.40.0 → 8.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/config/{bundle.darkside.ts → bundle.ts} +42 -36
- package/dist/component/accordion.css +136 -170
- package/dist/component/accordion.min.css +1 -1
- package/dist/component/actionmenu.css +148 -190
- package/dist/component/actionmenu.min.css +1 -1
- package/dist/component/alert.css +135 -301
- package/dist/component/alert.min.css +1 -1
- package/dist/component/button.css +172 -485
- package/dist/component/button.min.css +1 -3
- package/dist/component/chat.css +88 -98
- package/dist/component/chat.min.css +1 -1
- package/dist/component/chips.css +116 -201
- package/dist/component/chips.min.css +1 -1
- package/dist/component/copybutton.css +18 -220
- package/dist/component/copybutton.min.css +1 -1
- package/dist/component/date.css +218 -283
- package/dist/component/date.min.css +1 -1
- package/dist/component/dialog.css +159 -184
- package/dist/component/dialog.min.css +1 -1
- package/dist/component/dropdown.css +70 -75
- package/dist/component/dropdown.min.css +1 -1
- package/dist/component/expansioncard.css +135 -209
- package/dist/component/expansioncard.min.css +1 -3
- package/dist/component/form.css +1746 -1841
- package/dist/component/form.min.css +1 -3
- package/dist/component/guidepanel.css +96 -71
- package/dist/component/guidepanel.min.css +1 -1
- package/dist/component/helptext.css +42 -70
- package/dist/component/helptext.min.css +1 -1
- package/dist/component/inlinemessage.css +13 -37
- package/dist/component/inlinemessage.min.css +1 -1
- package/dist/component/internalheader.css +86 -87
- package/dist/component/internalheader.min.css +1 -1
- package/dist/component/link.css +44 -66
- package/dist/component/link.min.css +1 -1
- package/dist/component/linkanchor.css +44 -41
- package/dist/component/linkanchor.min.css +1 -1
- package/dist/component/linkcard.css +128 -127
- package/dist/component/linkcard.min.css +1 -1
- package/dist/component/linkpanel.css +33 -38
- package/dist/component/linkpanel.min.css +1 -1
- package/dist/component/list.css +59 -70
- package/dist/component/list.min.css +1 -1
- package/dist/component/loader.css +90 -99
- package/dist/component/loader.min.css +1 -1
- package/dist/component/modal.css +172 -182
- package/dist/component/modal.min.css +1 -1
- package/dist/component/pagination.css +32 -63
- package/dist/component/pagination.min.css +1 -1
- package/dist/component/panel.css +14 -8
- package/dist/component/panel.min.css +1 -1
- package/dist/component/popover.css +20 -77
- package/dist/component/popover.min.css +1 -1
- package/dist/component/primitives.css +1048 -1094
- package/dist/component/primitives.min.css +1 -1
- package/dist/component/process.css +136 -140
- package/dist/component/process.min.css +1 -1
- package/dist/component/progressbar.css +90 -89
- package/dist/component/progressbar.min.css +1 -1
- package/dist/component/readmore.css +78 -75
- package/dist/component/readmore.min.css +1 -1
- package/dist/component/skeleton.css +53 -50
- package/dist/component/skeleton.min.css +1 -1
- package/dist/component/stepper.css +186 -271
- package/dist/component/stepper.min.css +1 -1
- package/dist/component/table.css +224 -297
- package/dist/component/table.min.css +1 -1
- package/dist/component/tabs.css +113 -125
- package/dist/component/tabs.min.css +1 -1
- package/dist/component/tag.css +68 -187
- package/dist/component/tag.min.css +1 -1
- package/dist/component/theme.css +13 -0
- package/dist/component/theme.min.css +1 -0
- package/dist/component/timeline.css +223 -394
- package/dist/component/timeline.min.css +1 -1
- package/dist/component/togglegroup.css +87 -157
- package/dist/component/togglegroup.min.css +1 -1
- package/dist/component/tooltip.css +113 -62
- package/dist/component/tooltip.min.css +1 -1
- package/dist/component/typography.css +228 -217
- package/dist/component/typography.min.css +1 -1
- package/dist/components.css +6228 -8577
- package/dist/components.min.css +1 -7
- package/dist/global/baseline.css +47 -133
- package/dist/global/baseline.min.css +1 -1
- package/dist/global/fonts.css +112 -116
- package/dist/global/fonts.min.css +1 -1
- package/dist/global/print.css +54 -73
- package/dist/global/print.min.css +1 -1
- package/dist/global/reset.css +95 -294
- package/dist/global/reset.min.css +1 -1
- package/dist/global/tokens.css +862 -336
- package/dist/global/tokens.min.css +1 -1
- package/dist/index.css +7341 -9509
- package/dist/index.min.css +1 -9
- package/package.json +5 -16
- package/src/README.md +23 -0
- package/{darkside/action-menu.darkside.css → src/action-menu.css} +2 -2
- package/{darkside/baseline/baseline.darkside.css → src/baseline/baseline.css} +11 -0
- package/{darkside/baseline/fonts.darkside.css → src/baseline/fonts.css} +0 -0
- package/src/baseline/tokens.css +1 -0
- package/{darkside/button.darkside.css → src/button.css} +33 -10
- package/{darkside/form/combobox.darkside.css → src/form/combobox.css} +1 -1
- package/{darkside/form/file-upload.darkside.css → src/form/file-upload.css} +17 -7
- package/src/form/index.css +14 -0
- package/{darkside/form/search.darkside.css → src/form/search.css} +2 -2
- package/src/index.css +64 -0
- package/{darkside/link-card.darkside.css → src/link-card.css} +2 -2
- package/{darkside/link.darkside.css → src/link.css} +0 -4
- package/{darkside/modal.darkside.css → src/modal.css} +2 -3
- package/src/primitives/index.css +7 -0
- package/{darkside/progress-bar.darkside.css → src/progress-bar.css} +5 -6
- package/{darkside/table.darkside.css → src/table.css} +4 -4
- package/{darkside/theme.darkside.css → src/theme.css} +0 -8
- package/{darkside/typography.darkside.css → src/typography.css} +8 -0
- package/accordion.css +0 -198
- package/action-menu.css +0 -227
- package/alert.css +0 -380
- package/baseline/_inline-reset.css +0 -54
- package/baseline/_utilities.css +0 -62
- package/baseline/baseline.css +0 -27
- package/baseline/fonts.css +0 -129
- package/baseline/index.css +0 -5
- package/baseline/reset.css +0 -294
- package/baseline/tokens.css +0 -1
- package/button.css +0 -548
- package/chat.css +0 -117
- package/chips.css +0 -234
- package/config/tests/bundle.test.ts +0 -51
- package/copybutton.css +0 -226
- package/darkside/README.md +0 -25
- package/darkside/baseline/print.darkside.css +0 -75
- package/darkside/baseline/tokens.darkside.css +0 -1
- package/darkside/form/index.css +0 -14
- package/darkside/index.css +0 -64
- package/darkside/primitives/index.css +0 -7
- package/date.css +0 -334
- package/dialog.css +0 -253
- package/dist/darkside/component/accordion.css +0 -164
- package/dist/darkside/component/accordion.min.css +0 -1
- package/dist/darkside/component/actionmenu.css +0 -182
- package/dist/darkside/component/actionmenu.min.css +0 -1
- package/dist/darkside/component/alert.css +0 -181
- package/dist/darkside/component/alert.min.css +0 -1
- package/dist/darkside/component/button.css +0 -208
- package/dist/darkside/component/button.min.css +0 -1
- package/dist/darkside/component/chat.css +0 -103
- package/dist/darkside/component/chat.min.css +0 -1
- package/dist/darkside/component/chips.css +0 -146
- package/dist/darkside/component/chips.min.css +0 -1
- package/dist/darkside/component/copybutton.css +0 -23
- package/dist/darkside/component/copybutton.min.css +0 -1
- package/dist/darkside/component/date.css +0 -268
- package/dist/darkside/component/date.min.css +0 -1
- package/dist/darkside/component/dialog.css +0 -232
- package/dist/darkside/component/dialog.min.css +0 -1
- package/dist/darkside/component/dropdown.css +0 -82
- package/dist/darkside/component/dropdown.min.css +0 -1
- package/dist/darkside/component/expansioncard.css +0 -164
- package/dist/darkside/component/expansioncard.min.css +0 -1
- package/dist/darkside/component/form.css +0 -1875
- package/dist/darkside/component/form.min.css +0 -1
- package/dist/darkside/component/guidepanel.css +0 -117
- package/dist/darkside/component/guidepanel.min.css +0 -1
- package/dist/darkside/component/helptext.css +0 -53
- package/dist/darkside/component/helptext.min.css +0 -1
- package/dist/darkside/component/inlinemessage.css +0 -17
- package/dist/darkside/component/inlinemessage.min.css +0 -1
- package/dist/darkside/component/internalheader.css +0 -100
- package/dist/darkside/component/internalheader.min.css +0 -1
- package/dist/darkside/component/link.css +0 -57
- package/dist/darkside/component/link.min.css +0 -1
- package/dist/darkside/component/linkanchor.css +0 -52
- package/dist/darkside/component/linkanchor.min.css +0 -1
- package/dist/darkside/component/linkcard.css +0 -124
- package/dist/darkside/component/linkcard.min.css +0 -1
- package/dist/darkside/component/linkpanel.css +0 -38
- package/dist/darkside/component/linkpanel.min.css +0 -1
- package/dist/darkside/component/list.css +0 -75
- package/dist/darkside/component/list.min.css +0 -1
- package/dist/darkside/component/loader.css +0 -107
- package/dist/darkside/component/loader.min.css +0 -1
- package/dist/darkside/component/modal.css +0 -188
- package/dist/darkside/component/modal.min.css +0 -1
- package/dist/darkside/component/pagination.css +0 -38
- package/dist/darkside/component/pagination.min.css +0 -1
- package/dist/darkside/component/panel.css +0 -12
- package/dist/darkside/component/panel.min.css +0 -1
- package/dist/darkside/component/popover.css +0 -24
- package/dist/darkside/component/popover.min.css +0 -1
- package/dist/darkside/component/primitives.css +0 -1293
- package/dist/darkside/component/primitives.min.css +0 -1
- package/dist/darkside/component/process.css +0 -192
- package/dist/darkside/component/process.min.css +0 -1
- package/dist/darkside/component/progressbar.css +0 -106
- package/dist/darkside/component/progressbar.min.css +0 -1
- package/dist/darkside/component/readmore.css +0 -94
- package/dist/darkside/component/readmore.min.css +0 -1
- package/dist/darkside/component/skeleton.css +0 -66
- package/dist/darkside/component/skeleton.min.css +0 -1
- package/dist/darkside/component/stepper.css +0 -226
- package/dist/darkside/component/stepper.min.css +0 -1
- package/dist/darkside/component/table.css +0 -289
- package/dist/darkside/component/table.min.css +0 -1
- package/dist/darkside/component/tabs.css +0 -138
- package/dist/darkside/component/tabs.min.css +0 -1
- package/dist/darkside/component/tag.css +0 -77
- package/dist/darkside/component/tag.min.css +0 -1
- package/dist/darkside/component/theme.css +0 -17
- package/dist/darkside/component/theme.min.css +0 -1
- package/dist/darkside/component/timeline.css +0 -275
- package/dist/darkside/component/timeline.min.css +0 -1
- package/dist/darkside/component/togglegroup.css +0 -107
- package/dist/darkside/component/togglegroup.min.css +0 -1
- package/dist/darkside/component/tooltip.css +0 -128
- package/dist/darkside/component/tooltip.min.css +0 -1
- package/dist/darkside/component/typography.css +0 -273
- package/dist/darkside/component/typography.min.css +0 -1
- package/dist/darkside/components.css +0 -7876
- package/dist/darkside/components.min.css +0 -1
- package/dist/darkside/global/baseline.css +0 -43
- package/dist/darkside/global/baseline.min.css +0 -1
- package/dist/darkside/global/fonts.css +0 -109
- package/dist/darkside/global/fonts.min.css +0 -1
- package/dist/darkside/global/print.css +0 -52
- package/dist/darkside/global/print.min.css +0 -1
- package/dist/darkside/global/reset.css +0 -93
- package/dist/darkside/global/reset.min.css +0 -1
- package/dist/darkside/global/tokens.css +0 -864
- package/dist/darkside/global/tokens.min.css +0 -1
- package/dist/darkside/index.css +0 -9040
- package/dist/darkside/index.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/accordion.css +0 -164
- package/dist/darkside/version/7.40.0/component/accordion.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/actionmenu.css +0 -182
- package/dist/darkside/version/7.40.0/component/actionmenu.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/alert.css +0 -181
- package/dist/darkside/version/7.40.0/component/alert.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/button.css +0 -208
- package/dist/darkside/version/7.40.0/component/button.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/chat.css +0 -103
- package/dist/darkside/version/7.40.0/component/chat.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/chips.css +0 -146
- package/dist/darkside/version/7.40.0/component/chips.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/copybutton.css +0 -23
- package/dist/darkside/version/7.40.0/component/copybutton.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/date.css +0 -268
- package/dist/darkside/version/7.40.0/component/date.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/dialog.css +0 -232
- package/dist/darkside/version/7.40.0/component/dialog.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/dropdown.css +0 -82
- package/dist/darkside/version/7.40.0/component/dropdown.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/expansioncard.css +0 -164
- package/dist/darkside/version/7.40.0/component/expansioncard.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/form.css +0 -1875
- package/dist/darkside/version/7.40.0/component/form.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/guidepanel.css +0 -117
- package/dist/darkside/version/7.40.0/component/guidepanel.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/helptext.css +0 -53
- package/dist/darkside/version/7.40.0/component/helptext.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/inlinemessage.css +0 -17
- package/dist/darkside/version/7.40.0/component/inlinemessage.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/internalheader.css +0 -100
- package/dist/darkside/version/7.40.0/component/internalheader.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/link.css +0 -57
- package/dist/darkside/version/7.40.0/component/link.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/linkanchor.css +0 -52
- package/dist/darkside/version/7.40.0/component/linkanchor.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/linkcard.css +0 -124
- package/dist/darkside/version/7.40.0/component/linkcard.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/linkpanel.css +0 -38
- package/dist/darkside/version/7.40.0/component/linkpanel.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/list.css +0 -75
- package/dist/darkside/version/7.40.0/component/list.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/loader.css +0 -107
- package/dist/darkside/version/7.40.0/component/loader.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/modal.css +0 -188
- package/dist/darkside/version/7.40.0/component/modal.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/pagination.css +0 -38
- package/dist/darkside/version/7.40.0/component/pagination.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/panel.css +0 -12
- package/dist/darkside/version/7.40.0/component/panel.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/popover.css +0 -24
- package/dist/darkside/version/7.40.0/component/popover.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/primitives.css +0 -1293
- package/dist/darkside/version/7.40.0/component/primitives.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/process.css +0 -192
- package/dist/darkside/version/7.40.0/component/process.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/progressbar.css +0 -106
- package/dist/darkside/version/7.40.0/component/progressbar.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/readmore.css +0 -94
- package/dist/darkside/version/7.40.0/component/readmore.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/skeleton.css +0 -66
- package/dist/darkside/version/7.40.0/component/skeleton.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/stepper.css +0 -226
- package/dist/darkside/version/7.40.0/component/stepper.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/table.css +0 -289
- package/dist/darkside/version/7.40.0/component/table.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/tabs.css +0 -138
- package/dist/darkside/version/7.40.0/component/tabs.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/tag.css +0 -77
- package/dist/darkside/version/7.40.0/component/tag.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/theme.css +0 -17
- package/dist/darkside/version/7.40.0/component/theme.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/timeline.css +0 -275
- package/dist/darkside/version/7.40.0/component/timeline.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/togglegroup.css +0 -107
- package/dist/darkside/version/7.40.0/component/togglegroup.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/tooltip.css +0 -128
- package/dist/darkside/version/7.40.0/component/tooltip.min.css +0 -1
- package/dist/darkside/version/7.40.0/component/typography.css +0 -273
- package/dist/darkside/version/7.40.0/component/typography.min.css +0 -1
- package/dist/darkside/version/7.40.0/components.css +0 -7876
- package/dist/darkside/version/7.40.0/components.min.css +0 -1
- package/dist/darkside/version/7.40.0/global/baseline.css +0 -43
- package/dist/darkside/version/7.40.0/global/baseline.min.css +0 -1
- package/dist/darkside/version/7.40.0/global/fonts.css +0 -109
- package/dist/darkside/version/7.40.0/global/fonts.min.css +0 -1
- package/dist/darkside/version/7.40.0/global/print.css +0 -52
- package/dist/darkside/version/7.40.0/global/print.min.css +0 -1
- package/dist/darkside/version/7.40.0/global/reset.css +0 -93
- package/dist/darkside/version/7.40.0/global/reset.min.css +0 -1
- package/dist/darkside/version/7.40.0/global/tokens.css +0 -864
- package/dist/darkside/version/7.40.0/global/tokens.min.css +0 -1
- package/dist/darkside/version/7.40.0/index.css +0 -9040
- package/dist/darkside/version/7.40.0/index.min.css +0 -1
- package/dropdown.css +0 -91
- package/expansioncard.css +0 -239
- package/form/combobox.css +0 -431
- package/form/confirmation-panel.css +0 -53
- package/form/error-summary.css +0 -55
- package/form/fieldset.css +0 -51
- package/form/file-upload.css +0 -224
- package/form/form-progress.css +0 -53
- package/form/form-summary.css +0 -90
- package/form/form.css +0 -52
- package/form/index.css +0 -17
- package/form/radio-checkbox.css +0 -397
- package/form/search.css +0 -228
- package/form/select.css +0 -113
- package/form/switch.css +0 -304
- package/form/text-field.css +0 -113
- package/form/textarea.css +0 -143
- package/guide-panel.css +0 -96
- package/help-text.css +0 -85
- package/index.css +0 -42
- package/inline-message.css +0 -45
- package/internalheader.css +0 -105
- package/link-anchor.css +0 -53
- package/link-card.css +0 -127
- package/link-panel.css +0 -47
- package/link.css +0 -79
- package/list.css +0 -88
- package/loader.css +0 -120
- package/modal.css +0 -228
- package/pagination.css +0 -73
- package/panel.css +0 -10
- package/popover.css +0 -84
- package/primitives/base.css +0 -809
- package/primitives/bleed.css +0 -103
- package/primitives/box.css +0 -66
- package/primitives/hgrid.css +0 -80
- package/primitives/index.css +0 -7
- package/primitives/page.css +0 -62
- package/primitives/responsive.css +0 -59
- package/primitives/stack.css +0 -155
- package/process.css +0 -201
- package/progress-bar.css +0 -108
- package/read-more.css +0 -95
- package/skeleton.css +0 -67
- package/stepper.css +0 -312
- package/table.css +0 -366
- package/tabs.css +0 -154
- package/tag.css +0 -200
- package/timeline.css +0 -450
- package/toggle-group.css +0 -181
- package/tokens.json +0 -485
- package/tooltip.css +0 -81
- package/typography.css +0 -268
- package/vitest.config.ts +0 -5
- /package/{darkside/accordion.darkside.css → src/accordion.css} +0 -0
- /package/{darkside/alert.darkside.css → src/alert.css} +0 -0
- /package/{baseline → src/baseline}/print.css +0 -0
- /package/{darkside/baseline/reset.darkside.css → src/baseline/reset.css} +0 -0
- /package/{darkside/chat.darkside.css → src/chat.css} +0 -0
- /package/{darkside/chips.darkside.css → src/chips.css} +0 -0
- /package/{darkside/copybutton.darkside.css → src/copybutton.css} +0 -0
- /package/{darkside/date.darkside.css → src/date.css} +0 -0
- /package/{darkside/dialog.darkside.css → src/dialog.css} +0 -0
- /package/{darkside/dropdown.darkside.css → src/dropdown.css} +0 -0
- /package/{darkside/expansioncard.darkside.css → src/expansioncard.css} +0 -0
- /package/{darkside/form/confirmation-panel.darkside.css → src/form/confirmation-panel.css} +0 -0
- /package/{darkside/form/error-summary.darkside.css → src/form/error-summary.css} +0 -0
- /package/{darkside/form/fieldset.darkside.css → src/form/fieldset.css} +0 -0
- /package/{darkside/form/form-progress.darkside.css → src/form/form-progress.css} +0 -0
- /package/{darkside/form/form-summary.darkside.css → src/form/form-summary.css} +0 -0
- /package/{darkside/form/form.darkside.css → src/form/form.css} +0 -0
- /package/{darkside/form/radio-checkbox.darkside.css → src/form/radio-checkbox.css} +0 -0
- /package/{darkside/form/select.darkside.css → src/form/select.css} +0 -0
- /package/{darkside/form/switch.darkside.css → src/form/switch.css} +0 -0
- /package/{darkside/form/text-field.darkside.css → src/form/text-field.css} +0 -0
- /package/{darkside/form/textarea.darkside.css → src/form/textarea.css} +0 -0
- /package/{darkside/guide-panel.darkside.css → src/guide-panel.css} +0 -0
- /package/{darkside/help-text.darkside.css → src/help-text.css} +0 -0
- /package/{darkside/inline-message.darkside.css → src/inline-message.css} +0 -0
- /package/{darkside/internalheader.darkside.css → src/internalheader.css} +0 -0
- /package/{darkside/link-anchor.darkside.css → src/link-anchor.css} +0 -0
- /package/{darkside/link-panel.darkside.css → src/link-panel.css} +0 -0
- /package/{darkside/list.darkside.css → src/list.css} +0 -0
- /package/{darkside/loader.darkside.css → src/loader.css} +0 -0
- /package/{darkside/pagination.darkside.css → src/pagination.css} +0 -0
- /package/{darkside/panel.darkside.css → src/panel.css} +0 -0
- /package/{darkside/popover.darkside.css → src/popover.css} +0 -0
- /package/{darkside/primitives/base.darkside.css → src/primitives/base.css} +0 -0
- /package/{darkside/primitives/bleed.darkside.css → src/primitives/bleed.css} +0 -0
- /package/{darkside/primitives/box.darkside.css → src/primitives/box.css} +0 -0
- /package/{darkside/primitives/hgrid.darkside.css → src/primitives/hgrid.css} +0 -0
- /package/{darkside/primitives/page.darkside.css → src/primitives/page.css} +0 -0
- /package/{darkside/primitives/responsive.darkside.css → src/primitives/responsive.css} +0 -0
- /package/{darkside/primitives/stack.darkside.css → src/primitives/stack.css} +0 -0
- /package/{darkside/process.darkside.css → src/process.css} +0 -0
- /package/{darkside/read-more.darkside.css → src/read-more.css} +0 -0
- /package/{darkside/skeleton.darkside.css → src/skeleton.css} +0 -0
- /package/{darkside/stepper.darkside.css → src/stepper.css} +0 -0
- /package/{darkside/tabs.darkside.css → src/tabs.css} +0 -0
- /package/{darkside/tag.darkside.css → src/tag.css} +0 -0
- /package/{darkside/timeline.darkside.css → src/timeline.css} +0 -0
- /package/{darkside/toggle-group.darkside.css → src/toggle-group.css} +0 -0
- /package/{darkside/tooltip.darkside.css → src/tooltip.css} +0 -0
|
@@ -1,450 +1,279 @@
|
|
|
1
|
-
.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
height: 1rem;
|
|
13
|
-
box-sizing: content-box;
|
|
14
|
-
grid-column: 2;
|
|
15
|
-
margin-bottom: var(--a-spacing-1);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.navds-timeline__row-label {
|
|
19
|
-
white-space: nowrap;
|
|
20
|
-
width: auto;
|
|
21
|
-
margin-right: var(--a-spacing-4);
|
|
22
|
-
grid-column: 1;
|
|
23
|
-
min-height: 1.5rem;
|
|
24
|
-
display: flex;
|
|
25
|
-
align-items: center;
|
|
26
|
-
gap: var(--a-spacing-2);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.navds-timeline__row-label:where(:nth-last-child(2)) {
|
|
30
|
-
align-self: flex-end;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.navds-timeline__axislabels-label {
|
|
34
|
-
position: absolute;
|
|
35
|
-
color: var(--ac-timeline-axislabel-text, var(--a-text-subtle));
|
|
36
|
-
white-space: nowrap;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.navds-timeline__row {
|
|
40
|
-
display: flex;
|
|
41
|
-
background: var(--ac-timeline-row-bg, var(--a-surface-subtle));
|
|
42
|
-
margin: var(--a-spacing-4) 0;
|
|
43
|
-
grid-column: 2;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.navds-timeline__row--active {
|
|
47
|
-
background: var(--ac-timeline-row-active-bg, var(--a-surface-selected));
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.navds-timeline__row:last-of-type {
|
|
51
|
-
margin-bottom: 0;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.navds-timeline__row-periods {
|
|
55
|
-
min-height: 1.5rem;
|
|
56
|
-
position: relative;
|
|
57
|
-
width: 100%;
|
|
58
|
-
margin: 0;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.navds-timeline__row-periods > li {
|
|
62
|
-
list-style-type: none;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.navds-timeline__row-periods:focus {
|
|
66
|
-
outline: none;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.navds-timeline__period {
|
|
70
|
-
height: 100%;
|
|
71
|
-
border-radius: var(--a-border-radius-full);
|
|
72
|
-
position: absolute;
|
|
73
|
-
padding: 0;
|
|
74
|
-
display: flex;
|
|
75
|
-
align-items: center;
|
|
76
|
-
z-index: 2;
|
|
77
|
-
border: none;
|
|
78
|
-
font-size: 1rem;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.navds-timeline__period--inner {
|
|
82
|
-
margin: 0 var(--a-spacing-1);
|
|
83
|
-
overflow: hidden;
|
|
84
|
-
white-space: nowrap;
|
|
85
|
-
text-overflow: clip;
|
|
86
|
-
text-align: left;
|
|
87
|
-
display: flex;
|
|
88
|
-
align-items: center;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.navds-timeline__period--inner svg {
|
|
92
|
-
flex-shrink: 0;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.navds-timeline__period--clickable {
|
|
96
|
-
cursor: pointer;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.navds-timeline__period--success {
|
|
100
|
-
background: var(--ac-timeline-period-success-bg, var(--a-surface-success-subtle));
|
|
101
|
-
box-shadow: inset 0 0 0 1px var(--ac-timeline-period-success-border, var(--a-border-success));
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.navds-timeline__period--success.navds-timeline__period--clickable:hover {
|
|
105
|
-
background: var(--a-surface-success-subtle-hover);
|
|
106
|
-
background: var(--ac-timeline-period-success-bg-hover, var(--a-surface-success-subtle-hover));
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.navds-timeline__period--warning {
|
|
110
|
-
background: var(--ac-timeline-period-warning-bg, var(--a-surface-warning-subtle));
|
|
111
|
-
box-shadow: inset 0 0 0 1px var(--ac-timeline-period-warning-border, var(--a-border-warning));
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.navds-timeline__period--warning.navds-timeline__period--clickable:hover {
|
|
115
|
-
background: var(--ac-timeline-period-warning-bg-hover, var(--a-surface-warning-subtle-hover));
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.navds-timeline__period--danger {
|
|
119
|
-
background: var(--ac-timeline-period-danger-bg, var(--a-surface-danger-subtle));
|
|
120
|
-
box-shadow: inset 0 0 0 1px var(--ac-timeline-period-danger-border, var(--a-border-danger));
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.navds-timeline__period--danger.navds-timeline__period--clickable:hover {
|
|
124
|
-
background: var(--ac-timeline-period-danger-bg-hover, var(--a-surface-danger-subtle-hover));
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.navds-timeline__period--info {
|
|
128
|
-
background: var(--ac-timeline-period-info-bg, var(--a-surface-info-subtle));
|
|
129
|
-
box-shadow: inset 0 0 0 1px var(--ac-timeline-period-info-border, var(--a-border-info));
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.navds-timeline__period--info.navds-timeline__period--clickable:hover {
|
|
133
|
-
background: var(--ac-timeline-period-info-bg-hover, var(--a-surface-info-subtle-hover));
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.navds-timeline__period--neutral {
|
|
137
|
-
background: var(--ac-timeline-period-neutral-bg, var(--a-bg-subtle));
|
|
138
|
-
box-shadow: inset 0 0 0 1px var(--ac-timeline-period-neutral-border, var(--a-border-default));
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
.navds-timeline__period--neutral.navds-timeline__period--clickable:hover {
|
|
142
|
-
background: var(--ac-timeline-period-neutral-bg-hover, var(--a-gray-200));
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
.navds-timeline__period--connected-both {
|
|
146
|
-
border-radius: 0;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.navds-timeline__period--connected-right {
|
|
150
|
-
border-bottom-right-radius: 0;
|
|
151
|
-
border-top-right-radius: 0;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
.navds-timeline__period--connected-left {
|
|
155
|
-
border-bottom-left-radius: 0;
|
|
156
|
-
border-top-left-radius: 0;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
.navds-timeline__period--selected {
|
|
160
|
-
box-shadow: inset 0 0 0 2px var(--ac-timeline-period-selected-border, var(--a-border-action-selected));
|
|
161
|
-
z-index: 3;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.navds-timeline__pin-wrapper {
|
|
165
|
-
position: absolute;
|
|
166
|
-
grid-column: 2;
|
|
167
|
-
top: 0;
|
|
168
|
-
z-index: 1;
|
|
169
|
-
height: 100%;
|
|
170
|
-
display: flex;
|
|
171
|
-
flex-direction: column-reverse;
|
|
172
|
-
isolation: isolate;
|
|
173
|
-
|
|
174
|
-
--navdsc-timeline-pin-size: 0.9rem;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
.navds-timeline__pin-button {
|
|
178
|
-
border: none;
|
|
179
|
-
cursor: pointer;
|
|
180
|
-
background: var(--a-surface-default);
|
|
181
|
-
box-shadow:
|
|
182
|
-
inset 0 0 0 1px var(--ac-timeline-pin-bg, var(--a-surface-danger)),
|
|
183
|
-
0 0 0 4px var(--ac-timeline-pin-bg, var(--a-surface-danger)),
|
|
184
|
-
0 0 0 5px var(--a-surface-default);
|
|
185
|
-
z-index: 2;
|
|
186
|
-
border-radius: var(--a-border-radius-full);
|
|
187
|
-
padding: var(--a-spacing-1);
|
|
188
|
-
position: relative;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
.navds-timeline__pin-button::before {
|
|
192
|
-
content: "";
|
|
193
|
-
inset: 0;
|
|
194
|
-
position: absolute;
|
|
195
|
-
width: 25px;
|
|
196
|
-
height: 25px;
|
|
197
|
-
border-radius: var(--a-border-radius-full);
|
|
198
|
-
left: calc(-12.5px + 3.5px);
|
|
199
|
-
top: calc(-12.5px + 3.5px);
|
|
200
|
-
}
|
|
1
|
+
@layer aksel.reset, aksel.theming, aksel.baseline, aksel.print, aksel.typography, aksel.components.core, aksel.components.core.loader, aksel.components.core.button, aksel.components.form;
|
|
2
|
+
|
|
3
|
+
@layer aksel.components.modules {
|
|
4
|
+
.aksel-timeline {
|
|
5
|
+
grid-template-columns: auto minmax(0, 1fr);
|
|
6
|
+
align-items: center;
|
|
7
|
+
width: 100%;
|
|
8
|
+
min-width: fit-content;
|
|
9
|
+
display: grid;
|
|
10
|
+
position: relative;
|
|
11
|
+
}
|
|
201
12
|
|
|
202
|
-
.
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
}
|
|
13
|
+
.aksel-timeline__axislabels {
|
|
14
|
+
box-sizing: content-box;
|
|
15
|
+
height: 1rem;
|
|
16
|
+
margin-bottom: var(--ax-space-4);
|
|
17
|
+
grid-column: 2;
|
|
18
|
+
position: relative;
|
|
19
|
+
}
|
|
210
20
|
|
|
211
|
-
.
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
21
|
+
.aksel-timeline__row-label {
|
|
22
|
+
white-space: nowrap;
|
|
23
|
+
width: auto;
|
|
24
|
+
margin-right: var(--ax-space-16);
|
|
25
|
+
align-items: center;
|
|
26
|
+
gap: var(--ax-space-8);
|
|
27
|
+
grid-column: 1;
|
|
28
|
+
min-height: 1.5rem;
|
|
29
|
+
display: flex;
|
|
30
|
+
}
|
|
217
31
|
|
|
218
|
-
.
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
0 0 0 3px var(--ac-timeline-pin-bg-hover, var(--a-surface-danger-hover)),
|
|
222
|
-
0 0 0 4px var(--a-surface-default),
|
|
223
|
-
0 0 0 6px var(--a-border-focus);
|
|
224
|
-
}
|
|
32
|
+
.aksel-timeline__row-label:where(:nth-last-child(2)) {
|
|
33
|
+
align-self: flex-end;
|
|
34
|
+
}
|
|
225
35
|
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
0 0 0 3px var(--ac-timeline-pin-bg, var(--a-surface-danger)),
|
|
231
|
-
0 0 0 4px var(--a-surface-default),
|
|
232
|
-
0 0 0 6px var(--a-border-focus);
|
|
233
|
-
outline: none;
|
|
36
|
+
.aksel-timeline__axislabels-label {
|
|
37
|
+
color: var(--ax-text-neutral-subtle);
|
|
38
|
+
white-space: nowrap;
|
|
39
|
+
position: absolute;
|
|
234
40
|
}
|
|
235
41
|
|
|
236
|
-
.
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
0 0 0 6px var(--a-border-focus);
|
|
42
|
+
.aksel-timeline__row {
|
|
43
|
+
background: var(--ax-bg-neutral-softA);
|
|
44
|
+
margin: var(--ax-space-16) 0;
|
|
45
|
+
grid-column: 2;
|
|
46
|
+
display: flex;
|
|
242
47
|
}
|
|
243
|
-
}
|
|
244
48
|
|
|
245
|
-
.
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
height: calc(100% - var(--navdsc-timeline-pin-size) * 2);
|
|
249
|
-
width: 1px;
|
|
250
|
-
margin: 0 auto;
|
|
251
|
-
background: var(--a-surface-inverted);
|
|
252
|
-
}
|
|
49
|
+
.aksel-timeline__row--active {
|
|
50
|
+
background: var(--ax-bg-accent-moderate);
|
|
51
|
+
}
|
|
253
52
|
|
|
254
|
-
.
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
display: flex;
|
|
258
|
-
list-style-type: none;
|
|
259
|
-
}
|
|
53
|
+
.aksel-timeline__row:last-of-type {
|
|
54
|
+
margin-bottom: 0;
|
|
55
|
+
}
|
|
260
56
|
|
|
261
|
-
.
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
background: var(--ac-timeline-zoom-bg, var(--a-surface-default));
|
|
268
|
-
}
|
|
57
|
+
.aksel-timeline__row-periods {
|
|
58
|
+
width: 100%;
|
|
59
|
+
min-height: 1.5rem;
|
|
60
|
+
margin: 0;
|
|
61
|
+
position: relative;
|
|
62
|
+
}
|
|
269
63
|
|
|
270
|
-
.
|
|
271
|
-
|
|
272
|
-
}
|
|
64
|
+
.aksel-timeline__row-periods > li {
|
|
65
|
+
list-style-type: none;
|
|
66
|
+
}
|
|
273
67
|
|
|
274
|
-
.
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
68
|
+
.aksel-timeline__period:focus-visible {
|
|
69
|
+
z-index: 4;
|
|
70
|
+
outline: 3px solid var(--ax-border-focus);
|
|
71
|
+
outline-offset: 3px;
|
|
72
|
+
}
|
|
278
73
|
|
|
279
|
-
.
|
|
280
|
-
|
|
281
|
-
}
|
|
74
|
+
.aksel-timeline__period:focus-visible.aksel-timeline__period:focus-visible {
|
|
75
|
+
box-shadow: 0 0 0 3px var(--ax-bg-default);
|
|
76
|
+
}
|
|
282
77
|
|
|
283
|
-
.
|
|
284
|
-
|
|
285
|
-
|
|
78
|
+
.aksel-timeline__period {
|
|
79
|
+
border-radius: var(--ax-radius-full);
|
|
80
|
+
z-index: 2;
|
|
81
|
+
background: var(--ax-bg-moderate);
|
|
82
|
+
border: solid 1px var(--ax-border-default);
|
|
83
|
+
height: 100%;
|
|
84
|
+
color: var(--ax-text-decoration);
|
|
85
|
+
align-items: center;
|
|
86
|
+
padding: 0;
|
|
87
|
+
font-size: 1rem;
|
|
88
|
+
display: flex;
|
|
89
|
+
position: absolute;
|
|
90
|
+
}
|
|
286
91
|
|
|
287
|
-
.
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
}
|
|
92
|
+
.aksel-timeline__period.aksel-timeline__period--clickable:hover {
|
|
93
|
+
background: var(--ax-bg-moderate-hover);
|
|
94
|
+
border-color: var(--ax-border-strong);
|
|
95
|
+
}
|
|
291
96
|
|
|
292
|
-
.
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
}
|
|
97
|
+
.aksel-timeline__period.aksel-timeline__period--clickable.aksel-timeline__period--selected {
|
|
98
|
+
background: var(--ax-bg-strong-pressed);
|
|
99
|
+
color: var(--ax-text-contrast);
|
|
100
|
+
border: none;
|
|
101
|
+
}
|
|
297
102
|
|
|
298
|
-
.
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
103
|
+
.aksel-timeline__period--inner {
|
|
104
|
+
margin: 0 var(--ax-space-8);
|
|
105
|
+
white-space: nowrap;
|
|
106
|
+
text-overflow: clip;
|
|
107
|
+
text-align: left;
|
|
108
|
+
align-items: center;
|
|
109
|
+
display: flex;
|
|
110
|
+
overflow: hidden;
|
|
111
|
+
}
|
|
304
112
|
|
|
305
|
-
.
|
|
306
|
-
|
|
307
|
-
}
|
|
113
|
+
.aksel-timeline__period--inner svg {
|
|
114
|
+
flex-shrink: 0;
|
|
115
|
+
}
|
|
308
116
|
|
|
309
|
-
.
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
0 0 0 3px var(--a-border-focus);
|
|
313
|
-
border-width: 1px;
|
|
314
|
-
}
|
|
117
|
+
.aksel-timeline__period--clickable {
|
|
118
|
+
cursor: pointer;
|
|
119
|
+
}
|
|
315
120
|
|
|
316
|
-
.
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
}
|
|
121
|
+
.aksel-timeline__period--connected-both {
|
|
122
|
+
border-radius: 0;
|
|
123
|
+
}
|
|
320
124
|
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
z-index: 4;
|
|
325
|
-
box-shadow: 0 0 0 2px var(--a-border-focus);
|
|
125
|
+
.aksel-timeline__period--connected-right {
|
|
126
|
+
border-top-right-radius: 0;
|
|
127
|
+
border-bottom-right-radius: 0;
|
|
326
128
|
}
|
|
327
129
|
|
|
328
|
-
.
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
0 0 0 2px var(--a-border-focus);
|
|
332
|
-
z-index: 3;
|
|
130
|
+
.aksel-timeline__period--connected-left {
|
|
131
|
+
border-top-left-radius: 0;
|
|
132
|
+
border-bottom-left-radius: 0;
|
|
333
133
|
}
|
|
334
134
|
|
|
335
|
-
.
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
135
|
+
.aksel-timeline__pin-wrapper {
|
|
136
|
+
z-index: 1;
|
|
137
|
+
isolation: isolate;
|
|
138
|
+
flex-direction: column-reverse;
|
|
139
|
+
grid-column: 2;
|
|
140
|
+
height: 100%;
|
|
141
|
+
display: flex;
|
|
142
|
+
position: absolute;
|
|
143
|
+
top: 0;
|
|
340
144
|
}
|
|
341
145
|
|
|
342
|
-
.
|
|
343
|
-
|
|
344
|
-
|
|
146
|
+
.aksel-timeline__pin-button {
|
|
147
|
+
cursor: pointer;
|
|
148
|
+
background: var(--ax-bg-default);
|
|
149
|
+
box-shadow: inset 0 0 0 4px var(--ax-bg-danger-strong);
|
|
150
|
+
z-index: 2;
|
|
151
|
+
border-radius: var(--ax-radius-full);
|
|
152
|
+
padding: var(--ax-space-8);
|
|
153
|
+
border: none;
|
|
154
|
+
position: relative;
|
|
345
155
|
}
|
|
346
|
-
}
|
|
347
156
|
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
border: 1px solid;
|
|
357
|
-
border-color: var(--ac-popover-border, var(--a-border-default));
|
|
358
|
-
border-radius: var(--a-border-radius-large);
|
|
359
|
-
padding: var(--a-spacing-3);
|
|
360
|
-
}
|
|
157
|
+
.aksel-timeline__pin-button:before {
|
|
158
|
+
content: "";
|
|
159
|
+
border-radius: var(--ax-radius-full);
|
|
160
|
+
width: 25px;
|
|
161
|
+
height: 25px;
|
|
162
|
+
position: absolute;
|
|
163
|
+
inset: -9px 0 0 -9px;
|
|
164
|
+
}
|
|
361
165
|
|
|
362
|
-
.
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
}
|
|
166
|
+
.aksel-timeline__pin-button:hover {
|
|
167
|
+
box-shadow: inset 0 0 0 4px var(--ax-bg-danger-strong-hover);
|
|
168
|
+
}
|
|
366
169
|
|
|
367
|
-
.
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
border: 1px solid;
|
|
373
|
-
border-color: var(--ac-popover-border, var(--a-border-default));
|
|
374
|
-
width: 1rem;
|
|
375
|
-
height: 1rem;
|
|
376
|
-
}
|
|
170
|
+
.aksel-timeline__pin-button:focus-visible {
|
|
171
|
+
box-shadow: inset 0 0 0 4px var(--ax-border-danger-strong), 0 0 0 3px var(--ax-bg-default);
|
|
172
|
+
outline: 3px solid var(--ax-border-focus);
|
|
173
|
+
outline-offset: 3px;
|
|
174
|
+
}
|
|
377
175
|
|
|
378
|
-
.
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
176
|
+
.aksel-timeline__pin-wrapper:before {
|
|
177
|
+
content: "";
|
|
178
|
+
background: var(--ax-border-neutral-strong);
|
|
179
|
+
width: 1px;
|
|
180
|
+
height: calc(100% - 1.8rem);
|
|
181
|
+
margin: 0 auto;
|
|
182
|
+
top: .9rem;
|
|
183
|
+
}
|
|
382
184
|
|
|
383
|
-
.
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
185
|
+
.aksel-timeline__zoom {
|
|
186
|
+
margin-top: var(--ax-space-24);
|
|
187
|
+
float: right;
|
|
188
|
+
list-style-type: none;
|
|
189
|
+
display: flex;
|
|
190
|
+
}
|
|
387
191
|
|
|
388
|
-
.
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
192
|
+
.aksel-timeline__zoom-button {
|
|
193
|
+
all: unset;
|
|
194
|
+
cursor: pointer;
|
|
195
|
+
border: 1px solid var(--ax-border-neutral);
|
|
196
|
+
background: var(--ax-bg-default);
|
|
197
|
+
border-width: 1px 0 1px 1px;
|
|
198
|
+
padding: 6px 9px 6px 8px;
|
|
199
|
+
}
|
|
392
200
|
|
|
393
|
-
.
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
}
|
|
201
|
+
.aksel-timeline__zoom li:first-child .aksel-timeline__zoom-button {
|
|
202
|
+
border-radius: var(--ax-radius-4) 0 0 var(--ax-radius-4);
|
|
203
|
+
}
|
|
397
204
|
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
outline-offset: 2px;
|
|
205
|
+
.aksel-timeline__zoom li:last-child .aksel-timeline__zoom-button {
|
|
206
|
+
border-radius: 0 var(--ax-radius-4) var(--ax-radius-4) 0;
|
|
207
|
+
border-width: 1px;
|
|
402
208
|
}
|
|
403
209
|
|
|
404
|
-
.
|
|
405
|
-
|
|
406
|
-
.navds-timeline__period--info,
|
|
407
|
-
.navds-timeline__period--neutral,
|
|
408
|
-
.navds-timeline__period--danger {
|
|
409
|
-
forced-color-adjust: none;
|
|
210
|
+
.aksel-timeline__zoom li:only-child .aksel-timeline__zoom-button {
|
|
211
|
+
border-radius: var(--ax-radius-4);
|
|
410
212
|
}
|
|
411
213
|
|
|
412
|
-
.
|
|
413
|
-
|
|
214
|
+
.aksel-timeline__zoom-button:not([aria-pressed="true"]):hover {
|
|
215
|
+
background: var(--ax-bg-neutral-moderate-hoverA);
|
|
414
216
|
}
|
|
415
217
|
|
|
416
|
-
.
|
|
417
|
-
|
|
218
|
+
.aksel-timeline__zoom-button[aria-pressed="true"] {
|
|
219
|
+
background: var(--ax-bg-neutral-strong-pressed);
|
|
220
|
+
border-color: var(--ax-bg-neutral-strong-pressed);
|
|
221
|
+
color: var(--ax-text-neutral-contrast);
|
|
418
222
|
}
|
|
419
223
|
|
|
420
|
-
.
|
|
421
|
-
|
|
224
|
+
.aksel-timeline__zoom li:focus-within {
|
|
225
|
+
z-index: 5;
|
|
422
226
|
}
|
|
423
227
|
|
|
424
|
-
.
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
outline-offset: 2px;
|
|
428
|
-
box-shadow: none;
|
|
228
|
+
.aksel-timeline__zoom-button:focus-visible {
|
|
229
|
+
box-shadow: 0 0 0 1px var(--ax-bg-default), 0 0 0 4px var(--ax-border-focus);
|
|
230
|
+
border-width: 1px;
|
|
429
231
|
}
|
|
430
232
|
|
|
431
|
-
.
|
|
432
|
-
|
|
433
|
-
|
|
233
|
+
.aksel-timeline__zoom li:not(:last-child) .aksel-timeline__zoom-button:focus-visible {
|
|
234
|
+
margin-right: 2px;
|
|
235
|
+
padding-right: 6px;
|
|
434
236
|
}
|
|
435
237
|
|
|
436
|
-
.
|
|
437
|
-
|
|
438
|
-
|
|
238
|
+
.aksel-timeline__popover {
|
|
239
|
+
z-index: 5;
|
|
240
|
+
background-color: var(--ax-bg-raised);
|
|
241
|
+
box-shadow: var(--ax-shadow-dialog);
|
|
242
|
+
border: 1px solid;
|
|
243
|
+
border-color: var(--ax-border-neutral-subtleA);
|
|
244
|
+
border-radius: var(--ax-radius-8);
|
|
245
|
+
padding: var(--ax-space-16) var(--ax-space-20);
|
|
439
246
|
}
|
|
440
247
|
|
|
441
|
-
.
|
|
442
|
-
border-
|
|
443
|
-
|
|
248
|
+
.aksel-timeline__popover:focus-visible {
|
|
249
|
+
outline: 3px solid var(--ax-border-focus);
|
|
250
|
+
outline-offset: 3px;
|
|
444
251
|
}
|
|
445
252
|
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
253
|
+
@media (forced-colors: active) {
|
|
254
|
+
.aksel-timeline__period:focus {
|
|
255
|
+
outline-offset: 3px;
|
|
256
|
+
outline: 3px solid highlight;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.aksel-timeline__period--success, .aksel-timeline__period--warning, .aksel-timeline__period--info, .aksel-timeline__period--neutral, .aksel-timeline__period--danger {
|
|
260
|
+
forced-color-adjust: none;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.aksel-timeline__row, .aksel-timeline__pin-wrapper:before {
|
|
264
|
+
border: 1px solid rgba(0, 0, 0, 0);
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.aksel-timeline__pin-button {
|
|
268
|
+
outline: 4px solid rgba(0, 0, 0, 0);
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.aksel-timeline__pin-button:focus, .aksel-timeline__pin-button:focus-visible {
|
|
272
|
+
outline-offset: 3px;
|
|
273
|
+
box-shadow: none;
|
|
274
|
+
outline: 4px solid highlight;
|
|
275
|
+
}
|
|
449
276
|
}
|
|
450
277
|
}
|
|
278
|
+
|
|
279
|
+
@layer aksel.layout;
|