@semcore/flex-box
Advanced tools
Comparing version 4.6.5 to 4.7.0
@@ -5,2 +5,8 @@ # Changelog | ||
## [4.7.0] - 2022-12-12 | ||
### Added | ||
- Design tokens based theming. | ||
## [4.6.5] - 2022-11-30 | ||
@@ -7,0 +13,0 @@ |
@@ -40,9 +40,9 @@ "use strict"; | ||
/*__inner_css_start__*/ | ||
".___SBoxSizing_1i7l6_gg_{box-sizing:border-box}.___SBoxInline_1i7l6_gg_{display:inline-block}" | ||
".___SBoxSizing_1pq3k_gg_{box-sizing:border-box}.___SBoxInline_1pq3k_gg_{display:inline-block}" | ||
/*__inner_css_end__*/ | ||
, "1i7l6_gg_") | ||
, "1pq3k_gg_") | ||
/*__reshadow_css_end__*/ | ||
, { | ||
"__SBoxSizing": "___SBoxSizing_1i7l6_gg_", | ||
"__SBoxInline": "___SBoxInline_1i7l6_gg_" | ||
"__SBoxSizing": "___SBoxSizing_1pq3k_gg_", | ||
"__SBoxInline": "___SBoxInline_1pq3k_gg_" | ||
}); | ||
@@ -49,0 +49,0 @@ |
@@ -43,9 +43,9 @@ "use strict"; | ||
/*__inner_css_start__*/ | ||
".___SFlex_m6srk_gg_{display:flex}.___SFlex_m6srk_gg_.__inline_m6srk_gg_{display:inline-flex}" | ||
".___SFlex_174e1_gg_{display:flex}.___SFlex_174e1_gg_.__inline_174e1_gg_{display:inline-flex}" | ||
/*__inner_css_end__*/ | ||
, "m6srk_gg_") | ||
, "174e1_gg_") | ||
/*__reshadow_css_end__*/ | ||
, { | ||
"__SFlex": "___SFlex_m6srk_gg_", | ||
"_inline": "__inline_m6srk_gg_" | ||
"__SFlex": "___SFlex_174e1_gg_", | ||
"_inline": "__inline_174e1_gg_" | ||
}); | ||
@@ -52,0 +52,0 @@ |
@@ -23,9 +23,9 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
/*__inner_css_start__*/ | ||
".___SBoxSizing_1i7l6_gg_{box-sizing:border-box}.___SBoxInline_1i7l6_gg_{display:inline-block}" | ||
".___SBoxSizing_1pq3k_gg_{box-sizing:border-box}.___SBoxInline_1pq3k_gg_{display:inline-block}" | ||
/*__inner_css_end__*/ | ||
, "1i7l6_gg_") | ||
, "1pq3k_gg_") | ||
/*__reshadow_css_end__*/ | ||
, { | ||
"__SBoxSizing": "___SBoxSizing_1i7l6_gg_", | ||
"__SBoxInline": "___SBoxInline_1i7l6_gg_" | ||
"__SBoxSizing": "___SBoxSizing_1pq3k_gg_", | ||
"__SBoxInline": "___SBoxInline_1pq3k_gg_" | ||
}); | ||
@@ -32,0 +32,0 @@ import { getAutoOrScaleIndent } from '../utils'; |
@@ -22,9 +22,9 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
/*__inner_css_start__*/ | ||
".___SFlex_m6srk_gg_{display:flex}.___SFlex_m6srk_gg_.__inline_m6srk_gg_{display:inline-flex}" | ||
".___SFlex_174e1_gg_{display:flex}.___SFlex_174e1_gg_.__inline_174e1_gg_{display:inline-flex}" | ||
/*__inner_css_end__*/ | ||
, "m6srk_gg_") | ||
, "174e1_gg_") | ||
/*__reshadow_css_end__*/ | ||
, { | ||
"__SFlex": "___SFlex_m6srk_gg_", | ||
"_inline": "__inline_m6srk_gg_" | ||
"__SFlex": "___SFlex_174e1_gg_", | ||
"_inline": "__inline_174e1_gg_" | ||
}); | ||
@@ -31,0 +31,0 @@ import { getAutoOrScaleIndent } from '../utils'; |
{ | ||
"name": "@semcore/flex-box", | ||
"description": "Semrush FlexBox Component", | ||
"version": "4.6.5", | ||
"version": "4.7.0", | ||
"main": "lib/cjs/index.js", | ||
@@ -6,0 +6,0 @@ "module": "lib/es6/index.js", |
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
90619