@fremtind/jokul 0.45.3 → 0.47.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/build/build-stats.html +1 -1
- package/build/cjs/components/cookie-consent/CookieConsent.cjs +1 -1
- package/build/cjs/components/cookie-consent/CookieConsent.cjs.map +1 -1
- package/build/cjs/components/cookie-consent/CookieConsentContext.cjs +1 -1
- package/build/cjs/components/cookie-consent/CookieConsentContext.cjs.map +1 -1
- package/build/cjs/components/cookie-consent/cookieConsentUtils.cjs +1 -1
- package/build/cjs/components/cookie-consent/cookieConsentUtils.cjs.map +1 -1
- package/build/cjs/components/cookie-consent/cookieConsentUtils.d.cts +2 -1
- package/build/cjs/components/cookie-consent/types.d.cts +2 -0
- package/build/cjs/components/feedback/Feedback.cjs.map +1 -1
- package/build/cjs/components/feedback/Feedback.d.cts +1 -1
- package/build/cjs/components/feedback/feedbackContext.cjs.map +1 -1
- package/build/cjs/components/feedback/feedbackContext.d.cts +1 -1
- package/build/cjs/components/feedback/questions/AddonQuestion.cjs +1 -1
- package/build/cjs/components/feedback/questions/AddonQuestion.cjs.map +1 -1
- package/build/cjs/components/feedback/questions/TextQuestion.cjs +1 -1
- package/build/cjs/components/feedback/questions/TextQuestion.cjs.map +1 -1
- package/build/cjs/components/feedback/utils.cjs +1 -1
- package/build/cjs/components/feedback/utils.cjs.map +1 -1
- package/build/cjs/components/index.cjs +1 -1
- package/build/cjs/components/index.d.cts +1 -0
- package/build/cjs/components/{text-input → text-area}/BaseTextArea.cjs +1 -1
- package/build/{es/components/text-input/BaseTextArea.js.map → cjs/components/text-area/BaseTextArea.cjs.map} +1 -1
- package/build/{es/components/text-input/TextArea.js.map → cjs/components/text-area/TextArea.cjs.map} +1 -1
- package/build/cjs/components/text-area/index.cjs +2 -0
- package/build/cjs/components/text-area/index.cjs.map +1 -0
- package/build/cjs/components/text-area/index.d.cts +3 -0
- package/build/cjs/components/text-area/types.cjs +2 -0
- package/build/cjs/components/text-area/types.cjs.map +1 -0
- package/build/cjs/components/text-area/types.d.cts +28 -0
- package/build/cjs/components/text-input/index.cjs +1 -1
- package/build/cjs/components/text-input/index.d.cts +1 -3
- package/build/cjs/components/text-input/types.d.cts +1 -27
- package/build/cjs/index.cjs +1 -1
- package/build/es/components/cookie-consent/CookieConsent.js +1 -1
- package/build/es/components/cookie-consent/CookieConsent.js.map +1 -1
- package/build/es/components/cookie-consent/CookieConsentContext.js +1 -1
- package/build/es/components/cookie-consent/CookieConsentContext.js.map +1 -1
- package/build/es/components/cookie-consent/cookieConsentUtils.d.ts +2 -1
- package/build/es/components/cookie-consent/cookieConsentUtils.js +1 -1
- package/build/es/components/cookie-consent/cookieConsentUtils.js.map +1 -1
- package/build/es/components/cookie-consent/types.d.ts +2 -0
- package/build/es/components/feedback/Feedback.d.ts +1 -1
- package/build/es/components/feedback/Feedback.js.map +1 -1
- package/build/es/components/feedback/feedbackContext.d.ts +1 -1
- package/build/es/components/feedback/feedbackContext.js.map +1 -1
- package/build/es/components/feedback/questions/AddonQuestion.js +1 -1
- package/build/es/components/feedback/questions/AddonQuestion.js.map +1 -1
- package/build/es/components/feedback/questions/TextQuestion.js +1 -1
- package/build/es/components/feedback/questions/TextQuestion.js.map +1 -1
- package/build/es/components/feedback/utils.js +1 -1
- package/build/es/components/feedback/utils.js.map +1 -1
- package/build/es/components/index.d.ts +1 -0
- package/build/es/components/index.js +1 -1
- package/build/es/components/{text-input → text-area}/BaseTextArea.js +1 -1
- package/build/es/components/text-area/BaseTextArea.js.map +1 -0
- package/build/es/components/text-area/TextArea.js.map +1 -0
- package/build/es/components/text-area/index.d.ts +3 -0
- package/build/es/components/text-area/index.js +2 -0
- package/build/es/components/text-area/index.js.map +1 -0
- package/build/es/components/text-area/types.d.ts +28 -0
- package/build/es/components/text-area/types.js +2 -0
- package/build/es/components/text-area/types.js.map +1 -0
- package/build/es/components/text-input/index.d.ts +1 -3
- package/build/es/components/text-input/index.js +1 -1
- package/build/es/components/text-input/types.d.ts +1 -27
- package/build/es/index.js +1 -1
- package/package.json +13 -2
- package/styles/components/button/button.css +2 -2
- package/styles/components/button/button.min.css +1 -1
- package/styles/components/checkbox/checkbox.css +4 -4
- package/styles/components/checkbox/checkbox.min.css +1 -1
- package/styles/components/checkbox-panel/checkbox-panel.css +2 -2
- package/styles/components/checkbox-panel/checkbox-panel.min.css +1 -1
- package/styles/components/countdown/countdown.css +2 -2
- package/styles/components/countdown/countdown.min.css +1 -1
- package/styles/components/feedback/feedback.css +2 -2
- package/styles/components/feedback/feedback.min.css +1 -1
- package/styles/components/input-group/input-group.css +2 -2
- package/styles/components/input-group/input-group.min.css +1 -1
- package/styles/components/loader/loader.css +6 -6
- package/styles/components/loader/loader.min.css +1 -1
- package/styles/components/loader/skeleton-loader.css +5 -5
- package/styles/components/loader/skeleton-loader.min.css +1 -1
- package/styles/components/message/message.css +2 -2
- package/styles/components/message/message.min.css +1 -1
- package/styles/components/progress-bar/progress-bar.css +1 -1
- package/styles/components/progress-bar/progress-bar.min.css +1 -1
- package/styles/components/radio-button/radio-button.css +2 -2
- package/styles/components/radio-button/radio-button.min.css +1 -1
- package/styles/components/radio-panel/radio-panel.css +2 -2
- package/styles/components/radio-panel/radio-panel.min.css +1 -1
- package/styles/components/system-message/system-message.css +2 -2
- package/styles/components/system-message/system-message.min.css +1 -1
- package/styles/components/text-area/_index.scss +5 -0
- package/styles/components/text-area/text-area.css +415 -0
- package/styles/components/text-area/text-area.min.css +1 -0
- package/styles/components/text-area/text-area.scss +123 -0
- package/styles/components/text-input/text-input.css +0 -232
- package/styles/components/text-input/text-input.min.css +1 -1
- package/styles/components/text-input/text-input.scss +3 -362
- package/styles/components/toast/toast.css +4 -4
- package/styles/components/toast/toast.min.css +1 -1
- package/styles/shared/input/shared-input-styles.css +106 -0
- package/styles/shared/input/shared-input-styles.min.css +1 -0
- package/styles/shared/input/shared-input-styles.scss +251 -0
- package/styles/styles.css +347 -270
- package/styles/styles.min.css +1 -1
- package/styles/styles.scss +1 -0
- package/build/cjs/components/text-input/BaseTextArea.cjs.map +0 -1
- package/build/cjs/components/text-input/TextArea.cjs.map +0 -1
- package/styles/components/text-input/development/index.css +0 -12
- package/styles/components/text-input/development/index.min.css +0 -1
- package/styles/components/text-input/development/index.scss +0 -16
- /package/build/cjs/components/{text-input → text-area}/BaseTextArea.d.cts +0 -0
- /package/build/cjs/components/{text-input → text-area}/TextArea.cjs +0 -0
- /package/build/cjs/components/{text-input → text-area}/TextArea.d.cts +0 -0
- /package/build/es/components/{text-input → text-area}/BaseTextArea.d.ts +0 -0
- /package/build/es/components/{text-input → text-area}/TextArea.d.ts +0 -0
- /package/build/es/components/{text-input → text-area}/TextArea.js +0 -0
package/styles/styles.css
CHANGED
|
@@ -742,238 +742,6 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-input__in
|
|
|
742
742
|
margin: -0.125rem 0.25rem;
|
|
743
743
|
}
|
|
744
744
|
|
|
745
|
-
.jkl-text-area {
|
|
746
|
-
height: auto;
|
|
747
|
-
width: 100%;
|
|
748
|
-
}
|
|
749
|
-
.jkl-text-area__text-area {
|
|
750
|
-
scrollbar-color: var(--jkl-color) transparent;
|
|
751
|
-
box-sizing: border-box;
|
|
752
|
-
resize: none;
|
|
753
|
-
width: 100%;
|
|
754
|
-
padding: var(--jkl-text-input-padding);
|
|
755
|
-
max-height: var(--jkl-text-input-height);
|
|
756
|
-
height: var(--jkl-text-input-height);
|
|
757
|
-
min-height: var(--jkl-text-input-height);
|
|
758
|
-
transition-timing-function: ease;
|
|
759
|
-
transition-duration: 150ms;
|
|
760
|
-
transition-property: height, min-height, max-height, padding;
|
|
761
|
-
background: none;
|
|
762
|
-
-webkit-appearance: none;
|
|
763
|
-
color: var(--jkl-color);
|
|
764
|
-
font-size: var(--jkl-text-input-font-size);
|
|
765
|
-
line-height: var(--jkl-text-input-line-height);
|
|
766
|
-
font-weight: var(--jkl-text-input-font-weight);
|
|
767
|
-
}
|
|
768
|
-
.jkl-text-area__text-area {
|
|
769
|
-
outline: 0;
|
|
770
|
-
border-style: none;
|
|
771
|
-
outline-style: none;
|
|
772
|
-
}
|
|
773
|
-
.jkl-text-area__text-area:active, .jkl-text-area__text-area:hover, .jkl-text-area__text-area:focus {
|
|
774
|
-
outline: 0;
|
|
775
|
-
outline-style: none;
|
|
776
|
-
}
|
|
777
|
-
@media screen and (forced-colors: active) {
|
|
778
|
-
.jkl-text-area__text-area {
|
|
779
|
-
outline: revert;
|
|
780
|
-
border-style: revert;
|
|
781
|
-
outline-style: revert;
|
|
782
|
-
}
|
|
783
|
-
.jkl-text-area__text-area:active, .jkl-text-area__text-area:hover, .jkl-text-area__text-area:focus {
|
|
784
|
-
outline: revert;
|
|
785
|
-
outline-style: revert;
|
|
786
|
-
}
|
|
787
|
-
}
|
|
788
|
-
.jkl-text-area__text-area input[type=number]::-webkit-outer-spin-button,
|
|
789
|
-
.jkl-text-area__text-area input[type=number]::-webkit-inner-spin-button {
|
|
790
|
-
-webkit-appearance: none;
|
|
791
|
-
}
|
|
792
|
-
.jkl-text-area__text-area input[type=number] {
|
|
793
|
-
-moz-appearance: textfield;
|
|
794
|
-
}
|
|
795
|
-
@media screen and (forced-colors: active) {
|
|
796
|
-
.jkl-text-area__text-area {
|
|
797
|
-
outline: none;
|
|
798
|
-
border: none;
|
|
799
|
-
}
|
|
800
|
-
.jkl-text-area__text-area:focus-visible {
|
|
801
|
-
outline: none;
|
|
802
|
-
}
|
|
803
|
-
}
|
|
804
|
-
.jkl-text-area__text-area::placeholder {
|
|
805
|
-
opacity: 1;
|
|
806
|
-
color: var(--jkl-text-input-placeholder-color);
|
|
807
|
-
}
|
|
808
|
-
.jkl-text-area__text-area::selection {
|
|
809
|
-
background-color: var(--jkl-text-input-selection-color);
|
|
810
|
-
}
|
|
811
|
-
[data-theme=dark] .jkl-text-area__text-area::selection {
|
|
812
|
-
background-color: var(--jkl-text-input-selection-color);
|
|
813
|
-
}
|
|
814
|
-
.jkl-text-area__text-area[aria-invalid=true] {
|
|
815
|
-
color: var(--jkl-text-input-error-text-color);
|
|
816
|
-
}
|
|
817
|
-
.jkl-text-area__text-area[aria-invalid=true]::placeholder {
|
|
818
|
-
color: var(--jkl-text-input-error-placeholder-color);
|
|
819
|
-
}
|
|
820
|
-
.jkl-text-area__text-area[aria-invalid=true]::selection {
|
|
821
|
-
background-color: var(--jkl-text-input-error-selection-color);
|
|
822
|
-
}
|
|
823
|
-
.jkl-text-area__text-area[aria-invalid=true] ~ .jkl-text-input-action-button {
|
|
824
|
-
color: var(--jkl-color-text-on-alert);
|
|
825
|
-
}
|
|
826
|
-
.jkl-text-area__text-area[aria-invalid=true] ~ .jkl-text-input-action-button:hover {
|
|
827
|
-
color: var(--jkl-text-input-error-text-color);
|
|
828
|
-
}
|
|
829
|
-
html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__text-area[aria-invalid=true] ~ .jkl-text-input-action-button:focus::after {
|
|
830
|
-
box-shadow: inset 0 0 0 0.125rem var(--jkl-text-input-error-text-color);
|
|
831
|
-
}
|
|
832
|
-
|
|
833
|
-
.jkl-text-area__text-area[aria-invalid=true] ~ .jkl-text-input__unit {
|
|
834
|
-
color: var(--jkl-text-input-error-text-color);
|
|
835
|
-
}
|
|
836
|
-
.jkl-text-area .jkl-text-input-wrapper {
|
|
837
|
-
height: auto;
|
|
838
|
-
max-height: 100%;
|
|
839
|
-
}
|
|
840
|
-
.jkl-text-area--start-open .jkl-text-input-wrapper {
|
|
841
|
-
max-height: 100%;
|
|
842
|
-
}
|
|
843
|
-
.jkl-text-area--auto-expand .jkl-text-area__text-area {
|
|
844
|
-
overflow: hidden;
|
|
845
|
-
}
|
|
846
|
-
.jkl-text-area:has(.jkl-text-area__counter) .jkl-text-input-wrapper {
|
|
847
|
-
position: relative;
|
|
848
|
-
}
|
|
849
|
-
.jkl-text-area:has(.jkl-text-area__counter) .jkl-text-input-wrapper[data-has-content=true], .jkl-text-area:has(.jkl-text-area__counter) .jkl-text-input-wrapper:focus-within {
|
|
850
|
-
padding-bottom: calc(var(--jkl-text-input-height) + 0.25rem);
|
|
851
|
-
}
|
|
852
|
-
.jkl-text-area:has(.jkl-text-area__counter) .jkl-text-area__counter {
|
|
853
|
-
transition-timing-function: ease;
|
|
854
|
-
transition-duration: 150ms;
|
|
855
|
-
transition-property: opacity;
|
|
856
|
-
opacity: 0;
|
|
857
|
-
pointer-events: none;
|
|
858
|
-
position: absolute;
|
|
859
|
-
bottom: 0;
|
|
860
|
-
left: 0;
|
|
861
|
-
right: 0;
|
|
862
|
-
}
|
|
863
|
-
.jkl-text-area:has(.jkl-text-area__counter) .jkl-text-area__counter-count {
|
|
864
|
-
padding: var(--jkl-text-input-padding);
|
|
865
|
-
color: var(--jkl-text-area-counter-count-color);
|
|
866
|
-
font-size: 1rem;
|
|
867
|
-
line-height: 1.5rem;
|
|
868
|
-
font-weight: 400;
|
|
869
|
-
--jkl-icon-weight: 300;
|
|
870
|
-
--jkl-icon-size: 1.25rem;
|
|
871
|
-
--jkl-icon-opsz: 20;
|
|
872
|
-
}
|
|
873
|
-
.jkl-text-area:has(.jkl-text-area__counter) .jkl-text-area__counter-progress {
|
|
874
|
-
background-color: transparent;
|
|
875
|
-
height: 0.25rem;
|
|
876
|
-
width: 100%;
|
|
877
|
-
overflow: hidden;
|
|
878
|
-
}
|
|
879
|
-
.jkl-text-area:has(.jkl-text-area__counter) .jkl-text-area__counter-progress::after {
|
|
880
|
-
content: "";
|
|
881
|
-
width: var(--progress-width, 100%);
|
|
882
|
-
display: block;
|
|
883
|
-
height: 0.25rem;
|
|
884
|
-
background-color: var(--jkl-color);
|
|
885
|
-
transition-property: width;
|
|
886
|
-
transition-timing-function: ease;
|
|
887
|
-
transition-duration: 400ms;
|
|
888
|
-
}
|
|
889
|
-
.jkl-text-area:has(.jkl-text-area__counter):focus-within .jkl-text-area__counter {
|
|
890
|
-
opacity: 1;
|
|
891
|
-
transition-delay: 150ms;
|
|
892
|
-
}
|
|
893
|
-
.jkl-text-area:has(.jkl-text-area__counter) [aria-invalid=true] ~ .jkl-text-area__counter {
|
|
894
|
-
color: var(--jkl-text-input-error-text-color);
|
|
895
|
-
}
|
|
896
|
-
|
|
897
|
-
.jkl-text-area__text-area--3-rows:focus,
|
|
898
|
-
.jkl-text-area__text-area--3-rows:not(:placeholder-shown),
|
|
899
|
-
.jkl-text-area--start-open .jkl-text-area__text-area--3-rows {
|
|
900
|
-
--height: calc(var(--jkl-text-input-line-height) * 3);
|
|
901
|
-
--vertical-padding: calc(var(--jkl-text-input-vertical-padding) * 2);
|
|
902
|
-
min-height: calc(var(--height) + var(--vertical-padding));
|
|
903
|
-
height: calc(var(--height) + var(--vertical-padding));
|
|
904
|
-
max-height: 100%;
|
|
905
|
-
}
|
|
906
|
-
|
|
907
|
-
.jkl-text-area__text-area--4-rows:focus,
|
|
908
|
-
.jkl-text-area__text-area--4-rows:not(:placeholder-shown),
|
|
909
|
-
.jkl-text-area--start-open .jkl-text-area__text-area--4-rows {
|
|
910
|
-
--height: calc(var(--jkl-text-input-line-height) * 4);
|
|
911
|
-
--vertical-padding: calc(var(--jkl-text-input-vertical-padding) * 2);
|
|
912
|
-
min-height: calc(var(--height) + var(--vertical-padding));
|
|
913
|
-
height: calc(var(--height) + var(--vertical-padding));
|
|
914
|
-
max-height: 100%;
|
|
915
|
-
}
|
|
916
|
-
|
|
917
|
-
.jkl-text-area__text-area--5-rows:focus,
|
|
918
|
-
.jkl-text-area__text-area--5-rows:not(:placeholder-shown),
|
|
919
|
-
.jkl-text-area--start-open .jkl-text-area__text-area--5-rows {
|
|
920
|
-
--height: calc(var(--jkl-text-input-line-height) * 5);
|
|
921
|
-
--vertical-padding: calc(var(--jkl-text-input-vertical-padding) * 2);
|
|
922
|
-
min-height: calc(var(--height) + var(--vertical-padding));
|
|
923
|
-
height: calc(var(--height) + var(--vertical-padding));
|
|
924
|
-
max-height: 100%;
|
|
925
|
-
}
|
|
926
|
-
|
|
927
|
-
.jkl-text-area__text-area--6-rows:focus,
|
|
928
|
-
.jkl-text-area__text-area--6-rows:not(:placeholder-shown),
|
|
929
|
-
.jkl-text-area--start-open .jkl-text-area__text-area--6-rows {
|
|
930
|
-
--height: calc(var(--jkl-text-input-line-height) * 6);
|
|
931
|
-
--vertical-padding: calc(var(--jkl-text-input-vertical-padding) * 2);
|
|
932
|
-
min-height: calc(var(--height) + var(--vertical-padding));
|
|
933
|
-
height: calc(var(--height) + var(--vertical-padding));
|
|
934
|
-
max-height: 100%;
|
|
935
|
-
}
|
|
936
|
-
|
|
937
|
-
.jkl-text-area__text-area--7-rows:focus,
|
|
938
|
-
.jkl-text-area__text-area--7-rows:not(:placeholder-shown),
|
|
939
|
-
.jkl-text-area--start-open .jkl-text-area__text-area--7-rows {
|
|
940
|
-
--height: calc(var(--jkl-text-input-line-height) * 7);
|
|
941
|
-
--vertical-padding: calc(var(--jkl-text-input-vertical-padding) * 2);
|
|
942
|
-
min-height: calc(var(--height) + var(--vertical-padding));
|
|
943
|
-
height: calc(var(--height) + var(--vertical-padding));
|
|
944
|
-
max-height: 100%;
|
|
945
|
-
}
|
|
946
|
-
|
|
947
|
-
.jkl-text-area__text-area--8-rows:focus,
|
|
948
|
-
.jkl-text-area__text-area--8-rows:not(:placeholder-shown),
|
|
949
|
-
.jkl-text-area--start-open .jkl-text-area__text-area--8-rows {
|
|
950
|
-
--height: calc(var(--jkl-text-input-line-height) * 8);
|
|
951
|
-
--vertical-padding: calc(var(--jkl-text-input-vertical-padding) * 2);
|
|
952
|
-
min-height: calc(var(--height) + var(--vertical-padding));
|
|
953
|
-
height: calc(var(--height) + var(--vertical-padding));
|
|
954
|
-
max-height: 100%;
|
|
955
|
-
}
|
|
956
|
-
|
|
957
|
-
.jkl-text-area__text-area--9-rows:focus,
|
|
958
|
-
.jkl-text-area__text-area--9-rows:not(:placeholder-shown),
|
|
959
|
-
.jkl-text-area--start-open .jkl-text-area__text-area--9-rows {
|
|
960
|
-
--height: calc(var(--jkl-text-input-line-height) * 9);
|
|
961
|
-
--vertical-padding: calc(var(--jkl-text-input-vertical-padding) * 2);
|
|
962
|
-
min-height: calc(var(--height) + var(--vertical-padding));
|
|
963
|
-
height: calc(var(--height) + var(--vertical-padding));
|
|
964
|
-
max-height: 100%;
|
|
965
|
-
}
|
|
966
|
-
|
|
967
|
-
.jkl-text-area__text-area--10-rows:focus,
|
|
968
|
-
.jkl-text-area__text-area--10-rows:not(:placeholder-shown),
|
|
969
|
-
.jkl-text-area--start-open .jkl-text-area__text-area--10-rows {
|
|
970
|
-
--height: calc(var(--jkl-text-input-line-height) * 10);
|
|
971
|
-
--vertical-padding: calc(var(--jkl-text-input-vertical-padding) * 2);
|
|
972
|
-
min-height: calc(var(--height) + var(--vertical-padding));
|
|
973
|
-
height: calc(var(--height) + var(--vertical-padding));
|
|
974
|
-
max-height: 100%;
|
|
975
|
-
}
|
|
976
|
-
|
|
977
745
|
.jkl-icon-button {
|
|
978
746
|
background-color: transparent;
|
|
979
747
|
cursor: pointer;
|
|
@@ -1102,7 +870,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
|
|
|
1102
870
|
--color: var(--jkl-color-text-default);
|
|
1103
871
|
}
|
|
1104
872
|
.jkl-form-support-label--error .jkl-form-support-label__icon, .jkl-form-support-label--warning .jkl-form-support-label__icon, .jkl-form-support-label--success .jkl-form-support-label__icon {
|
|
1105
|
-
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-
|
|
873
|
+
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-u4zzsts forwards;
|
|
1106
874
|
}
|
|
1107
875
|
.jkl-form-support-label--sr-only {
|
|
1108
876
|
border: 0 !important;
|
|
@@ -1177,7 +945,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
|
|
|
1177
945
|
white-space: nowrap !important; /* 3 */
|
|
1178
946
|
}
|
|
1179
947
|
|
|
1180
|
-
@keyframes jkl-support-icon-entrance-
|
|
948
|
+
@keyframes jkl-support-icon-entrance-u4zzsts {
|
|
1181
949
|
0% {
|
|
1182
950
|
margin-right: 0;
|
|
1183
951
|
opacity: 0;
|
|
@@ -1526,7 +1294,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1526
1294
|
opacity: 0.15;
|
|
1527
1295
|
}
|
|
1528
1296
|
html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
1529
|
-
animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-
|
|
1297
|
+
animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-u4zzsty;
|
|
1530
1298
|
}
|
|
1531
1299
|
.jkl-button--primary, .jkl-button--secondary, .jkl-button--ghost {
|
|
1532
1300
|
--border-radius: 999px;
|
|
@@ -1568,7 +1336,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1568
1336
|
--background-color: var(--jkl-color-background-interactive-hover);
|
|
1569
1337
|
}
|
|
1570
1338
|
|
|
1571
|
-
@keyframes jkl-tertiary-flash-
|
|
1339
|
+
@keyframes jkl-tertiary-flash-u4zzsty {
|
|
1572
1340
|
0% {
|
|
1573
1341
|
opacity: 0.5;
|
|
1574
1342
|
scale: 1;
|
|
@@ -1593,15 +1361,15 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1593
1361
|
animation: 2500ms linear infinite;
|
|
1594
1362
|
}
|
|
1595
1363
|
.jkl-loader__dot--left {
|
|
1596
|
-
animation-name: jkl-loader-left-spin-
|
|
1364
|
+
animation-name: jkl-loader-left-spin-u4zzstz;
|
|
1597
1365
|
margin-right: 1.71em;
|
|
1598
1366
|
}
|
|
1599
1367
|
.jkl-loader__dot--middle {
|
|
1600
|
-
animation-name: jkl-loader-middle-spin-
|
|
1368
|
+
animation-name: jkl-loader-middle-spin-u4zzsuq;
|
|
1601
1369
|
margin-right: 1.9em;
|
|
1602
1370
|
}
|
|
1603
1371
|
.jkl-loader__dot--right {
|
|
1604
|
-
animation-name: jkl-loader-right-spin-
|
|
1372
|
+
animation-name: jkl-loader-right-spin-u4zzsuz;
|
|
1605
1373
|
}
|
|
1606
1374
|
@media screen and (forced-colors: active) {
|
|
1607
1375
|
.jkl-loader__dot {
|
|
@@ -1629,7 +1397,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1629
1397
|
margin-right: 0.3em;
|
|
1630
1398
|
}
|
|
1631
1399
|
|
|
1632
|
-
@keyframes jkl-loader-left-spin-
|
|
1400
|
+
@keyframes jkl-loader-left-spin-u4zzstz {
|
|
1633
1401
|
0% {
|
|
1634
1402
|
transform: rotate(0) scale(0);
|
|
1635
1403
|
}
|
|
@@ -1643,7 +1411,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1643
1411
|
transform: rotate(180deg) scale(0);
|
|
1644
1412
|
}
|
|
1645
1413
|
}
|
|
1646
|
-
@keyframes jkl-loader-middle-spin-
|
|
1414
|
+
@keyframes jkl-loader-middle-spin-u4zzsuq {
|
|
1647
1415
|
0% {
|
|
1648
1416
|
transform: rotate(20deg) scale(0);
|
|
1649
1417
|
}
|
|
@@ -1660,7 +1428,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1660
1428
|
transform: rotate(200deg) scale(0);
|
|
1661
1429
|
}
|
|
1662
1430
|
}
|
|
1663
|
-
@keyframes jkl-loader-right-spin-
|
|
1431
|
+
@keyframes jkl-loader-right-spin-u4zzsuz {
|
|
1664
1432
|
0% {
|
|
1665
1433
|
transform: rotate(40deg) scale(0);
|
|
1666
1434
|
}
|
|
@@ -1708,7 +1476,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1708
1476
|
bottom: 0;
|
|
1709
1477
|
width: 12.5rem;
|
|
1710
1478
|
background: linear-gradient(89.17deg, rgba(249, 249, 249, 0) 0.8%, var(--jkl-skeleton-sweeper-color) 50.09%, rgba(249, 249, 249, 0) 96.31%);
|
|
1711
|
-
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-
|
|
1479
|
+
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-u4zzsvi;
|
|
1712
1480
|
}
|
|
1713
1481
|
@media (width >= 0) and (max-width: 679px) {
|
|
1714
1482
|
.jkl-skeleton-animation {
|
|
@@ -1739,7 +1507,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1739
1507
|
@media screen and (forced-colors: active) {
|
|
1740
1508
|
.jkl-skeleton-element {
|
|
1741
1509
|
border: 1px solid CanvasText;
|
|
1742
|
-
animation: 2s ease infinite jkl-blink-
|
|
1510
|
+
animation: 2s ease infinite jkl-blink-u4zzsvk;
|
|
1743
1511
|
}
|
|
1744
1512
|
}
|
|
1745
1513
|
|
|
@@ -1795,11 +1563,11 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1795
1563
|
}
|
|
1796
1564
|
@media screen and (forced-colors: active) {
|
|
1797
1565
|
.jkl-skeleton-table {
|
|
1798
|
-
animation: 2s ease-in-out infinite jkl-blink-
|
|
1566
|
+
animation: 2s ease-in-out infinite jkl-blink-u4zzsvk;
|
|
1799
1567
|
}
|
|
1800
1568
|
}
|
|
1801
1569
|
|
|
1802
|
-
@keyframes jkl-sweep-
|
|
1570
|
+
@keyframes jkl-sweep-u4zzsvi {
|
|
1803
1571
|
0% {
|
|
1804
1572
|
transform: translateX(calc(0vw - 200px));
|
|
1805
1573
|
}
|
|
@@ -1807,7 +1575,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1807
1575
|
transform: translateX(calc(100vw + 400px));
|
|
1808
1576
|
}
|
|
1809
1577
|
}
|
|
1810
|
-
@keyframes jkl-blink-
|
|
1578
|
+
@keyframes jkl-blink-u4zzsvk {
|
|
1811
1579
|
0% {
|
|
1812
1580
|
opacity: 1;
|
|
1813
1581
|
}
|
|
@@ -2271,7 +2039,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2271
2039
|
--jkl-checkbox-line-height: 1.5rem;
|
|
2272
2040
|
}
|
|
2273
2041
|
|
|
2274
|
-
@keyframes jkl-checkbox-checked-
|
|
2042
|
+
@keyframes jkl-checkbox-checked-u4zzsvu {
|
|
2275
2043
|
0% {
|
|
2276
2044
|
width: 0;
|
|
2277
2045
|
height: 0;
|
|
@@ -2285,7 +2053,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2285
2053
|
height: 58%;
|
|
2286
2054
|
}
|
|
2287
2055
|
}
|
|
2288
|
-
@keyframes jkl-checkbox-indeterminate-
|
|
2056
|
+
@keyframes jkl-checkbox-indeterminate-u4zzswp {
|
|
2289
2057
|
0% {
|
|
2290
2058
|
width: 0;
|
|
2291
2059
|
}
|
|
@@ -2313,11 +2081,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2313
2081
|
top: -6px;
|
|
2314
2082
|
}
|
|
2315
2083
|
.jkl-checkbox__input:checked + .jkl-checkbox__label .jkl-checkbox__check-mark::after {
|
|
2316
|
-
animation: jkl-checkbox-checked-
|
|
2084
|
+
animation: jkl-checkbox-checked-u4zzsvu 150ms ease-in-out forwards;
|
|
2317
2085
|
opacity: 1;
|
|
2318
2086
|
}
|
|
2319
2087
|
.jkl-checkbox__input:indeterminate:not(:checked) + .jkl-checkbox__label .jkl-checkbox__indeterminate-mark::after {
|
|
2320
|
-
animation: jkl-checkbox-indeterminate-
|
|
2088
|
+
animation: jkl-checkbox-indeterminate-u4zzswp 150ms ease-in-out forwards;
|
|
2321
2089
|
opacity: 1;
|
|
2322
2090
|
}
|
|
2323
2091
|
.jkl-checkbox__input:focus-visible + .jkl-checkbox__label {
|
|
@@ -2488,7 +2256,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2488
2256
|
--outer-border-thickness: 0.125rem;
|
|
2489
2257
|
}
|
|
2490
2258
|
|
|
2491
|
-
@keyframes jkl-checkbox-checked-
|
|
2259
|
+
@keyframes jkl-checkbox-checked-u4zzsxn {
|
|
2492
2260
|
0% {
|
|
2493
2261
|
width: 0;
|
|
2494
2262
|
height: 0;
|
|
@@ -2551,7 +2319,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2551
2319
|
}
|
|
2552
2320
|
}
|
|
2553
2321
|
.jkl-checkbox-panel:has(:checked) .jkl-checkbox-panel__decorator::after {
|
|
2554
|
-
animation: jkl-checkbox-checked-
|
|
2322
|
+
animation: jkl-checkbox-checked-u4zzsxn 150ms ease-in-out forwards;
|
|
2555
2323
|
opacity: 1;
|
|
2556
2324
|
}
|
|
2557
2325
|
.jkl-checkbox-panel:has([aria-invalid=true]) {
|
|
@@ -3247,11 +3015,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
|
|
|
3247
3015
|
}
|
|
3248
3016
|
}
|
|
3249
3017
|
.jkl-countdown__tracker {
|
|
3250
|
-
animation: jkl-downcount-
|
|
3018
|
+
animation: jkl-downcount-u4zzsy9 var(--duration) linear forwards;
|
|
3251
3019
|
animation-play-state: var(--play-state, running);
|
|
3252
3020
|
}
|
|
3253
3021
|
|
|
3254
|
-
@keyframes jkl-downcount-
|
|
3022
|
+
@keyframes jkl-downcount-u4zzsy9 {
|
|
3255
3023
|
from {
|
|
3256
3024
|
width: 100%;
|
|
3257
3025
|
}
|
|
@@ -3920,7 +3688,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
|
|
|
3920
3688
|
padding: 1rem 0 2.5rem 0;
|
|
3921
3689
|
}
|
|
3922
3690
|
|
|
3923
|
-
@keyframes jkl-show-
|
|
3691
|
+
@keyframes jkl-show-u4zzsyk {
|
|
3924
3692
|
from {
|
|
3925
3693
|
transform: translate3d(0, 0.5rem, 0);
|
|
3926
3694
|
opacity: 0;
|
|
@@ -3955,7 +3723,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
|
|
|
3955
3723
|
}
|
|
3956
3724
|
}
|
|
3957
3725
|
.jkl-feedback__fade-in {
|
|
3958
|
-
animation: jkl-show-
|
|
3726
|
+
animation: jkl-show-u4zzsyk 0.25s ease-out;
|
|
3959
3727
|
}
|
|
3960
3728
|
.jkl-feedback__buttons {
|
|
3961
3729
|
display: flex;
|
|
@@ -4197,7 +3965,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4197
3965
|
--background-color: var(--jkl-color-background-alert-success);
|
|
4198
3966
|
}
|
|
4199
3967
|
.jkl-message--dismissed {
|
|
4200
|
-
animation: jkl-dismiss-
|
|
3968
|
+
animation: jkl-dismiss-u4zzsyv 400ms ease-in-out forwards;
|
|
4201
3969
|
transition: visibility 0ms 400ms;
|
|
4202
3970
|
visibility: hidden;
|
|
4203
3971
|
}
|
|
@@ -4217,7 +3985,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4217
3985
|
}
|
|
4218
3986
|
}
|
|
4219
3987
|
|
|
4220
|
-
@keyframes jkl-dismiss-
|
|
3988
|
+
@keyframes jkl-dismiss-u4zzsyv {
|
|
4221
3989
|
from {
|
|
4222
3990
|
opacity: 1;
|
|
4223
3991
|
transform: translate3d(0, 0, 0);
|
|
@@ -4273,7 +4041,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4273
4041
|
--jkl-radio-button-label-font-weight: var(--jkl-small-font-weight);
|
|
4274
4042
|
}
|
|
4275
4043
|
|
|
4276
|
-
@keyframes jkl-dot-in-
|
|
4044
|
+
@keyframes jkl-dot-in-u4zzszp {
|
|
4277
4045
|
0% {
|
|
4278
4046
|
transform: scale(0.8);
|
|
4279
4047
|
}
|
|
@@ -4318,7 +4086,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4318
4086
|
}
|
|
4319
4087
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
4320
4088
|
--dot-color: var(--jkl-color-border-action);
|
|
4321
|
-
animation: jkl-dot-in-
|
|
4089
|
+
animation: jkl-dot-in-u4zzszp 150ms ease;
|
|
4322
4090
|
}
|
|
4323
4091
|
@media screen and (forced-colors: active) {
|
|
4324
4092
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
@@ -5133,7 +4901,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
5133
4901
|
transition-duration: 150ms;
|
|
5134
4902
|
}
|
|
5135
4903
|
|
|
5136
|
-
@keyframes jkl-downcount-
|
|
4904
|
+
@keyframes jkl-downcount-u4zzszr {
|
|
5137
4905
|
from {
|
|
5138
4906
|
width: 100%;
|
|
5139
4907
|
}
|
|
@@ -5141,7 +4909,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
5141
4909
|
width: 0%;
|
|
5142
4910
|
}
|
|
5143
4911
|
}
|
|
5144
|
-
@keyframes jkl-dot-in-
|
|
4912
|
+
@keyframes jkl-dot-in-u4zzt0a {
|
|
5145
4913
|
0% {
|
|
5146
4914
|
transform: scale(0.8);
|
|
5147
4915
|
}
|
|
@@ -5189,7 +4957,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
5189
4957
|
}
|
|
5190
4958
|
}
|
|
5191
4959
|
.jkl-radio-panel__input:checked + .jkl-radio-panel__decorator::after {
|
|
5192
|
-
animation: jkl-dot-in-
|
|
4960
|
+
animation: jkl-dot-in-u4zzt0a 150ms ease;
|
|
5193
4961
|
}
|
|
5194
4962
|
.jkl-radio-panel:has(:checked) {
|
|
5195
4963
|
--radio-dot-color: var(--jkl-color-border-action);
|
|
@@ -5401,7 +5169,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
5401
5169
|
margin-bottom: 0;
|
|
5402
5170
|
}
|
|
5403
5171
|
.jkl-system-message--dismissed {
|
|
5404
|
-
animation: jkl-dismiss-
|
|
5172
|
+
animation: jkl-dismiss-u4zzt0f 400ms ease-in forwards;
|
|
5405
5173
|
transition: visibility 0ms 400ms;
|
|
5406
5174
|
visibility: hidden;
|
|
5407
5175
|
}
|
|
@@ -5433,7 +5201,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
5433
5201
|
}
|
|
5434
5202
|
}
|
|
5435
5203
|
|
|
5436
|
-
@keyframes jkl-dismiss-
|
|
5204
|
+
@keyframes jkl-dismiss-u4zzt0f {
|
|
5437
5205
|
from {
|
|
5438
5206
|
opacity: 1;
|
|
5439
5207
|
transform: translate3d(0, 0, 0);
|
|
@@ -6120,6 +5888,315 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6120
5888
|
letter-spacing: -0.014em;
|
|
6121
5889
|
}
|
|
6122
5890
|
|
|
5891
|
+
.jkl-text-area-wrapper {
|
|
5892
|
+
border-radius: 0.1875rem;
|
|
5893
|
+
box-sizing: border-box;
|
|
5894
|
+
max-width: 100%;
|
|
5895
|
+
position: relative;
|
|
5896
|
+
display: flex;
|
|
5897
|
+
align-items: center;
|
|
5898
|
+
height: var(--jkl-text-input-height);
|
|
5899
|
+
font-size: var(--jkl-text-input-font-size);
|
|
5900
|
+
line-height: var(--jkl-text-input-line-height);
|
|
5901
|
+
font-weight: var(--jkl-text-input-font-weight);
|
|
5902
|
+
transition-timing-function: ease;
|
|
5903
|
+
transition-duration: 150ms;
|
|
5904
|
+
transition-property: color, box-shadow, background-color;
|
|
5905
|
+
color: var(--jkl-text-input-text-color);
|
|
5906
|
+
box-shadow: inset 0 0 0 0.0625rem var(--jkl-text-input-border-color), 0 0 0 0.0625rem transparent;
|
|
5907
|
+
background-color: transparent;
|
|
5908
|
+
}
|
|
5909
|
+
.jkl-text-area-wrapper[data-invalid=true] {
|
|
5910
|
+
background-color: var(--jkl-text-input-error-background-color);
|
|
5911
|
+
color: var(--jkl-text-input-error-text-color);
|
|
5912
|
+
}
|
|
5913
|
+
.jkl-text-area-wrapper:hover {
|
|
5914
|
+
box-shadow: inset 0 0 0 0.0625rem var(--jkl-text-input-focus-color), 0 0 0 0.0625rem var(--jkl-text-input-focus-color);
|
|
5915
|
+
border-color: var(--jkl-text-input-focus-color);
|
|
5916
|
+
}
|
|
5917
|
+
@media screen and (forced-colors: active) {
|
|
5918
|
+
.jkl-text-area-wrapper:hover {
|
|
5919
|
+
border: 0.125rem solid ButtonText;
|
|
5920
|
+
}
|
|
5921
|
+
}
|
|
5922
|
+
.jkl-text-area-wrapper:has(:active) {
|
|
5923
|
+
background-color: var(--jkl-text-input-background-color);
|
|
5924
|
+
}
|
|
5925
|
+
html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area-wrapper:has(.jkl-text-input__input:focus-visible), html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area-wrapper:has(.jkl-text-area__text-area:focus-visible) {
|
|
5926
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
5927
|
+
outline-offset: 3px;
|
|
5928
|
+
}
|
|
5929
|
+
|
|
5930
|
+
.jkl-text-area-wrapper > .jkl-icon-button:focus-visible {
|
|
5931
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
5932
|
+
outline-offset: -8px;
|
|
5933
|
+
}
|
|
5934
|
+
@media screen and (forced-colors: active) {
|
|
5935
|
+
.jkl-text-area-wrapper > .jkl-icon-button:focus-visible {
|
|
5936
|
+
--jkl-color-border-action: ButtonText;
|
|
5937
|
+
}
|
|
5938
|
+
}
|
|
5939
|
+
.jkl-text-area-wrapper > .jkl-text-input-action-button {
|
|
5940
|
+
flex-shrink: 0;
|
|
5941
|
+
display: flex;
|
|
5942
|
+
box-sizing: border-box;
|
|
5943
|
+
align-items: center;
|
|
5944
|
+
justify-content: center;
|
|
5945
|
+
padding: var(--jkl-text-input-action-button-padding);
|
|
5946
|
+
height: var(--jkl-text-input-action-button-size);
|
|
5947
|
+
width: var(--jkl-text-input-action-button-size);
|
|
5948
|
+
margin-inline-start: calc(var(--jkl-text-input-horizontal-padding) * -1);
|
|
5949
|
+
}
|
|
5950
|
+
.jkl-text-area-wrapper > .jkl-text-input-action-button .jkl-icon-button__icon {
|
|
5951
|
+
height: var(--jkl-text-input-action-button-icon-size);
|
|
5952
|
+
width: var(--jkl-text-input-action-button-icon-size);
|
|
5953
|
+
}
|
|
5954
|
+
.jkl-text-area-wrapper > .jkl-text-input-action-button:hover {
|
|
5955
|
+
color: var(--jkl-text-input-focus-color);
|
|
5956
|
+
}
|
|
5957
|
+
@media screen and (forced-colors: active) {
|
|
5958
|
+
.jkl-text-area-wrapper > .jkl-text-input-action-button:hover {
|
|
5959
|
+
border: 0.125rem inset ButtonText;
|
|
5960
|
+
}
|
|
5961
|
+
}
|
|
5962
|
+
@media screen and (forced-colors: active) {
|
|
5963
|
+
.jkl-text-area-wrapper {
|
|
5964
|
+
border: 0.125rem inset ButtonText;
|
|
5965
|
+
}
|
|
5966
|
+
}
|
|
5967
|
+
|
|
5968
|
+
.jkl-text-area {
|
|
5969
|
+
height: auto;
|
|
5970
|
+
width: 100%;
|
|
5971
|
+
}
|
|
5972
|
+
.jkl-text-area__text-area {
|
|
5973
|
+
scrollbar-color: var(--jkl-color) transparent;
|
|
5974
|
+
box-sizing: border-box;
|
|
5975
|
+
resize: none;
|
|
5976
|
+
width: 100%;
|
|
5977
|
+
padding: var(--jkl-text-input-padding);
|
|
5978
|
+
max-height: var(--jkl-text-input-height);
|
|
5979
|
+
height: var(--jkl-text-input-height);
|
|
5980
|
+
min-height: var(--jkl-text-input-height);
|
|
5981
|
+
transition-timing-function: ease;
|
|
5982
|
+
transition-duration: 150ms;
|
|
5983
|
+
transition-property: height, min-height, max-height, padding;
|
|
5984
|
+
background: none;
|
|
5985
|
+
-webkit-appearance: none;
|
|
5986
|
+
color: var(--jkl-color);
|
|
5987
|
+
font-size: var(--jkl-text-input-font-size);
|
|
5988
|
+
line-height: var(--jkl-text-input-line-height);
|
|
5989
|
+
font-weight: var(--jkl-text-input-font-weight);
|
|
5990
|
+
}
|
|
5991
|
+
.jkl-text-area__text-area {
|
|
5992
|
+
outline: 0;
|
|
5993
|
+
border-style: none;
|
|
5994
|
+
outline-style: none;
|
|
5995
|
+
}
|
|
5996
|
+
.jkl-text-area__text-area:active, .jkl-text-area__text-area:hover, .jkl-text-area__text-area:focus {
|
|
5997
|
+
outline: 0;
|
|
5998
|
+
outline-style: none;
|
|
5999
|
+
}
|
|
6000
|
+
@media screen and (forced-colors: active) {
|
|
6001
|
+
.jkl-text-area__text-area {
|
|
6002
|
+
outline: revert;
|
|
6003
|
+
border-style: revert;
|
|
6004
|
+
outline-style: revert;
|
|
6005
|
+
}
|
|
6006
|
+
.jkl-text-area__text-area:active, .jkl-text-area__text-area:hover, .jkl-text-area__text-area:focus {
|
|
6007
|
+
outline: revert;
|
|
6008
|
+
outline-style: revert;
|
|
6009
|
+
}
|
|
6010
|
+
}
|
|
6011
|
+
.jkl-text-area__text-area input[type=number]::-webkit-outer-spin-button,
|
|
6012
|
+
.jkl-text-area__text-area input[type=number]::-webkit-inner-spin-button {
|
|
6013
|
+
-webkit-appearance: none;
|
|
6014
|
+
}
|
|
6015
|
+
.jkl-text-area__text-area input[type=number] {
|
|
6016
|
+
-moz-appearance: textfield;
|
|
6017
|
+
}
|
|
6018
|
+
@media screen and (forced-colors: active) {
|
|
6019
|
+
.jkl-text-area__text-area {
|
|
6020
|
+
outline: none;
|
|
6021
|
+
border: none;
|
|
6022
|
+
}
|
|
6023
|
+
.jkl-text-area__text-area:focus-visible {
|
|
6024
|
+
outline: none;
|
|
6025
|
+
}
|
|
6026
|
+
}
|
|
6027
|
+
.jkl-text-area__text-area::placeholder {
|
|
6028
|
+
opacity: 1;
|
|
6029
|
+
color: var(--jkl-text-input-placeholder-color);
|
|
6030
|
+
}
|
|
6031
|
+
.jkl-text-area__text-area::selection {
|
|
6032
|
+
background-color: var(--jkl-text-input-selection-color);
|
|
6033
|
+
}
|
|
6034
|
+
[data-theme=dark] .jkl-text-area__text-area::selection {
|
|
6035
|
+
background-color: var(--jkl-text-input-selection-color);
|
|
6036
|
+
}
|
|
6037
|
+
.jkl-text-area__text-area[aria-invalid=true] {
|
|
6038
|
+
color: var(--jkl-text-input-error-text-color);
|
|
6039
|
+
}
|
|
6040
|
+
.jkl-text-area__text-area[aria-invalid=true]::placeholder {
|
|
6041
|
+
color: var(--jkl-text-input-error-placeholder-color);
|
|
6042
|
+
}
|
|
6043
|
+
.jkl-text-area__text-area[aria-invalid=true]::selection {
|
|
6044
|
+
background-color: var(--jkl-text-input-error-selection-color);
|
|
6045
|
+
}
|
|
6046
|
+
.jkl-text-area__text-area[aria-invalid=true] ~ .jkl-text-input-action-button {
|
|
6047
|
+
color: var(--jkl-color-text-on-alert);
|
|
6048
|
+
}
|
|
6049
|
+
.jkl-text-area__text-area[aria-invalid=true] ~ .jkl-text-input-action-button:hover {
|
|
6050
|
+
color: var(--jkl-text-input-error-text-color);
|
|
6051
|
+
}
|
|
6052
|
+
html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__text-area[aria-invalid=true] ~ .jkl-text-input-action-button:focus::after {
|
|
6053
|
+
box-shadow: inset 0 0 0 0.125rem var(--jkl-text-input-error-text-color);
|
|
6054
|
+
}
|
|
6055
|
+
|
|
6056
|
+
.jkl-text-area__text-area[aria-invalid=true] ~ .jkl-text-input__unit {
|
|
6057
|
+
color: var(--jkl-text-input-error-text-color);
|
|
6058
|
+
}
|
|
6059
|
+
.jkl-text-area .jkl-text-area-wrapper {
|
|
6060
|
+
height: auto;
|
|
6061
|
+
max-height: 100%;
|
|
6062
|
+
}
|
|
6063
|
+
.jkl-text-area--start-open .jkl-text-area-wrapper {
|
|
6064
|
+
max-height: 100%;
|
|
6065
|
+
}
|
|
6066
|
+
.jkl-text-area--auto-expand .jkl-text-area__text-area {
|
|
6067
|
+
overflow: hidden;
|
|
6068
|
+
}
|
|
6069
|
+
.jkl-text-area:has(.jkl-text-area__counter) .jkl-text-area-wrapper {
|
|
6070
|
+
position: relative;
|
|
6071
|
+
}
|
|
6072
|
+
.jkl-text-area:has(.jkl-text-area__counter) .jkl-text-area-wrapper[data-has-content=true], .jkl-text-area:has(.jkl-text-area__counter) .jkl-text-area-wrapper:focus-within {
|
|
6073
|
+
padding-bottom: calc(var(--jkl-text-input-height) + 0.25rem);
|
|
6074
|
+
}
|
|
6075
|
+
.jkl-text-area:has(.jkl-text-area__counter) .jkl-text-area__counter {
|
|
6076
|
+
transition-timing-function: ease;
|
|
6077
|
+
transition-duration: 150ms;
|
|
6078
|
+
transition-property: opacity;
|
|
6079
|
+
opacity: 0;
|
|
6080
|
+
pointer-events: none;
|
|
6081
|
+
position: absolute;
|
|
6082
|
+
bottom: 0;
|
|
6083
|
+
left: 0;
|
|
6084
|
+
right: 0;
|
|
6085
|
+
}
|
|
6086
|
+
.jkl-text-area:has(.jkl-text-area__counter) .jkl-text-area__counter-count {
|
|
6087
|
+
padding: var(--jkl-text-input-padding);
|
|
6088
|
+
color: var(--jkl-text-area-counter-count-color);
|
|
6089
|
+
font-size: 1rem;
|
|
6090
|
+
line-height: 1.5rem;
|
|
6091
|
+
font-weight: 400;
|
|
6092
|
+
--jkl-icon-weight: 300;
|
|
6093
|
+
--jkl-icon-size: 1.25rem;
|
|
6094
|
+
--jkl-icon-opsz: 20;
|
|
6095
|
+
}
|
|
6096
|
+
.jkl-text-area:has(.jkl-text-area__counter) .jkl-text-area__counter-progress {
|
|
6097
|
+
background-color: transparent;
|
|
6098
|
+
height: 0.25rem;
|
|
6099
|
+
width: 100%;
|
|
6100
|
+
overflow: hidden;
|
|
6101
|
+
}
|
|
6102
|
+
.jkl-text-area:has(.jkl-text-area__counter) .jkl-text-area__counter-progress::after {
|
|
6103
|
+
content: "";
|
|
6104
|
+
width: var(--progress-width, 100%);
|
|
6105
|
+
display: block;
|
|
6106
|
+
height: 0.25rem;
|
|
6107
|
+
background-color: var(--jkl-color);
|
|
6108
|
+
transition-property: width;
|
|
6109
|
+
transition-timing-function: ease;
|
|
6110
|
+
transition-duration: 400ms;
|
|
6111
|
+
}
|
|
6112
|
+
.jkl-text-area:has(.jkl-text-area__counter):focus-within .jkl-text-area__counter {
|
|
6113
|
+
opacity: 1;
|
|
6114
|
+
transition-delay: 150ms;
|
|
6115
|
+
}
|
|
6116
|
+
.jkl-text-area:has(.jkl-text-area__counter) [aria-invalid=true] ~ .jkl-text-area__counter {
|
|
6117
|
+
color: var(--jkl-text-input-error-text-color);
|
|
6118
|
+
}
|
|
6119
|
+
|
|
6120
|
+
.jkl-text-area__text-area--3-rows:focus,
|
|
6121
|
+
.jkl-text-area__text-area--3-rows:not(:placeholder-shown),
|
|
6122
|
+
.jkl-text-area--start-open .jkl-text-area__text-area--3-rows {
|
|
6123
|
+
--height: calc(var(--jkl-text-input-line-height) * 3);
|
|
6124
|
+
--vertical-padding: calc(var(--jkl-text-input-vertical-padding) * 2);
|
|
6125
|
+
min-height: calc(var(--height) + var(--vertical-padding));
|
|
6126
|
+
height: calc(var(--height) + var(--vertical-padding));
|
|
6127
|
+
max-height: 100%;
|
|
6128
|
+
}
|
|
6129
|
+
|
|
6130
|
+
.jkl-text-area__text-area--4-rows:focus,
|
|
6131
|
+
.jkl-text-area__text-area--4-rows:not(:placeholder-shown),
|
|
6132
|
+
.jkl-text-area--start-open .jkl-text-area__text-area--4-rows {
|
|
6133
|
+
--height: calc(var(--jkl-text-input-line-height) * 4);
|
|
6134
|
+
--vertical-padding: calc(var(--jkl-text-input-vertical-padding) * 2);
|
|
6135
|
+
min-height: calc(var(--height) + var(--vertical-padding));
|
|
6136
|
+
height: calc(var(--height) + var(--vertical-padding));
|
|
6137
|
+
max-height: 100%;
|
|
6138
|
+
}
|
|
6139
|
+
|
|
6140
|
+
.jkl-text-area__text-area--5-rows:focus,
|
|
6141
|
+
.jkl-text-area__text-area--5-rows:not(:placeholder-shown),
|
|
6142
|
+
.jkl-text-area--start-open .jkl-text-area__text-area--5-rows {
|
|
6143
|
+
--height: calc(var(--jkl-text-input-line-height) * 5);
|
|
6144
|
+
--vertical-padding: calc(var(--jkl-text-input-vertical-padding) * 2);
|
|
6145
|
+
min-height: calc(var(--height) + var(--vertical-padding));
|
|
6146
|
+
height: calc(var(--height) + var(--vertical-padding));
|
|
6147
|
+
max-height: 100%;
|
|
6148
|
+
}
|
|
6149
|
+
|
|
6150
|
+
.jkl-text-area__text-area--6-rows:focus,
|
|
6151
|
+
.jkl-text-area__text-area--6-rows:not(:placeholder-shown),
|
|
6152
|
+
.jkl-text-area--start-open .jkl-text-area__text-area--6-rows {
|
|
6153
|
+
--height: calc(var(--jkl-text-input-line-height) * 6);
|
|
6154
|
+
--vertical-padding: calc(var(--jkl-text-input-vertical-padding) * 2);
|
|
6155
|
+
min-height: calc(var(--height) + var(--vertical-padding));
|
|
6156
|
+
height: calc(var(--height) + var(--vertical-padding));
|
|
6157
|
+
max-height: 100%;
|
|
6158
|
+
}
|
|
6159
|
+
|
|
6160
|
+
.jkl-text-area__text-area--7-rows:focus,
|
|
6161
|
+
.jkl-text-area__text-area--7-rows:not(:placeholder-shown),
|
|
6162
|
+
.jkl-text-area--start-open .jkl-text-area__text-area--7-rows {
|
|
6163
|
+
--height: calc(var(--jkl-text-input-line-height) * 7);
|
|
6164
|
+
--vertical-padding: calc(var(--jkl-text-input-vertical-padding) * 2);
|
|
6165
|
+
min-height: calc(var(--height) + var(--vertical-padding));
|
|
6166
|
+
height: calc(var(--height) + var(--vertical-padding));
|
|
6167
|
+
max-height: 100%;
|
|
6168
|
+
}
|
|
6169
|
+
|
|
6170
|
+
.jkl-text-area__text-area--8-rows:focus,
|
|
6171
|
+
.jkl-text-area__text-area--8-rows:not(:placeholder-shown),
|
|
6172
|
+
.jkl-text-area--start-open .jkl-text-area__text-area--8-rows {
|
|
6173
|
+
--height: calc(var(--jkl-text-input-line-height) * 8);
|
|
6174
|
+
--vertical-padding: calc(var(--jkl-text-input-vertical-padding) * 2);
|
|
6175
|
+
min-height: calc(var(--height) + var(--vertical-padding));
|
|
6176
|
+
height: calc(var(--height) + var(--vertical-padding));
|
|
6177
|
+
max-height: 100%;
|
|
6178
|
+
}
|
|
6179
|
+
|
|
6180
|
+
.jkl-text-area__text-area--9-rows:focus,
|
|
6181
|
+
.jkl-text-area__text-area--9-rows:not(:placeholder-shown),
|
|
6182
|
+
.jkl-text-area--start-open .jkl-text-area__text-area--9-rows {
|
|
6183
|
+
--height: calc(var(--jkl-text-input-line-height) * 9);
|
|
6184
|
+
--vertical-padding: calc(var(--jkl-text-input-vertical-padding) * 2);
|
|
6185
|
+
min-height: calc(var(--height) + var(--vertical-padding));
|
|
6186
|
+
height: calc(var(--height) + var(--vertical-padding));
|
|
6187
|
+
max-height: 100%;
|
|
6188
|
+
}
|
|
6189
|
+
|
|
6190
|
+
.jkl-text-area__text-area--10-rows:focus,
|
|
6191
|
+
.jkl-text-area__text-area--10-rows:not(:placeholder-shown),
|
|
6192
|
+
.jkl-text-area--start-open .jkl-text-area__text-area--10-rows {
|
|
6193
|
+
--height: calc(var(--jkl-text-input-line-height) * 10);
|
|
6194
|
+
--vertical-padding: calc(var(--jkl-text-input-vertical-padding) * 2);
|
|
6195
|
+
min-height: calc(var(--height) + var(--vertical-padding));
|
|
6196
|
+
height: calc(var(--height) + var(--vertical-padding));
|
|
6197
|
+
max-height: 100%;
|
|
6198
|
+
}
|
|
6199
|
+
|
|
6123
6200
|
:root,
|
|
6124
6201
|
[data-layout-density=comfortable],
|
|
6125
6202
|
[data-density=comfortable] {
|
|
@@ -6303,14 +6380,14 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6303
6380
|
|
|
6304
6381
|
.jkl-toast[data-animation=entering],
|
|
6305
6382
|
.jkl-toast[data-animation=queued] {
|
|
6306
|
-
animation: jkl-entering-
|
|
6383
|
+
animation: jkl-entering-u4zzt0q 200ms ease-out forwards;
|
|
6307
6384
|
}
|
|
6308
6385
|
|
|
6309
6386
|
.jkl-toast[data-animation=exiting] {
|
|
6310
|
-
animation: jkl-exiting-
|
|
6387
|
+
animation: jkl-exiting-u4zzt1q 150ms ease-in forwards;
|
|
6311
6388
|
}
|
|
6312
6389
|
|
|
6313
|
-
@keyframes jkl-entering-
|
|
6390
|
+
@keyframes jkl-entering-u4zzt0q {
|
|
6314
6391
|
from {
|
|
6315
6392
|
opacity: 0;
|
|
6316
6393
|
transform: translate3d(0, 50%, 0);
|
|
@@ -6320,7 +6397,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6320
6397
|
transform: translate3d(0, 0, 0);
|
|
6321
6398
|
}
|
|
6322
6399
|
}
|
|
6323
|
-
@keyframes jkl-exiting-
|
|
6400
|
+
@keyframes jkl-exiting-u4zzt1q {
|
|
6324
6401
|
from {
|
|
6325
6402
|
opacity: 1;
|
|
6326
6403
|
transform: translate3d(0, 0, 0);
|