@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
package/stepper.css
DELETED
|
@@ -1,312 +0,0 @@
|
|
|
1
|
-
.navds-stepper {
|
|
2
|
-
--navds-stepper-circle-size: 2rem;
|
|
3
|
-
--navds-stepper-border-width: 2px;
|
|
4
|
-
--navds-stepper-line-length: 1rem;
|
|
5
|
-
|
|
6
|
-
color: var(--ac-stepper-text, var(--a-surface-action));
|
|
7
|
-
font-weight: 600;
|
|
8
|
-
line-height: 1;
|
|
9
|
-
list-style: none;
|
|
10
|
-
padding-left: 0;
|
|
11
|
-
margin: 0;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.navds-stepper--horizontal {
|
|
15
|
-
display: flex;
|
|
16
|
-
align-items: flex-start;
|
|
17
|
-
text-align: center;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.navds-stepper__item {
|
|
21
|
-
display: grid;
|
|
22
|
-
grid-template-rows:
|
|
23
|
-
[line-1] auto [step-start] var(--navds-stepper-circle-size)
|
|
24
|
-
[line-2 step-end] auto;
|
|
25
|
-
grid-template-columns: var(--navds-stepper-circle-size) auto;
|
|
26
|
-
justify-items: flex-start;
|
|
27
|
-
gap: 0.5rem;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.navds-stepper__line {
|
|
31
|
-
background-color: var(--ac-stepper-line, var(--a-border-default));
|
|
32
|
-
width: var(--navds-stepper-border-width);
|
|
33
|
-
height: 100%;
|
|
34
|
-
min-height: var(--navds-stepper-line-length);
|
|
35
|
-
justify-self: center;
|
|
36
|
-
grid-column: 1;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.navds-stepper__step--behind.navds-stepper__step--completed + .navds-stepper__line {
|
|
40
|
-
background-color: var(--ac-stepper-line-completed, var(--a-border-selected));
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.navds-stepper__item--behind.navds-stepper__item--completed + .navds-stepper__item > .navds-stepper__line--1 {
|
|
44
|
-
background-color: var(--ac-stepper-line-completed, var(--a-border-selected));
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.navds-stepper__line--1 {
|
|
48
|
-
grid-row: line-1;
|
|
49
|
-
display: none;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.navds-stepper__line--2 {
|
|
53
|
-
grid-row: line-2;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
:where(.navds-stepper__item:last-of-type) .navds-stepper__line--2 {
|
|
57
|
-
display: none;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.navds-stepper__step {
|
|
61
|
-
grid-row: 2 / -1;
|
|
62
|
-
grid-column: 1 / -1;
|
|
63
|
-
display: grid;
|
|
64
|
-
grid-template-columns: [circle] var(--navds-stepper-circle-size) [content] auto;
|
|
65
|
-
gap: var(--a-spacing-2);
|
|
66
|
-
justify-content: flex-start;
|
|
67
|
-
text-decoration: none;
|
|
68
|
-
cursor: pointer;
|
|
69
|
-
padding: var(--navds-stepper-border-width);
|
|
70
|
-
margin: calc(var(--navds-stepper-border-width) * -1) calc(var(--navds-stepper-border-width) * -1)
|
|
71
|
-
var(--navds-stepper-circle-size);
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.navds-stepper__item:last-child .navds-stepper__step {
|
|
75
|
-
margin-bottom: 0;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
@media (forced-colors: active) {
|
|
79
|
-
.navds-stepper__step {
|
|
80
|
-
background-color: ButtonFace;
|
|
81
|
-
color: ButtonText;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.navds-stepper__circle.navds-stepper__circle {
|
|
85
|
-
border: 0;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.navds-stepper__step .navds-stepper__circle {
|
|
89
|
-
forced-color-adjust: none;
|
|
90
|
-
background-color: ButtonText;
|
|
91
|
-
border-color: ButtonText;
|
|
92
|
-
color: ButtonFace;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.navds-stepper__step.navds-stepper__step:focus-visible {
|
|
96
|
-
box-shadow: none;
|
|
97
|
-
outline: 2px solid highlight;
|
|
98
|
-
outline-offset: 2px;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.navds-stepper__step.navds-stepper__step--active .navds-stepper__circle {
|
|
102
|
-
forced-color-adjust: none;
|
|
103
|
-
background-color: highlight;
|
|
104
|
-
border-color: highlighttext;
|
|
105
|
-
color: highlighttext;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.navds-stepper__line {
|
|
109
|
-
background-color: ButtonText;
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
button.navds-stepper__step {
|
|
114
|
-
appearance: none;
|
|
115
|
-
border: none;
|
|
116
|
-
background-color: transparent;
|
|
117
|
-
font: inherit;
|
|
118
|
-
color: inherit;
|
|
119
|
-
text-align: inherit;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.navds-stepper__step--non-interactive {
|
|
123
|
-
color: var(--ac-stepper-non-interactive, var(--a-text-subtle));
|
|
124
|
-
cursor: default;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
:where(.navds-stepper__step):focus-visible {
|
|
128
|
-
outline: none;
|
|
129
|
-
box-shadow: var(--a-shadow-focus);
|
|
130
|
-
isolation: isolate;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
@supports not selector(:focus-visible) {
|
|
134
|
-
.navds-stepper__step:focus {
|
|
135
|
-
outline: none;
|
|
136
|
-
box-shadow: var(--a-shadow-focus);
|
|
137
|
-
isolation: isolate;
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
.navds-stepper__circle {
|
|
142
|
-
grid-column: circle;
|
|
143
|
-
display: inline-grid;
|
|
144
|
-
place-items: center;
|
|
145
|
-
place-content: center;
|
|
146
|
-
flex-shrink: 0;
|
|
147
|
-
width: var(--navds-stepper-circle-size);
|
|
148
|
-
height: var(--navds-stepper-circle-size);
|
|
149
|
-
border: var(--navds-stepper-border-width) solid currentColor;
|
|
150
|
-
border-radius: var(--a-border-radius-full);
|
|
151
|
-
line-height: 1;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
.navds-stepper__circle--success {
|
|
155
|
-
border: none;
|
|
156
|
-
background: none;
|
|
157
|
-
font-size: calc(var(--navds-stepper-circle-size) * 0.75);
|
|
158
|
-
width: var(--navds-stepper-circle-size);
|
|
159
|
-
height: var(--navds-stepper-circle-size);
|
|
160
|
-
color: var(--a-text-on-action);
|
|
161
|
-
background-color: var(--ac-stepper-text, var(--a-surface-action));
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.navds-stepper__content {
|
|
165
|
-
min-width: fit-content;
|
|
166
|
-
line-height: 1.5;
|
|
167
|
-
grid-column: content;
|
|
168
|
-
padding-top: 0.16rem;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
/* Horizontal */
|
|
172
|
-
:where(.navds-stepper--horizontal) .navds-stepper__item {
|
|
173
|
-
flex: 1 1 100%;
|
|
174
|
-
grid-template-columns:
|
|
175
|
-
[line-1-start] 1fr [step-start] auto [line-1-end] var(--navds-stepper-circle-size)
|
|
176
|
-
[line-2-start] auto [step-end] 1fr [line-2-end];
|
|
177
|
-
grid-template-rows: var(--navds-stepper-circle-size) auto;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
:where(.navds-stepper--horizontal) .navds-stepper__line {
|
|
181
|
-
height: var(--navds-stepper-border-width);
|
|
182
|
-
width: 100%;
|
|
183
|
-
min-height: auto;
|
|
184
|
-
grid-row: 1;
|
|
185
|
-
display: block;
|
|
186
|
-
align-self: center;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
:where(.navds-stepper--horizontal) .navds-stepper__line--1 {
|
|
190
|
-
grid-column: line-1;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
:where(.navds-stepper--horizontal) .navds-stepper__line--2 {
|
|
194
|
-
grid-column: line-2;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
:where(.navds-stepper--horizontal .navds-stepper__item:first-of-type) .navds-stepper__line--1,
|
|
198
|
-
:where(.navds-stepper--horizontal .navds-stepper__item:last-of-type) .navds-stepper__line--2 {
|
|
199
|
-
visibility: hidden;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
:where(.navds-stepper--horizontal) .navds-stepper__step {
|
|
203
|
-
grid-row: 1 / -1;
|
|
204
|
-
grid-column: step;
|
|
205
|
-
display: grid;
|
|
206
|
-
grid-template-rows: [circle] var(--navds-stepper-circle-size) [content] auto;
|
|
207
|
-
grid-template-columns:
|
|
208
|
-
[content-start] auto [circle] var(--navds-stepper-circle-size)
|
|
209
|
-
[content-end] auto;
|
|
210
|
-
place-items: center center;
|
|
211
|
-
margin-bottom: 0;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
:where(.navds-stepper--horizontal) .navds-stepper__circle {
|
|
215
|
-
grid-row: circle;
|
|
216
|
-
grid-column: 2;
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
:where(.navds-stepper--horizontal) .navds-stepper__content {
|
|
220
|
-
grid-row: content;
|
|
221
|
-
grid-column: 1 / -1;
|
|
222
|
-
max-width: 24ch;
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
/* Active step */
|
|
226
|
-
:where(.navds-stepper__step--active) .navds-stepper__content {
|
|
227
|
-
color: var(--ac-stepper-active, var(--a-text-action-selected));
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.navds-stepper__step:hover:where(:not(.navds-stepper__step--non-interactive)) {
|
|
231
|
-
color: var(--ac-stepper-hover-active, var(--a-text-action-hover));
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
:where(.navds-stepper__step:hover) .navds-stepper__content {
|
|
235
|
-
text-decoration: underline;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
:where(.navds-stepper__step--non-interactive:hover, .navds-stepper__step--active:hover) .navds-stepper__content {
|
|
239
|
-
text-decoration: none;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
:where(.navds-stepper__step--active) .navds-stepper__circle {
|
|
243
|
-
background-color: var(--ac-stepper-active-bg, var(--a-surface-action-selected));
|
|
244
|
-
border-color: var(--ac-stepper-active-border, var(--a-border-action-selected));
|
|
245
|
-
color: var(--ac-stepper-active-text, var(--a-text-on-action));
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
:where(.navds-stepper__step:not(.navds-stepper__step--active):hover) .navds-stepper__circle {
|
|
249
|
-
background-color: var(--ac-stepper-hover-bg, var(--a-surface-action-subtle-hover));
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
:where(.navds-stepper__step:not(.navds-stepper__step--active):hover) .navds-stepper__circle--success {
|
|
253
|
-
background-color: var(--ac-stepper-text, var(--a-surface-action-hover));
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
/* Non-interactive */
|
|
257
|
-
:where(.navds-stepper__step--non-interactive.navds-stepper__step--active) .navds-stepper__content {
|
|
258
|
-
color: var(--ac-stepper-non-interactive-active, var(--a-text-default));
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
.navds-stepper__step--non-interactive.navds-stepper__step--behind.navds-stepper__step--completed + .navds-stepper__line {
|
|
262
|
-
background-color: var(--ac-stepper-non-interactive-line-completed, var(--a-border-strong));
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
.navds-stepper__item--non-interactive.navds-stepper__item--behind.navds-stepper__item--completed
|
|
266
|
-
+ .navds-stepper__item
|
|
267
|
-
> .navds-stepper__line--1 {
|
|
268
|
-
background-color: var(--ac-stepper-non-interactive-line-completed, var(--a-border-strong));
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
:where(.navds-stepper__step--non-interactive.navds-stepper__step--active) .navds-stepper__circle {
|
|
272
|
-
background-color: var(--ac-stepper-non-interactive-active-bg, var(--a-surface-inverted));
|
|
273
|
-
border-color: var(--ac-stepper-non-interactive-active-border, var(--a-surface-inverted));
|
|
274
|
-
color: var(--ac-stepper-non-interactive-active-text, var(--a-text-on-inverted));
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
:where(.navds-stepper__step--non-interactive:hover) .navds-stepper__circle {
|
|
278
|
-
background-color: transparent;
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
:where(.navds-stepper__step--non-interactive.navds-stepper__step--active:hover) .navds-stepper__circle {
|
|
282
|
-
background-color: var(--ac-stepper-non-interactive-active-bg, var(--a-surface-inverted));
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
:where(.navds-stepper__step--completed.navds-stepper__step--active) .navds-stepper__circle {
|
|
286
|
-
background-color: inherit;
|
|
287
|
-
color: var(--ac-stepper-active-completed, var(--a-text-action-selected));
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
:where(.navds-stepper__step--completed.navds-stepper__step--active) .navds-stepper__circle--success {
|
|
291
|
-
color: var(--a-text-on-action);
|
|
292
|
-
background-color: var(--ac-stepper-active-completed, var(--a-surface-action-selected));
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
:where(.navds-stepper__step--non-interactive, .navds-stepper__step--non-interactive:hover) .navds-stepper__circle--success {
|
|
296
|
-
color: var(--a-text-on-inverted);
|
|
297
|
-
background-color: var(--ac-stepper-non-interactive-completed-bg, var(--a-surface-neutral));
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
:where(.navds-stepper__step--non-interactive.navds-stepper__step--active) .navds-stepper__circle--success {
|
|
301
|
-
color: var(--a-text-on-inverted);
|
|
302
|
-
background-color: var(--ac-stepper-non-interactive-active-completed, var(--a-surface-inverted));
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
:where(.navds-stepper__step--completed.navds-stepper__step--active.navds-stepper__step--non-interactive) .navds-stepper__circle {
|
|
306
|
-
color: var(--ac-stepper-non-interactive-active-completed, var(--a-text-default));
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
:where(.navds-stepper__step--completed.navds-stepper__step--active.navds-stepper__step--non-interactive)
|
|
310
|
-
.navds-stepper__circle--success {
|
|
311
|
-
color: var(--ac-stepper-non-interactive-active-completed, var(--a-text-on-inverted));
|
|
312
|
-
}
|
package/table.css
DELETED
|
@@ -1,366 +0,0 @@
|
|
|
1
|
-
.navds-table {
|
|
2
|
-
width: 100%;
|
|
3
|
-
border-collapse: collapse;
|
|
4
|
-
display: table;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.navds-table.navds-table--sticky-header {
|
|
8
|
-
border-collapse: separate;
|
|
9
|
-
border-spacing: 0;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.navds-table__header {
|
|
13
|
-
display: table-header-group;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.navds-table--sticky-header .navds-table__header {
|
|
17
|
-
position: sticky;
|
|
18
|
-
top: 0;
|
|
19
|
-
z-index: 10;
|
|
20
|
-
background-color: var(--a-surface-default);
|
|
21
|
-
box-sizing: border-box;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.navds-table__body {
|
|
25
|
-
display: table-row-group;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.navds-table__row {
|
|
29
|
-
display: table-row;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.navds-table__row[data-interactive="true"]:hover {
|
|
33
|
-
cursor: pointer;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.navds-table__body .navds-table__row--shade-on-hover:hover {
|
|
37
|
-
background-color: var(--ac-table-row-hover, var(--a-bg-subtle));
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.navds-table__row--selected {
|
|
41
|
-
background-color: var(--ac-table-row-selected, var(--a-surface-action-subtle));
|
|
42
|
-
box-shadow:
|
|
43
|
-
inset 1px 0 0 0 var(--a-border-action),
|
|
44
|
-
inset -1px 0 0 0 var(--a-border-action);
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.navds-table__row--selected:first-of-type {
|
|
48
|
-
box-shadow:
|
|
49
|
-
inset 1px 0 0 0 var(--a-border-action),
|
|
50
|
-
inset -1px 0 0 0 var(--a-border-action),
|
|
51
|
-
inset 0 1px 0 0 var(--a-border-action);
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.navds-table__row--selected :is(.navds-table__header-cell, .navds-table__data-cell) {
|
|
55
|
-
border-color: var(--a-border-action);
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.navds-table__row--selected + .navds-table__expanded-row {
|
|
59
|
-
box-shadow:
|
|
60
|
-
inset 1px 0 0 0 var(--a-border-action),
|
|
61
|
-
inset -1px 0 0 0 var(--a-border-action);
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.navds-table__row:has(+ .navds-table__row--selected) :is(.navds-table__header-cell, .navds-table__data-cell) {
|
|
65
|
-
border-color: var(--a-border-action);
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.navds-table__row--selected.navds-table__expandable-row--open :is(.navds-table__header-cell, .navds-table__data-cell) {
|
|
69
|
-
border-color: transparent;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.navds-table__row--selected + .navds-table__expanded-row .navds-table__expanded-row-collapse {
|
|
73
|
-
border-color: var(--a-border-action);
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.navds-table__body .navds-table__row--shade-on-hover.navds-table__row--selected:hover {
|
|
77
|
-
background-color: var(--ac-table-row-selected-hover, var(--a-surface-action-subtle-hover));
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.navds-table--zebra-stripes .navds-table__body :where(.navds-table__row:nth-child(odd):not(.navds-table__row--selected)) {
|
|
81
|
-
background-color: var(--ac-table-row-zebra, var(--a-surface-subtle));
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.navds-table--zebra-stripes
|
|
85
|
-
.navds-table__body
|
|
86
|
-
:where(.navds-table__expandable-row:nth-child(4n + 1):not(.navds-table__row--selected)) {
|
|
87
|
-
background-color: transparent;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.navds-table--zebra-stripes .navds-table__body .navds-table__expanded-row:nth-child(4n) {
|
|
91
|
-
background-color: var(--ac-table-row-zebra, var(--a-surface-subtle));
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.navds-table__header-cell,
|
|
95
|
-
.navds-table__data-cell {
|
|
96
|
-
display: table-cell;
|
|
97
|
-
padding: var(--a-spacing-3) var(--a-spacing-2);
|
|
98
|
-
border-bottom: 1px solid var(--ac-table-row-border, var(--a-border-default));
|
|
99
|
-
text-align: left;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.navds-table__header .navds-table__header-cell,
|
|
103
|
-
.navds-table__header .navds-table__data-cell {
|
|
104
|
-
border-bottom-width: 2px;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.navds-table__header-cell--align-right,
|
|
108
|
-
.navds-table__data-cell--align-right {
|
|
109
|
-
text-align: right;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.navds-table__header-cell--align-center,
|
|
113
|
-
.navds-table__data-cell--align-center {
|
|
114
|
-
text-align: center;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
:where(.navds-table__body .navds-table__row--shade-on-hover:hover) .navds-table__header-cell,
|
|
118
|
-
:where(.navds-table__body .navds-table__row--shade-on-hover:hover) .navds-table__data-cell {
|
|
119
|
-
border-color: var(--ac-table-cell-hover-border, var(--a-border-strong));
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
:where(.navds-table__expandable-row--open:hover) .navds-table__data-cell {
|
|
123
|
-
border-bottom-color: transparent;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.navds-table--large .navds-table__header-cell,
|
|
127
|
-
.navds-table--large .navds-table__data-cell {
|
|
128
|
-
padding: var(--a-spacing-4) var(--a-spacing-2);
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.navds-table--small .navds-table__header-cell,
|
|
132
|
-
.navds-table--small .navds-table__data-cell {
|
|
133
|
-
padding: var(--a-spacing-1) var(--a-spacing-2);
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.navds-table :not(.navds-checkboxes) > .navds-checkbox .navds-checkbox__input {
|
|
137
|
-
top: -0.75rem;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.navds-table :not(.navds-checkboxes) > .navds-checkbox--small .navds-checkbox__input {
|
|
141
|
-
top: -0.375rem;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.navds-table :not(.navds-checkboxes) > .navds-checkbox .navds-checkbox__label {
|
|
145
|
-
padding: 0;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.navds-table :not(.navds-checkboxes) > .navds-checkbox .navds-checkbox__input:indeterminate + .navds-checkbox__label::after {
|
|
149
|
-
top: var(--a-spacing-3);
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
.navds-table
|
|
153
|
-
:not(.navds-checkboxes)
|
|
154
|
-
> .navds-checkbox--small
|
|
155
|
-
.navds-checkbox__input:indeterminate
|
|
156
|
-
+ .navds-checkbox__label::after {
|
|
157
|
-
top: 0.6rem;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
.navds-table__header-cell[aria-sort] {
|
|
161
|
-
padding: 0;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.navds-table__sort-button {
|
|
165
|
-
appearance: none;
|
|
166
|
-
background: none;
|
|
167
|
-
color: var(--ac-table-sort-button-text, var(--a-text-action));
|
|
168
|
-
border: none;
|
|
169
|
-
cursor: pointer;
|
|
170
|
-
margin: 0;
|
|
171
|
-
padding: var(--a-spacing-4) var(--a-spacing-3);
|
|
172
|
-
width: 100%;
|
|
173
|
-
display: flex;
|
|
174
|
-
gap: var(--a-spacing-1);
|
|
175
|
-
align-items: center;
|
|
176
|
-
line-height: inherit;
|
|
177
|
-
font-weight: inherit;
|
|
178
|
-
text-align: inherit;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.navds-table--small .navds-table__sort-button {
|
|
182
|
-
padding: var(--a-spacing-2) var(--a-spacing-3);
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
.navds-table__sort-button:hover {
|
|
186
|
-
background-color: var(--ac-table-sort-button-hover-bg, var(--a-bg-subtle));
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
.navds-table__sort-button:focus-visible {
|
|
190
|
-
outline: none;
|
|
191
|
-
box-shadow: inset 0 0 0 2px var(--a-border-focus);
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
@supports not selector(:focus-visible) {
|
|
195
|
-
.navds-table__sort-button:focus {
|
|
196
|
-
outline: none;
|
|
197
|
-
box-shadow: inset 0 0 0 2px var(--a-border-focus);
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
.navds-table__header-cell[aria-sort="ascending"] .navds-table__sort-button,
|
|
202
|
-
.navds-table__header-cell[aria-sort="descending"] .navds-table__sort-button {
|
|
203
|
-
background-color: var(--ac-table-sort-button-sorted-bg, var(--a-surface-selected));
|
|
204
|
-
color: var(--ac-table-sort-button-sorted-text, var(--a-table-sort-button-sorted-text, var(--a-text-action-on-action-subtle)));
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
.navds-table__header-cell--align-right .navds-table__sort-button {
|
|
208
|
-
justify-content: flex-end;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
.navds-table__header-cell--align-center .navds-table__sort-button {
|
|
212
|
-
justify-content: center;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
.navds-table__sort-button svg {
|
|
216
|
-
font-size: 1.5rem;
|
|
217
|
-
flex-shrink: 0;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
.navds-table__expandable-row:not(.navds-table__expandable-row--open) :where(.navds-table__data-cell, .navds-table__header-cell) {
|
|
221
|
-
transition: border-bottom-color 190ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
.navds-table__expandable-row.navds-table__expandable-row--clickable:not(.navds-table__expandable-row--expansion-disabled):hover {
|
|
225
|
-
cursor: pointer;
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
.navds-table__expandable-row--open :where(.navds-table__data-cell, .navds-table__header-cell) {
|
|
229
|
-
border-bottom-color: transparent;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
.navds-table__expandable-row--open .navds-table__toggle-expand-cell--open {
|
|
233
|
-
border-color: transparent;
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
.navds-table__toggle-expand-cell {
|
|
237
|
-
padding: 0;
|
|
238
|
-
width: 3rem;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
.navds-table--large .navds-table__toggle-expand-cell {
|
|
242
|
-
padding: 0 var(--a-spacing-2);
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
.navds-table--small .navds-table__toggle-expand-cell {
|
|
246
|
-
padding: var(--a-spacing-1) var(--a-spacing-2);
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
.navds-table__toggle-expand-button {
|
|
250
|
-
display: grid;
|
|
251
|
-
place-content: center;
|
|
252
|
-
cursor: pointer;
|
|
253
|
-
background: transparent;
|
|
254
|
-
border: none;
|
|
255
|
-
border-radius: var(--a-border-radius-medium);
|
|
256
|
-
height: 2rem;
|
|
257
|
-
width: 2rem;
|
|
258
|
-
font-size: 1.5rem;
|
|
259
|
-
margin: 0 auto;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
.navds-table__expandable-icon {
|
|
263
|
-
transition: transform 150ms ease-in-out;
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
.navds-table__expandable-row:not(.navds-table__expandable-row--expansion-disabled) .navds-table__toggle-expand-cell:hover {
|
|
267
|
-
cursor: pointer;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
.navds-table__toggle-expand-button:hover,
|
|
271
|
-
.navds-table__toggle-expand-cell:hover > .navds-table__toggle-expand-button,
|
|
272
|
-
.navds-table__expandable-row--clickable:hover .navds-table__toggle-expand-button {
|
|
273
|
-
background-color: var(--a-surface-hover);
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
.navds-table__toggle-expand-cell--open > :where(.navds-table__toggle-expand-button) :where(.navds-table__expandable-icon) {
|
|
277
|
-
transform: translateY(0) rotate(180deg);
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
.navds-table__toggle-expand-button:hover > :where(.navds-table__expandable-icon) {
|
|
281
|
-
transform: translateY(1px);
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
.navds-table__toggle-expand-cell--open > .navds-table__toggle-expand-button:hover > :where(.navds-table__expandable-icon) {
|
|
285
|
-
transform: translateY(-1px) rotate(180deg);
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
.navds-table__toggle-expand-button:focus-visible {
|
|
289
|
-
outline: none;
|
|
290
|
-
box-shadow: var(--a-shadow-focus);
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
@supports not selector(:focus-visible) {
|
|
294
|
-
.navds-table__toggle-expand-button:focus {
|
|
295
|
-
outline: none;
|
|
296
|
-
box-shadow: var(--a-shadow-focus);
|
|
297
|
-
}
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
.navds-table__expanded-row-cell {
|
|
301
|
-
padding: 0;
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
.navds-table__expanded-row-cell:empty {
|
|
305
|
-
display: none;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
.navds-table__expanded-row-collapse:not([style*="height: 0px;"]) {
|
|
309
|
-
border-bottom: 1px solid var(--ac-table-row-border, var(--a-border-default));
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
.navds-table__expanded-row:has(+ .navds-table__row--selected) .navds-table__expanded-row-collapse {
|
|
313
|
-
border-color: var(--a-border-action);
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
.navds-table__expanded-row-content {
|
|
317
|
-
--__ac-table-expanded-row-pi: calc(var(--a-spacing-2) + 3rem);
|
|
318
|
-
|
|
319
|
-
padding-block: var(--a-spacing-4);
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
.navds-table--small .navds-table__expanded-row-content {
|
|
323
|
-
padding-block: var(--a-spacing-2);
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
.navds-table__expanded-row-content--gutter-both {
|
|
327
|
-
padding-inline: var(--__ac-table-expanded-row-pi);
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
.navds-table__expanded-row-content--gutter-left {
|
|
331
|
-
padding-inline: var(--__ac-table-expanded-row-pi) var(--a-spacing-2);
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
.navds-table__expanded-row-content--gutter-right {
|
|
335
|
-
padding-inline: var(--a-spacing-2) var(--__ac-table-expanded-row-pi);
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
.navds-table__expanded-row-content--gutter-none {
|
|
339
|
-
padding-inline: var(--a-spacing-2);
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
@media (forced-colors: active) {
|
|
343
|
-
.navds-date.navds-date button.rdp-day_selected {
|
|
344
|
-
forced-color-adjust: none;
|
|
345
|
-
background-color: highlight;
|
|
346
|
-
color: highlighttext;
|
|
347
|
-
box-shadow: none;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
.navds-date.navds-date button {
|
|
351
|
-
color: buttontext;
|
|
352
|
-
forced-color-adjust: none;
|
|
353
|
-
outline: none;
|
|
354
|
-
box-shadow: none;
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
.navds-date button:focus-visible {
|
|
358
|
-
color: buttontext;
|
|
359
|
-
forced-color-adjust: none;
|
|
360
|
-
outline: 2px solid highlight;
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
.navds-date.navds-date button.rdp-day_disabled {
|
|
364
|
-
color: GrayText;
|
|
365
|
-
}
|
|
366
|
-
}
|