@norges-domstoler/dds-components 0.0.0-dev-20240614080910 → 0.0.0-dev-20240618061336
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 +8 -3
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +18 -5
- package/dist/index.d.ts +18 -5
- package/dist/index.js +909 -893
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +593 -579
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -701,6 +701,9 @@
|
|
|
701
701
|
.Input_label {
|
|
702
702
|
display: block;
|
|
703
703
|
}
|
|
704
|
+
.Input_char-counter {
|
|
705
|
+
margin-left: auto;
|
|
706
|
+
}
|
|
704
707
|
|
|
705
708
|
/* src/components/Typography/Typography/TextOverflowEllipsis/TextOverflowEllipsis.module.css */
|
|
706
709
|
.TextOverflowEllipsis_wrapper {
|
|
@@ -1046,6 +1049,7 @@
|
|
|
1046
1049
|
overflow-y: auto;
|
|
1047
1050
|
min-width: 180px;
|
|
1048
1051
|
max-width: 300px;
|
|
1052
|
+
box-shadow: var(--dds-shadow-1-onlight);
|
|
1049
1053
|
.OverflowMenu_divider {
|
|
1050
1054
|
margin-block: var(--dds-spacing-x0-75);
|
|
1051
1055
|
}
|
|
@@ -1769,6 +1773,10 @@
|
|
|
1769
1773
|
vertical-align: bottom;
|
|
1770
1774
|
padding-bottom: var(--dds-spacing-x0-5);
|
|
1771
1775
|
}
|
|
1776
|
+
.TextArea_message-container {
|
|
1777
|
+
display: flex;
|
|
1778
|
+
justify-content: space-between;
|
|
1779
|
+
}
|
|
1772
1780
|
|
|
1773
1781
|
/* src/components/Tooltip/Tooltip.module.css */
|
|
1774
1782
|
.Tooltip_container {
|
|
@@ -3130,9 +3138,6 @@
|
|
|
3130
3138
|
justify-content: space-between;
|
|
3131
3139
|
gap: var(--dds-spacing-x0-5);
|
|
3132
3140
|
}
|
|
3133
|
-
.TextInput_char-counter {
|
|
3134
|
-
margin-left: auto;
|
|
3135
|
-
}
|
|
3136
3141
|
|
|
3137
3142
|
/* src/components/ToggleBar/ToggleBar.module.css */
|
|
3138
3143
|
.ToggleBar_container {
|