@norges-domstoler/dds-components 0.0.0-dev-20251212083756 → 0.0.0-dev-20251215112940
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/dist/index.css +0 -15
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +1754 -117
- package/dist/index.d.ts +1754 -117
- package/dist/index.js +343 -185
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +345 -186
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -1748,9 +1748,6 @@
|
|
|
1748
1748
|
color: var(--dds-color-text-action-hover);
|
|
1749
1749
|
}
|
|
1750
1750
|
}
|
|
1751
|
-
.Accordion_body {
|
|
1752
|
-
height: var(--dds-card-accordion-body-height);
|
|
1753
|
-
}
|
|
1754
1751
|
|
|
1755
1752
|
/* src/components/helpers/AccordionBase/AccordionBase.module.css */
|
|
1756
1753
|
:where(.AccordionBase_header-button) {
|
|
@@ -2161,12 +2158,6 @@
|
|
|
2161
2158
|
.CardExpandable_header-container__chevron {
|
|
2162
2159
|
margin-left: var(--dds-spacing-x0-5);
|
|
2163
2160
|
}
|
|
2164
|
-
.CardExpandable_body {
|
|
2165
|
-
height: var(--dds-card-accordion-body-height);
|
|
2166
|
-
}
|
|
2167
|
-
.CardExpandable_body__content {
|
|
2168
|
-
padding: var(--dds-card-accordion-body-content-padding);
|
|
2169
|
-
}
|
|
2170
2161
|
|
|
2171
2162
|
/* src/components/SelectionControl/SelectionControl.module.css */
|
|
2172
2163
|
.SelectionControl_container {
|
|
@@ -3776,14 +3767,8 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
|
|
|
3776
3767
|
|
|
3777
3768
|
/* src/components/SkipToContent/SkipToContent.module.css */
|
|
3778
3769
|
.SkipToContent_wrapper {
|
|
3779
|
-
padding: var(--dds-spacing-x0-25);
|
|
3780
3770
|
box-sizing: border-box;
|
|
3781
|
-
position: absolute;
|
|
3782
|
-
text-align: center;
|
|
3783
|
-
overflow: hidden;
|
|
3784
3771
|
clip: rect(1px, 1px, 1px, 1px);
|
|
3785
|
-
height: 1px;
|
|
3786
|
-
width: 1px;
|
|
3787
3772
|
white-space: nowrap;
|
|
3788
3773
|
opacity: 0;
|
|
3789
3774
|
@media (prefers-reduced-motion: no-preference) {
|