@navikt/ds-css 7.39.1 → 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 +8 -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.39.1/component/accordion.css +0 -164
- package/dist/darkside/version/7.39.1/component/accordion.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/actionmenu.css +0 -182
- package/dist/darkside/version/7.39.1/component/actionmenu.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/alert.css +0 -181
- package/dist/darkside/version/7.39.1/component/alert.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/button.css +0 -208
- package/dist/darkside/version/7.39.1/component/button.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/chat.css +0 -103
- package/dist/darkside/version/7.39.1/component/chat.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/chips.css +0 -146
- package/dist/darkside/version/7.39.1/component/chips.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/copybutton.css +0 -23
- package/dist/darkside/version/7.39.1/component/copybutton.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/date.css +0 -268
- package/dist/darkside/version/7.39.1/component/date.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/dialog.css +0 -232
- package/dist/darkside/version/7.39.1/component/dialog.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/dropdown.css +0 -82
- package/dist/darkside/version/7.39.1/component/dropdown.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/expansioncard.css +0 -164
- package/dist/darkside/version/7.39.1/component/expansioncard.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/form.css +0 -1875
- package/dist/darkside/version/7.39.1/component/form.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/guidepanel.css +0 -117
- package/dist/darkside/version/7.39.1/component/guidepanel.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/helptext.css +0 -53
- package/dist/darkside/version/7.39.1/component/helptext.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/inlinemessage.css +0 -17
- package/dist/darkside/version/7.39.1/component/inlinemessage.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/internalheader.css +0 -100
- package/dist/darkside/version/7.39.1/component/internalheader.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/link.css +0 -57
- package/dist/darkside/version/7.39.1/component/link.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/linkanchor.css +0 -52
- package/dist/darkside/version/7.39.1/component/linkanchor.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/linkcard.css +0 -124
- package/dist/darkside/version/7.39.1/component/linkcard.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/linkpanel.css +0 -38
- package/dist/darkside/version/7.39.1/component/linkpanel.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/list.css +0 -75
- package/dist/darkside/version/7.39.1/component/list.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/loader.css +0 -107
- package/dist/darkside/version/7.39.1/component/loader.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/modal.css +0 -188
- package/dist/darkside/version/7.39.1/component/modal.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/pagination.css +0 -38
- package/dist/darkside/version/7.39.1/component/pagination.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/panel.css +0 -12
- package/dist/darkside/version/7.39.1/component/panel.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/popover.css +0 -24
- package/dist/darkside/version/7.39.1/component/popover.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/primitives.css +0 -1293
- package/dist/darkside/version/7.39.1/component/primitives.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/process.css +0 -192
- package/dist/darkside/version/7.39.1/component/process.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/progressbar.css +0 -106
- package/dist/darkside/version/7.39.1/component/progressbar.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/readmore.css +0 -94
- package/dist/darkside/version/7.39.1/component/readmore.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/skeleton.css +0 -66
- package/dist/darkside/version/7.39.1/component/skeleton.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/stepper.css +0 -226
- package/dist/darkside/version/7.39.1/component/stepper.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/table.css +0 -289
- package/dist/darkside/version/7.39.1/component/table.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/tabs.css +0 -138
- package/dist/darkside/version/7.39.1/component/tabs.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/tag.css +0 -77
- package/dist/darkside/version/7.39.1/component/tag.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/theme.css +0 -17
- package/dist/darkside/version/7.39.1/component/theme.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/timeline.css +0 -275
- package/dist/darkside/version/7.39.1/component/timeline.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/togglegroup.css +0 -107
- package/dist/darkside/version/7.39.1/component/togglegroup.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/tooltip.css +0 -128
- package/dist/darkside/version/7.39.1/component/tooltip.min.css +0 -1
- package/dist/darkside/version/7.39.1/component/typography.css +0 -273
- package/dist/darkside/version/7.39.1/component/typography.min.css +0 -1
- package/dist/darkside/version/7.39.1/components.css +0 -7876
- package/dist/darkside/version/7.39.1/components.min.css +0 -1
- package/dist/darkside/version/7.39.1/global/baseline.css +0 -43
- package/dist/darkside/version/7.39.1/global/baseline.min.css +0 -1
- package/dist/darkside/version/7.39.1/global/fonts.css +0 -109
- package/dist/darkside/version/7.39.1/global/fonts.min.css +0 -1
- package/dist/darkside/version/7.39.1/global/print.css +0 -52
- package/dist/darkside/version/7.39.1/global/print.min.css +0 -1
- package/dist/darkside/version/7.39.1/global/reset.css +0 -93
- package/dist/darkside/version/7.39.1/global/reset.min.css +0 -1
- package/dist/darkside/version/7.39.1/global/tokens.css +0 -864
- package/dist/darkside/version/7.39.1/global/tokens.min.css +0 -1
- package/dist/darkside/version/7.39.1/index.css +0 -9040
- package/dist/darkside/version/7.39.1/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/tokens.json
DELETED
|
@@ -1,485 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"alert": {
|
|
3
|
-
"--ac-alert-error-border": "--a-border-danger",
|
|
4
|
-
"--ac-alert-error-bg": "--a-surface-danger-subtle",
|
|
5
|
-
"--ac-alert-icon-error-color": "--a-icon-danger",
|
|
6
|
-
"--ac-alert-warning-border": "--a-border-warning",
|
|
7
|
-
"--ac-alert-warning-bg": "--a-surface-warning-subtle",
|
|
8
|
-
"--ac-alert-icon-warning-color": "--a-icon-warning",
|
|
9
|
-
"--ac-alert-info-border": "--a-border-info",
|
|
10
|
-
"--ac-alert-info-bg": "--a-surface-info-subtle",
|
|
11
|
-
"--ac-alert-icon-info-color": "--a-icon-info",
|
|
12
|
-
"--ac-alert-success-border": "--a-border-success",
|
|
13
|
-
"--ac-alert-success-bg": "--a-surface-success-subtle",
|
|
14
|
-
"--ac-alert-icon-success-color": "--a-icon-success"
|
|
15
|
-
},
|
|
16
|
-
"accordion": {
|
|
17
|
-
"--ac-accordion-header-bg": "--a-surface-transparent",
|
|
18
|
-
"--ac-accordion-header-bg-hover": "--a-surface-hover",
|
|
19
|
-
"--ac-accordion-header-text-hover": "inherit",
|
|
20
|
-
"--ac-accordion-header-border": "--a-border-divider",
|
|
21
|
-
"--ac-accordion-item-bg-open": "--a-surface-action-subtle",
|
|
22
|
-
"--ac-accordion-neutral-item-bg-open": "--a-surface-neutral-subtle",
|
|
23
|
-
"--ac-accordion-header-icon-bg-hover": "--a-surface-neutral-subtle-hover"
|
|
24
|
-
},
|
|
25
|
-
"button": {
|
|
26
|
-
"--ac-button-border-radius": "--a-border-radius-medium",
|
|
27
|
-
"--ac-button-padding": "--a-spacing-3 --a-spacing-5",
|
|
28
|
-
"--ac-button-padding-small": "--a-spacing-1 --a-spacing-3",
|
|
29
|
-
"--ac-button-padding-xsmall": "--a-spacing-05 --a-spacing-2",
|
|
30
|
-
"--ac-button-padding-icon-only": "--a-spacing-3",
|
|
31
|
-
"--ac-button-padding-icon-only-small": "--a-spacing-1",
|
|
32
|
-
"--ac-button-padding-icon-only-xsmall": "--a-spacing-05",
|
|
33
|
-
"--ac-button-primary-bg": "--a-surface-action",
|
|
34
|
-
"--ac-button-primary-text": "--a-text-on-action",
|
|
35
|
-
"--ac-button-primary-hover-bg": "--a-surface-action-hover",
|
|
36
|
-
"--ac-button-primary-active-bg": "--a-surface-action-active",
|
|
37
|
-
"--ac-button-primary-focus-border": "--a-surface-default",
|
|
38
|
-
"--ac-button-secondary-text": "--a-text-action",
|
|
39
|
-
"--ac-button-secondary-bg": "--a-surface-transparent",
|
|
40
|
-
"--ac-button-secondary-border": "--a-border-action",
|
|
41
|
-
"--ac-button-secondary-hover-text": "--a-text-action-on-action-subtle",
|
|
42
|
-
"--ac-button-secondary-hover-bg": "--a-surface-action-subtle-hover",
|
|
43
|
-
"--ac-button-secondary-hover-border": "--a-border-action-hover",
|
|
44
|
-
"--ac-button-secondary-focus-border": "--a-border-action",
|
|
45
|
-
"--ac-button-secondary-active-text": "--a-text-on-action",
|
|
46
|
-
"--ac-button-secondary-active-bg": "--a-surface-action-active",
|
|
47
|
-
"--ac-button-secondary-active-focus-border": "--a-surface-default",
|
|
48
|
-
"--ac-button-tertiary-text": "--a-text-action",
|
|
49
|
-
"--ac-button-tertiary-bg": "--a-surface-transparent",
|
|
50
|
-
"--ac-button-tertiary-hover-text": "--a-text-action-on-action-subtle",
|
|
51
|
-
"--ac-button-tertiary-hover-bg": "--a-surface-action-subtle-hover",
|
|
52
|
-
"--ac-button-tertiary-focus-border": "--a-border-action",
|
|
53
|
-
"--ac-button-tertiary-active-text": "--a-text-on-action",
|
|
54
|
-
"--ac-button-tertiary-active-bg": "--a-surface-action-active",
|
|
55
|
-
"--ac-button-tertiary-active-hover-bg": "--a-surface-action-active",
|
|
56
|
-
"--ac-button-danger-bg": "--a-surface-danger",
|
|
57
|
-
"--ac-button-danger-text": "--a-text-on-danger",
|
|
58
|
-
"--ac-button-danger-hover-bg": "--a-surface-danger-hover",
|
|
59
|
-
"--ac-button-danger-active-bg": "--a-surface-danger-active",
|
|
60
|
-
"--ac-button-loader-stroke": "currentColor",
|
|
61
|
-
"--ac-button-primary-loader-stroke-bg": "rgb(255 255 255 / 0.3)",
|
|
62
|
-
"--ac-button-primary-neutral-bg": "--a-surface-neutral",
|
|
63
|
-
"--ac-button-primary-neutral-text": "--a-text-on-neutral",
|
|
64
|
-
"--ac-button-primary-neutral-hover-bg": "--a-surface-neutral-hover",
|
|
65
|
-
"--ac-button-primary-neutral-active-bg": "--a-surface-neutral-active",
|
|
66
|
-
"--ac-button-primary-neutral-focus-border": "--a-surface-default",
|
|
67
|
-
"--ac-button-secondary-neutral-text": "--a-text-default",
|
|
68
|
-
"--ac-button-secondary-neutral-bg": "--a-surface-transparent",
|
|
69
|
-
"--ac-button-secondary-neutral-border": "--a-border-strong",
|
|
70
|
-
"--ac-button-secondary-neutral-hover-bg": "--a-surface-neutral-subtle-hover",
|
|
71
|
-
"--ac-button-secondary-neutral-focus-border": "--a-border-stron",
|
|
72
|
-
"--ac-button-secondary-neutral-active-text": "--a-text-on-neutral",
|
|
73
|
-
"--ac-button-secondary-neutral-active-bg": "--a-surface-neutral-active",
|
|
74
|
-
"--ac-button-secondary-neutral-active-focus-border": "--a-surface-default",
|
|
75
|
-
"--ac-button-tertiary-neutral-text": "--a-text-default",
|
|
76
|
-
"--ac-button-tertiary-neutral-hover-text": "--a-text-default",
|
|
77
|
-
"--ac-button-tertiary-neutral-hover-bg": "--a-surface-neutral-subtle-hover",
|
|
78
|
-
"--ac-button-tertiary-neutral-focus-border": "--a-border-stron",
|
|
79
|
-
"--ac-button-tertiary-neutral-active-text": "--a-text-on-neutral",
|
|
80
|
-
"--ac-button-tertiary-neutral-active-bg": "--a-surface-neutral-active",
|
|
81
|
-
"--ac-button-tertiary-neutral-active-hover-bg": "--a-surface-neutral-active"
|
|
82
|
-
},
|
|
83
|
-
"chat": {
|
|
84
|
-
"--ac-chat-avatar-bg": "--a-surface-neutral-subtle",
|
|
85
|
-
"--ac-chat-avatar-color": "--a-text-default",
|
|
86
|
-
"--ac-chat-bubble-bg": "--a-surface-neutral-subtle",
|
|
87
|
-
"--ac-chat-top-text": "--a-text-default"
|
|
88
|
-
},
|
|
89
|
-
"chips": {
|
|
90
|
-
"--ac-chip-toggle-border": "--a-border-subtle",
|
|
91
|
-
"--ac-chip-toggle-bg": "--a-surface-action-subtle",
|
|
92
|
-
"--ac-chip-toggle-text": "--a-text-default",
|
|
93
|
-
"--ac-chip-toggle-hover-border": "--a-border-subtle-hover",
|
|
94
|
-
"--ac-chip-toggle-hover-bg": "--a-surface-action-subtle-hover",
|
|
95
|
-
"--ac-chip-toggle-pressed-bg": "--a-surface-action-selected",
|
|
96
|
-
"--ac-chip-toggle-pressed-text": "--a-text-on-action",
|
|
97
|
-
"--ac-chip-toggle-pressed-hover-bg": "--a-surface-action-selected-hover",
|
|
98
|
-
"--ac-chip-toggle-neutral-border": "--a-border-subtle",
|
|
99
|
-
"--ac-chip-toggle-neutral-bg": "--a-surface-neutral-subtle",
|
|
100
|
-
"--ac-chip-toggle-neutral-text": "--a-text-default",
|
|
101
|
-
"--ac-chip-toggle-neutral-hover-border": "--a-border-subtle-hover",
|
|
102
|
-
"--ac-chip-toggle-neutral-hover-bg": "--a-surface-neutral-subtle-hover",
|
|
103
|
-
"--ac-chip-toggle-neutral-pressed-bg": "--a-surface-neutral-selected",
|
|
104
|
-
"--ac-chip-toggle-neutral-pressed-text": "--a-text-on-neutral",
|
|
105
|
-
"--ac-chip-toggle-neutral-pressed-hover-bg": "--a-surface-neutral-selected",
|
|
106
|
-
"--ac-chip-toggle-circle-border": "--a-border-default",
|
|
107
|
-
"--ac-chip-toggle-focus": "--a-border-focus",
|
|
108
|
-
"--ac-chip-removable-action-bg": "--a-surface-action-selected",
|
|
109
|
-
"--ac-chip-removable-action-text": "--a-text-on-action",
|
|
110
|
-
"--ac-chip-removable-neutral-bg": "--a-surface-neutral-subtle",
|
|
111
|
-
"--ac-chip-removable-neutral-text": "--a-text-default",
|
|
112
|
-
"--ac-chip-removable-neutral-border": "--a-border-default",
|
|
113
|
-
"--ac-chip-removable-action-hover-bg": "--a-surface-action-selected-hover",
|
|
114
|
-
"--ac-chip-removable-neutral-hover-bg": "--a-surface-neutral-subtle-hover",
|
|
115
|
-
"--ac-chip-removable-neutral-hover-border": "--a-border-strong"
|
|
116
|
-
},
|
|
117
|
-
"copybutton": {
|
|
118
|
-
"--ac-copybutton-border-radius": "--a-border-radius-medium",
|
|
119
|
-
"--ac-copybutton-action-text": "--a-text-action",
|
|
120
|
-
"--ac-copybutton-action-bg": "--a-surface-transparent",
|
|
121
|
-
"--ac-copybutton-action-hover-text": "--a-text-action-hover",
|
|
122
|
-
"--ac-copybutton-action-hover-bg": "--a-surface-hover",
|
|
123
|
-
"--ac-copybutton-action-active-text": "--a-icon-success",
|
|
124
|
-
"--ac-copybutton-neutral-text": "--a-text-subtle",
|
|
125
|
-
"--ac-copybutton-neutral-bg": "--a-surface-transparent",
|
|
126
|
-
"--ac-copybutton-neutral-hover-text": "--a-text-default",
|
|
127
|
-
"--ac-copybutton-neutral-hover-bg": "--a-surface-hover",
|
|
128
|
-
"--ac-copybutton-neutral-active-text": "--a-text-default",
|
|
129
|
-
"--ac-copybutton-animation": "akselCopyButtonAnimation 0.4s linear"
|
|
130
|
-
},
|
|
131
|
-
"date": {
|
|
132
|
-
"--ac-date-middle-text": "--a-text-on-action",
|
|
133
|
-
"--ac-date-middle-bg": "--a-surface-action-selected",
|
|
134
|
-
"--ac-date-week-text": "--a-text-on-neutral",
|
|
135
|
-
"--ac-date-week-bg": "--a-surface-neutral",
|
|
136
|
-
"--ac-date-selected-text": "--a-text-on-action",
|
|
137
|
-
"--ac-date-selected-bg": "--a-surface-action-selected",
|
|
138
|
-
"--ac-date-disabled-bg": "--a-surface-neutral-subtle",
|
|
139
|
-
"--ac-date-disabled-text": "--a-text-subtle",
|
|
140
|
-
"--ac-date-hover-bg": "--a-surface-action-subtle-hover",
|
|
141
|
-
"--ac-date-today-border": "--a-border-action-selected",
|
|
142
|
-
"--ac-date-caption-text": "--a-text-default",
|
|
143
|
-
"--ac-date-input-error-border": "--a-border-danger",
|
|
144
|
-
"--ac-date-input-button-text": "--a-text-default",
|
|
145
|
-
"--ac-date-input-button-hover-text": "--a-text-action-on-action-subtle",
|
|
146
|
-
"--ac-date-input-button-hover-bg": "--a-surface-action-subtle-hover"
|
|
147
|
-
},
|
|
148
|
-
"expansioncard": {
|
|
149
|
-
"--ac-expansioncard-bg": "--a-surface-default",
|
|
150
|
-
"--ac-expansioncard-header-bg": "--a-surface-transparent",
|
|
151
|
-
"--ac-expansioncard-header-bg-hover": "--a-surface-hover",
|
|
152
|
-
"--ac-expansioncard-header-open-bg": "--a-surface-transparent",
|
|
153
|
-
"--ac-expansioncard-border-color": "--a-border-default",
|
|
154
|
-
"--ac-expansioncard-border-open-color": "--a-border-default",
|
|
155
|
-
"--ac-expansioncard-border-radius": "--a-border-radius-large",
|
|
156
|
-
"--ac-expansioncard-button-border-radius": "--a-border-radius-medium",
|
|
157
|
-
"--ac-expansioncard-border-hover-color": "--a-border-strong"
|
|
158
|
-
},
|
|
159
|
-
"guidepanel": {
|
|
160
|
-
"--ac-guide-panel-bg": "--a-surface-default",
|
|
161
|
-
"--ac-guide-panel-border": "--a-border-alt-3",
|
|
162
|
-
"--ac-guide-panel-illustration-bg": "--a-surface-alt-3-subtle"
|
|
163
|
-
},
|
|
164
|
-
"helptext": {
|
|
165
|
-
"--ac-help-text-popover-bg": "--a-surface-info-subtle",
|
|
166
|
-
"--ac-help-text-button-color": "--a-surface-action",
|
|
167
|
-
"--ac-help-text-button-hover-color": "--a-surface-action-hover",
|
|
168
|
-
"--ac-help-text-button-active-color": "--a-surface-action-active"
|
|
169
|
-
},
|
|
170
|
-
"linkpanel": {
|
|
171
|
-
"--ac-link-panel-text": "--a-text-default",
|
|
172
|
-
"--ac-link-panel-hover-text": "--a-text-action-hover",
|
|
173
|
-
"--ac-link-panel-hover-border": "--a-border-action-hover"
|
|
174
|
-
},
|
|
175
|
-
"link": {
|
|
176
|
-
"--ac-link-text": "--a-text-action",
|
|
177
|
-
"--ac-link-focus-text": "--a-text-on-action",
|
|
178
|
-
"--ac-link-focus-bg": "--a-border-focus",
|
|
179
|
-
"--ac-link-focus-border": "--a-border-focus",
|
|
180
|
-
"--ac-link-active-text": "--a-text-on-action",
|
|
181
|
-
"--ac-link-active-bg": "--a-border-focus",
|
|
182
|
-
"--ac-link-active-border": "--a-border-focus",
|
|
183
|
-
"--ac-link-action-text": "--a-text-action",
|
|
184
|
-
"--ac-link-neutral-text": "--a-text-default",
|
|
185
|
-
"--ac-link-subtle-text": "--a-text-subtle"
|
|
186
|
-
},
|
|
187
|
-
"list": {
|
|
188
|
-
"--ac-list-marker-ul-color": "--ac-list-marker-color",
|
|
189
|
-
"--ac-list-marker-icon-color": "--ac-list-marker-color",
|
|
190
|
-
"--ac-list-marker-ol-color": "--ac-list-marker-color",
|
|
191
|
-
"--ac-list-marker-color": "--a-icon-default"
|
|
192
|
-
},
|
|
193
|
-
"loader": {
|
|
194
|
-
"--ac-loader-stroke": "--a-border-default",
|
|
195
|
-
"--ac-loader-stroke-bg": "--a-surface-active",
|
|
196
|
-
"--ac-loader-neutral-stroke": "--a-border-default",
|
|
197
|
-
"--ac-loader-interaction-stroke": "--a-border-action",
|
|
198
|
-
"--ac-loader-inverted-stroke": "--a-border-on-inverted",
|
|
199
|
-
"--ac-loader-inverted-stroke-bg": "--a-border-on-inverted-subtle"
|
|
200
|
-
},
|
|
201
|
-
"modal": {
|
|
202
|
-
"--ac-modal-bg": "--a-surface-default",
|
|
203
|
-
"--ac-modal-backdrop": "--a-surface-backdrop",
|
|
204
|
-
"--ac-modal-width-small": "450px",
|
|
205
|
-
"--ac-modal-width-medium": "700px"
|
|
206
|
-
},
|
|
207
|
-
"pagination": {
|
|
208
|
-
"--ac-pagination-text": "--a-text-default",
|
|
209
|
-
"--ac-pagination-selected-bg": "--a-surface-action-selected",
|
|
210
|
-
"--ac-pagination-selected-text": "--a-text-on-action"
|
|
211
|
-
},
|
|
212
|
-
"panel": {
|
|
213
|
-
"--ac-panel-bg": "--a-surface-default",
|
|
214
|
-
"--ac-panel-border": "--a-border-default"
|
|
215
|
-
},
|
|
216
|
-
"popover": {
|
|
217
|
-
"--ac-popover-bg": "--a-surface-default",
|
|
218
|
-
"--ac-popover-border": "--a-border-default"
|
|
219
|
-
},
|
|
220
|
-
"progress-bar": {
|
|
221
|
-
"--ac-progress-bar-fg": "--a-surface-alt-3"
|
|
222
|
-
},
|
|
223
|
-
"readmore": {
|
|
224
|
-
"--ac-read-more-text": "--a-text-action",
|
|
225
|
-
"--ac-read-more-hover-bg": "--a-surface-hover",
|
|
226
|
-
"--ac-read-more-hover-text": "--a-text-action-hover",
|
|
227
|
-
"--ac-read-more-active-bg": "--a-surface-active",
|
|
228
|
-
"--ac-read-more-line": "--a-border-divider"
|
|
229
|
-
},
|
|
230
|
-
"skeleton": {
|
|
231
|
-
"--ac-skeleton-bg": "--a-surface-neutral-moderate"
|
|
232
|
-
},
|
|
233
|
-
"stepper": {
|
|
234
|
-
"--ac-stepper-text": "--a-surface-action",
|
|
235
|
-
"--ac-stepper-line": "--a-border-default",
|
|
236
|
-
"--ac-stepper-line-completed": "--a-border-selected",
|
|
237
|
-
"--ac-stepper-non-interactive": "--a-text-subtle",
|
|
238
|
-
"--ac-stepper-active": "--a-text-action-selected",
|
|
239
|
-
"--ac-stepper-active-bg": "--a-surface-action-selected",
|
|
240
|
-
"--ac-stepper-active-border": "--a-border-action-selected",
|
|
241
|
-
"--ac-stepper-active-text": "--a-text-on-action",
|
|
242
|
-
"--ac-stepper-hover-active": "--a-text-action-hover",
|
|
243
|
-
"--ac-stepper-hover-bg": "--a-surface-action-subtle-hover",
|
|
244
|
-
"--ac-stepper-non-interactive-completed-bg": "--a-surface-subtle",
|
|
245
|
-
"--ac-stepper-non-interactive-line-completed": "--a-border-strong",
|
|
246
|
-
"--ac-stepper-non-interactive-active": "--a-text-default",
|
|
247
|
-
"--ac-stepper-non-interactive-active-bg": "--a-surface-inverted",
|
|
248
|
-
"--ac-stepper-non-interactive-active-border": "--a-surface-inverted",
|
|
249
|
-
"--ac-stepper-non-interactive-active-text": "--a-text-on-inverted",
|
|
250
|
-
"--ac-stepper-active-completed": "--a-text-action-selected",
|
|
251
|
-
"--ac-stepper-non-interactive-active-completed": "--a-text-default"
|
|
252
|
-
},
|
|
253
|
-
"table": {
|
|
254
|
-
"--ac-table-row-hover": "--a-bg-subtle",
|
|
255
|
-
"--ac-table-row-selected": "--a-surface-action-subtle",
|
|
256
|
-
"--ac-table-row-selected-hover": "--a-surface-action-subtle-hover",
|
|
257
|
-
"--ac-table-row-zebra": "--a-surface-subtle",
|
|
258
|
-
"--ac-table-row-border": "--a-border-default",
|
|
259
|
-
"--ac-table-row-hover-border": "--a-border-strong",
|
|
260
|
-
"--ac-table-sort-button-text": "--a-text-action",
|
|
261
|
-
"--ac-table-sort-button-hover-bg": "--a-bg-subtle",
|
|
262
|
-
"--ac-table-sort-button-sorted-bg": "--a-surface-selected",
|
|
263
|
-
"--ac-table-sort-button-sorted-text": "--a-text-action-on-action-subtle"
|
|
264
|
-
},
|
|
265
|
-
"tabs": {
|
|
266
|
-
"--ac-tabs-border": "--a-border-divider",
|
|
267
|
-
"--ac-tabs-text": "--a-text-default",
|
|
268
|
-
"--ac-tabs-hover-border": "--a-border-subtle-hover",
|
|
269
|
-
"--ac-tabs-selected-border": "--a-border-action-selected",
|
|
270
|
-
"--ac-tabs-selected-text": "--a-text-default",
|
|
271
|
-
"--ac-tabs-focus-text": "--a-text-default"
|
|
272
|
-
},
|
|
273
|
-
"tag": {
|
|
274
|
-
"--ac-tag-error-border": "--a-border-danger",
|
|
275
|
-
"--ac-tag-error-bg": "--a-surface-danger-subtle",
|
|
276
|
-
"--ac-tag-error-text": "--a-text-default",
|
|
277
|
-
"--ac-tag-error-filled-bg": "--a-surface-danger",
|
|
278
|
-
"--ac-tag-error-filled-text": "--a-text-on-danger",
|
|
279
|
-
"--ac-tag-error-moderate-bg": "--a-surface-danger-moderate",
|
|
280
|
-
"--ac-tag-error-moderate-text": "--a-text-default",
|
|
281
|
-
"--ac-tag-success-border": "--a-border-success",
|
|
282
|
-
"--ac-tag-success-bg": "--a-surface-success-subtle",
|
|
283
|
-
"--ac-tag-success-text": "--a-text-default",
|
|
284
|
-
"--ac-tag-success-filled-bg": "--a-surface-success",
|
|
285
|
-
"--ac-tag-success-filled-text": "--a-text-on-success",
|
|
286
|
-
"--ac-tag-success-moderate-bg": "--a-surface-success-moderate",
|
|
287
|
-
"--ac-tag-success-moderate-text": "--a-text-default",
|
|
288
|
-
"--ac-tag-warning-border": "--a-border-warning",
|
|
289
|
-
"--ac-tag-warning-bg": "--a-surface-warning-subtle",
|
|
290
|
-
"--ac-tag-warning-text": "--a-text-default",
|
|
291
|
-
"--ac-tag-warning-filled-bg": "--a-surface-warning",
|
|
292
|
-
"--ac-tag-warning-filled-text": "--a-text-on-warning",
|
|
293
|
-
"--ac-tag-warning-moderate-bg": "--a-surface-warning-moderate",
|
|
294
|
-
"--ac-tag-warning-moderate-text": "--a-text-default",
|
|
295
|
-
"--ac-tag-info-border": "--a-border-info",
|
|
296
|
-
"--ac-tag-info-bg": "--a-surface-info-subtle",
|
|
297
|
-
"--ac-tag-info-text": "--a-text-default",
|
|
298
|
-
"--ac-tag-info-filled-bg": "--a-surface-info",
|
|
299
|
-
"--ac-tag-info-filled-text": "--a-text-on-info",
|
|
300
|
-
"--ac-tag-info-moderate-bg": "--a-surface-info-moderate",
|
|
301
|
-
"--ac-tag-info-moderate-text": "--a-text-default",
|
|
302
|
-
"--ac-tag-neutral-border": "--a-border-default",
|
|
303
|
-
"--ac-tag-neutral-bg": "--a-surface-neutral-subtle",
|
|
304
|
-
"--ac-tag-neutral-text": "--a-text-default",
|
|
305
|
-
"--ac-tag-neutral-filled-bg": "--a-surface-neutral",
|
|
306
|
-
"--ac-tag-neutral-filled-text": "--a-text-on-neutral",
|
|
307
|
-
"--ac-tag-neutral-moderate-bg": "--a-surface-neutral-moderate",
|
|
308
|
-
"--ac-tag-neutral-moderate-text": "--a-text-default",
|
|
309
|
-
"--ac-tag-alt-1-border": "--a-border-alt-1",
|
|
310
|
-
"--ac-tag-alt-1-bg": "--a-surface-alt-1-subtle",
|
|
311
|
-
"--ac-tag-alt-1-text": "--a-text-default",
|
|
312
|
-
"--ac-tag-alt-1-filled-bg": "--a-surface-alt-1",
|
|
313
|
-
"--ac-tag-alt-1-filled-text": "--a-text-on-alt-1",
|
|
314
|
-
"--ac-tag-alt-1-moderate-bg": "--a-surface-alt-1-moderate",
|
|
315
|
-
"--ac-tag-alt-1-moderate-text": "--a-text-default",
|
|
316
|
-
"--ac-tag-alt-2-border": "--a-border-alt-2",
|
|
317
|
-
"--ac-tag-alt-2-bg": "--a-surface-alt-2-subtle",
|
|
318
|
-
"--ac-tag-alt-2-text": "--a-text-default",
|
|
319
|
-
"--ac-tag-alt-2-filled-bg": "--a-surface-alt-2",
|
|
320
|
-
"--ac-tag-alt-2-filled-text": "--a-text-on-alt-2",
|
|
321
|
-
"--ac-tag-alt-2-moderate-bg": "--a-surface-alt-2-moderate",
|
|
322
|
-
"--ac-tag-alt-2-moderate-text": "--a-text-default",
|
|
323
|
-
"--ac-tag-alt-3-border": "--a-border-alt-3",
|
|
324
|
-
"--ac-tag-alt-3-bg": "--a-surface-alt-3-subtle",
|
|
325
|
-
"--ac-tag-alt-3-text": "--a-text-default",
|
|
326
|
-
"--ac-tag-alt-3-filled-bg": "--a-surface-alt-3",
|
|
327
|
-
"--ac-tag-alt-3-filled-text": "--a-text-on-alt-3",
|
|
328
|
-
"--ac-tag-alt-3-moderate-bg": "--a-surface-alt-3-moderate",
|
|
329
|
-
"--ac-tag-alt-3-moderate-text": "--a-text-default"
|
|
330
|
-
},
|
|
331
|
-
"togglegroup": {
|
|
332
|
-
"--ac-toggle-group-bg": "--a-surface-transparent",
|
|
333
|
-
"--ac-toggle-group-border": "--a-border-default",
|
|
334
|
-
"--ac-toggle-group-button-bg": "--a-surface-transparent",
|
|
335
|
-
"--ac-toggle-group-button-text": "--a-text-default",
|
|
336
|
-
"--ac-toggle-group-button-hover-bg": "--a-surface-action-subtle",
|
|
337
|
-
"--ac-toggle-group-button-hover-text": "--a-text-default",
|
|
338
|
-
"--ac-toggle-group-selected-bg": "--a-surface-action-selected",
|
|
339
|
-
"--ac-toggle-group-selected-text": "--a-text-on-action",
|
|
340
|
-
"--ac-toggle-group-button-neutral-bg": "--a-surface-transparent",
|
|
341
|
-
"--ac-toggle-group-button-neutral-text": "--a-text-default",
|
|
342
|
-
"--ac-toggle-group-button-neutral-hover-bg": "--a-surface-neutral-subtle-hover",
|
|
343
|
-
"--ac-toggle-group-button-neutral-hover-text": "--a-text-default",
|
|
344
|
-
"--ac-toggle-group-neutral-selected-bg": "--a-surface-neutral-selected",
|
|
345
|
-
"--ac-toggle-group-neutral-selected-text": "--a-text-on-neutral"
|
|
346
|
-
},
|
|
347
|
-
"tooltip": {
|
|
348
|
-
"--ac-tooltip-bg": "--a-surface-inverted",
|
|
349
|
-
"--ac-tooltip-text": "--a-text-on-inverted",
|
|
350
|
-
"--ac-tooltip-key-bg": "--a-surface-neutral",
|
|
351
|
-
"--ac-tooltip-key-text": "--a-text-on-inverted"
|
|
352
|
-
},
|
|
353
|
-
"typography": {
|
|
354
|
-
"--ac-typo-error-text": "--a-text-danger"
|
|
355
|
-
},
|
|
356
|
-
"confirmationpanel": {
|
|
357
|
-
"--ac-confirmation-panel-border": "--a-border-warning",
|
|
358
|
-
"--ac-confirmation-panel-bg": "--a-surface-warning-subtle",
|
|
359
|
-
"--ac-confirmation-panel-checked-border": "--a-border-success",
|
|
360
|
-
"--ac-confirmation-panel-checked-bg": "--a-surface-success-subtle",
|
|
361
|
-
"--ac-confirmation-panel-error-border": "--a-border-danger",
|
|
362
|
-
"--ac-confirmation-panel-error-bg": "--a-surface-danger-subtle"
|
|
363
|
-
},
|
|
364
|
-
"errorsummary": {
|
|
365
|
-
"--ac-error-summary-bg": "--a-surface-default",
|
|
366
|
-
"--ac-error-summary-border": "--a-border-danger",
|
|
367
|
-
"--ac-error-summary-list-dot": "--a-text-action"
|
|
368
|
-
},
|
|
369
|
-
"checkbox-radio": {
|
|
370
|
-
"--ac-radio-checkbox-bg": "--a-surface-default",
|
|
371
|
-
"--ac-radio-checkbox-border": "--a-border-default",
|
|
372
|
-
"--ac-radio-checkbox-action": "--a-surface-action-selected",
|
|
373
|
-
"--ac-radio-checkbox-action-hover-bg": "--a-surface-action-subtle",
|
|
374
|
-
"--ac-radio-checkbox-error-border": "--a-border-danger",
|
|
375
|
-
"--ac-radio-checkbox-error-hover-bg": "--a-surface-danger-subtle"
|
|
376
|
-
},
|
|
377
|
-
"forms": {
|
|
378
|
-
"--ac-form-description": "--a-text-subtle",
|
|
379
|
-
"--ac-form-subdescription": "--a-text-subtle"
|
|
380
|
-
},
|
|
381
|
-
"search": {
|
|
382
|
-
"--ac-search-button-border": "--a-border-default",
|
|
383
|
-
"--ac-search-button-border-hover": "--a-border-action-hover",
|
|
384
|
-
"--ac-search-clear-icon": "--a-text-default",
|
|
385
|
-
"--ac-search-clear-icon-hover": "--a-text-action-hover",
|
|
386
|
-
"--ac-search-button-focus-active-border": "--a-surface-default",
|
|
387
|
-
"--ac-search-error-border": "--a-border-danger"
|
|
388
|
-
},
|
|
389
|
-
"combobox": {
|
|
390
|
-
"--ac-combobox-list-bg": "--a-surface-default",
|
|
391
|
-
"--ac-combobox-list-text": "--a-text-default",
|
|
392
|
-
"--ac-combobox-list-border-color": "--a-border-divider",
|
|
393
|
-
"--ac-combobox-list-item-bg": "--a-surface-default",
|
|
394
|
-
"--ac-combobox-list-item-hover-bg": "--a-surface-hover",
|
|
395
|
-
"--ac-combobox-list-item-selected-bg": "--a-surface-default",
|
|
396
|
-
"--ac-combobox-list-item-selected-hover-bg": "--a-surface-action-subtle-hover",
|
|
397
|
-
"--ac-combobox-list-item-loading-bg": "--a-surface-default",
|
|
398
|
-
"--ac-combobox-list-item-hover-border-left": "--a-border-strong",
|
|
399
|
-
"--ac-combobox-list-item-selected-hover-border-left": "--a-border-focus",
|
|
400
|
-
"--ac-combobox-list-item-max-selected-bg": "--a-surface-info-subtle",
|
|
401
|
-
"--ac-combobox-list-item-max-selected-border": "--a-border-info",
|
|
402
|
-
"--ac-combobox-error-border": "--a-border-danger"
|
|
403
|
-
},
|
|
404
|
-
"select": {
|
|
405
|
-
"--ac-select-bg": "--a-surface-default",
|
|
406
|
-
"--ac-select-text": "--a-text-default",
|
|
407
|
-
"--ac-select-border": "--a-border-default",
|
|
408
|
-
"--ac-select-hover-border": "--a-border-action-hover",
|
|
409
|
-
"--ac-select-active-border": "--a-border-action-selected",
|
|
410
|
-
"--ac-select-error-border": "--a-surface-danger"
|
|
411
|
-
},
|
|
412
|
-
"switch": {
|
|
413
|
-
"--ac-switch-action": "--a-surface-action-selected",
|
|
414
|
-
"--ac-switch-bg": "--a-surface-default",
|
|
415
|
-
"--ac-switch-checked-bg": "--a-surface-action-selected",
|
|
416
|
-
"--ac-switch-hover-bg": "--a-surface-subtle",
|
|
417
|
-
"--ac-switch-checked-hover-bg": "--a-surface-action-selected-hover",
|
|
418
|
-
"--ac-switch-thumb-bg": "--a-surface-neutral",
|
|
419
|
-
"--ac-switch-thumb-icon": "--a-icon-subtle",
|
|
420
|
-
"--ac-switch-thumb-icon-checked": "--a-icon-action-selected"
|
|
421
|
-
},
|
|
422
|
-
"textfield": {
|
|
423
|
-
"--ac-textfield-bg": "--a-surface-default",
|
|
424
|
-
"--ac-textfield-border": "--a-border-default",
|
|
425
|
-
"--ac-textfield-text": "--a-text-default",
|
|
426
|
-
"--ac-textfield-placeholder": "--a-text-subtle",
|
|
427
|
-
"--ac-textfield-hover-border": "--a-border-action-hover",
|
|
428
|
-
"--ac-textfield-active-border": "--a-border-action-selected",
|
|
429
|
-
"--ac-textfield-error-border": "--a-border-danger"
|
|
430
|
-
},
|
|
431
|
-
"textarea": {
|
|
432
|
-
"--ac-textarea-bg": "--a-surface-default",
|
|
433
|
-
"--ac-textarea-border": "--a-border-default",
|
|
434
|
-
"--ac-textarea-text": "--a-text-default",
|
|
435
|
-
"--ac-textarea-placeholder": "--a-text-subtle",
|
|
436
|
-
"--ac-textarea-hover-border": "--a-border-action-hover",
|
|
437
|
-
"--ac-textarea-active-border": "--a-border-action-selected",
|
|
438
|
-
"--ac-textarea-counter-text": "--a-text-subtle",
|
|
439
|
-
"--ac-textarea-counter-error-text": "--a-text-danger",
|
|
440
|
-
"--ac-textarea-error-border": "--a-border-danger"
|
|
441
|
-
},
|
|
442
|
-
"dropdown": {
|
|
443
|
-
"--ac-dropdown-text": "--a-text-default",
|
|
444
|
-
"--ac-dropdown-item-text": "--a-text-action",
|
|
445
|
-
"--ac-dropdown-item-hover-bg": "--a-surface-action-subtle-hover",
|
|
446
|
-
"--ac-dropdown-item-hover-text": "--a-text-action-hover",
|
|
447
|
-
"--ac-dropdown-item-active-bg": "--a-surface-action-active",
|
|
448
|
-
"--ac-dropdown-item-active-text": "--a-text-on-active"
|
|
449
|
-
},
|
|
450
|
-
"internalheader": {
|
|
451
|
-
"--ac-internalheader-bg": "--a-surface-inverted",
|
|
452
|
-
"--ac-internalheader-divider": "--a-gray-600",
|
|
453
|
-
"--ac-internalheader-text": "--a-text-on-inverted",
|
|
454
|
-
"--ac-internalheader-hover-bg": "--a-surface-inverted-hover",
|
|
455
|
-
"--ac-internalheader-active-bg": "--a-surface-inverted-active"
|
|
456
|
-
},
|
|
457
|
-
"timeline": {
|
|
458
|
-
"--ac-timeline-row-bg": "--a-surface-subtle",
|
|
459
|
-
"--ac-timeline-row-active-bg": "--a-surface-selected",
|
|
460
|
-
"--ac-timeline-period-success-bg": "--a-surface-success-subtle",
|
|
461
|
-
"--ac-timeline-period-success-border": "--a-border-success",
|
|
462
|
-
"--ac-timeline-period-success-bg-hover": "--a-surface-success-subtle-hover",
|
|
463
|
-
"--ac-timeline-period-warning-bg": "--a-surface-warning-subtle",
|
|
464
|
-
"--ac-timeline-period-warning-border": "--a-border-warning",
|
|
465
|
-
"--ac-timeline-period-warning-bg-hover": "--a-surface-warning-subtle-hover",
|
|
466
|
-
"--ac-timeline-period-danger-bg": "--a-surface-danger-subtle",
|
|
467
|
-
"--ac-timeline-period-danger-border": "--a-border-danger",
|
|
468
|
-
"--ac-timeline-period-danger-bg-hover": "--a-surface-danger-subtle-hover",
|
|
469
|
-
"--ac-timeline-period-info-bg": "--a-surface-info-subtle",
|
|
470
|
-
"--ac-timeline-period-info-border": "--a-border-info",
|
|
471
|
-
"--ac-timeline-period-info-bg-hover": "--a-surface-info-subtle-hover",
|
|
472
|
-
"--ac-timeline-period-neutral-bg": "--a-bg-subtle",
|
|
473
|
-
"--ac-timeline-period-neutral-border": "--a-border-default",
|
|
474
|
-
"--ac-timeline-period-neutral-bg-hover": "--a-gray-200",
|
|
475
|
-
"--ac-timeline-period-selected-border": "--a-border-action-selected",
|
|
476
|
-
"--ac-timeline-pin-bg": "--a-surface-danger",
|
|
477
|
-
"--ac-timeline-pin-bg-hover": "--a-surface-danger-hover",
|
|
478
|
-
"--ac-timeline-zoom-border": "--a-border-default",
|
|
479
|
-
"--ac-timeline-zoom-bg": "--a-surface-default",
|
|
480
|
-
"--ac-timeline-zoom-bg-hover": "--a-surface-action-subtle-hover",
|
|
481
|
-
"--ac-timeline-zoom-selected-bg": "--a-surface-inverted",
|
|
482
|
-
"--ac-timeline-zoom-selected-text": "--a-text-on-inverted",
|
|
483
|
-
"--ac-timeline-axislabel-text": "--a-text-subtle"
|
|
484
|
-
}
|
|
485
|
-
}
|
package/tooltip.css
DELETED
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
@keyframes tooltipFadeIn {
|
|
2
|
-
0% {
|
|
3
|
-
opacity: 0;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
100% {
|
|
7
|
-
opacity: 1;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.navds-tooltip {
|
|
12
|
-
z-index: var(--a-z-index-tooltip);
|
|
13
|
-
background-color: var(--ac-tooltip-bg, var(--a-surface-inverted));
|
|
14
|
-
color: var(--ac-tooltip-text, var(--a-text-on-inverted));
|
|
15
|
-
border-radius: var(--a-border-radius-small);
|
|
16
|
-
padding: 0 var(--a-spacing-2);
|
|
17
|
-
align-items: center;
|
|
18
|
-
filter: drop-shadow(0 2px 4px rgba(0 0 0 / 0.1)) drop-shadow(0 4px 6px rgba(0 0 0 / 0.1));
|
|
19
|
-
display: flex;
|
|
20
|
-
flex-direction: column;
|
|
21
|
-
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
22
|
-
animation-duration: 0.2s;
|
|
23
|
-
animation-name: tooltipFadeIn;
|
|
24
|
-
text-align: center;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.navds-tooltip__arrow {
|
|
28
|
-
height: 0.4375rem;
|
|
29
|
-
width: 0.4375rem;
|
|
30
|
-
transform: rotate(45deg);
|
|
31
|
-
z-index: -1;
|
|
32
|
-
background-color: var(--ac-tooltip-bg, var(--a-surface-inverted));
|
|
33
|
-
position: absolute;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.navds-tooltip__keys {
|
|
37
|
-
padding-bottom: var(--a-spacing-1);
|
|
38
|
-
display: flex;
|
|
39
|
-
gap: var(--a-spacing-1);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.navds-tooltip__key {
|
|
43
|
-
font-family: var(--a-font-family);
|
|
44
|
-
background-color: var(--ac-tooltip-key-bg, var(--a-surface-neutral));
|
|
45
|
-
color: var(--ac-tooltip-key-text, var(--a-text-on-inverted));
|
|
46
|
-
border-radius: var(--a-border-radius-small);
|
|
47
|
-
padding: 0 var(--a-spacing-1);
|
|
48
|
-
min-width: 1.125rem;
|
|
49
|
-
height: 1.125rem;
|
|
50
|
-
display: inline-flex;
|
|
51
|
-
align-items: center;
|
|
52
|
-
justify-content: center;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
@media (forced-colors: active) {
|
|
56
|
-
.navds-tooltip {
|
|
57
|
-
--__a-tooltip-high-contrast-border: 1px solid transparent;
|
|
58
|
-
|
|
59
|
-
border: var(--__a-tooltip-high-contrast-border);
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.navds-tooltip[data-side="top"] .navds-tooltip__arrow {
|
|
63
|
-
border-bottom: var(--__a-tooltip-high-contrast-border);
|
|
64
|
-
border-right: var(--__a-tooltip-high-contrast-border);
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.navds-tooltip[data-side="right"] .navds-tooltip__arrow {
|
|
68
|
-
border-bottom: var(--__a-tooltip-high-contrast-border);
|
|
69
|
-
border-left: var(--__a-tooltip-high-contrast-border);
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.navds-tooltip[data-side="bottom"] .navds-tooltip__arrow {
|
|
73
|
-
border-left: var(--__a-tooltip-high-contrast-border);
|
|
74
|
-
border-top: var(--__a-tooltip-high-contrast-border);
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.navds-tooltip[data-side="left"] .navds-tooltip__arrow {
|
|
78
|
-
border-top: var(--__a-tooltip-high-contrast-border);
|
|
79
|
-
border-right: var(--__a-tooltip-high-contrast-border);
|
|
80
|
-
}
|
|
81
|
-
}
|