@navikt/ds-css 7.28.0 → 7.29.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 +16 -0
- package/config/_mappings.js +1 -0
- package/darkside/index.css +1 -0
- package/darkside/link-card.darkside.css +29 -8
- package/darkside/process.darkside.css +153 -0
- package/darkside/table.darkside.css +4 -5
- package/darkside/tooltip.darkside.css +1 -1
- package/dist/component/linkcard.css +27 -10
- package/dist/component/linkcard.min.css +1 -1
- package/dist/component/process.css +153 -0
- package/dist/component/process.min.css +1 -0
- package/dist/components.css +186 -10
- package/dist/components.min.css +1 -1
- package/dist/darkside/component/linkcard.css +25 -9
- package/dist/darkside/component/linkcard.min.css +1 -1
- package/dist/darkside/component/process.css +148 -0
- package/dist/darkside/component/process.min.css +1 -0
- package/dist/darkside/component/table.css +4 -4
- package/dist/darkside/component/table.min.css +1 -1
- package/dist/darkside/component/tooltip.css +2 -2
- package/dist/darkside/component/tooltip.min.css +1 -1
- package/dist/darkside/components.css +178 -15
- package/dist/darkside/components.min.css +1 -1
- package/dist/darkside/global/tokens.css +1 -1
- package/dist/darkside/global/tokens.min.css +1 -1
- package/dist/darkside/index.css +179 -16
- package/dist/darkside/index.min.css +1 -1
- package/dist/darkside/version/{7.28.0 → 7.29.0}/component/linkcard.css +25 -9
- package/dist/darkside/version/7.29.0/component/linkcard.min.css +1 -0
- package/dist/darkside/version/7.29.0/component/process.css +148 -0
- package/dist/darkside/version/7.29.0/component/process.min.css +1 -0
- package/dist/darkside/version/{7.28.0 → 7.29.0}/component/table.css +4 -4
- package/dist/darkside/version/7.29.0/component/table.min.css +1 -0
- package/dist/darkside/version/{7.28.0 → 7.29.0}/component/tooltip.css +2 -2
- package/dist/darkside/version/{7.28.0 → 7.29.0}/component/tooltip.min.css +1 -1
- package/dist/darkside/version/{7.28.0 → 7.29.0}/components.css +178 -15
- package/dist/darkside/version/{7.28.0 → 7.29.0}/components.min.css +1 -1
- package/dist/darkside/version/{7.28.0 → 7.29.0}/global/tokens.css +1 -1
- package/dist/darkside/version/{7.28.0 → 7.29.0}/global/tokens.min.css +1 -1
- package/dist/darkside/version/{7.28.0 → 7.29.0}/index.css +179 -16
- package/dist/darkside/version/{7.28.0 → 7.29.0}/index.min.css +1 -1
- package/dist/global/tokens.css +1 -1
- package/dist/global/tokens.min.css +1 -1
- package/dist/index.css +187 -11
- package/dist/index.min.css +2 -2
- package/index.css +1 -0
- package/link-card.css +32 -10
- package/package.json +8 -5
- package/process.css +153 -0
- package/dist/darkside/version/7.28.0/component/linkcard.min.css +0 -1
- package/dist/darkside/version/7.28.0/component/table.min.css +0 -1
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/accordion.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/accordion.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/actionmenu.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/actionmenu.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/alert.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/alert.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/button.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/button.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/chat.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/chat.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/chips.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/chips.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/copybutton.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/copybutton.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/date.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/date.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/dropdown.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/dropdown.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/expansioncard.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/expansioncard.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/form.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/form.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/guidepanel.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/guidepanel.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/helptext.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/helptext.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/internalheader.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/internalheader.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/link.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/link.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/linkanchor.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/linkanchor.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/linkpanel.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/linkpanel.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/list.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/list.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/loader.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/loader.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/modal.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/modal.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/pagination.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/pagination.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/panel.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/panel.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/popover.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/popover.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/primitives.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/primitives.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/progressbar.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/progressbar.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/readmore.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/readmore.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/skeleton.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/skeleton.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/stepper.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/stepper.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/tabs.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/tabs.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/tag.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/tag.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/theme.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/theme.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/timeline.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/timeline.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/togglegroup.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/togglegroup.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/typography.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/component/typography.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/global/baseline.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/global/baseline.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/global/fonts.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/global/fonts.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/global/print.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/global/print.min.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/global/reset.css +0 -0
- /package/dist/darkside/version/{7.28.0 → 7.29.0}/global/reset.min.css +0 -0
package/dist/components.css
CHANGED
|
@@ -4985,15 +4985,23 @@ button.navds-internalheader__title:active,
|
|
|
4985
4985
|
cursor: pointer;
|
|
4986
4986
|
display: grid;
|
|
4987
4987
|
grid-template-areas:
|
|
4988
|
-
"image image"
|
|
4989
|
-
"icon title"
|
|
4990
|
-
"icon description"
|
|
4991
|
-
"icon footer";
|
|
4988
|
+
"image image image"
|
|
4989
|
+
"icon title arrow"
|
|
4990
|
+
"icon description arrow"
|
|
4991
|
+
"icon footer arrow";
|
|
4992
4992
|
grid-template-columns: auto 1fr;
|
|
4993
4993
|
grid-template-rows: min-content min-content min-content auto;
|
|
4994
4994
|
align-items: center;
|
|
4995
4995
|
}
|
|
4996
4996
|
|
|
4997
|
+
.navds-link-card[data-align-arrow="baseline"] {
|
|
4998
|
+
grid-template-areas:
|
|
4999
|
+
"image image image"
|
|
5000
|
+
"icon title arrow"
|
|
5001
|
+
"icon description description"
|
|
5002
|
+
"icon footer footer";
|
|
5003
|
+
}
|
|
5004
|
+
|
|
4997
5005
|
.navds-link-card:not(:has(.navds-link-card__description, .navds-link-card__footer)) {
|
|
4998
5006
|
grid-template-rows: auto 1fr;
|
|
4999
5007
|
}
|
|
@@ -5006,6 +5014,11 @@ button.navds-internalheader__title:active,
|
|
|
5006
5014
|
align-items: center;
|
|
5007
5015
|
}
|
|
5008
5016
|
|
|
5017
|
+
.navds-link-card[data-align-arrow="baseline"]:not(:has(.navds-link-card__description, .navds-link-card__footer))
|
|
5018
|
+
.navds-link-card__arrow {
|
|
5019
|
+
align-self: center;
|
|
5020
|
+
}
|
|
5021
|
+
|
|
5009
5022
|
.navds-link-card:hover {
|
|
5010
5023
|
border-color: var(--a-border-default);
|
|
5011
5024
|
box-shadow: 0 0 0 1px var(--a-border-default);
|
|
@@ -5014,10 +5027,6 @@ button.navds-internalheader__title:active,
|
|
|
5014
5027
|
.navds-link-card__title {
|
|
5015
5028
|
grid-area: title;
|
|
5016
5029
|
color: var(--a-text-default);
|
|
5017
|
-
display: flex;
|
|
5018
|
-
align-items: flex-start;
|
|
5019
|
-
justify-content: space-between;
|
|
5020
|
-
gap: var(--a-spacing-2);
|
|
5021
5030
|
hyphens: auto;
|
|
5022
5031
|
}
|
|
5023
5032
|
|
|
@@ -5046,12 +5055,12 @@ button.navds-internalheader__title:active,
|
|
|
5046
5055
|
margin-inline-end: var(--a-spacing-4);
|
|
5047
5056
|
}
|
|
5048
5057
|
|
|
5049
|
-
.
|
|
5058
|
+
.navds-link-card--small {
|
|
5050
5059
|
--__ac-link-card-padding-block: var(--a-spacing-3);
|
|
5051
5060
|
--__ac-link-card-padding-inline: var(--a-spacing-4);
|
|
5052
5061
|
}
|
|
5053
5062
|
|
|
5054
|
-
.
|
|
5063
|
+
.navds-link-card--small .navds-link-card__icon {
|
|
5055
5064
|
margin-inline-end: var(--a-spacing-3);
|
|
5056
5065
|
}
|
|
5057
5066
|
|
|
@@ -5074,6 +5083,19 @@ button.navds-internalheader__title:active,
|
|
|
5074
5083
|
height: 100%;
|
|
5075
5084
|
}
|
|
5076
5085
|
|
|
5086
|
+
.navds-link-card__arrow {
|
|
5087
|
+
grid-area: arrow;
|
|
5088
|
+
margin-inline-start: var(--a-spacing-2);
|
|
5089
|
+
}
|
|
5090
|
+
|
|
5091
|
+
.navds-link-card[data-align-arrow="baseline"] .navds-link-card__arrow {
|
|
5092
|
+
align-self: baseline;
|
|
5093
|
+
}
|
|
5094
|
+
|
|
5095
|
+
.navds-link-card[data-align-arrow="center"] .navds-link-card__arrow {
|
|
5096
|
+
align-self: center;
|
|
5097
|
+
}
|
|
5098
|
+
|
|
5077
5099
|
.navds-loader {
|
|
5078
5100
|
width: 1.5rem;
|
|
5079
5101
|
display: inline-block;
|
|
@@ -6985,6 +7007,160 @@ span.rdp-weeknumber {
|
|
|
6985
7007
|
top: -1px;
|
|
6986
7008
|
}
|
|
6987
7009
|
|
|
7010
|
+
.navds-process {
|
|
7011
|
+
--__ac-process-circle-base: 2rem;
|
|
7012
|
+
--__ac-process-circle-large: var(--__ac-process-circle-base);
|
|
7013
|
+
--__ac-process-circle-small: 1rem;
|
|
7014
|
+
--__ac-process-circle-size: var(--__ac-process-circle-large);
|
|
7015
|
+
--__ac-process-border-width: 2px;
|
|
7016
|
+
|
|
7017
|
+
list-style: none;
|
|
7018
|
+
padding: 0;
|
|
7019
|
+
margin: 0;
|
|
7020
|
+
}
|
|
7021
|
+
|
|
7022
|
+
.navds-process__event {
|
|
7023
|
+
display: grid;
|
|
7024
|
+
grid-template-rows:
|
|
7025
|
+
[line-1] auto [step-start] var(--__ac-process-circle-size)
|
|
7026
|
+
[line-2 step-end] auto;
|
|
7027
|
+
grid-template-columns: var(--__ac-process-circle-base) auto;
|
|
7028
|
+
justify-items: flex-start;
|
|
7029
|
+
}
|
|
7030
|
+
|
|
7031
|
+
.navds-process__event[data-dot="true"] {
|
|
7032
|
+
--__ac-process-circle-size: var(--__ac-process-circle-small);
|
|
7033
|
+
|
|
7034
|
+
margin-block-start: calc((var(--__ac-process-circle-small) / 2) * -1);
|
|
7035
|
+
}
|
|
7036
|
+
|
|
7037
|
+
.navds-process__event[data-dot="true"] .navds-process__line {
|
|
7038
|
+
margin-block-start: calc(var(--__ac-process-circle-size) / 2);
|
|
7039
|
+
}
|
|
7040
|
+
|
|
7041
|
+
.navds-process__event[data-dot="true"] .navds-process__bullet {
|
|
7042
|
+
--__ac-process-circle-size: var(--__ac-process-circle-small);
|
|
7043
|
+
|
|
7044
|
+
margin-top: calc((var(--__ac-process-circle-large) - var(--__ac-process-circle-small)) / 2);
|
|
7045
|
+
}
|
|
7046
|
+
|
|
7047
|
+
.navds-process__line {
|
|
7048
|
+
width: 0;
|
|
7049
|
+
border: calc(var(--__ac-process-border-width) / 2) solid;
|
|
7050
|
+
min-height: 2rem;
|
|
7051
|
+
justify-self: center;
|
|
7052
|
+
grid-column: 1;
|
|
7053
|
+
grid-row: line-2;
|
|
7054
|
+
border-color: var(--a-border-subtle);
|
|
7055
|
+
}
|
|
7056
|
+
|
|
7057
|
+
.navds-process__event[data-status="active"] .navds-process__line {
|
|
7058
|
+
border-color: var(--a-border-alt-3);
|
|
7059
|
+
border-image: linear-gradient(to bottom, var(--a-border-alt-3) 50%, var(--a-border-subtle) 90%);
|
|
7060
|
+
border-image-slice: 1;
|
|
7061
|
+
}
|
|
7062
|
+
|
|
7063
|
+
.navds-process__event[data-status="completed"] .navds-process__line {
|
|
7064
|
+
border-color: var(--a-border-alt-3);
|
|
7065
|
+
}
|
|
7066
|
+
|
|
7067
|
+
.navds-process__event:not([data-status="active"]) .navds-process__line {
|
|
7068
|
+
border-image: none;
|
|
7069
|
+
}
|
|
7070
|
+
|
|
7071
|
+
.navds-process__event:last-of-type .navds-process__line {
|
|
7072
|
+
display: none;
|
|
7073
|
+
}
|
|
7074
|
+
|
|
7075
|
+
.navds-process__item {
|
|
7076
|
+
grid-row: 2 / -1;
|
|
7077
|
+
grid-column: 1 / -1;
|
|
7078
|
+
display: grid;
|
|
7079
|
+
grid-template-columns: [bullet] var(--__ac-process-circle-base) [content] auto;
|
|
7080
|
+
gap: var(--a-spacing-4);
|
|
7081
|
+
justify-content: flex-start;
|
|
7082
|
+
padding: var(--__ac-process-border-width);
|
|
7083
|
+
margin: calc(var(--__ac-process-border-width) * -1) calc(var(--__ac-process-border-width) * -1) var(--a-spacing-4);
|
|
7084
|
+
width: 100%;
|
|
7085
|
+
}
|
|
7086
|
+
|
|
7087
|
+
.navds-process__event:last-child .navds-process__item {
|
|
7088
|
+
margin-bottom: 0;
|
|
7089
|
+
}
|
|
7090
|
+
|
|
7091
|
+
.navds-process__bullet {
|
|
7092
|
+
grid-column: bullet;
|
|
7093
|
+
display: inline-grid;
|
|
7094
|
+
place-self: baseline center;
|
|
7095
|
+
place-items: center;
|
|
7096
|
+
width: var(--__ac-process-circle-size);
|
|
7097
|
+
height: var(--__ac-process-circle-size);
|
|
7098
|
+
line-height: 1;
|
|
7099
|
+
border-radius: var(--a-border-radius-full);
|
|
7100
|
+
border: var(--__ac-process-border-width) solid;
|
|
7101
|
+
color: var(--a-text-subtle);
|
|
7102
|
+
border-color: var(--a-border-subtle);
|
|
7103
|
+
transition-property: background, border-color, color;
|
|
7104
|
+
transition-duration: 70ms;
|
|
7105
|
+
transition-timing-function: linear;
|
|
7106
|
+
}
|
|
7107
|
+
|
|
7108
|
+
.navds-process__bullet svg {
|
|
7109
|
+
height: min(calc(var(--__ac-process-circle-size) * 0.75), 1.5rem);
|
|
7110
|
+
width: min(calc(var(--__ac-process-circle-size) * 0.75), 1.5rem);
|
|
7111
|
+
}
|
|
7112
|
+
|
|
7113
|
+
.navds-process__event:is([data-status="completed"],[data-status="active"]) .navds-process__bullet {
|
|
7114
|
+
color: var(--a-text-on-alt-3);
|
|
7115
|
+
background: var(--a-surface-alt-3);
|
|
7116
|
+
border-color: transparent;
|
|
7117
|
+
}
|
|
7118
|
+
|
|
7119
|
+
.navds-process__event[data-status="active"] .navds-process__bullet {
|
|
7120
|
+
outline: 4px solid var(--a-surface-alt-3-subtle);
|
|
7121
|
+
}
|
|
7122
|
+
|
|
7123
|
+
.navds-process__event[data-status="uncompleted"] .navds-process__bullet {
|
|
7124
|
+
transition: none;
|
|
7125
|
+
}
|
|
7126
|
+
|
|
7127
|
+
.navds-process__body {
|
|
7128
|
+
grid-column: content;
|
|
7129
|
+
}
|
|
7130
|
+
|
|
7131
|
+
.navds-process__title {
|
|
7132
|
+
padding-block: 0.16rem var(--a-spacing-1);
|
|
7133
|
+
}
|
|
7134
|
+
|
|
7135
|
+
.navds-process__event[data-status="active"] .navds-process__title:has( + .navds-process__active-label) {
|
|
7136
|
+
padding-block-end: 0;
|
|
7137
|
+
}
|
|
7138
|
+
|
|
7139
|
+
.navds-process__active-label {
|
|
7140
|
+
margin-block: 0 var(--a-spacing-1);
|
|
7141
|
+
color: var(--a-surface-alt-3);
|
|
7142
|
+
}
|
|
7143
|
+
|
|
7144
|
+
.navds-process__active-label:last-of-type {
|
|
7145
|
+
margin-block-end: 0;
|
|
7146
|
+
}
|
|
7147
|
+
|
|
7148
|
+
@media (forced-colors: active) {
|
|
7149
|
+
.navds-process__bullet {
|
|
7150
|
+
transition: none;
|
|
7151
|
+
}
|
|
7152
|
+
|
|
7153
|
+
.navds-process__event:is([data-status="completed"], [data-status="active"]) .navds-process__bullet {
|
|
7154
|
+
outline-color: ButtonText;
|
|
7155
|
+
background-color: ButtonText;
|
|
7156
|
+
color: ButtonFace;
|
|
7157
|
+
}
|
|
7158
|
+
|
|
7159
|
+
.navds-process__event:is([data-status="active"]) .navds-process__line {
|
|
7160
|
+
border-image: none;
|
|
7161
|
+
}
|
|
7162
|
+
}
|
|
7163
|
+
|
|
6988
7164
|
.navds-progress-bar {
|
|
6989
7165
|
background: var(--a-surface-neutral-subtle);
|
|
6990
7166
|
position: relative;
|