@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/primitives/base.css
DELETED
|
@@ -1,809 +0,0 @@
|
|
|
1
|
-
.navds-r-p {
|
|
2
|
-
--__ac-r-p-xs: initial;
|
|
3
|
-
--__ac-r-p-sm: var(--__ac-r-p-xs);
|
|
4
|
-
--__ac-r-p-md: var(--__ac-r-p-sm);
|
|
5
|
-
--__ac-r-p-lg: var(--__ac-r-p-md);
|
|
6
|
-
--__ac-r-p-xl: var(--__ac-r-p-lg);
|
|
7
|
-
--__ac-r-p-2xl: var(--__ac-r-p-xl);
|
|
8
|
-
--__ac-r-padding: var(--__ac-r-p-xs);
|
|
9
|
-
|
|
10
|
-
padding: var(--__ac-r-padding);
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.navds-r-pi {
|
|
14
|
-
--__ac-r-pi-xs: initial;
|
|
15
|
-
--__ac-r-pi-sm: var(--__ac-r-pi-xs);
|
|
16
|
-
--__ac-r-pi-md: var(--__ac-r-pi-sm);
|
|
17
|
-
--__ac-r-pi-lg: var(--__ac-r-pi-md);
|
|
18
|
-
--__ac-r-pi-xl: var(--__ac-r-pi-lg);
|
|
19
|
-
--__ac-r-pi-2xl: var(--__ac-r-pi-xl);
|
|
20
|
-
--__ac-r-pi: var(--__ac-r-pi-xs);
|
|
21
|
-
|
|
22
|
-
padding-inline: var(--__ac-r-pi, var(--__ac-r-padding));
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.navds-r-pb {
|
|
26
|
-
--__ac-r-pb-xs: initial;
|
|
27
|
-
--__ac-r-pb-sm: var(--__ac-r-pb-xs);
|
|
28
|
-
--__ac-r-pb-md: var(--__ac-r-pb-sm);
|
|
29
|
-
--__ac-r-pb-lg: var(--__ac-r-pb-md);
|
|
30
|
-
--__ac-r-pb-xl: var(--__ac-r-pb-lg);
|
|
31
|
-
--__ac-r-pb-2xl: var(--__ac-r-pb-xl);
|
|
32
|
-
--__ac-r-pb: var(--__ac-r-pb-xs);
|
|
33
|
-
|
|
34
|
-
padding-block: var(--__ac-r-pb, var(--__ac-r-padding));
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.navds-r-m {
|
|
38
|
-
--__ac-r-m-xs: initial;
|
|
39
|
-
--__ac-r-m-sm: var(--__ac-r-m-xs);
|
|
40
|
-
--__ac-r-m-md: var(--__ac-r-m-sm);
|
|
41
|
-
--__ac-r-m-lg: var(--__ac-r-m-md);
|
|
42
|
-
--__ac-r-m-xl: var(--__ac-r-m-lg);
|
|
43
|
-
--__ac-r-m-2xl: var(--__ac-r-m-xl);
|
|
44
|
-
--__ac-r-margin: var(--__ac-r-m-xs);
|
|
45
|
-
|
|
46
|
-
margin: var(--__ac-r-margin);
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.navds-r-mi {
|
|
50
|
-
--__ac-r-mi-xs: initial;
|
|
51
|
-
--__ac-r-mi-sm: var(--__ac-r-mi-xs);
|
|
52
|
-
--__ac-r-mi-md: var(--__ac-r-mi-sm);
|
|
53
|
-
--__ac-r-mi-lg: var(--__ac-r-mi-md);
|
|
54
|
-
--__ac-r-mi-xl: var(--__ac-r-mi-lg);
|
|
55
|
-
--__ac-r-mi-2xl: var(--__ac-r-mi-xl);
|
|
56
|
-
--__ac-r-mi: var(--__ac-r-mi-xs);
|
|
57
|
-
|
|
58
|
-
margin-inline: var(--__ac-r-mi, var(--__ac-r-margin));
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.navds-r-mb {
|
|
62
|
-
--__ac-r-mb-xs: initial;
|
|
63
|
-
--__ac-r-mb-sm: var(--__ac-r-mb-xs);
|
|
64
|
-
--__ac-r-mb-md: var(--__ac-r-mb-sm);
|
|
65
|
-
--__ac-r-mb-lg: var(--__ac-r-mb-md);
|
|
66
|
-
--__ac-r-mb-xl: var(--__ac-r-mb-lg);
|
|
67
|
-
--__ac-r-mb-2xl: var(--__ac-r-mb-xl);
|
|
68
|
-
--__ac-r-mb: var(--__ac-r-mb-xs);
|
|
69
|
-
|
|
70
|
-
margin-block: var(--__ac-r-mb, var(--__ac-r-margin));
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.navds-r-w {
|
|
74
|
-
--__ac-r-w-xs: initial;
|
|
75
|
-
--__ac-r-w-sm: var(--__ac-r-w-xs);
|
|
76
|
-
--__ac-r-w-md: var(--__ac-r-w-sm);
|
|
77
|
-
--__ac-r-w-lg: var(--__ac-r-w-md);
|
|
78
|
-
--__ac-r-w-xl: var(--__ac-r-w-lg);
|
|
79
|
-
--__ac-r-w-2xl: var(--__ac-r-w-xl);
|
|
80
|
-
--__ac-r-w: var(--__ac-r-w-xs);
|
|
81
|
-
|
|
82
|
-
width: var(--__ac-r-w);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.navds-r-minw {
|
|
86
|
-
--__ac-r-minw-xs: initial;
|
|
87
|
-
--__ac-r-minw-sm: var(--__ac-r-minw-xs);
|
|
88
|
-
--__ac-r-minw-md: var(--__ac-r-minw-sm);
|
|
89
|
-
--__ac-r-minw-lg: var(--__ac-r-minw-md);
|
|
90
|
-
--__ac-r-minw-xl: var(--__ac-r-minw-lg);
|
|
91
|
-
--__ac-r-minw-2xl: var(--__ac-r-minw-xl);
|
|
92
|
-
--__ac-r-minw: var(--__ac-r-minw-xs);
|
|
93
|
-
|
|
94
|
-
min-width: var(--__ac-r-minw);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.navds-r-maxw {
|
|
98
|
-
--__ac-r-maxw-xs: initial;
|
|
99
|
-
--__ac-r-maxw-sm: var(--__ac-r-maxw-xs);
|
|
100
|
-
--__ac-r-maxw-md: var(--__ac-r-maxw-sm);
|
|
101
|
-
--__ac-r-maxw-lg: var(--__ac-r-maxw-md);
|
|
102
|
-
--__ac-r-maxw-xl: var(--__ac-r-maxw-lg);
|
|
103
|
-
--__ac-r-maxw-2xl: var(--__ac-r-maxw-xl);
|
|
104
|
-
--__ac-r-maxw: var(--__ac-r-maxw-xs);
|
|
105
|
-
|
|
106
|
-
max-width: var(--__ac-r-maxw);
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.navds-r-h {
|
|
110
|
-
--__ac-r-h-xs: initial;
|
|
111
|
-
--__ac-r-h-sm: var(--__ac-r-h-xs);
|
|
112
|
-
--__ac-r-h-md: var(--__ac-r-h-sm);
|
|
113
|
-
--__ac-r-h-lg: var(--__ac-r-h-md);
|
|
114
|
-
--__ac-r-h-xl: var(--__ac-r-h-lg);
|
|
115
|
-
--__ac-r-h-2xl: var(--__ac-r-h-xl);
|
|
116
|
-
--__ac-r-h: var(--__ac-r-h-xs);
|
|
117
|
-
|
|
118
|
-
height: var(--__ac-r-h);
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.navds-r-minh {
|
|
122
|
-
--__ac-r-minh-xs: initial;
|
|
123
|
-
--__ac-r-minh-sm: var(--__ac-r-minh-xs);
|
|
124
|
-
--__ac-r-minh-md: var(--__ac-r-minh-sm);
|
|
125
|
-
--__ac-r-minh-lg: var(--__ac-r-minh-md);
|
|
126
|
-
--__ac-r-minh-xl: var(--__ac-r-minh-lg);
|
|
127
|
-
--__ac-r-minh-2xl: var(--__ac-r-minh-xl);
|
|
128
|
-
--__ac-r-minh: var(--__ac-r-minh-xs);
|
|
129
|
-
|
|
130
|
-
min-height: var(--__ac-r-minh);
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.navds-r-maxh {
|
|
134
|
-
--__ac-r-maxh-xs: initial;
|
|
135
|
-
--__ac-r-maxh-sm: var(--__ac-r-maxh-xs);
|
|
136
|
-
--__ac-r-maxh-md: var(--__ac-r-maxh-sm);
|
|
137
|
-
--__ac-r-maxh-lg: var(--__ac-r-maxh-md);
|
|
138
|
-
--__ac-r-maxh-xl: var(--__ac-r-maxh-lg);
|
|
139
|
-
--__ac-r-maxh-2xl: var(--__ac-r-maxh-xl);
|
|
140
|
-
--__ac-r-maxh: var(--__ac-r-maxh-xs);
|
|
141
|
-
|
|
142
|
-
max-height: var(--__ac-r-maxh);
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
.navds-r-position {
|
|
146
|
-
--__ac-r-position-xs: initial;
|
|
147
|
-
--__ac-r-position-sm: var(--__ac-r-position-xs);
|
|
148
|
-
--__ac-r-position-md: var(--__ac-r-position-sm);
|
|
149
|
-
--__ac-r-position-lg: var(--__ac-r-position-md);
|
|
150
|
-
--__ac-r-position-xl: var(--__ac-r-position-lg);
|
|
151
|
-
--__ac-r-position-2xl: var(--__ac-r-position-xl);
|
|
152
|
-
--__ac-r-position: var(--__ac-r-position-xs);
|
|
153
|
-
|
|
154
|
-
position: var(--__ac-r-position);
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.navds-r-inset {
|
|
158
|
-
--__ac-r-inset-xs: initial;
|
|
159
|
-
--__ac-r-inset-sm: var(--__ac-r-inset-xs);
|
|
160
|
-
--__ac-r-inset-md: var(--__ac-r-inset-sm);
|
|
161
|
-
--__ac-r-inset-lg: var(--__ac-r-inset-md);
|
|
162
|
-
--__ac-r-inset-xl: var(--__ac-r-inset-lg);
|
|
163
|
-
--__ac-r-inset-2xl: var(--__ac-r-inset-xl);
|
|
164
|
-
--__ac-r-inset: var(--__ac-r-inset-xs);
|
|
165
|
-
|
|
166
|
-
inset: var(--__ac-r-inset);
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.navds-r-top {
|
|
170
|
-
--__ac-r-top-xs: initial;
|
|
171
|
-
--__ac-r-top-sm: var(--__ac-r-top-xs);
|
|
172
|
-
--__ac-r-top-md: var(--__ac-r-top-sm);
|
|
173
|
-
--__ac-r-top-lg: var(--__ac-r-top-md);
|
|
174
|
-
--__ac-r-top-xl: var(--__ac-r-top-lg);
|
|
175
|
-
--__ac-r-top-2xl: var(--__ac-r-top-xl);
|
|
176
|
-
--__ac-r-top: var(--__ac-r-top-xs);
|
|
177
|
-
|
|
178
|
-
top: var(--__ac-r-top);
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.navds-r-right {
|
|
182
|
-
--__ac-r-right-xs: initial;
|
|
183
|
-
--__ac-r-right-sm: var(--__ac-r-right-xs);
|
|
184
|
-
--__ac-r-right-md: var(--__ac-r-right-sm);
|
|
185
|
-
--__ac-r-right-lg: var(--__ac-r-right-md);
|
|
186
|
-
--__ac-r-right-xl: var(--__ac-r-right-lg);
|
|
187
|
-
--__ac-r-right-2xl: var(--__ac-r-right-xl);
|
|
188
|
-
--__ac-r-right: var(--__ac-r-right-xs);
|
|
189
|
-
|
|
190
|
-
right: var(--__ac-r-right);
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
.navds-r-bottom {
|
|
194
|
-
--__ac-r-bottom-xs: initial;
|
|
195
|
-
--__ac-r-bottom-sm: var(--__ac-r-bottom-xs);
|
|
196
|
-
--__ac-r-bottom-md: var(--__ac-r-bottom-sm);
|
|
197
|
-
--__ac-r-bottom-lg: var(--__ac-r-bottom-md);
|
|
198
|
-
--__ac-r-bottom-xl: var(--__ac-r-bottom-lg);
|
|
199
|
-
--__ac-r-bottom-2xl: var(--__ac-r-bottom-xl);
|
|
200
|
-
--__ac-r-bottom: var(--__ac-r-bottom-xs);
|
|
201
|
-
|
|
202
|
-
bottom: var(--__ac-r-bottom);
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
.navds-r-left {
|
|
206
|
-
--__ac-r-left-xs: initial;
|
|
207
|
-
--__ac-r-left-sm: var(--__ac-r-left-xs);
|
|
208
|
-
--__ac-r-left-md: var(--__ac-r-left-sm);
|
|
209
|
-
--__ac-r-left-lg: var(--__ac-r-left-md);
|
|
210
|
-
--__ac-r-left-xl: var(--__ac-r-left-lg);
|
|
211
|
-
--__ac-r-left-2xl: var(--__ac-r-left-xl);
|
|
212
|
-
--__ac-r-left: var(--__ac-r-left-xs);
|
|
213
|
-
|
|
214
|
-
left: var(--__ac-r-left);
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
.navds-r-overflow {
|
|
218
|
-
--__ac-r-overflow-xs: initial;
|
|
219
|
-
--__ac-r-overflow-sm: var(--__ac-r-overflow-xs);
|
|
220
|
-
--__ac-r-overflow-md: var(--__ac-r-overflow-sm);
|
|
221
|
-
--__ac-r-overflow-lg: var(--__ac-r-overflow-md);
|
|
222
|
-
--__ac-r-overflow-xl: var(--__ac-r-overflow-lg);
|
|
223
|
-
--__ac-r-overflow-2xl: var(--__ac-r-overflow-xl);
|
|
224
|
-
--__ac-r-overflow: var(--__ac-r-overflow-xs);
|
|
225
|
-
|
|
226
|
-
overflow: var(--__ac-r-overflow);
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
.navds-r-overflowx {
|
|
230
|
-
--__ac-r-overflowx-xs: initial;
|
|
231
|
-
--__ac-r-overflowx-sm: var(--__ac-r-overflowx-xs);
|
|
232
|
-
--__ac-r-overflowx-md: var(--__ac-r-overflowx-sm);
|
|
233
|
-
--__ac-r-overflowx-lg: var(--__ac-r-overflowx-md);
|
|
234
|
-
--__ac-r-overflowx-xl: var(--__ac-r-overflowx-lg);
|
|
235
|
-
--__ac-r-overflowx-2xl: var(--__ac-r-overflowx-xl);
|
|
236
|
-
--__ac-r-overflowx: var(--__ac-r-overflowx-xs);
|
|
237
|
-
|
|
238
|
-
overflow-x: var(--__ac-r-overflowx);
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
.navds-r-overflowy {
|
|
242
|
-
--__ac-r-overflowy-xs: initial;
|
|
243
|
-
--__ac-r-overflowy-sm: var(--__ac-r-overflowy-xs);
|
|
244
|
-
--__ac-r-overflowy-md: var(--__ac-r-overflowy-sm);
|
|
245
|
-
--__ac-r-overflowy-lg: var(--__ac-r-overflowy-md);
|
|
246
|
-
--__ac-r-overflowy-xl: var(--__ac-r-overflowy-lg);
|
|
247
|
-
--__ac-r-overflowy-2xl: var(--__ac-r-overflowy-xl);
|
|
248
|
-
--__ac-r-overflowy: var(--__ac-r-overflowy-xs);
|
|
249
|
-
|
|
250
|
-
overflow-y: var(--__ac-r-overflowy);
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
.navds-r-flex-basis {
|
|
254
|
-
--__ac-r-flex-basis-xs: initial;
|
|
255
|
-
--__ac-r-flex-basis-sm: var(--__ac-r-flex-basis-xs);
|
|
256
|
-
--__ac-r-flex-basis-md: var(--__ac-r-flex-basis-sm);
|
|
257
|
-
--__ac-r-flex-basis-lg: var(--__ac-r-flex-basis-md);
|
|
258
|
-
--__ac-r-flex-basis-xl: var(--__ac-r-flex-basis-lg);
|
|
259
|
-
--__ac-r-flex-basis-2xl: var(--__ac-r-flex-basis-xl);
|
|
260
|
-
--__ac-r-flex-basis: var(--__ac-r-flex-basis-xs);
|
|
261
|
-
|
|
262
|
-
flex-basis: var(--__ac-r-flex-basis);
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
.navds-r-flex-grow {
|
|
266
|
-
--__ac-r-flex-grow-xs: initial;
|
|
267
|
-
--__ac-r-flex-grow-sm: var(--__ac-r-flex-grow-xs);
|
|
268
|
-
--__ac-r-flex-grow-md: var(--__ac-r-flex-grow-sm);
|
|
269
|
-
--__ac-r-flex-grow-lg: var(--__ac-r-flex-grow-md);
|
|
270
|
-
--__ac-r-flex-grow-xl: var(--__ac-r-flex-grow-lg);
|
|
271
|
-
--__ac-r-flex-grow-2xl: var(--__ac-r-flex-grow-xl);
|
|
272
|
-
--__ac-r-flex-grow: var(--__ac-r-flex-grow-xs);
|
|
273
|
-
|
|
274
|
-
flex-grow: var(--__ac-r-flex-grow);
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
.navds-r-flex-shrink {
|
|
278
|
-
--__ac-r-flex-shrink-xs: initial;
|
|
279
|
-
--__ac-r-flex-shrink-sm: var(--__ac-r-flex-shrink-xs);
|
|
280
|
-
--__ac-r-flex-shrink-md: var(--__ac-r-flex-shrink-sm);
|
|
281
|
-
--__ac-r-flex-shrink-lg: var(--__ac-r-flex-shrink-md);
|
|
282
|
-
--__ac-r-flex-shrink-xl: var(--__ac-r-flex-shrink-lg);
|
|
283
|
-
--__ac-r-flex-shrink-2xl: var(--__ac-r-flex-shrink-xl);
|
|
284
|
-
--__ac-r-flex-shrink: var(--__ac-r-flex-shrink-xs);
|
|
285
|
-
|
|
286
|
-
flex-shrink: var(--__ac-r-flex-shrink);
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
.navds-r-grid-column {
|
|
290
|
-
--__ac-r-grid-column-xs: initial;
|
|
291
|
-
--__ac-r-grid-column-sm: var(--__ac-r-grid-column-xs);
|
|
292
|
-
--__ac-r-grid-column-md: var(--__ac-r-grid-column-sm);
|
|
293
|
-
--__ac-r-grid-column-lg: var(--__ac-r-grid-column-md);
|
|
294
|
-
--__ac-r-grid-column-xl: var(--__ac-r-grid-column-lg);
|
|
295
|
-
--__ac-r-grid-column-2xl: var(--__ac-r-grid-column-xl);
|
|
296
|
-
--__ac-r-grid-column: var(--__ac-r-grid-column-xs);
|
|
297
|
-
|
|
298
|
-
grid-column: var(--__ac-r-grid-column);
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
@media (min-width: 480px) {
|
|
302
|
-
.navds-r-p {
|
|
303
|
-
--__ac-r-padding: var(--__ac-r-p-sm);
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
.navds-r-pi {
|
|
307
|
-
--__ac-r-pi: var(--__ac-r-pi-sm);
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
.navds-r-pb {
|
|
311
|
-
--__ac-r-pb: var(--__ac-r-pb-sm);
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
.navds-r-m {
|
|
315
|
-
--__ac-r-margin: var(--__ac-r-m-sm);
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
.navds-r-mi {
|
|
319
|
-
--__ac-r-mi: var(--__ac-r-mi-sm);
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
.navds-r-mb {
|
|
323
|
-
--__ac-r-mb: var(--__ac-r-mb-sm);
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
.navds-r-w {
|
|
327
|
-
--__ac-r-w: var(--__ac-r-w-sm);
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
.navds-r-minw {
|
|
331
|
-
--__ac-r-minw: var(--__ac-r-minw-sm);
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
.navds-r-maxw {
|
|
335
|
-
--__ac-r-maxw: var(--__ac-r-maxw-sm);
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
.navds-r-h {
|
|
339
|
-
--__ac-r-h: var(--__ac-r-h-sm);
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
.navds-r-minh {
|
|
343
|
-
--__ac-r-minh: var(--__ac-r-minh-sm);
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
.navds-r-maxh {
|
|
347
|
-
--__ac-r-maxh: var(--__ac-r-maxh-sm);
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
.navds-r-position {
|
|
351
|
-
--__ac-r-position: var(--__ac-r-position-sm);
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
.navds-r-inset {
|
|
355
|
-
--__ac-r-inset: var(--__ac-r-inset-sm);
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
.navds-r-top {
|
|
359
|
-
--__ac-r-top: var(--__ac-r-top-sm);
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
.navds-r-right {
|
|
363
|
-
--__ac-r-right: var(--__ac-r-right-sm);
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
.navds-r-bottom {
|
|
367
|
-
--__ac-r-bottom: var(--__ac-r-bottom-sm);
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
.navds-r-left {
|
|
371
|
-
--__ac-r-left: var(--__ac-r-left-sm);
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
.navds-r-overflow {
|
|
375
|
-
--__ac-r-overflow: var(--__ac-r-overflow-sm);
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
.navds-r-overflowx {
|
|
379
|
-
--__ac-r-overflowx: var(--__ac-r-overflowx-sm);
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
.navds-r-overflowy {
|
|
383
|
-
--__ac-r-overflowy: var(--__ac-r-overflowy-sm);
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
.navds-r-flex-basis {
|
|
387
|
-
--__ac-r-flex-basis: var(--__ac-r-flex-basis-sm);
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
.navds-r-flex-grow {
|
|
391
|
-
--__ac-r-flex-grow: var(--__ac-r-flex-grow-sm);
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
.navds-r-flex-shrink {
|
|
395
|
-
--__ac-r-flex-shrink: var(--__ac-r-flex-shrink-sm);
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
.navds-r-grid-column {
|
|
399
|
-
--__ac-r-grid-column: var(--__ac-r-grid-column-sm);
|
|
400
|
-
}
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
@media (min-width: 768px) {
|
|
404
|
-
.navds-r-p {
|
|
405
|
-
--__ac-r-padding: var(--__ac-r-p-md);
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
.navds-r-pi {
|
|
409
|
-
--__ac-r-pi: var(--__ac-r-pi-md);
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
.navds-r-pb {
|
|
413
|
-
--__ac-r-pb: var(--__ac-r-pb-md);
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
.navds-r-m {
|
|
417
|
-
--__ac-r-margin: var(--__ac-r-m-md);
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
.navds-r-mi {
|
|
421
|
-
--__ac-r-mi: var(--__ac-r-mi-md);
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
.navds-r-mb {
|
|
425
|
-
--__ac-r-mb: var(--__ac-r-mb-md);
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
.navds-r-w {
|
|
429
|
-
--__ac-r-w: var(--__ac-r-w-md);
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
.navds-r-minw {
|
|
433
|
-
--__ac-r-minw: var(--__ac-r-minw-md);
|
|
434
|
-
}
|
|
435
|
-
|
|
436
|
-
.navds-r-maxw {
|
|
437
|
-
--__ac-r-maxw: var(--__ac-r-maxw-md);
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
.navds-r-h {
|
|
441
|
-
--__ac-r-h: var(--__ac-r-h-md);
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
.navds-r-minh {
|
|
445
|
-
--__ac-r-minh: var(--__ac-r-minh-md);
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
.navds-r-maxh {
|
|
449
|
-
--__ac-r-maxh: var(--__ac-r-maxh-md);
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
.navds-r-position {
|
|
453
|
-
--__ac-r-position: var(--__ac-r-position-md);
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
.navds-r-inset {
|
|
457
|
-
--__ac-r-inset: var(--__ac-r-inset-md);
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
.navds-r-top {
|
|
461
|
-
--__ac-r-top: var(--__ac-r-top-md);
|
|
462
|
-
}
|
|
463
|
-
|
|
464
|
-
.navds-r-right {
|
|
465
|
-
--__ac-r-right: var(--__ac-r-right-md);
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
.navds-r-bottom {
|
|
469
|
-
--__ac-r-bottom: var(--__ac-r-bottom-md);
|
|
470
|
-
}
|
|
471
|
-
|
|
472
|
-
.navds-r-left {
|
|
473
|
-
--__ac-r-left: var(--__ac-r-left-md);
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
.navds-r-overflow {
|
|
477
|
-
--__ac-r-overflow: var(--__ac-r-overflow-md);
|
|
478
|
-
}
|
|
479
|
-
|
|
480
|
-
.navds-r-overflowx {
|
|
481
|
-
--__ac-r-overflowx: var(--__ac-r-overflowx-md);
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
.navds-r-overflowy {
|
|
485
|
-
--__ac-r-overflowy: var(--__ac-r-overflowy-md);
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
.navds-r-flex-basis {
|
|
489
|
-
--__ac-r-flex-basis: var(--__ac-r-flex-basis-md);
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
.navds-r-flex-grow {
|
|
493
|
-
--__ac-r-flex-grow: var(--__ac-r-flex-grow-md);
|
|
494
|
-
}
|
|
495
|
-
|
|
496
|
-
.navds-r-flex-shrink {
|
|
497
|
-
--__ac-r-flex-shrink: var(--__ac-r-flex-shrink-md);
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
.navds-r-grid-column {
|
|
501
|
-
--__ac-r-grid-column: var(--__ac-r-grid-column-md);
|
|
502
|
-
}
|
|
503
|
-
}
|
|
504
|
-
|
|
505
|
-
@media (min-width: 1024px) {
|
|
506
|
-
.navds-r-p {
|
|
507
|
-
--__ac-r-padding: var(--__ac-r-p-lg);
|
|
508
|
-
}
|
|
509
|
-
|
|
510
|
-
.navds-r-pi {
|
|
511
|
-
--__ac-r-pi: var(--__ac-r-pi-lg);
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
.navds-r-pb {
|
|
515
|
-
--__ac-r-pb: var(--__ac-r-pb-lg);
|
|
516
|
-
}
|
|
517
|
-
|
|
518
|
-
.navds-r-m {
|
|
519
|
-
--__ac-r-margin: var(--__ac-r-m-lg);
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
.navds-r-mi {
|
|
523
|
-
--__ac-r-mi: var(--__ac-r-mi-lg);
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
.navds-r-mb {
|
|
527
|
-
--__ac-r-mb: var(--__ac-r-mb-lg);
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
.navds-r-w {
|
|
531
|
-
--__ac-r-w: var(--__ac-r-w-lg);
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
.navds-r-minw {
|
|
535
|
-
--__ac-r-minw: var(--__ac-r-minw-lg);
|
|
536
|
-
}
|
|
537
|
-
|
|
538
|
-
.navds-r-maxw {
|
|
539
|
-
--__ac-r-maxw: var(--__ac-r-maxw-lg);
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
.navds-r-h {
|
|
543
|
-
--__ac-r-h: var(--__ac-r-h-lg);
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
.navds-r-minh {
|
|
547
|
-
--__ac-r-minh: var(--__ac-r-minh-lg);
|
|
548
|
-
}
|
|
549
|
-
|
|
550
|
-
.navds-r-maxh {
|
|
551
|
-
--__ac-r-maxh: var(--__ac-r-maxh-lg);
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
.navds-r-position {
|
|
555
|
-
--__ac-r-position: var(--__ac-r-position-lg);
|
|
556
|
-
}
|
|
557
|
-
|
|
558
|
-
.navds-r-inset {
|
|
559
|
-
--__ac-r-inset: var(--__ac-r-inset-lg);
|
|
560
|
-
}
|
|
561
|
-
|
|
562
|
-
.navds-r-top {
|
|
563
|
-
--__ac-r-top: var(--__ac-r-top-lg);
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
.navds-r-right {
|
|
567
|
-
--__ac-r-right: var(--__ac-r-right-lg);
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
.navds-r-bottom {
|
|
571
|
-
--__ac-r-bottom: var(--__ac-r-bottom-lg);
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
.navds-r-left {
|
|
575
|
-
--__ac-r-left: var(--__ac-r-left-lg);
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
.navds-r-overflow {
|
|
579
|
-
--__ac-r-overflow: var(--__ac-r-overflow-lg);
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
.navds-r-overflowx {
|
|
583
|
-
--__ac-r-overflowx: var(--__ac-r-overflowx-lg);
|
|
584
|
-
}
|
|
585
|
-
|
|
586
|
-
.navds-r-overflowy {
|
|
587
|
-
--__ac-r-overflowy: var(--__ac-r-overflowy-lg);
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
.navds-r-flex-basis {
|
|
591
|
-
--__ac-r-flex-basis: var(--__ac-r-flex-basis-lg);
|
|
592
|
-
}
|
|
593
|
-
|
|
594
|
-
.navds-r-flex-grow {
|
|
595
|
-
--__ac-r-flex-grow: var(--__ac-r-flex-grow-lg);
|
|
596
|
-
}
|
|
597
|
-
|
|
598
|
-
.navds-r-flex-shrink {
|
|
599
|
-
--__ac-r-flex-shrink: var(--__ac-r-flex-shrink-lg);
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
.navds-r-grid-column {
|
|
603
|
-
--__ac-r-grid-column: var(--__ac-r-grid-column-lg);
|
|
604
|
-
}
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
@media (min-width: 1280px) {
|
|
608
|
-
.navds-r-p {
|
|
609
|
-
--__ac-r-padding: var(--__ac-r-p-xl);
|
|
610
|
-
}
|
|
611
|
-
|
|
612
|
-
.navds-r-pi {
|
|
613
|
-
--__ac-r-pi: var(--__ac-r-pi-xl);
|
|
614
|
-
}
|
|
615
|
-
|
|
616
|
-
.navds-r-pb {
|
|
617
|
-
--__ac-r-pb: var(--__ac-r-pb-xl);
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
.navds-r-m {
|
|
621
|
-
--__ac-r-margin: var(--__ac-r-m-xl);
|
|
622
|
-
}
|
|
623
|
-
|
|
624
|
-
.navds-r-mi {
|
|
625
|
-
--__ac-r-mi: var(--__ac-r-mi-xl);
|
|
626
|
-
}
|
|
627
|
-
|
|
628
|
-
.navds-r-mb {
|
|
629
|
-
--__ac-r-mb: var(--__ac-r-mb-xl);
|
|
630
|
-
}
|
|
631
|
-
|
|
632
|
-
.navds-r-w {
|
|
633
|
-
--__ac-r-w: var(--__ac-r-w-xl);
|
|
634
|
-
}
|
|
635
|
-
|
|
636
|
-
.navds-r-minw {
|
|
637
|
-
--__ac-r-minw: var(--__ac-r-minw-xl);
|
|
638
|
-
}
|
|
639
|
-
|
|
640
|
-
.navds-r-maxw {
|
|
641
|
-
--__ac-r-maxw: var(--__ac-r-maxw-xl);
|
|
642
|
-
}
|
|
643
|
-
|
|
644
|
-
.navds-r-h {
|
|
645
|
-
--__ac-r-h: var(--__ac-r-h-xl);
|
|
646
|
-
}
|
|
647
|
-
|
|
648
|
-
.navds-r-minh {
|
|
649
|
-
--__ac-r-minh: var(--__ac-r-minh-xl);
|
|
650
|
-
}
|
|
651
|
-
|
|
652
|
-
.navds-r-maxh {
|
|
653
|
-
--__ac-r-maxh: var(--__ac-r-maxh-xl);
|
|
654
|
-
}
|
|
655
|
-
|
|
656
|
-
.navds-r-position {
|
|
657
|
-
--__ac-r-position: var(--__ac-r-position-xl);
|
|
658
|
-
}
|
|
659
|
-
|
|
660
|
-
.navds-r-inset {
|
|
661
|
-
--__ac-r-inset: var(--__ac-r-inset-xl);
|
|
662
|
-
}
|
|
663
|
-
|
|
664
|
-
.navds-r-top {
|
|
665
|
-
--__ac-r-top: var(--__ac-r-top-xl);
|
|
666
|
-
}
|
|
667
|
-
|
|
668
|
-
.navds-r-right {
|
|
669
|
-
--__ac-r-right: var(--__ac-r-right-xl);
|
|
670
|
-
}
|
|
671
|
-
|
|
672
|
-
.navds-r-bottom {
|
|
673
|
-
--__ac-r-bottom: var(--__ac-r-bottom-xl);
|
|
674
|
-
}
|
|
675
|
-
|
|
676
|
-
.navds-r-left {
|
|
677
|
-
--__ac-r-left: var(--__ac-r-left-xl);
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
.navds-r-overflow {
|
|
681
|
-
--__ac-r-overflow: var(--__ac-r-overflow-xl);
|
|
682
|
-
}
|
|
683
|
-
|
|
684
|
-
.navds-r-overflowx {
|
|
685
|
-
--__ac-r-overflowx: var(--__ac-r-overflowx-xl);
|
|
686
|
-
}
|
|
687
|
-
|
|
688
|
-
.navds-r-overflowy {
|
|
689
|
-
--__ac-r-overflowy: var(--__ac-r-overflowy-xl);
|
|
690
|
-
}
|
|
691
|
-
|
|
692
|
-
.navds-r-flex-basis {
|
|
693
|
-
--__ac-r-flex-basis: var(--__ac-r-flex-basis-xl);
|
|
694
|
-
}
|
|
695
|
-
|
|
696
|
-
.navds-r-flex-grow {
|
|
697
|
-
--__ac-r-flex-grow: var(--__ac-r-flex-grow-xl);
|
|
698
|
-
}
|
|
699
|
-
|
|
700
|
-
.navds-r-flex-shrink {
|
|
701
|
-
--__ac-r-flex-shrink: var(--__ac-r-flex-shrink-xl);
|
|
702
|
-
}
|
|
703
|
-
|
|
704
|
-
.navds-r-grid-column {
|
|
705
|
-
--__ac-r-grid-column: var(--__ac-r-grid-column-xl);
|
|
706
|
-
}
|
|
707
|
-
}
|
|
708
|
-
|
|
709
|
-
@media (min-width: 1440px) {
|
|
710
|
-
.navds-r-p {
|
|
711
|
-
--__ac-r-padding: var(--__ac-r-p-2xl);
|
|
712
|
-
}
|
|
713
|
-
|
|
714
|
-
.navds-r-pi {
|
|
715
|
-
--__ac-r-pi: var(--__ac-r-pi-2xl);
|
|
716
|
-
}
|
|
717
|
-
|
|
718
|
-
.navds-r-pb {
|
|
719
|
-
--__ac-r-pb: var(--__ac-r-pb-2xl);
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
.navds-r-m {
|
|
723
|
-
--__ac-r-margin: var(--__ac-r-m-2xl);
|
|
724
|
-
}
|
|
725
|
-
|
|
726
|
-
.navds-r-mi {
|
|
727
|
-
--__ac-r-mi: var(--__ac-r-mi-2xl);
|
|
728
|
-
}
|
|
729
|
-
|
|
730
|
-
.navds-r-mb {
|
|
731
|
-
--__ac-r-mb: var(--__ac-r-mb-2xl);
|
|
732
|
-
}
|
|
733
|
-
|
|
734
|
-
.navds-r-w {
|
|
735
|
-
--__ac-r-w: var(--__ac-r-w-2xl);
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
.navds-r-minw {
|
|
739
|
-
--__ac-r-minw: var(--__ac-r-minw-2xl);
|
|
740
|
-
}
|
|
741
|
-
|
|
742
|
-
.navds-r-maxw {
|
|
743
|
-
--__ac-r-maxw: var(--__ac-r-maxw-2xl);
|
|
744
|
-
}
|
|
745
|
-
|
|
746
|
-
.navds-r-h {
|
|
747
|
-
--__ac-r-h: var(--__ac-r-h-2xl);
|
|
748
|
-
}
|
|
749
|
-
|
|
750
|
-
.navds-r-minh {
|
|
751
|
-
--__ac-r-minh: var(--__ac-r-minh-2xl);
|
|
752
|
-
}
|
|
753
|
-
|
|
754
|
-
.navds-r-maxh {
|
|
755
|
-
--__ac-r-maxh: var(--__ac-r-maxh-2xl);
|
|
756
|
-
}
|
|
757
|
-
|
|
758
|
-
.navds-r-position {
|
|
759
|
-
--__ac-r-position: var(--__ac-r-position-2xl);
|
|
760
|
-
}
|
|
761
|
-
|
|
762
|
-
.navds-r-inset {
|
|
763
|
-
--__ac-r-inset: var(--__ac-r-inset-2xl);
|
|
764
|
-
}
|
|
765
|
-
|
|
766
|
-
.navds-r-top {
|
|
767
|
-
--__ac-r-top: var(--__ac-r-top-2xl);
|
|
768
|
-
}
|
|
769
|
-
|
|
770
|
-
.navds-r-right {
|
|
771
|
-
--__ac-r-right: var(--__ac-r-right-2xl);
|
|
772
|
-
}
|
|
773
|
-
|
|
774
|
-
.navds-r-bottom {
|
|
775
|
-
--__ac-r-bottom: var(--__ac-r-bottom-2xl);
|
|
776
|
-
}
|
|
777
|
-
|
|
778
|
-
.navds-r-left {
|
|
779
|
-
--__ac-r-left: var(--__ac-r-left-2xl);
|
|
780
|
-
}
|
|
781
|
-
|
|
782
|
-
.navds-r-overflow {
|
|
783
|
-
--__ac-r-overflow: var(--__ac-r-overflow-2xl);
|
|
784
|
-
}
|
|
785
|
-
|
|
786
|
-
.navds-r-overflowx {
|
|
787
|
-
--__ac-r-overflowx: var(--__ac-r-overflowx-2xl);
|
|
788
|
-
}
|
|
789
|
-
|
|
790
|
-
.navds-r-overflowy {
|
|
791
|
-
--__ac-r-overflowy: var(--__ac-r-overflowy-2xl);
|
|
792
|
-
}
|
|
793
|
-
|
|
794
|
-
.navds-r-flex-basis {
|
|
795
|
-
--__ac-r-flex-basis: var(--__ac-r-flex-basis-2xl);
|
|
796
|
-
}
|
|
797
|
-
|
|
798
|
-
.navds-r-flex-grow {
|
|
799
|
-
--__ac-r-flex-grow: var(--__ac-r-flex-grow-2xl);
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
.navds-r-flex-shrink {
|
|
803
|
-
--__ac-r-flex-shrink: var(--__ac-r-flex-shrink-2xl);
|
|
804
|
-
}
|
|
805
|
-
|
|
806
|
-
.navds-r-grid-column {
|
|
807
|
-
--__ac-r-grid-column: var(--__ac-r-grid-column-2xl);
|
|
808
|
-
}
|
|
809
|
-
}
|