@semcore/flex-box
Advanced tools
Comparing version 4.6.4 to 4.6.5
@@ -5,2 +5,8 @@ # Changelog | ||
## [4.6.5] - 2022-11-30 | ||
### Fixed | ||
- Fixed showing types in autocomplete IDE. | ||
## [4.6.4] - 2022-11-30 | ||
@@ -7,0 +13,0 @@ |
@@ -27,3 +27,3 @@ "use strict"; | ||
Box.displayName = 'Box'; // eslint-disable-next-line ssr-friendly/no-dom-globals-in-module-scope | ||
Box.displayName = 'Box'; | ||
@@ -30,0 +30,0 @@ var _default = (0, _core.createBaseComponent)(Box); |
@@ -40,9 +40,9 @@ "use strict"; | ||
/*__inner_css_start__*/ | ||
".___SBoxSizing_1iwef_gg_{box-sizing:border-box}.___SBoxInline_1iwef_gg_{display:inline-block}" | ||
".___SBoxSizing_1i7l6_gg_{box-sizing:border-box}.___SBoxInline_1i7l6_gg_{display:inline-block}" | ||
/*__inner_css_end__*/ | ||
, "1iwef_gg_") | ||
, "1i7l6_gg_") | ||
/*__reshadow_css_end__*/ | ||
, { | ||
"__SBoxSizing": "___SBoxSizing_1iwef_gg_", | ||
"__SBoxInline": "___SBoxInline_1iwef_gg_" | ||
"__SBoxSizing": "___SBoxSizing_1i7l6_gg_", | ||
"__SBoxInline": "___SBoxInline_1i7l6_gg_" | ||
}); | ||
@@ -49,0 +49,0 @@ |
@@ -27,3 +27,3 @@ "use strict"; | ||
Flex.displayName = 'Flex'; // eslint-disable-next-line ssr-friendly/no-dom-globals-in-module-scope | ||
Flex.displayName = 'Flex'; | ||
@@ -30,0 +30,0 @@ var _default = (0, _core.createBaseComponent)(Flex); |
@@ -43,9 +43,9 @@ "use strict"; | ||
/*__inner_css_start__*/ | ||
".___SFlex_1amuz_gg_{display:flex}.___SFlex_1amuz_gg_.__inline_1amuz_gg_{display:inline-flex}" | ||
".___SFlex_m6srk_gg_{display:flex}.___SFlex_m6srk_gg_.__inline_m6srk_gg_{display:inline-flex}" | ||
/*__inner_css_end__*/ | ||
, "1amuz_gg_") | ||
, "m6srk_gg_") | ||
/*__reshadow_css_end__*/ | ||
, { | ||
"__SFlex": "___SFlex_1amuz_gg_", | ||
"_inline": "__inline_1amuz_gg_" | ||
"__SFlex": "___SFlex_m6srk_gg_", | ||
"_inline": "__inline_m6srk_gg_" | ||
}); | ||
@@ -52,0 +52,0 @@ |
@@ -15,5 +15,4 @@ import _slicedToArray from "@babel/runtime/helpers/slicedToArray"; | ||
Box.displayName = 'Box'; // eslint-disable-next-line ssr-friendly/no-dom-globals-in-module-scope | ||
Box.displayName = 'Box'; | ||
export default createBaseComponent(Box); | ||
//# sourceMappingURL=index.js.map |
@@ -23,9 +23,9 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
/*__inner_css_start__*/ | ||
".___SBoxSizing_1iwef_gg_{box-sizing:border-box}.___SBoxInline_1iwef_gg_{display:inline-block}" | ||
".___SBoxSizing_1i7l6_gg_{box-sizing:border-box}.___SBoxInline_1i7l6_gg_{display:inline-block}" | ||
/*__inner_css_end__*/ | ||
, "1iwef_gg_") | ||
, "1i7l6_gg_") | ||
/*__reshadow_css_end__*/ | ||
, { | ||
"__SBoxSizing": "___SBoxSizing_1iwef_gg_", | ||
"__SBoxInline": "___SBoxInline_1iwef_gg_" | ||
"__SBoxSizing": "___SBoxSizing_1i7l6_gg_", | ||
"__SBoxInline": "___SBoxInline_1i7l6_gg_" | ||
}); | ||
@@ -32,0 +32,0 @@ import { getAutoOrScaleIndent } from '../utils'; |
@@ -15,5 +15,4 @@ import _slicedToArray from "@babel/runtime/helpers/slicedToArray"; | ||
Flex.displayName = 'Flex'; // eslint-disable-next-line ssr-friendly/no-dom-globals-in-module-scope | ||
Flex.displayName = 'Flex'; | ||
export default createBaseComponent(Flex); | ||
//# sourceMappingURL=index.js.map |
@@ -22,9 +22,9 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
/*__inner_css_start__*/ | ||
".___SFlex_1amuz_gg_{display:flex}.___SFlex_1amuz_gg_.__inline_1amuz_gg_{display:inline-flex}" | ||
".___SFlex_m6srk_gg_{display:flex}.___SFlex_m6srk_gg_.__inline_m6srk_gg_{display:inline-flex}" | ||
/*__inner_css_end__*/ | ||
, "1amuz_gg_") | ||
, "m6srk_gg_") | ||
/*__reshadow_css_end__*/ | ||
, { | ||
"__SFlex": "___SFlex_1amuz_gg_", | ||
"_inline": "__inline_1amuz_gg_" | ||
"__SFlex": "___SFlex_m6srk_gg_", | ||
"_inline": "__inline_m6srk_gg_" | ||
}); | ||
@@ -31,0 +31,0 @@ import { getAutoOrScaleIndent } from '../utils'; |
import React from 'react'; | ||
import { Merge } from '@semcore/core'; | ||
import { IBoxProps } from './useBox'; | ||
declare const _default: import("@semcore/core").ComponentType<Merge<IBoxProps, React.HTMLAttributes<HTMLDivElement>>, {}, {}, {}, null>; | ||
declare const _default: <T>(props: IBoxProps & T) => React.ReactElement; | ||
export default _default; |
import React from 'react'; | ||
import { Merge } from '@semcore/core'; | ||
import { IFlexProps } from './useFlex'; | ||
declare const _default: import("@semcore/core").ComponentType<Merge<IFlexProps, React.HTMLAttributes<HTMLDivElement>>, {}, {}, {}, null>; | ||
declare const _default: <T>(props: IFlexProps & T) => React.ReactElement; | ||
export default _default; |
{ | ||
"name": "@semcore/flex-box", | ||
"description": "Semrush FlexBox Component", | ||
"version": "4.6.4", | ||
"version": "4.6.5", | ||
"main": "lib/cjs/index.js", | ||
@@ -6,0 +6,0 @@ "module": "lib/es6/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90551
794