@wireapp/react-ui-kit 9.26.2 → 9.27.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/lib/Form/InputLabel.d.ts.map +1 -1
- package/lib/Form/InputLabel.js +2 -0
- package/lib/Form/SelectStyles.d.ts +127 -127
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputLabel.d.ts","sourceRoot":"","sources":["../../src/Form/InputLabel.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAC,EAAE,EAAE,SAAS,EAAC,MAAM,OAAO,CAAC;AAKpC,MAAM,WAAW,eAAe;IAC9B,QAAQ,EAAE,SAAS,GAAG,MAAM,CAAC;IAC7B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,QAAA,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,
|
|
1
|
+
{"version":3,"file":"InputLabel.d.ts","sourceRoot":"","sources":["../../src/Form/InputLabel.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAC,EAAE,EAAE,SAAS,EAAC,MAAM,OAAO,CAAC;AAKpC,MAAM,WAAW,eAAe;IAC9B,QAAQ,EAAE,SAAS,GAAG,MAAM,CAAC;IAC7B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,QAAA,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAuBnC,CAAC;AAEF,OAAO,EAAC,UAAU,EAAC,CAAC"}
|
package/lib/Form/InputLabel.js
CHANGED
|
@@ -8,5 +8,7 @@ const InputLabel = ({ htmlFor, markInvalid, isRequired, children, ...props }) =>
|
|
|
8
8
|
fontWeight: 400,
|
|
9
9
|
lineHeight: '1rem',
|
|
10
10
|
color: markInvalid ? Identity_1.COLOR_V2.RED_LIGHT_500 : theme.Input.labelColor,
|
|
11
|
+
marginBottom: '2px',
|
|
12
|
+
display: 'block',
|
|
11
13
|
}), ...props, children: [children, isRequired && ((0, jsx_runtime_1.jsx)("span", { css: (theme) => ({ fontSize: theme.fontSizes.base, marginLeft: '4px', color: Identity_1.COLOR_V2.RED_LIGHT_500 }), children: "*" }))] }));
|
|
12
14
|
exports.InputLabel = InputLabel;
|
|
@@ -809,133 +809,133 @@ export declare const customStyles: ({ theme, markInvalid, menuPosition }: Custom
|
|
|
809
809
|
strokeWidth?: readonly (string | (string & {}))[] | import("csstype").Property.StrokeWidth<string | number> | NonNullable<import("csstype").Property.StrokeWidth<string | number>>[];
|
|
810
810
|
textAnchor?: import("csstype").Property.TextAnchor | NonNullable<import("csstype").Property.TextAnchor>[] | readonly import("csstype").Property.TextAnchor[];
|
|
811
811
|
vectorEffect?: import("csstype").Property.VectorEffect | NonNullable<import("csstype").Property.VectorEffect>[] | readonly import("csstype").Property.VectorEffect[];
|
|
812
|
-
":-moz-any()"?: import("@emotion/
|
|
813
|
-
":-moz-dir"?: import("@emotion/
|
|
814
|
-
":-webkit-any()"?: import("@emotion/
|
|
815
|
-
"::cue"?: import("@emotion/
|
|
816
|
-
"::cue-region"?: import("@emotion/
|
|
817
|
-
"::part"?: import("@emotion/
|
|
818
|
-
"::slotted"?: import("@emotion/
|
|
819
|
-
":dir"?: import("@emotion/
|
|
820
|
-
":has"?: import("@emotion/
|
|
821
|
-
":host"?: import("@emotion/
|
|
822
|
-
":host-context"?: import("@emotion/
|
|
823
|
-
":is"?: import("@emotion/
|
|
824
|
-
":lang"?: import("@emotion/
|
|
825
|
-
":matches()"?: import("@emotion/
|
|
826
|
-
":not"?: import("@emotion/
|
|
827
|
-
":nth-child"?: import("@emotion/
|
|
828
|
-
":nth-last-child"?: import("@emotion/
|
|
829
|
-
":nth-last-of-type"?: import("@emotion/
|
|
830
|
-
":nth-of-type"?: import("@emotion/
|
|
831
|
-
":where"?: import("@emotion/
|
|
832
|
-
":-khtml-any-link"?: import("@emotion/
|
|
833
|
-
":-moz-any-link"?: import("@emotion/
|
|
834
|
-
":-moz-focusring"?: import("@emotion/
|
|
835
|
-
":-moz-full-screen"?: import("@emotion/
|
|
836
|
-
":-moz-placeholder"?: import("@emotion/
|
|
837
|
-
":-moz-read-only"?: import("@emotion/
|
|
838
|
-
":-moz-read-write"?: import("@emotion/
|
|
839
|
-
":-moz-ui-invalid"?: import("@emotion/
|
|
840
|
-
":-moz-ui-valid"?: import("@emotion/
|
|
841
|
-
":-ms-fullscreen"?: import("@emotion/
|
|
842
|
-
":-ms-input-placeholder"?: import("@emotion/
|
|
843
|
-
":-webkit-any-link"?: import("@emotion/
|
|
844
|
-
":-webkit-full-screen"?: import("@emotion/
|
|
845
|
-
"::-moz-placeholder"?: import("@emotion/
|
|
846
|
-
"::-moz-progress-bar"?: import("@emotion/
|
|
847
|
-
"::-moz-range-progress"?: import("@emotion/
|
|
848
|
-
"::-moz-range-thumb"?: import("@emotion/
|
|
849
|
-
"::-moz-range-track"?: import("@emotion/
|
|
850
|
-
"::-moz-selection"?: import("@emotion/
|
|
851
|
-
"::-ms-backdrop"?: import("@emotion/
|
|
852
|
-
"::-ms-browse"?: import("@emotion/
|
|
853
|
-
"::-ms-check"?: import("@emotion/
|
|
854
|
-
"::-ms-clear"?: import("@emotion/
|
|
855
|
-
"::-ms-expand"?: import("@emotion/
|
|
856
|
-
"::-ms-fill"?: import("@emotion/
|
|
857
|
-
"::-ms-fill-lower"?: import("@emotion/
|
|
858
|
-
"::-ms-fill-upper"?: import("@emotion/
|
|
859
|
-
"::-ms-input-placeholder"?: import("@emotion/
|
|
860
|
-
"::-ms-reveal"?: import("@emotion/
|
|
861
|
-
"::-ms-thumb"?: import("@emotion/
|
|
862
|
-
"::-ms-ticks-after"?: import("@emotion/
|
|
863
|
-
"::-ms-ticks-before"?: import("@emotion/
|
|
864
|
-
"::-ms-tooltip"?: import("@emotion/
|
|
865
|
-
"::-ms-track"?: import("@emotion/
|
|
866
|
-
"::-ms-value"?: import("@emotion/
|
|
867
|
-
"::-webkit-backdrop"?: import("@emotion/
|
|
868
|
-
"::-webkit-input-placeholder"?: import("@emotion/
|
|
869
|
-
"::-webkit-progress-bar"?: import("@emotion/
|
|
870
|
-
"::-webkit-progress-inner-value"?: import("@emotion/
|
|
871
|
-
"::-webkit-progress-value"?: import("@emotion/
|
|
872
|
-
"::-webkit-slider-runnable-track"?: import("@emotion/
|
|
873
|
-
"::-webkit-slider-thumb"?: import("@emotion/
|
|
874
|
-
"::after"?: import("@emotion/
|
|
875
|
-
"::backdrop"?: import("@emotion/
|
|
876
|
-
"::before"?: import("@emotion/
|
|
877
|
-
"::first-letter"?: import("@emotion/
|
|
878
|
-
"::first-line"?: import("@emotion/
|
|
879
|
-
"::grammar-error"?: import("@emotion/
|
|
880
|
-
"::marker"?: import("@emotion/
|
|
881
|
-
"::placeholder"?: import("@emotion/
|
|
882
|
-
"::selection"?: import("@emotion/
|
|
883
|
-
"::spelling-error"?: import("@emotion/
|
|
884
|
-
"::target-text"?: import("@emotion/
|
|
885
|
-
":active"?: import("@emotion/
|
|
886
|
-
":after"?: import("@emotion/
|
|
887
|
-
":any-link"?: import("@emotion/
|
|
888
|
-
":before"?: import("@emotion/
|
|
889
|
-
":blank"?: import("@emotion/
|
|
890
|
-
":checked"?: import("@emotion/
|
|
891
|
-
":current"?: import("@emotion/
|
|
892
|
-
":default"?: import("@emotion/
|
|
893
|
-
":defined"?: import("@emotion/
|
|
894
|
-
":disabled"?: import("@emotion/
|
|
895
|
-
":empty"?: import("@emotion/
|
|
896
|
-
":enabled"?: import("@emotion/
|
|
897
|
-
":first"?: import("@emotion/
|
|
898
|
-
":first-child"?: import("@emotion/
|
|
899
|
-
":first-letter"?: import("@emotion/
|
|
900
|
-
":first-line"?: import("@emotion/
|
|
901
|
-
":first-of-type"?: import("@emotion/
|
|
902
|
-
":focus"?: import("@emotion/
|
|
903
|
-
":focus-visible"?: import("@emotion/
|
|
904
|
-
":focus-within"?: import("@emotion/
|
|
905
|
-
":fullscreen"?: import("@emotion/
|
|
906
|
-
":future"?: import("@emotion/
|
|
907
|
-
":hover"?: import("@emotion/
|
|
908
|
-
":in-range"?: import("@emotion/
|
|
909
|
-
":indeterminate"?: import("@emotion/
|
|
910
|
-
":invalid"?: import("@emotion/
|
|
911
|
-
":last-child"?: import("@emotion/
|
|
912
|
-
":last-of-type"?: import("@emotion/
|
|
913
|
-
":left"?: import("@emotion/
|
|
914
|
-
":link"?: import("@emotion/
|
|
915
|
-
":local-link"?: import("@emotion/
|
|
916
|
-
":nth-col"?: import("@emotion/
|
|
917
|
-
":nth-last-col"?: import("@emotion/
|
|
918
|
-
":only-child"?: import("@emotion/
|
|
919
|
-
":only-of-type"?: import("@emotion/
|
|
920
|
-
":optional"?: import("@emotion/
|
|
921
|
-
":out-of-range"?: import("@emotion/
|
|
922
|
-
":past"?: import("@emotion/
|
|
923
|
-
":paused"?: import("@emotion/
|
|
924
|
-
":picture-in-picture"?: import("@emotion/
|
|
925
|
-
":placeholder-shown"?: import("@emotion/
|
|
926
|
-
":playing"?: import("@emotion/
|
|
927
|
-
":read-only"?: import("@emotion/
|
|
928
|
-
":read-write"?: import("@emotion/
|
|
929
|
-
":required"?: import("@emotion/
|
|
930
|
-
":right"?: import("@emotion/
|
|
931
|
-
":root"?: import("@emotion/
|
|
932
|
-
":scope"?: import("@emotion/
|
|
933
|
-
":target"?: import("@emotion/
|
|
934
|
-
":target-within"?: import("@emotion/
|
|
935
|
-
":user-invalid"?: import("@emotion/
|
|
936
|
-
":user-valid"?: import("@emotion/
|
|
937
|
-
":valid"?: import("@emotion/
|
|
938
|
-
":visited"?: import("@emotion/
|
|
812
|
+
":-moz-any()"?: import("@emotion/serialize").CSSObject;
|
|
813
|
+
":-moz-dir"?: import("@emotion/serialize").CSSObject;
|
|
814
|
+
":-webkit-any()"?: import("@emotion/serialize").CSSObject;
|
|
815
|
+
"::cue"?: import("@emotion/serialize").CSSObject;
|
|
816
|
+
"::cue-region"?: import("@emotion/serialize").CSSObject;
|
|
817
|
+
"::part"?: import("@emotion/serialize").CSSObject;
|
|
818
|
+
"::slotted"?: import("@emotion/serialize").CSSObject;
|
|
819
|
+
":dir"?: import("@emotion/serialize").CSSObject;
|
|
820
|
+
":has"?: import("@emotion/serialize").CSSObject;
|
|
821
|
+
":host"?: import("@emotion/serialize").CSSObject;
|
|
822
|
+
":host-context"?: import("@emotion/serialize").CSSObject;
|
|
823
|
+
":is"?: import("@emotion/serialize").CSSObject;
|
|
824
|
+
":lang"?: import("@emotion/serialize").CSSObject;
|
|
825
|
+
":matches()"?: import("@emotion/serialize").CSSObject;
|
|
826
|
+
":not"?: import("@emotion/serialize").CSSObject;
|
|
827
|
+
":nth-child"?: import("@emotion/serialize").CSSObject;
|
|
828
|
+
":nth-last-child"?: import("@emotion/serialize").CSSObject;
|
|
829
|
+
":nth-last-of-type"?: import("@emotion/serialize").CSSObject;
|
|
830
|
+
":nth-of-type"?: import("@emotion/serialize").CSSObject;
|
|
831
|
+
":where"?: import("@emotion/serialize").CSSObject;
|
|
832
|
+
":-khtml-any-link"?: import("@emotion/serialize").CSSObject;
|
|
833
|
+
":-moz-any-link"?: import("@emotion/serialize").CSSObject;
|
|
834
|
+
":-moz-focusring"?: import("@emotion/serialize").CSSObject;
|
|
835
|
+
":-moz-full-screen"?: import("@emotion/serialize").CSSObject;
|
|
836
|
+
":-moz-placeholder"?: import("@emotion/serialize").CSSObject;
|
|
837
|
+
":-moz-read-only"?: import("@emotion/serialize").CSSObject;
|
|
838
|
+
":-moz-read-write"?: import("@emotion/serialize").CSSObject;
|
|
839
|
+
":-moz-ui-invalid"?: import("@emotion/serialize").CSSObject;
|
|
840
|
+
":-moz-ui-valid"?: import("@emotion/serialize").CSSObject;
|
|
841
|
+
":-ms-fullscreen"?: import("@emotion/serialize").CSSObject;
|
|
842
|
+
":-ms-input-placeholder"?: import("@emotion/serialize").CSSObject;
|
|
843
|
+
":-webkit-any-link"?: import("@emotion/serialize").CSSObject;
|
|
844
|
+
":-webkit-full-screen"?: import("@emotion/serialize").CSSObject;
|
|
845
|
+
"::-moz-placeholder"?: import("@emotion/serialize").CSSObject;
|
|
846
|
+
"::-moz-progress-bar"?: import("@emotion/serialize").CSSObject;
|
|
847
|
+
"::-moz-range-progress"?: import("@emotion/serialize").CSSObject;
|
|
848
|
+
"::-moz-range-thumb"?: import("@emotion/serialize").CSSObject;
|
|
849
|
+
"::-moz-range-track"?: import("@emotion/serialize").CSSObject;
|
|
850
|
+
"::-moz-selection"?: import("@emotion/serialize").CSSObject;
|
|
851
|
+
"::-ms-backdrop"?: import("@emotion/serialize").CSSObject;
|
|
852
|
+
"::-ms-browse"?: import("@emotion/serialize").CSSObject;
|
|
853
|
+
"::-ms-check"?: import("@emotion/serialize").CSSObject;
|
|
854
|
+
"::-ms-clear"?: import("@emotion/serialize").CSSObject;
|
|
855
|
+
"::-ms-expand"?: import("@emotion/serialize").CSSObject;
|
|
856
|
+
"::-ms-fill"?: import("@emotion/serialize").CSSObject;
|
|
857
|
+
"::-ms-fill-lower"?: import("@emotion/serialize").CSSObject;
|
|
858
|
+
"::-ms-fill-upper"?: import("@emotion/serialize").CSSObject;
|
|
859
|
+
"::-ms-input-placeholder"?: import("@emotion/serialize").CSSObject;
|
|
860
|
+
"::-ms-reveal"?: import("@emotion/serialize").CSSObject;
|
|
861
|
+
"::-ms-thumb"?: import("@emotion/serialize").CSSObject;
|
|
862
|
+
"::-ms-ticks-after"?: import("@emotion/serialize").CSSObject;
|
|
863
|
+
"::-ms-ticks-before"?: import("@emotion/serialize").CSSObject;
|
|
864
|
+
"::-ms-tooltip"?: import("@emotion/serialize").CSSObject;
|
|
865
|
+
"::-ms-track"?: import("@emotion/serialize").CSSObject;
|
|
866
|
+
"::-ms-value"?: import("@emotion/serialize").CSSObject;
|
|
867
|
+
"::-webkit-backdrop"?: import("@emotion/serialize").CSSObject;
|
|
868
|
+
"::-webkit-input-placeholder"?: import("@emotion/serialize").CSSObject;
|
|
869
|
+
"::-webkit-progress-bar"?: import("@emotion/serialize").CSSObject;
|
|
870
|
+
"::-webkit-progress-inner-value"?: import("@emotion/serialize").CSSObject;
|
|
871
|
+
"::-webkit-progress-value"?: import("@emotion/serialize").CSSObject;
|
|
872
|
+
"::-webkit-slider-runnable-track"?: import("@emotion/serialize").CSSObject;
|
|
873
|
+
"::-webkit-slider-thumb"?: import("@emotion/serialize").CSSObject;
|
|
874
|
+
"::after"?: import("@emotion/serialize").CSSObject;
|
|
875
|
+
"::backdrop"?: import("@emotion/serialize").CSSObject;
|
|
876
|
+
"::before"?: import("@emotion/serialize").CSSObject;
|
|
877
|
+
"::first-letter"?: import("@emotion/serialize").CSSObject;
|
|
878
|
+
"::first-line"?: import("@emotion/serialize").CSSObject;
|
|
879
|
+
"::grammar-error"?: import("@emotion/serialize").CSSObject;
|
|
880
|
+
"::marker"?: import("@emotion/serialize").CSSObject;
|
|
881
|
+
"::placeholder"?: import("@emotion/serialize").CSSObject;
|
|
882
|
+
"::selection"?: import("@emotion/serialize").CSSObject;
|
|
883
|
+
"::spelling-error"?: import("@emotion/serialize").CSSObject;
|
|
884
|
+
"::target-text"?: import("@emotion/serialize").CSSObject;
|
|
885
|
+
":active"?: import("@emotion/serialize").CSSObject;
|
|
886
|
+
":after"?: import("@emotion/serialize").CSSObject;
|
|
887
|
+
":any-link"?: import("@emotion/serialize").CSSObject;
|
|
888
|
+
":before"?: import("@emotion/serialize").CSSObject;
|
|
889
|
+
":blank"?: import("@emotion/serialize").CSSObject;
|
|
890
|
+
":checked"?: import("@emotion/serialize").CSSObject;
|
|
891
|
+
":current"?: import("@emotion/serialize").CSSObject;
|
|
892
|
+
":default"?: import("@emotion/serialize").CSSObject;
|
|
893
|
+
":defined"?: import("@emotion/serialize").CSSObject;
|
|
894
|
+
":disabled"?: import("@emotion/serialize").CSSObject;
|
|
895
|
+
":empty"?: import("@emotion/serialize").CSSObject;
|
|
896
|
+
":enabled"?: import("@emotion/serialize").CSSObject;
|
|
897
|
+
":first"?: import("@emotion/serialize").CSSObject;
|
|
898
|
+
":first-child"?: import("@emotion/serialize").CSSObject;
|
|
899
|
+
":first-letter"?: import("@emotion/serialize").CSSObject;
|
|
900
|
+
":first-line"?: import("@emotion/serialize").CSSObject;
|
|
901
|
+
":first-of-type"?: import("@emotion/serialize").CSSObject;
|
|
902
|
+
":focus"?: import("@emotion/serialize").CSSObject;
|
|
903
|
+
":focus-visible"?: import("@emotion/serialize").CSSObject;
|
|
904
|
+
":focus-within"?: import("@emotion/serialize").CSSObject;
|
|
905
|
+
":fullscreen"?: import("@emotion/serialize").CSSObject;
|
|
906
|
+
":future"?: import("@emotion/serialize").CSSObject;
|
|
907
|
+
":hover"?: import("@emotion/serialize").CSSObject;
|
|
908
|
+
":in-range"?: import("@emotion/serialize").CSSObject;
|
|
909
|
+
":indeterminate"?: import("@emotion/serialize").CSSObject;
|
|
910
|
+
":invalid"?: import("@emotion/serialize").CSSObject;
|
|
911
|
+
":last-child"?: import("@emotion/serialize").CSSObject;
|
|
912
|
+
":last-of-type"?: import("@emotion/serialize").CSSObject;
|
|
913
|
+
":left"?: import("@emotion/serialize").CSSObject;
|
|
914
|
+
":link"?: import("@emotion/serialize").CSSObject;
|
|
915
|
+
":local-link"?: import("@emotion/serialize").CSSObject;
|
|
916
|
+
":nth-col"?: import("@emotion/serialize").CSSObject;
|
|
917
|
+
":nth-last-col"?: import("@emotion/serialize").CSSObject;
|
|
918
|
+
":only-child"?: import("@emotion/serialize").CSSObject;
|
|
919
|
+
":only-of-type"?: import("@emotion/serialize").CSSObject;
|
|
920
|
+
":optional"?: import("@emotion/serialize").CSSObject;
|
|
921
|
+
":out-of-range"?: import("@emotion/serialize").CSSObject;
|
|
922
|
+
":past"?: import("@emotion/serialize").CSSObject;
|
|
923
|
+
":paused"?: import("@emotion/serialize").CSSObject;
|
|
924
|
+
":picture-in-picture"?: import("@emotion/serialize").CSSObject;
|
|
925
|
+
":placeholder-shown"?: import("@emotion/serialize").CSSObject;
|
|
926
|
+
":playing"?: import("@emotion/serialize").CSSObject;
|
|
927
|
+
":read-only"?: import("@emotion/serialize").CSSObject;
|
|
928
|
+
":read-write"?: import("@emotion/serialize").CSSObject;
|
|
929
|
+
":required"?: import("@emotion/serialize").CSSObject;
|
|
930
|
+
":right"?: import("@emotion/serialize").CSSObject;
|
|
931
|
+
":root"?: import("@emotion/serialize").CSSObject;
|
|
932
|
+
":scope"?: import("@emotion/serialize").CSSObject;
|
|
933
|
+
":target"?: import("@emotion/serialize").CSSObject;
|
|
934
|
+
":target-within"?: import("@emotion/serialize").CSSObject;
|
|
935
|
+
":user-invalid"?: import("@emotion/serialize").CSSObject;
|
|
936
|
+
":user-valid"?: import("@emotion/serialize").CSSObject;
|
|
937
|
+
":valid"?: import("@emotion/serialize").CSSObject;
|
|
938
|
+
":visited"?: import("@emotion/serialize").CSSObject;
|
|
939
939
|
};
|
|
940
940
|
'& > div': {
|
|
941
941
|
display: string;
|
package/package.json
CHANGED