@norges-domstoler/dds-components 0.0.0-dev-20240614080910 → 0.0.0-dev-20240614081021
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 +7 -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 {
|
|
@@ -1769,6 +1772,10 @@
|
|
|
1769
1772
|
vertical-align: bottom;
|
|
1770
1773
|
padding-bottom: var(--dds-spacing-x0-5);
|
|
1771
1774
|
}
|
|
1775
|
+
.TextArea_message-container {
|
|
1776
|
+
display: flex;
|
|
1777
|
+
justify-content: space-between;
|
|
1778
|
+
}
|
|
1772
1779
|
|
|
1773
1780
|
/* src/components/Tooltip/Tooltip.module.css */
|
|
1774
1781
|
.Tooltip_container {
|
|
@@ -3130,9 +3137,6 @@
|
|
|
3130
3137
|
justify-content: space-between;
|
|
3131
3138
|
gap: var(--dds-spacing-x0-5);
|
|
3132
3139
|
}
|
|
3133
|
-
.TextInput_char-counter {
|
|
3134
|
-
margin-left: auto;
|
|
3135
|
-
}
|
|
3136
3140
|
|
|
3137
3141
|
/* src/components/ToggleBar/ToggleBar.module.css */
|
|
3138
3142
|
.ToggleBar_container {
|