@navikt/ds-css 7.40.0 → 8.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -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 +1742 -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 +48 -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 +6227 -8576
- 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 +7339 -9507
- 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} +13 -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-anchor.darkside.css → src/link-anchor.css} +4 -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-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/guide-panel.css
DELETED
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
.navds-guide-panel {
|
|
2
|
-
--__ac-guide-panel-guide-size: 4rem;
|
|
3
|
-
|
|
4
|
-
position: relative;
|
|
5
|
-
padding-top: calc(var(--__ac-guide-panel-guide-size) / 2);
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.navds-guide {
|
|
9
|
-
background: var(--ac-guide-panel-illustration-bg, var(--a-surface-alt-3-subtle));
|
|
10
|
-
border: 2px solid var(--ac-guide-panel-border, var(--a-border-alt-3));
|
|
11
|
-
border-radius: var(--a-border-radius-full);
|
|
12
|
-
overflow: hidden;
|
|
13
|
-
position: absolute;
|
|
14
|
-
width: var(--__ac-guide-panel-guide-size);
|
|
15
|
-
height: var(--__ac-guide-panel-guide-size);
|
|
16
|
-
left: 50%;
|
|
17
|
-
transform: translate(-50%, -50%);
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.navds-guide svg,
|
|
21
|
-
.navds-guide img {
|
|
22
|
-
height: 100%;
|
|
23
|
-
width: 100%;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.navds-guide-panel__content {
|
|
27
|
-
background-color: var(--ac-guide-panel-bg, var(--a-surface-default));
|
|
28
|
-
border: 2px solid var(--ac-guide-panel-border, var(--a-border-alt-3));
|
|
29
|
-
border-radius: var(--a-border-radius-large);
|
|
30
|
-
padding: var(--a-spacing-4);
|
|
31
|
-
padding-top: var(--a-spacing-12);
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
@media (min-width: 480px) {
|
|
35
|
-
.navds-guide-panel {
|
|
36
|
-
--__ac-guide-panel-guide-size: 6.25rem;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.navds-guide-panel__content {
|
|
40
|
-
padding: var(--a-spacing-8);
|
|
41
|
-
padding-top: 4.25rem;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
/* not-poster */
|
|
46
|
-
|
|
47
|
-
.navds-guide-panel--not-poster {
|
|
48
|
-
padding-top: 0;
|
|
49
|
-
padding-left: calc(var(--__ac-guide-panel-guide-size) / 2);
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.navds-guide-panel--not-poster .navds-guide {
|
|
53
|
-
left: 0;
|
|
54
|
-
top: var(--a-spacing-5);
|
|
55
|
-
transform: none;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.navds-guide-panel--not-poster .navds-guide-panel__content {
|
|
59
|
-
padding: var(--a-spacing-4);
|
|
60
|
-
padding-left: var(--a-spacing-10);
|
|
61
|
-
min-height: calc(var(--__ac-guide-panel-guide-size) + var(--a-spacing-5) + var(--a-spacing-5));
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
@media (min-width: 480px) {
|
|
65
|
-
.navds-guide-panel--not-poster {
|
|
66
|
-
--__ac-guide-panel-guide-size: 5rem;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.navds-guide-panel--not-poster .navds-guide-panel__content {
|
|
70
|
-
padding: var(--a-spacing-6);
|
|
71
|
-
padding-left: var(--a-spacing-14);
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
/* responsive-poster (on desktop) */
|
|
76
|
-
|
|
77
|
-
@media (min-width: 480px) {
|
|
78
|
-
.navds-guide-panel--responsive-poster {
|
|
79
|
-
--__ac-guide-panel-guide-size: 5rem;
|
|
80
|
-
|
|
81
|
-
padding-top: 0;
|
|
82
|
-
padding-left: calc(var(--__ac-guide-panel-guide-size) / 2);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.navds-guide-panel--responsive-poster .navds-guide {
|
|
86
|
-
left: 0;
|
|
87
|
-
top: var(--a-spacing-5);
|
|
88
|
-
transform: none;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.navds-guide-panel--responsive-poster .navds-guide-panel__content {
|
|
92
|
-
padding: var(--a-spacing-6);
|
|
93
|
-
padding-left: var(--a-spacing-14);
|
|
94
|
-
min-height: calc(var(--__ac-guide-panel-guide-size) + var(--a-spacing-5) + var(--a-spacing-5));
|
|
95
|
-
}
|
|
96
|
-
}
|
package/help-text.css
DELETED
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
.navds-help-text__button {
|
|
2
|
-
margin: 0;
|
|
3
|
-
border: 0;
|
|
4
|
-
cursor: pointer;
|
|
5
|
-
background-color: transparent;
|
|
6
|
-
border-radius: var(--a-border-radius-full);
|
|
7
|
-
display: flex;
|
|
8
|
-
justify-content: center;
|
|
9
|
-
align-items: center;
|
|
10
|
-
color: var(--ac-help-text-button-color, var(--a-surface-action));
|
|
11
|
-
font-size: 1.25rem;
|
|
12
|
-
padding: calc(var(--a-spacing-1) / 2);
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.navds-help-text__button:focus-visible {
|
|
16
|
-
outline: 2px solid transparent;
|
|
17
|
-
box-shadow:
|
|
18
|
-
0 0 0 1px var(--a-border-focus),
|
|
19
|
-
inset 0 0 0 1px var(--a-border-focus);
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
@supports not selector(:focus-visible) {
|
|
23
|
-
.navds-help-text__button:focus {
|
|
24
|
-
outline: 2px solid transparent;
|
|
25
|
-
box-shadow:
|
|
26
|
-
0 0 0 1px var(--a-border-focus),
|
|
27
|
-
inset 0 0 0 1px var(--a-border-focus);
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.navds-help-text__icon {
|
|
32
|
-
border-radius: var(--a-border-radius-full);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.navds-help-text__popover > .navds-popover__arrow {
|
|
36
|
-
background-color: var(--ac-help-text-popover-bg, var(--a-surface-info-subtle));
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.navds-help-text__popover.navds-popover {
|
|
40
|
-
background-color: var(--ac-help-text-popover-bg, var(--a-surface-info-subtle));
|
|
41
|
-
max-width: min(65ch, calc(100vw - 1.5rem));
|
|
42
|
-
|
|
43
|
-
--ac-popover-border: var(--a-border-info);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.navds-help-text__icon--filled {
|
|
47
|
-
display: none;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.navds-help-text__button:where(:hover, :focus-visible, [aria-expanded="true"]) > .navds-help-text__icon {
|
|
51
|
-
display: none;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.navds-help-text__button:where(:hover, :focus-visible, [aria-expanded="true"]) > .navds-help-text__icon--filled {
|
|
55
|
-
display: inherit;
|
|
56
|
-
color: var(--ac-help-text-button-hover-color, var(--a-surface-action-hover));
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.navds-help-text__button[aria-expanded="true"] > .navds-help-text__icon--filled {
|
|
60
|
-
color: var(--ac-help-text-button-active-color, var(--a-surface-action-active));
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
@supports not selector(:focus-visible) {
|
|
64
|
-
.navds-help-text__button:where(:focus) > .navds-help-text__icon {
|
|
65
|
-
display: none;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.navds-help-text__button:where(:focus) > .navds-help-text__icon--filled {
|
|
69
|
-
display: inherit;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
@media (forced-colors: active) {
|
|
74
|
-
.navds-help-text__button:where(:hover, :focus-visible, [aria-expanded="true"]) > .navds-help-text__icon {
|
|
75
|
-
display: inherit;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.navds-help-text__button:hover > .navds-help-text__icon {
|
|
79
|
-
color: highlight;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.navds-help-text__button:where(:hover, :focus-visible, [aria-expanded="true"]) > .navds-help-text__icon--filled {
|
|
83
|
-
display: none;
|
|
84
|
-
}
|
|
85
|
-
}
|
package/index.css
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
|
-
|
|
3
|
-
@import "baseline/index.css";
|
|
4
|
-
@import "typography.css";
|
|
5
|
-
@import "accordion.css";
|
|
6
|
-
@import "alert.css";
|
|
7
|
-
@import "button.css";
|
|
8
|
-
@import "chat.css";
|
|
9
|
-
@import "chips.css";
|
|
10
|
-
@import "copybutton.css";
|
|
11
|
-
@import "dialog.css";
|
|
12
|
-
@import "dropdown.css";
|
|
13
|
-
@import "action-menu.css";
|
|
14
|
-
@import "expansioncard.css";
|
|
15
|
-
@import "guide-panel.css";
|
|
16
|
-
@import "form/index.css";
|
|
17
|
-
@import "help-text.css";
|
|
18
|
-
@import "inline-message.css";
|
|
19
|
-
@import "internalheader.css";
|
|
20
|
-
@import "link.css";
|
|
21
|
-
@import "link-anchor.css";
|
|
22
|
-
@import "link-card.css";
|
|
23
|
-
@import "loader.css";
|
|
24
|
-
@import "modal.css";
|
|
25
|
-
@import "pagination.css";
|
|
26
|
-
@import "popover.css";
|
|
27
|
-
@import "date.css";
|
|
28
|
-
@import "tag.css";
|
|
29
|
-
@import "timeline.css";
|
|
30
|
-
@import "tooltip.css";
|
|
31
|
-
@import "toggle-group.css";
|
|
32
|
-
@import "panel.css";
|
|
33
|
-
@import "link-panel.css";
|
|
34
|
-
@import "read-more.css";
|
|
35
|
-
@import "process.css";
|
|
36
|
-
@import "progress-bar.css";
|
|
37
|
-
@import "skeleton.css";
|
|
38
|
-
@import "stepper.css";
|
|
39
|
-
@import "table.css";
|
|
40
|
-
@import "tabs.css";
|
|
41
|
-
@import "list.css";
|
|
42
|
-
@import "primitives/index.css";
|
package/inline-message.css
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
.navds-inline-message {
|
|
2
|
-
display: flex;
|
|
3
|
-
gap: var(--a-spacing-1);
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.navds-inline-message[data-color="info"] {
|
|
7
|
-
color: var(--a-lightblue-900);
|
|
8
|
-
|
|
9
|
-
& .navds-inline-message__icon {
|
|
10
|
-
color: var(--a-icon-info);
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.navds-inline-message[data-color="success"] {
|
|
15
|
-
color: var(--a-green-900);
|
|
16
|
-
|
|
17
|
-
& .navds-inline-message__icon {
|
|
18
|
-
color: var(--a-icon-success);
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.navds-inline-message[data-color="danger"] {
|
|
23
|
-
color: var(--a-red-900);
|
|
24
|
-
|
|
25
|
-
& .navds-inline-message__icon {
|
|
26
|
-
color: var(--a-icon-danger);
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.navds-inline-message[data-color="warning"] {
|
|
31
|
-
color: var(--a-orange-900);
|
|
32
|
-
|
|
33
|
-
& .navds-inline-message__icon {
|
|
34
|
-
color: var(--a-icon-warning);
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.navds-inline-message__icon {
|
|
39
|
-
font-size: 1.5rem;
|
|
40
|
-
flex: 0 0 auto;
|
|
41
|
-
|
|
42
|
-
.navds-inline-message[data-size="small"] & {
|
|
43
|
-
font-size: 1.25rem;
|
|
44
|
-
}
|
|
45
|
-
}
|
package/internalheader.css
DELETED
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
.navds-internalheader {
|
|
2
|
-
display: flex;
|
|
3
|
-
align-self: stretch;
|
|
4
|
-
background: var(--ac-internalheader-bg, var(--a-surface-inverted));
|
|
5
|
-
min-height: 3rem;
|
|
6
|
-
|
|
7
|
-
--navds-internalheader-focus: inset 0 0 0 2px var(--a-border-focus-on-inverted);
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
@media (forced-colors: active) {
|
|
11
|
-
.navds-internalheader {
|
|
12
|
-
background-color: ButtonFace;
|
|
13
|
-
border: solid 1px ButtonText;
|
|
14
|
-
color: ButtonText;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.navds-internalheader a:focus-visible {
|
|
18
|
-
box-shadow: none;
|
|
19
|
-
outline: 2px solid highlight;
|
|
20
|
-
outline-offset: 2px;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.navds-internalheader .navds-internalheader__button:focus-visible {
|
|
24
|
-
box-shadow: none;
|
|
25
|
-
outline: 2px solid highlight;
|
|
26
|
-
outline-offset: 2px;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.navds-internalheader__title {
|
|
31
|
-
border: none;
|
|
32
|
-
overflow: visible;
|
|
33
|
-
background: transparent;
|
|
34
|
-
font: inherit;
|
|
35
|
-
font-weight: var(--a-font-weight-bold);
|
|
36
|
-
line-height: normal;
|
|
37
|
-
text-align: left;
|
|
38
|
-
padding: 0 var(--a-spacing-5) 0 var(--a-spacing-6);
|
|
39
|
-
border-right: 1px solid var(--ac-internalheader-divider, var(--a-gray-600));
|
|
40
|
-
display: flex;
|
|
41
|
-
align-items: center;
|
|
42
|
-
text-decoration: none;
|
|
43
|
-
margin: 0;
|
|
44
|
-
color: var(--ac-internalheader-text, var(--a-text-on-inverted));
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
button.navds-internalheader__title {
|
|
48
|
-
cursor: pointer;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.navds-internalheader__user {
|
|
52
|
-
padding: 0 var(--a-spacing-5);
|
|
53
|
-
border-left: 1px solid var(--ac-internalheader-divider, var(--a-gray-600));
|
|
54
|
-
display: flex;
|
|
55
|
-
align-items: center;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.navds-internalheader__button {
|
|
59
|
-
border: none;
|
|
60
|
-
margin: 0;
|
|
61
|
-
padding: 0 var(--a-spacing-3);
|
|
62
|
-
overflow: visible;
|
|
63
|
-
background: transparent;
|
|
64
|
-
font: inherit;
|
|
65
|
-
line-height: normal;
|
|
66
|
-
cursor: pointer;
|
|
67
|
-
text-align: left;
|
|
68
|
-
display: flex;
|
|
69
|
-
align-items: center;
|
|
70
|
-
justify-self: center;
|
|
71
|
-
gap: var(--a-spacing-2);
|
|
72
|
-
border-left: 1px solid var(--ac-internalheader-divider, var(--a-gray-600));
|
|
73
|
-
color: var(--ac-internalheader-text, var(--a-text-on-inverted));
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
a.navds-internalheader__title:hover,
|
|
77
|
-
button.navds-internalheader__title:hover,
|
|
78
|
-
.navds-internalheader__button:hover {
|
|
79
|
-
background-color: var(--ac-internalheader-hover-bg, var(--a-surface-inverted-hover));
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.navds-internalheader__title:focus-visible,
|
|
83
|
-
.navds-internalheader__button:focus-visible {
|
|
84
|
-
box-shadow: var(--navds-internalheader-focus);
|
|
85
|
-
outline: none;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
@supports not selector(:focus-visible) {
|
|
89
|
-
.navds-internalheader__title:focus,
|
|
90
|
-
.navds-internalheader__button:focus {
|
|
91
|
-
box-shadow: var(--navds-internalheader-focus);
|
|
92
|
-
outline: none;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
a.navds-internalheader__title:active,
|
|
97
|
-
button.navds-internalheader__title:active,
|
|
98
|
-
.navds-internalheader__button:active {
|
|
99
|
-
background-color: var(--ac-internalheader-active-bg, var(--a-surface-inverted-active));
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.navds-internalheader__user-button {
|
|
103
|
-
padding-left: var(--a-spacing-5);
|
|
104
|
-
gap: var(--a-spacing-4);
|
|
105
|
-
}
|
package/link-anchor.css
DELETED
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
.navds-link-anchor__overlay {
|
|
2
|
-
cursor: pointer;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.navds-link-anchor__overlay:focus-within {
|
|
6
|
-
outline: 3px solid var(--a-border-focus);
|
|
7
|
-
outline-offset: 3px;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
@supports selector(:has(*)) {
|
|
11
|
-
.navds-link-anchor__overlay:focus-within {
|
|
12
|
-
outline: unset;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.navds-link-anchor__overlay:has(:focus-visible) {
|
|
16
|
-
outline: 3px solid var(--a-border-focus);
|
|
17
|
-
outline-offset: 3px;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.navds-link-anchor {
|
|
22
|
-
text-decoration: underline;
|
|
23
|
-
text-decoration-color: currentColor;
|
|
24
|
-
text-underline-offset: 0.1em;
|
|
25
|
-
text-decoration-thickness: 0.05em;
|
|
26
|
-
color: inherit;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.navds-link-anchor:hover,
|
|
30
|
-
.navds-link-anchor__overlay:hover .navds-link-anchor {
|
|
31
|
-
text-decoration-thickness: 0.111em;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.navds-link-anchor:focus-visible {
|
|
35
|
-
outline: 3px solid var(--a-border-focus);
|
|
36
|
-
outline-offset: 3px;
|
|
37
|
-
border-radius: 1px;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.navds-link-anchor__overlay .navds-link-anchor:focus-visible {
|
|
41
|
-
outline: none;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.navds-link-anchor__arrow {
|
|
45
|
-
transition: transform 200ms;
|
|
46
|
-
transform: translateX(0);
|
|
47
|
-
flex-shrink: 0;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.navds-link-anchor:hover .navds-link-anchor__arrow,
|
|
51
|
-
.navds-link-anchor__overlay:hover .navds-link-anchor__arrow {
|
|
52
|
-
transform: translateX(4px);
|
|
53
|
-
}
|
package/link-card.css
DELETED
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
.navds-link-card {
|
|
2
|
-
--__ac-link-card-padding-block: var(--a-spacing-4);
|
|
3
|
-
--__ac-link-card-padding-inline: var(--a-spacing-5);
|
|
4
|
-
|
|
5
|
-
border-radius: var(--a-border-radius-xlarge);
|
|
6
|
-
text-decoration: none;
|
|
7
|
-
color: var(--a-text-default);
|
|
8
|
-
transition-property: border-color, box-shadow, transform, background-color;
|
|
9
|
-
transition-duration: 300ms;
|
|
10
|
-
transition-timing-function: cubic-bezier(0, 0, 0, 1);
|
|
11
|
-
position: relative;
|
|
12
|
-
background-color: var(--a-surface-default);
|
|
13
|
-
border: 1px solid var(--a-border-subtle);
|
|
14
|
-
padding: var(--__ac-link-card-padding-block) var(--__ac-link-card-padding-inline);
|
|
15
|
-
cursor: pointer;
|
|
16
|
-
display: grid;
|
|
17
|
-
grid-template-areas:
|
|
18
|
-
"image image image"
|
|
19
|
-
"icon title arrow"
|
|
20
|
-
"icon description arrow"
|
|
21
|
-
"icon footer arrow";
|
|
22
|
-
grid-template-columns: auto 1fr;
|
|
23
|
-
grid-template-rows: min-content min-content min-content auto;
|
|
24
|
-
align-items: center;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.navds-link-card[data-align-arrow="baseline"] {
|
|
28
|
-
grid-template-areas:
|
|
29
|
-
"image image image"
|
|
30
|
-
"icon title arrow"
|
|
31
|
-
"icon description description"
|
|
32
|
-
"icon footer footer";
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.navds-link-card:not(:has(.navds-link-card__description, .navds-link-card__footer)) {
|
|
36
|
-
grid-template-rows: auto 1fr;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.navds-link-card:not(:has(.navds-link-card__description, .navds-link-card__footer)) .navds-link-card__icon {
|
|
40
|
-
align-self: center;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.navds-link-card:not(:has(.navds-link-card__description, .navds-link-card__footer)) .navds-link-card__title {
|
|
44
|
-
align-items: center;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.navds-link-card[data-align-arrow="baseline"]:not(:has(.navds-link-card__description, .navds-link-card__footer))
|
|
48
|
-
.navds-link-card__arrow {
|
|
49
|
-
align-self: center;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.navds-link-card:hover {
|
|
53
|
-
border-color: var(--a-border-default);
|
|
54
|
-
box-shadow: 0 0 0 1px var(--a-border-default);
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.navds-link-card__title {
|
|
58
|
-
grid-area: title;
|
|
59
|
-
color: var(--a-text-default);
|
|
60
|
-
hyphens: auto;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.navds-link-card__description {
|
|
64
|
-
grid-area: description;
|
|
65
|
-
margin-block-start: var(--a-spacing-1);
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.navds-link-card__footer {
|
|
69
|
-
grid-area: footer;
|
|
70
|
-
margin-block-start: var(--a-spacing-4);
|
|
71
|
-
display: flex;
|
|
72
|
-
align-self: flex-end;
|
|
73
|
-
gap: var(--a-spacing-2);
|
|
74
|
-
flex-wrap: wrap;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.navds-link-card__icon {
|
|
78
|
-
grid-area: icon;
|
|
79
|
-
width: max-content;
|
|
80
|
-
height: max-content;
|
|
81
|
-
display: grid;
|
|
82
|
-
place-content: center;
|
|
83
|
-
color: var(--a-text-default);
|
|
84
|
-
align-self: flex-start;
|
|
85
|
-
margin-inline-end: var(--a-spacing-4);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.navds-link-card--small {
|
|
89
|
-
--__ac-link-card-padding-block: var(--a-spacing-3);
|
|
90
|
-
--__ac-link-card-padding-inline: var(--a-spacing-4);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.navds-link-card--small .navds-link-card__icon {
|
|
94
|
-
margin-inline-end: var(--a-spacing-3);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.navds-link-card__image-container {
|
|
98
|
-
display: block;
|
|
99
|
-
overflow: hidden;
|
|
100
|
-
grid-area: image;
|
|
101
|
-
margin-block: calc(var(--__ac-link-card-padding-block) * -1) var(--__ac-link-card-padding-block);
|
|
102
|
-
margin-inline: calc(var(--__ac-link-card-padding-inline) * 1 * -1);
|
|
103
|
-
border-radius: calc(var(--a-border-radius-xlarge) - 1px);
|
|
104
|
-
border-bottom-left-radius: 0;
|
|
105
|
-
border-bottom-right-radius: 0;
|
|
106
|
-
position: relative;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.navds-link-card__image-container :is(img, picture) {
|
|
110
|
-
object-fit: cover;
|
|
111
|
-
display: block;
|
|
112
|
-
max-width: 100%;
|
|
113
|
-
height: 100%;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.navds-link-card__arrow {
|
|
117
|
-
grid-area: arrow;
|
|
118
|
-
margin-inline-start: var(--a-spacing-2);
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.navds-link-card[data-align-arrow="baseline"] .navds-link-card__arrow {
|
|
122
|
-
align-self: baseline;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.navds-link-card[data-align-arrow="center"] .navds-link-card__arrow {
|
|
126
|
-
align-self: center;
|
|
127
|
-
}
|
package/link-panel.css
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
.navds-link-panel {
|
|
2
|
-
text-decoration: none;
|
|
3
|
-
color: var(--ac-link-panel-text, var(--a-text-default));
|
|
4
|
-
display: flex;
|
|
5
|
-
align-items: center;
|
|
6
|
-
justify-content: space-between;
|
|
7
|
-
gap: var(--a-spacing-4);
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.navds-link-panel:hover .navds-link-panel__title {
|
|
11
|
-
text-decoration: underline;
|
|
12
|
-
color: var(--ac-link-panel-hover-text, var(--a-text-action-hover));
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.navds-link-panel:hover {
|
|
16
|
-
box-shadow: var(--a-shadow-small);
|
|
17
|
-
border-color: var(--ac-link-panel-hover-border, var(--a-border-action-hover));
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.navds-link-panel:focus-visible {
|
|
21
|
-
outline: 3px solid transparent;
|
|
22
|
-
outline-offset: 2px;
|
|
23
|
-
box-shadow: var(--a-shadow-focus);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
@supports not selector(:focus-visible) {
|
|
27
|
-
.navds-link-panel:focus {
|
|
28
|
-
outline: 3px solid transparent;
|
|
29
|
-
outline-offset: 2px;
|
|
30
|
-
box-shadow: var(--a-shadow-focus);
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.navds-link-panel__chevron {
|
|
35
|
-
flex-shrink: 0;
|
|
36
|
-
font-size: 1.5rem;
|
|
37
|
-
transition: transform 200ms;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.navds-link-panel:hover > .navds-link-panel__chevron,
|
|
41
|
-
.navds-link-panel:focus-within > .navds-link-panel__chevron {
|
|
42
|
-
transform: translateX(4px);
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.navds-link-panel__description {
|
|
46
|
-
margin-top: var(--a-spacing-1);
|
|
47
|
-
}
|
package/link.css
DELETED
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
.navds-link {
|
|
2
|
-
color: var(--ac-link-text, var(--a-text-action));
|
|
3
|
-
text-decoration: underline;
|
|
4
|
-
display: inline-flex;
|
|
5
|
-
align-items: center;
|
|
6
|
-
gap: var(--a-spacing-1);
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.navds-link.navds-link--inline-text {
|
|
10
|
-
display: inline;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.navds-link.navds-link--inline-text > svg {
|
|
14
|
-
/* stylelint-disable-next-line plugin/declaration-block-no-ignored-properties */
|
|
15
|
-
margin: 0.1em 0.1em -0.1em;
|
|
16
|
-
transform: translateY(0.05em);
|
|
17
|
-
display: inline;
|
|
18
|
-
vertical-align: baseline;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.navds-link:hover {
|
|
22
|
-
text-decoration: none;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.navds-link.navds-link--remove-underline {
|
|
26
|
-
text-decoration: none;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.navds-link.navds-link--remove-underline:hover {
|
|
30
|
-
text-decoration: underline;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.navds-alert:not(.navds-alert--inline) .navds-link:not(:active, :focus-visible),
|
|
34
|
-
.navds-confirmation-panel .navds-link {
|
|
35
|
-
color: var(--a-text-default);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.navds-link:focus-visible {
|
|
39
|
-
outline: 2px solid transparent;
|
|
40
|
-
color: var(--ac-link-focus-text, var(--a-text-on-action));
|
|
41
|
-
text-decoration: none;
|
|
42
|
-
background-color: var(--ac-link-focus-bg, var(--a-border-focus));
|
|
43
|
-
box-shadow: 0 0 0 2px var(--ac-link-focus-border, var(--a-border-focus));
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
@supports not selector(:focus-visible) {
|
|
47
|
-
.navds-link:focus {
|
|
48
|
-
outline: 2px solid transparent;
|
|
49
|
-
color: var(--ac-link-focus-text, var(--a-text-on-action));
|
|
50
|
-
text-decoration: none;
|
|
51
|
-
background-color: var(--ac-link-focus-bg, var(--a-border-focus));
|
|
52
|
-
box-shadow: 0 0 0 2px var(--ac-link-focus-border, var(--a-border-focus));
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.navds-link:active {
|
|
57
|
-
outline: 2px solid transparent;
|
|
58
|
-
color: var(--ac-link-active-text, var(--a-text-on-action));
|
|
59
|
-
text-decoration: none;
|
|
60
|
-
background-color: var(--ac-link-active-bg, var(--a-border-focus));
|
|
61
|
-
box-shadow: 0 0 0 2px var(--ac-link-active-border, var(--a-border-focus));
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.navds-link svg {
|
|
65
|
-
color: inherit;
|
|
66
|
-
flex-shrink: 0;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.navds-link--action {
|
|
70
|
-
color: var(--ac-link-action-text, var(--a-text-action));
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.navds-link--neutral {
|
|
74
|
-
color: var(--ac-link-neutral-text, var(--a-text-default));
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.navds-link--subtle {
|
|
78
|
-
color: var(--ac-link-subtle-text, var(--a-text-subtle));
|
|
79
|
-
}
|