@norges-domstoler/dds-components 23.0.1 → 23.1.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/dist/index.css +136 -95
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +18 -1
- package/dist/index.d.ts +18 -1
- package/dist/index.js +1414 -1339
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1232 -1158
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -704,6 +704,14 @@
|
|
|
704
704
|
--dds-r-m-b: var(--dds-r-xs-m-b);
|
|
705
705
|
margin-block: var(--dds-r-m-b, initial);
|
|
706
706
|
}
|
|
707
|
+
.layout_dds-bleed-m-i {
|
|
708
|
+
--dds-r-bleed-m-i: var(--dds-r-bleed-xs-m-i);
|
|
709
|
+
margin-inline: var(--dds-r-bleed-m-i, initial);
|
|
710
|
+
}
|
|
711
|
+
.layout_dds-bleed-m-b {
|
|
712
|
+
--dds-r-bleed-m-b: var(--dds-r-bleed-xs-m-b);
|
|
713
|
+
margin-block: var(--dds-r-bleed-m-b, initial);
|
|
714
|
+
}
|
|
707
715
|
.layout_dds-h {
|
|
708
716
|
--dds-r-h: var(--dds-r-xs-h);
|
|
709
717
|
height: var(--dds-r-h, initial);
|
|
@@ -840,6 +848,12 @@
|
|
|
840
848
|
.layout_dds-m-b {
|
|
841
849
|
--dds-r-m-b: var(--dds-r-xs-m-b);
|
|
842
850
|
}
|
|
851
|
+
.layout_dds-bleed-m-i {
|
|
852
|
+
--dds-r-bleed-m-i: var(--dds-r-bleed-xs-m-i);
|
|
853
|
+
}
|
|
854
|
+
.layout_dds-bleed-m-b {
|
|
855
|
+
--dds-r-bleed-m-b: var(--dds-r-bleed-xs-m-b);
|
|
856
|
+
}
|
|
843
857
|
.layout_dds-h {
|
|
844
858
|
--dds-r-h: var(--dds-r-xs-h);
|
|
845
859
|
}
|
|
@@ -947,6 +961,12 @@
|
|
|
947
961
|
.layout_dds-m-b {
|
|
948
962
|
--dds-r-m-b: var(--dds-r-sm-m-b);
|
|
949
963
|
}
|
|
964
|
+
.layout_dds-bleed-m-i {
|
|
965
|
+
--dds-r-bleed-m-i: var(--dds-r-bleed-sm-m-i);
|
|
966
|
+
}
|
|
967
|
+
.layout_dds-bleed-m-b {
|
|
968
|
+
--dds-r-bleed-m-b: var(--dds-r-bleed-sm-m-b);
|
|
969
|
+
}
|
|
950
970
|
.layout_dds-h {
|
|
951
971
|
--dds-r-h: var(--dds-r-sm-h);
|
|
952
972
|
}
|
|
@@ -1054,6 +1074,12 @@
|
|
|
1054
1074
|
.layout_dds-m-b {
|
|
1055
1075
|
--dds-r-m-b: var(--dds-r-md-m-b);
|
|
1056
1076
|
}
|
|
1077
|
+
.layout_dds-bleed-m-i {
|
|
1078
|
+
--dds-r-bleed-m-i: var(--dds-r-bleed-md-m-i);
|
|
1079
|
+
}
|
|
1080
|
+
.layout_dds-bleed-m-b {
|
|
1081
|
+
--dds-r-bleed-m-b: var(--dds-r-bleed-md-m-b);
|
|
1082
|
+
}
|
|
1057
1083
|
.layout_dds-h {
|
|
1058
1084
|
--dds-r-h: var(--dds-r-md-h);
|
|
1059
1085
|
}
|
|
@@ -1161,6 +1187,12 @@
|
|
|
1161
1187
|
.layout_dds-m-b {
|
|
1162
1188
|
--dds-r-m-b: var(--dds-r-lg-m-b);
|
|
1163
1189
|
}
|
|
1190
|
+
.layout_dds-bleed-m-i {
|
|
1191
|
+
--dds-r-bleed-m-i: var(--dds-r-bleed-lg-m-i);
|
|
1192
|
+
}
|
|
1193
|
+
.layout_dds-bleed-m-b {
|
|
1194
|
+
--dds-r-bleed-m-b: var(--dds-r-bleed-lg-m-b);
|
|
1195
|
+
}
|
|
1164
1196
|
.layout_dds-h {
|
|
1165
1197
|
--dds-r-h: var(--dds-r-lg-h);
|
|
1166
1198
|
}
|
|
@@ -1268,6 +1300,12 @@
|
|
|
1268
1300
|
.layout_dds-m-b {
|
|
1269
1301
|
--dds-r-m-b: var(--dds-r-xl-m-b);
|
|
1270
1302
|
}
|
|
1303
|
+
.layout_dds-bleed-m-i {
|
|
1304
|
+
--dds-r-bleed-m-i: var(--dds-r-bleed-xl-m-i);
|
|
1305
|
+
}
|
|
1306
|
+
.layout_dds-bleed-m-b {
|
|
1307
|
+
--dds-r-bleed-m-b: var(--dds-r-bleed-xl-m-b);
|
|
1308
|
+
}
|
|
1271
1309
|
.layout_dds-h {
|
|
1272
1310
|
--dds-r-h: var(--dds-r-xl-h);
|
|
1273
1311
|
}
|
|
@@ -1865,6 +1903,9 @@
|
|
|
1865
1903
|
&.Button_button--is-loading.Button_no-content {
|
|
1866
1904
|
padding: var(--dds-spacing-x0-25);
|
|
1867
1905
|
}
|
|
1906
|
+
&.Button_clear {
|
|
1907
|
+
padding: var(--dds-spacing-x0-125);
|
|
1908
|
+
}
|
|
1868
1909
|
}
|
|
1869
1910
|
.Button_button--small {
|
|
1870
1911
|
&.Button_just-text {
|
|
@@ -1883,6 +1924,9 @@
|
|
|
1883
1924
|
&.Button_button--is-loading.Button_no-content {
|
|
1884
1925
|
padding: var(--dds-spacing-x0-5);
|
|
1885
1926
|
}
|
|
1927
|
+
&.Button_clear {
|
|
1928
|
+
padding: var(--dds-spacing-x0-25);
|
|
1929
|
+
}
|
|
1886
1930
|
}
|
|
1887
1931
|
.Button_button--medium {
|
|
1888
1932
|
&.Button_just-text {
|
|
@@ -1901,6 +1945,9 @@
|
|
|
1901
1945
|
&.Button_button--is-loading.Button_no-content {
|
|
1902
1946
|
padding: var(--dds-spacing-x0-75);
|
|
1903
1947
|
}
|
|
1948
|
+
&.Button_clear {
|
|
1949
|
+
padding: var(--dds-spacing-x0-5);
|
|
1950
|
+
}
|
|
1904
1951
|
}
|
|
1905
1952
|
.Button_button--large {
|
|
1906
1953
|
&.Button_just-text {
|
|
@@ -1919,6 +1966,9 @@
|
|
|
1919
1966
|
&.Button_button--is-loading.Button_no-content {
|
|
1920
1967
|
padding: var(--dds-spacing-x1);
|
|
1921
1968
|
}
|
|
1969
|
+
&.Button_clear {
|
|
1970
|
+
padding: var(--dds-spacing-x0-75);
|
|
1971
|
+
}
|
|
1922
1972
|
}
|
|
1923
1973
|
.Button_spinner-wrapper--absolute {
|
|
1924
1974
|
position: absolute;
|
|
@@ -2485,36 +2535,6 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
|
|
|
2485
2535
|
border-radius: var(--dds-border-radius-rounded);
|
|
2486
2536
|
}
|
|
2487
2537
|
|
|
2488
|
-
/* src/components/Chip/Chip.module.css */
|
|
2489
|
-
.Chip_container {
|
|
2490
|
-
border: 1px solid var(--dds-color-border-subtle);
|
|
2491
|
-
border-radius: var(--dds-border-radius-chip);
|
|
2492
|
-
background-color: var(--dds-color-surface-subtle);
|
|
2493
|
-
}
|
|
2494
|
-
|
|
2495
|
-
/* src/components/helpers/InlineIconButton/InlineIconButton.module.css */
|
|
2496
|
-
.InlineIconButton_button {
|
|
2497
|
-
display: inline-flex;
|
|
2498
|
-
border-radius: var(--dds-border-radius-button);
|
|
2499
|
-
color: var(--dds-color-icon-default);
|
|
2500
|
-
&:hover:not(:disabled) {
|
|
2501
|
-
background-color: var(--dds-color-surface-hover-default);
|
|
2502
|
-
color: var(--dds-color-icon-action-hover);
|
|
2503
|
-
}
|
|
2504
|
-
&:not(:focus-visible) {
|
|
2505
|
-
outline: none;
|
|
2506
|
-
}
|
|
2507
|
-
&:disabled {
|
|
2508
|
-
cursor: not-allowed;
|
|
2509
|
-
}
|
|
2510
|
-
@media (prefers-reduced-motion: no-preference) {
|
|
2511
|
-
transition:
|
|
2512
|
-
background-color var(--dds-motion-micro-state),
|
|
2513
|
-
color var(--dds-motion-micro-state),
|
|
2514
|
-
var(--dds-focus-transition);
|
|
2515
|
-
}
|
|
2516
|
-
}
|
|
2517
|
-
|
|
2518
2538
|
/* src/components/CookieBanner/CookieBanner.module.css */
|
|
2519
2539
|
.CookieBanner_container:focus-visible {
|
|
2520
2540
|
outline: none;
|
|
@@ -2645,6 +2665,29 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
|
|
|
2645
2665
|
text-decoration: underline line-through;
|
|
2646
2666
|
}
|
|
2647
2667
|
|
|
2668
|
+
/* src/components/helpers/InlineIconButton/InlineIconButton.module.css */
|
|
2669
|
+
.InlineIconButton_button {
|
|
2670
|
+
display: inline-flex;
|
|
2671
|
+
border-radius: var(--dds-border-radius-button);
|
|
2672
|
+
color: var(--dds-color-icon-default);
|
|
2673
|
+
&:hover:not(:disabled) {
|
|
2674
|
+
background-color: var(--dds-color-surface-hover-default);
|
|
2675
|
+
color: var(--dds-color-icon-action-hover);
|
|
2676
|
+
}
|
|
2677
|
+
&:not(:focus-visible) {
|
|
2678
|
+
outline: none;
|
|
2679
|
+
}
|
|
2680
|
+
&:disabled {
|
|
2681
|
+
cursor: not-allowed;
|
|
2682
|
+
}
|
|
2683
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
2684
|
+
transition:
|
|
2685
|
+
background-color var(--dds-motion-micro-state),
|
|
2686
|
+
color var(--dds-motion-micro-state),
|
|
2687
|
+
var(--dds-focus-transition);
|
|
2688
|
+
}
|
|
2689
|
+
}
|
|
2690
|
+
|
|
2648
2691
|
/* src/components/helpers/Input/Input.module.css */
|
|
2649
2692
|
.Input_container {
|
|
2650
2693
|
position: relative;
|
|
@@ -2655,10 +2698,18 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
|
|
|
2655
2698
|
--dds-input-absolute-el-left-small: var(--dds-spacing-x0-5);
|
|
2656
2699
|
--dds-input-absolute-el-left-medium: var(--dds-spacing-x0-75);
|
|
2657
2700
|
--dds-input-absolute-el-left-large: var(--dds-spacing-x0-75);
|
|
2701
|
+
--dds-input-btn-right: var(--dds-spacing-x0-25);
|
|
2702
|
+
--dds-input-btn-right-padding-xsmall: var(--dds-spacing-x0-125);
|
|
2703
|
+
--dds-input-btn-right-padding-small: var(--dds-spacing-x0-25);
|
|
2704
|
+
--dds-input-btn-right-padding-medium: var(--dds-spacing-x0-5);
|
|
2705
|
+
--dds-input-btn-right-padding-large: var(--dds-spacing-x0-75);
|
|
2658
2706
|
--dds-input-absolute-el-right-xsmall: var(--dds-spacing-x0-25);
|
|
2659
2707
|
--dds-input-absolute-el-right-small: var(--dds-spacing-x0-5);
|
|
2660
2708
|
--dds-input-absolute-el-right-medium: var(--dds-spacing-x0-75);
|
|
2661
2709
|
--dds-input-absolute-el-right-large: var(--dds-spacing-x0-75);
|
|
2710
|
+
& > svg {
|
|
2711
|
+
pointer-events: none;
|
|
2712
|
+
}
|
|
2662
2713
|
}
|
|
2663
2714
|
:where(.Input_input) {
|
|
2664
2715
|
position: relative;
|
|
@@ -2763,42 +2814,81 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
|
|
|
2763
2814
|
:where(.Input_input--xsmall) {
|
|
2764
2815
|
padding: var(--dds-spacing-x0-25);
|
|
2765
2816
|
}
|
|
2766
|
-
.Input_input-with-icon--large {
|
|
2817
|
+
:where(.Input_input-with-icon--large) {
|
|
2767
2818
|
padding-left: calc(var(--dds-input-absolute-el-left-large) + var(--dds-size-icon-component) + var(--dds-spacing-lg-icon-text-gap));
|
|
2768
2819
|
}
|
|
2769
|
-
.Input_input-with-icon--medium {
|
|
2820
|
+
:where(.Input_input-with-icon--medium) {
|
|
2770
2821
|
padding-left: calc(var(--dds-input-absolute-el-left-medium) + var(--dds-size-icon-component) + var(--dds-spacing-md-icon-text-gap));
|
|
2771
2822
|
}
|
|
2772
|
-
.Input_input-with-icon--small {
|
|
2823
|
+
:where(.Input_input-with-icon--small) {
|
|
2773
2824
|
padding-left: calc(var(--dds-input-absolute-el-left-small) + var(--dds-size-icon-component) + var(--dds-spacing-sm-icon-text-gap));
|
|
2774
2825
|
}
|
|
2775
|
-
.Input_input-with-icon--xsmall {
|
|
2826
|
+
:where(.Input_input-with-icon--xsmall) {
|
|
2776
2827
|
padding-left: calc(var(--dds-input-absolute-el-left-xsmall) + var(--dds-size-icon-component) + var(--dds-spacing-xs-icon-text-gap));
|
|
2777
2828
|
}
|
|
2778
|
-
.Input_input-with-el-right--large {
|
|
2779
|
-
padding-inline-end: calc(var(--dds-input-absolute-el-right-large) + var(--dds-size-icon-component)
|
|
2829
|
+
:where(.Input_input-with-el-right--large) {
|
|
2830
|
+
padding-inline-end: calc(var(--dds-input-absolute-el-right-large) + var(--dds-size-icon-component));
|
|
2831
|
+
}
|
|
2832
|
+
:where(.Input_input-with-el-right--medium) {
|
|
2833
|
+
padding-inline-end: calc(var(--dds-input-absolute-el-right-medium) + var(--dds-size-icon-component));
|
|
2834
|
+
}
|
|
2835
|
+
:where(.Input_input-with-el-right--small) {
|
|
2836
|
+
padding-inline-end: calc(var(--dds-input-absolute-el-right-small) + var(--dds-size-icon-component));
|
|
2837
|
+
}
|
|
2838
|
+
:where(.Input_input-with-el-right--xsmall) {
|
|
2839
|
+
padding-inline-end: calc(var(--dds-input-absolute-el-right-xsmall) + var(--dds-size-icon-component));
|
|
2840
|
+
}
|
|
2841
|
+
:where(.Input_input-with-btn-right--large) {
|
|
2842
|
+
padding-inline-end: calc(var(--dds-input-btn-right) + var(--dds-size-icon-component) + 2 * var(--dds-input-btn-right-padding-large));
|
|
2843
|
+
}
|
|
2844
|
+
:where(.Input_input-with-btn-right--medium) {
|
|
2845
|
+
padding-inline-end: calc(var(--dds-input-btn-right) + var(--dds-size-icon-component) + 2 * var(--dds-input-btn-right-padding-medium));
|
|
2780
2846
|
}
|
|
2781
|
-
.Input_input-with-
|
|
2782
|
-
padding-inline-end: calc(var(--dds-input-
|
|
2847
|
+
:where(.Input_input-with-btn-right--small) {
|
|
2848
|
+
padding-inline-end: calc(var(--dds-input-btn-right) + var(--dds-size-icon-component) + 2 * var(--dds-input-btn-right-padding-small));
|
|
2783
2849
|
}
|
|
2784
|
-
.Input_input-with-
|
|
2785
|
-
padding-inline-end: calc(var(--dds-input-
|
|
2850
|
+
:where(.Input_input-with-btn-right--xsmall) {
|
|
2851
|
+
padding-inline-end: calc(var(--dds-input-btn-right) + var(--dds-size-icon-component) + 2 * var(--dds-input-btn-right-padding-xsmall));
|
|
2786
2852
|
}
|
|
2787
|
-
.Input_input-with-
|
|
2788
|
-
padding-inline-end: calc(var(--dds-input-absolute-el-right-
|
|
2853
|
+
:where(.Input_input-with-icon-and-button-right--large) {
|
|
2854
|
+
padding-inline-end: calc(var(--dds-input-absolute-el-right-large) + 2 * var(--dds-size-icon-component) + 2 * var(--dds-input-btn-right-padding-large));
|
|
2789
2855
|
}
|
|
2790
|
-
.Input_input-
|
|
2856
|
+
:where(.Input_input-with-icon-and-button-right--medium) {
|
|
2857
|
+
padding-inline-end: calc(var(--dds-input-absolute-el-right-medium) + 2 * var(--dds-size-icon-component) + 2 * var(--dds-input-btn-right-padding-medium));
|
|
2858
|
+
}
|
|
2859
|
+
:where(.Input_input-with-icon-and-button-right--small) {
|
|
2860
|
+
padding-inline-end: calc(var(--dds-input-absolute-el-right-small) + 2 * var(--dds-size-icon-component) + 2 * var(--dds-input-btn-right-padding-small));
|
|
2861
|
+
}
|
|
2862
|
+
:where(.Input_input-with-icon-and-button-right--xsmall) {
|
|
2863
|
+
padding-inline-end: calc(var(--dds-input-absolute-el-right-xsmall) + 2 * var(--dds-size-icon-component) + 2 * var(--dds-input-btn-right-padding-xsmall));
|
|
2864
|
+
}
|
|
2865
|
+
:where(.Input_input-group__absolute-el-right--large) {
|
|
2791
2866
|
right: var(--dds-input-absolute-el-left-large);
|
|
2792
2867
|
}
|
|
2793
|
-
.Input_input-group__absolute-el-right--medium {
|
|
2868
|
+
:where(.Input_input-group__absolute-el-right--medium) {
|
|
2794
2869
|
right: var(--dds-input-absolute-el-left-medium);
|
|
2795
2870
|
}
|
|
2796
|
-
.Input_input-group__absolute-el-right--small {
|
|
2871
|
+
:where(.Input_input-group__absolute-el-right--small) {
|
|
2797
2872
|
right: var(--dds-input-absolute-el-left-small);
|
|
2798
2873
|
}
|
|
2799
|
-
.Input_input-group__absolute-el-right--xsmall {
|
|
2874
|
+
:where(.Input_input-group__absolute-el-right--xsmall) {
|
|
2800
2875
|
right: var(--dds-input-absolute-el-left-xsmall);
|
|
2801
2876
|
}
|
|
2877
|
+
:where(.Input_input-group__btn-right) {
|
|
2878
|
+
right: var(--dds-input-btn-right);
|
|
2879
|
+
}
|
|
2880
|
+
:where(.Input_input-group__btn-right-with-right-icon--xsmall) {
|
|
2881
|
+
right: calc(var(--dds-input-absolute-el-right-xsmall) + var(--dds-size-icon-component));
|
|
2882
|
+
}
|
|
2883
|
+
:where(.Input_input-group__btn-right-with-right-icon--small) {
|
|
2884
|
+
right: calc(var(--dds-input-absolute-el-right-small) + var(--dds-size-icon-component));
|
|
2885
|
+
}
|
|
2886
|
+
:where(.Input_input-group__btn-right-with-right-icon--medium) {
|
|
2887
|
+
right: calc(var(--dds-input-absolute-el-right-medium) + var(--dds-size-icon-component));
|
|
2888
|
+
}
|
|
2889
|
+
:where(.Input_input-group__btn-right-with-right-icon--large) {
|
|
2890
|
+
right: calc(var(--dds-input-absolute-el-right-large) + var(--dds-size-icon-component));
|
|
2891
|
+
}
|
|
2802
2892
|
:where(.Input_input--with-affix) {
|
|
2803
2893
|
gap: var(--dds-spacing-x1);
|
|
2804
2894
|
}
|
|
@@ -3438,7 +3528,6 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
|
|
|
3438
3528
|
/* src/components/InlineEdit/InlineEdit.module.css */
|
|
3439
3529
|
.InlineEdit_inline-input {
|
|
3440
3530
|
width: 100%;
|
|
3441
|
-
padding: var(--dds-spacing-x0-25);
|
|
3442
3531
|
border-width: 1px;
|
|
3443
3532
|
border-color: transparent;
|
|
3444
3533
|
background-color: transparent;
|
|
@@ -3458,13 +3547,8 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
|
|
|
3458
3547
|
-moz-appearance: none;
|
|
3459
3548
|
appearance: none;
|
|
3460
3549
|
text-overflow: ellipsis;
|
|
3461
|
-
width: 100%;
|
|
3462
|
-
padding-right: var(--dds-spacing-x1-5);
|
|
3463
3550
|
cursor: pointer;
|
|
3464
3551
|
}
|
|
3465
|
-
.InlineEdit_inline-select--with-clear-button {
|
|
3466
|
-
padding-right: var(--dds-spacing-x3);
|
|
3467
|
-
}
|
|
3468
3552
|
.InlineEdit_inline-input:hover:enabled:-moz-read-write:not(:focus) {
|
|
3469
3553
|
border-color: transparent;
|
|
3470
3554
|
box-shadow: none;
|
|
@@ -3480,25 +3564,13 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
|
|
|
3480
3564
|
border-color: var(--dds-color-border-danger);
|
|
3481
3565
|
box-shadow: 0 0 0 1px var(--dds-color-border-danger);
|
|
3482
3566
|
}
|
|
3483
|
-
.InlineEdit_inline-input--with-icon {
|
|
3484
|
-
padding-left: var(--dds-spacing-x2);
|
|
3485
|
-
}
|
|
3486
3567
|
.InlineEdit_inline-textarea {
|
|
3487
3568
|
resize: vertical;
|
|
3488
3569
|
}
|
|
3489
|
-
.InlineEdit_edit-icon {
|
|
3490
|
-
left: var(--dds-spacing-x0-5);
|
|
3491
|
-
pointer-events: none;
|
|
3492
|
-
z-index: var(--dds-zindex-absolute-element);
|
|
3493
|
-
}
|
|
3494
3570
|
.InlineEdit_edit-icon-textarea {
|
|
3495
3571
|
position: absolute;
|
|
3496
3572
|
top: var(--dds-spacing-x0-25);
|
|
3497
3573
|
}
|
|
3498
|
-
.InlineEdit_chevron {
|
|
3499
|
-
right: var(--dds-spacing-x0-25);
|
|
3500
|
-
pointer-events: none;
|
|
3501
|
-
}
|
|
3502
3574
|
.InlineEdit_clear-button {
|
|
3503
3575
|
right: calc(var(--dds-spacing-x0-75) + var(--dds-size-icon-small));
|
|
3504
3576
|
}
|
|
@@ -3766,43 +3838,12 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
|
|
|
3766
3838
|
color: var(--dds-color-icon-subtle);
|
|
3767
3839
|
}
|
|
3768
3840
|
}
|
|
3769
|
-
.NativeSelect_select--xsmall {
|
|
3770
|
-
padding-right: calc(var(--dds-spacing-x0-25) + var(--dds-size-icon-component));
|
|
3771
|
-
}
|
|
3772
|
-
.NativeSelect_select--small {
|
|
3773
|
-
padding-right: calc(var(--dds-spacing-x0-5) + var(--dds-size-icon-component));
|
|
3774
|
-
}
|
|
3775
|
-
.NativeSelect_select--medium {
|
|
3776
|
-
padding-right: calc(var(--dds-spacing-x0-75) + var(--dds-size-icon-component));
|
|
3777
|
-
}
|
|
3778
3841
|
.NativeSelect_select--multiple {
|
|
3779
3842
|
padding-right: 0;
|
|
3780
3843
|
&.NativeSelect_select--readonly option {
|
|
3781
3844
|
background-color: var(--dds-color-surface-field-disabled);
|
|
3782
3845
|
}
|
|
3783
3846
|
}
|
|
3784
|
-
.NativeSelect_select--with-clear-button-medium {
|
|
3785
|
-
padding-right: calc(var(--dds-spacing-x0-75) + 2 * var(--dds-size-icon-component));
|
|
3786
|
-
}
|
|
3787
|
-
.NativeSelect_select--with-clear-button-small {
|
|
3788
|
-
padding-right: calc(var(--dds-spacing-x0-5) + 2 * var(--dds-size-icon-component));
|
|
3789
|
-
}
|
|
3790
|
-
.NativeSelect_select--with-clear-button-xsmall {
|
|
3791
|
-
padding-right: calc(var(--dds-spacing-x0-25) + 2 * var(--dds-size-icon-component));
|
|
3792
|
-
}
|
|
3793
|
-
.NativeSelect_icon {
|
|
3794
|
-
align-self: center;
|
|
3795
|
-
pointer-events: none;
|
|
3796
|
-
}
|
|
3797
|
-
.NativeSelect_clear-button--xsmall {
|
|
3798
|
-
right: calc(var(--dds-spacing-x0-25) + var(--dds-size-icon-component));
|
|
3799
|
-
}
|
|
3800
|
-
.NativeSelect_clear-button--small {
|
|
3801
|
-
right: calc(var(--dds-spacing-x0-5) + var(--dds-size-icon-component));
|
|
3802
|
-
}
|
|
3803
|
-
.NativeSelect_clear-button--medium {
|
|
3804
|
-
right: calc(var(--dds-spacing-x0-75) + var(--dds-size-icon-component));
|
|
3805
|
-
}
|
|
3806
3847
|
|
|
3807
3848
|
/* src/components/PhoneInput/PhoneInput.module.css */
|
|
3808
3849
|
.PhoneInput_inputs-container {
|