@taikai/rocket-kit 3.0.1 → 3.0.2
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/atoms/video-player/index.d.ts +2 -0
- package/dist/rocket-kit.cjs.development.js +8 -4
- package/dist/rocket-kit.cjs.development.js.map +1 -1
- package/dist/rocket-kit.cjs.production.min.js +3 -3
- package/dist/rocket-kit.cjs.production.min.js.map +1 -1
- package/dist/rocket-kit.esm.js +8 -4
- package/dist/rocket-kit.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -927,7 +927,7 @@ const Icon = props => {
|
|
|
927
927
|
const LabelStyle = /*#__PURE__*/_styled__default.label.withConfig({
|
|
928
928
|
displayName: "styles__LabelStyle",
|
|
929
929
|
componentId: "sc-pbv9we-0"
|
|
930
|
-
})(["display:flex;align-items:center;font-size:", ";font-weight:", ";color:", ";svg{margin-left:", ";width:auto;height:", ";}"], typography.fontSizeXs, typography.semiBold, colors.
|
|
930
|
+
})(["display:flex;align-items:center;font-size:", ";font-weight:", ";color:", ";svg{margin-left:", ";width:auto;height:", ";}"], typography.fontSizeXs, typography.semiBold, colors.grey500, /*#__PURE__*/polished.rem('5px'), /*#__PURE__*/polished.rem('16px'));
|
|
931
931
|
|
|
932
932
|
const Label = props => {
|
|
933
933
|
const {
|
|
@@ -1912,7 +1912,9 @@ const VideoPlayer = props => {
|
|
|
1912
1912
|
controls = false,
|
|
1913
1913
|
width = '100%',
|
|
1914
1914
|
height = '100%',
|
|
1915
|
-
onEnded
|
|
1915
|
+
onEnded,
|
|
1916
|
+
onReady,
|
|
1917
|
+
onError
|
|
1916
1918
|
} = props;
|
|
1917
1919
|
return /*#__PURE__*/React__default.createElement(Wrapper$4, null, /*#__PURE__*/React__default.createElement(ReactPlayer, {
|
|
1918
1920
|
style: {
|
|
@@ -1926,7 +1928,9 @@ const VideoPlayer = props => {
|
|
|
1926
1928
|
controls: controls,
|
|
1927
1929
|
width: width,
|
|
1928
1930
|
height: height,
|
|
1929
|
-
onEnded: onEnded
|
|
1931
|
+
onEnded: onEnded,
|
|
1932
|
+
onReady: onReady,
|
|
1933
|
+
onError: onError
|
|
1930
1934
|
}));
|
|
1931
1935
|
};
|
|
1932
1936
|
|
|
@@ -2832,7 +2836,7 @@ const TableDnD = props => {
|
|
|
2832
2836
|
const Wrapper$8 = /*#__PURE__*/_styled__default.div.withConfig({
|
|
2833
2837
|
displayName: "styles__Wrapper",
|
|
2834
2838
|
componentId: "sc-mbja2a-0"
|
|
2835
|
-
})(["display:inline-block;> label{margin-bottom:", ";color:", ";span{color:", ";}}&:not(:last-child){margin-bottom:", ";}"], /*#__PURE__*/polished.rem('5px'), props => props.error ? field.errorBorderColor : colors.
|
|
2839
|
+
})(["display:inline-block;> label{margin-bottom:", ";color:", ";span{color:", ";}}&:not(:last-child){margin-bottom:", ";}"], /*#__PURE__*/polished.rem('5px'), props => props.error ? field.errorBorderColor : colors.grey500, props => props.error ? field.errorBorderColor : field.color, /*#__PURE__*/polished.rem('15px'));
|
|
2836
2840
|
|
|
2837
2841
|
const FormGroup = props => {
|
|
2838
2842
|
const {
|