@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.
@@ -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,CAqBnC,CAAC;AAEF,OAAO,EAAC,UAAU,EAAC,CAAC"}
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"}
@@ -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/react").CSSObject;
813
- ":-moz-dir"?: import("@emotion/react").CSSObject;
814
- ":-webkit-any()"?: import("@emotion/react").CSSObject;
815
- "::cue"?: import("@emotion/react").CSSObject;
816
- "::cue-region"?: import("@emotion/react").CSSObject;
817
- "::part"?: import("@emotion/react").CSSObject;
818
- "::slotted"?: import("@emotion/react").CSSObject;
819
- ":dir"?: import("@emotion/react").CSSObject;
820
- ":has"?: import("@emotion/react").CSSObject;
821
- ":host"?: import("@emotion/react").CSSObject;
822
- ":host-context"?: import("@emotion/react").CSSObject;
823
- ":is"?: import("@emotion/react").CSSObject;
824
- ":lang"?: import("@emotion/react").CSSObject;
825
- ":matches()"?: import("@emotion/react").CSSObject;
826
- ":not"?: import("@emotion/react").CSSObject;
827
- ":nth-child"?: import("@emotion/react").CSSObject;
828
- ":nth-last-child"?: import("@emotion/react").CSSObject;
829
- ":nth-last-of-type"?: import("@emotion/react").CSSObject;
830
- ":nth-of-type"?: import("@emotion/react").CSSObject;
831
- ":where"?: import("@emotion/react").CSSObject;
832
- ":-khtml-any-link"?: import("@emotion/react").CSSObject;
833
- ":-moz-any-link"?: import("@emotion/react").CSSObject;
834
- ":-moz-focusring"?: import("@emotion/react").CSSObject;
835
- ":-moz-full-screen"?: import("@emotion/react").CSSObject;
836
- ":-moz-placeholder"?: import("@emotion/react").CSSObject;
837
- ":-moz-read-only"?: import("@emotion/react").CSSObject;
838
- ":-moz-read-write"?: import("@emotion/react").CSSObject;
839
- ":-moz-ui-invalid"?: import("@emotion/react").CSSObject;
840
- ":-moz-ui-valid"?: import("@emotion/react").CSSObject;
841
- ":-ms-fullscreen"?: import("@emotion/react").CSSObject;
842
- ":-ms-input-placeholder"?: import("@emotion/react").CSSObject;
843
- ":-webkit-any-link"?: import("@emotion/react").CSSObject;
844
- ":-webkit-full-screen"?: import("@emotion/react").CSSObject;
845
- "::-moz-placeholder"?: import("@emotion/react").CSSObject;
846
- "::-moz-progress-bar"?: import("@emotion/react").CSSObject;
847
- "::-moz-range-progress"?: import("@emotion/react").CSSObject;
848
- "::-moz-range-thumb"?: import("@emotion/react").CSSObject;
849
- "::-moz-range-track"?: import("@emotion/react").CSSObject;
850
- "::-moz-selection"?: import("@emotion/react").CSSObject;
851
- "::-ms-backdrop"?: import("@emotion/react").CSSObject;
852
- "::-ms-browse"?: import("@emotion/react").CSSObject;
853
- "::-ms-check"?: import("@emotion/react").CSSObject;
854
- "::-ms-clear"?: import("@emotion/react").CSSObject;
855
- "::-ms-expand"?: import("@emotion/react").CSSObject;
856
- "::-ms-fill"?: import("@emotion/react").CSSObject;
857
- "::-ms-fill-lower"?: import("@emotion/react").CSSObject;
858
- "::-ms-fill-upper"?: import("@emotion/react").CSSObject;
859
- "::-ms-input-placeholder"?: import("@emotion/react").CSSObject;
860
- "::-ms-reveal"?: import("@emotion/react").CSSObject;
861
- "::-ms-thumb"?: import("@emotion/react").CSSObject;
862
- "::-ms-ticks-after"?: import("@emotion/react").CSSObject;
863
- "::-ms-ticks-before"?: import("@emotion/react").CSSObject;
864
- "::-ms-tooltip"?: import("@emotion/react").CSSObject;
865
- "::-ms-track"?: import("@emotion/react").CSSObject;
866
- "::-ms-value"?: import("@emotion/react").CSSObject;
867
- "::-webkit-backdrop"?: import("@emotion/react").CSSObject;
868
- "::-webkit-input-placeholder"?: import("@emotion/react").CSSObject;
869
- "::-webkit-progress-bar"?: import("@emotion/react").CSSObject;
870
- "::-webkit-progress-inner-value"?: import("@emotion/react").CSSObject;
871
- "::-webkit-progress-value"?: import("@emotion/react").CSSObject;
872
- "::-webkit-slider-runnable-track"?: import("@emotion/react").CSSObject;
873
- "::-webkit-slider-thumb"?: import("@emotion/react").CSSObject;
874
- "::after"?: import("@emotion/react").CSSObject;
875
- "::backdrop"?: import("@emotion/react").CSSObject;
876
- "::before"?: import("@emotion/react").CSSObject;
877
- "::first-letter"?: import("@emotion/react").CSSObject;
878
- "::first-line"?: import("@emotion/react").CSSObject;
879
- "::grammar-error"?: import("@emotion/react").CSSObject;
880
- "::marker"?: import("@emotion/react").CSSObject;
881
- "::placeholder"?: import("@emotion/react").CSSObject;
882
- "::selection"?: import("@emotion/react").CSSObject;
883
- "::spelling-error"?: import("@emotion/react").CSSObject;
884
- "::target-text"?: import("@emotion/react").CSSObject;
885
- ":active"?: import("@emotion/react").CSSObject;
886
- ":after"?: import("@emotion/react").CSSObject;
887
- ":any-link"?: import("@emotion/react").CSSObject;
888
- ":before"?: import("@emotion/react").CSSObject;
889
- ":blank"?: import("@emotion/react").CSSObject;
890
- ":checked"?: import("@emotion/react").CSSObject;
891
- ":current"?: import("@emotion/react").CSSObject;
892
- ":default"?: import("@emotion/react").CSSObject;
893
- ":defined"?: import("@emotion/react").CSSObject;
894
- ":disabled"?: import("@emotion/react").CSSObject;
895
- ":empty"?: import("@emotion/react").CSSObject;
896
- ":enabled"?: import("@emotion/react").CSSObject;
897
- ":first"?: import("@emotion/react").CSSObject;
898
- ":first-child"?: import("@emotion/react").CSSObject;
899
- ":first-letter"?: import("@emotion/react").CSSObject;
900
- ":first-line"?: import("@emotion/react").CSSObject;
901
- ":first-of-type"?: import("@emotion/react").CSSObject;
902
- ":focus"?: import("@emotion/react").CSSObject;
903
- ":focus-visible"?: import("@emotion/react").CSSObject;
904
- ":focus-within"?: import("@emotion/react").CSSObject;
905
- ":fullscreen"?: import("@emotion/react").CSSObject;
906
- ":future"?: import("@emotion/react").CSSObject;
907
- ":hover"?: import("@emotion/react").CSSObject;
908
- ":in-range"?: import("@emotion/react").CSSObject;
909
- ":indeterminate"?: import("@emotion/react").CSSObject;
910
- ":invalid"?: import("@emotion/react").CSSObject;
911
- ":last-child"?: import("@emotion/react").CSSObject;
912
- ":last-of-type"?: import("@emotion/react").CSSObject;
913
- ":left"?: import("@emotion/react").CSSObject;
914
- ":link"?: import("@emotion/react").CSSObject;
915
- ":local-link"?: import("@emotion/react").CSSObject;
916
- ":nth-col"?: import("@emotion/react").CSSObject;
917
- ":nth-last-col"?: import("@emotion/react").CSSObject;
918
- ":only-child"?: import("@emotion/react").CSSObject;
919
- ":only-of-type"?: import("@emotion/react").CSSObject;
920
- ":optional"?: import("@emotion/react").CSSObject;
921
- ":out-of-range"?: import("@emotion/react").CSSObject;
922
- ":past"?: import("@emotion/react").CSSObject;
923
- ":paused"?: import("@emotion/react").CSSObject;
924
- ":picture-in-picture"?: import("@emotion/react").CSSObject;
925
- ":placeholder-shown"?: import("@emotion/react").CSSObject;
926
- ":playing"?: import("@emotion/react").CSSObject;
927
- ":read-only"?: import("@emotion/react").CSSObject;
928
- ":read-write"?: import("@emotion/react").CSSObject;
929
- ":required"?: import("@emotion/react").CSSObject;
930
- ":right"?: import("@emotion/react").CSSObject;
931
- ":root"?: import("@emotion/react").CSSObject;
932
- ":scope"?: import("@emotion/react").CSSObject;
933
- ":target"?: import("@emotion/react").CSSObject;
934
- ":target-within"?: import("@emotion/react").CSSObject;
935
- ":user-invalid"?: import("@emotion/react").CSSObject;
936
- ":user-valid"?: import("@emotion/react").CSSObject;
937
- ":valid"?: import("@emotion/react").CSSObject;
938
- ":visited"?: import("@emotion/react").CSSObject;
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
@@ -69,6 +69,6 @@
69
69
  "test:watch": "jest --watch",
70
70
  "test:update": "jest --updateSnapshot"
71
71
  },
72
- "version": "9.26.2",
73
- "gitHead": "36fed40b807dc9712d02d4f90d4cf6aeacdb6b3f"
72
+ "version": "9.27.0",
73
+ "gitHead": "185f71e6868825c1fd189b92a501a6d444b23cfb"
74
74
  }