@semcore/flex-box
Advanced tools
Comparing version 4.5.11 to 4.5.12
@@ -5,2 +5,8 @@ # Changelog | ||
## [4.5.12] - 2022-10-04 | ||
### Changed | ||
- Version patch update due to children dependencies update (`@semcore/utils` [3.37.1 ~> 3.37.2]). | ||
## [4.5.11] - 2022-08-30 | ||
@@ -7,0 +13,0 @@ |
@@ -40,9 +40,9 @@ "use strict"; | ||
/*__inner_css_start__*/ | ||
".___SBoxSizing_1jym6_gg_{box-sizing:border-box}.___SBoxInline_1jym6_gg_{display:inline-block}" | ||
".___SBoxSizing_1rkly_gg_{box-sizing:border-box}.___SBoxInline_1rkly_gg_{display:inline-block}" | ||
/*__inner_css_end__*/ | ||
, "1jym6_gg_") | ||
, "1rkly_gg_") | ||
/*__reshadow_css_end__*/ | ||
, { | ||
"__SBoxSizing": "___SBoxSizing_1jym6_gg_", | ||
"__SBoxInline": "___SBoxInline_1jym6_gg_" | ||
"__SBoxSizing": "___SBoxSizing_1rkly_gg_", | ||
"__SBoxInline": "___SBoxInline_1rkly_gg_" | ||
}); | ||
@@ -49,0 +49,0 @@ |
@@ -43,9 +43,9 @@ "use strict"; | ||
/*__inner_css_start__*/ | ||
".___SFlex_le3iz_gg_{display:flex}.___SFlex_le3iz_gg_.__inline_le3iz_gg_{display:inline-flex}" | ||
".___SFlex_vfv5o_gg_{display:flex}.___SFlex_vfv5o_gg_.__inline_vfv5o_gg_{display:inline-flex}" | ||
/*__inner_css_end__*/ | ||
, "le3iz_gg_") | ||
, "vfv5o_gg_") | ||
/*__reshadow_css_end__*/ | ||
, { | ||
"__SFlex": "___SFlex_le3iz_gg_", | ||
"_inline": "__inline_le3iz_gg_" | ||
"__SFlex": "___SFlex_vfv5o_gg_", | ||
"_inline": "__inline_vfv5o_gg_" | ||
}); | ||
@@ -52,0 +52,0 @@ |
@@ -23,9 +23,9 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
/*__inner_css_start__*/ | ||
".___SBoxSizing_1jym6_gg_{box-sizing:border-box}.___SBoxInline_1jym6_gg_{display:inline-block}" | ||
".___SBoxSizing_1rkly_gg_{box-sizing:border-box}.___SBoxInline_1rkly_gg_{display:inline-block}" | ||
/*__inner_css_end__*/ | ||
, "1jym6_gg_") | ||
, "1rkly_gg_") | ||
/*__reshadow_css_end__*/ | ||
, { | ||
"__SBoxSizing": "___SBoxSizing_1jym6_gg_", | ||
"__SBoxInline": "___SBoxInline_1jym6_gg_" | ||
"__SBoxSizing": "___SBoxSizing_1rkly_gg_", | ||
"__SBoxInline": "___SBoxInline_1rkly_gg_" | ||
}); | ||
@@ -32,0 +32,0 @@ import { getAutoOrScaleIndent } from '../utils'; |
@@ -22,9 +22,9 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
/*__inner_css_start__*/ | ||
".___SFlex_le3iz_gg_{display:flex}.___SFlex_le3iz_gg_.__inline_le3iz_gg_{display:inline-flex}" | ||
".___SFlex_vfv5o_gg_{display:flex}.___SFlex_vfv5o_gg_.__inline_vfv5o_gg_{display:inline-flex}" | ||
/*__inner_css_end__*/ | ||
, "le3iz_gg_") | ||
, "vfv5o_gg_") | ||
/*__reshadow_css_end__*/ | ||
, { | ||
"__SFlex": "___SFlex_le3iz_gg_", | ||
"_inline": "__inline_le3iz_gg_" | ||
"__SFlex": "___SFlex_vfv5o_gg_", | ||
"_inline": "__inline_vfv5o_gg_" | ||
}); | ||
@@ -31,0 +31,0 @@ import { getAutoOrScaleIndent } from '../utils'; |
{ | ||
"name": "@semcore/flex-box", | ||
"description": "Semrush FlexBox Component", | ||
"version": "4.5.11", | ||
"version": "4.5.12", | ||
"main": "lib/cjs/index.js", | ||
@@ -12,3 +12,3 @@ "module": "lib/es6/index.js", | ||
"scripts": { | ||
"build": "build", | ||
"build": "pnpm semcore-builder", | ||
"test": "jest" | ||
@@ -18,2 +18,3 @@ }, | ||
"@semcore/utils": "^3.15", | ||
"classnames": "2.2.6", | ||
"csstype": "3.0.8" | ||
@@ -34,4 +35,5 @@ }, | ||
"devDependencies": { | ||
"@types/react": "16.8 - 17", | ||
"@semcore/jest-preset-ui": "1.0.0" | ||
} | ||
} |
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
91095
5
2
+ Addedclassnames@2.2.6