@salutejs/plasma-new-hope 0.344.0-canary.2386.20129801985.0 → 0.344.0-canary.2388.20227357228.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.
- package/cjs/components/Button/Button.js +0 -2
- package/cjs/components/Button/Button.js.map +1 -1
- package/cjs/components/Range/Range.js +0 -2
- package/cjs/components/Range/Range.js.map +1 -1
- package/emotion/cjs/examples/components/Combobox/Combobox.js +0 -15
- package/emotion/cjs/examples/components/Select/Select.config.js +24 -24
- package/emotion/es/components/Button/Button.js +0 -1
- package/emotion/es/components/Range/Range.js +0 -1
- package/emotion/es/examples/components/Combobox/Combobox.js +7 -0
- package/emotion/es/examples/components/Select/Select.config.js +24 -24
- package/es/components/Button/Button.js +0 -2
- package/es/components/Button/Button.js.map +1 -1
- package/es/components/Range/Range.js +0 -2
- package/es/components/Range/Range.js.map +1 -1
- package/package.json +2 -2
- package/styled-components/cjs/examples/components/Select/Select.config.js +6 -3
- package/styled-components/es/components/Button/Button.js +0 -1
- package/styled-components/es/components/Range/Range.js +0 -1
- package/styled-components/es/examples/components/Select/Select.config.js +6 -3
- package/types/components/Button/Button.d.ts.map +1 -1
- package/types/components/Range/Range.d.ts.map +1 -1
- package/types/examples/components/Select/Select.config.d.ts.map +1 -1
|
@@ -89,7 +89,6 @@ import { base as stretchingCSS } from "./variations/_stretching/base";
|
|
|
89
89
|
import { base as blurredCSS } from "./variations/_blurred/base";
|
|
90
90
|
import { base, ButtonText, ButtonValue, Loader, LoadWrap, StyledAdditionalContent, StyledContentLeft, StyledContentRight, StyledSpinner } from "./Button.styles";
|
|
91
91
|
import { classes, tokens } from "./Button.tokens";
|
|
92
|
-
// changes to run tests
|
|
93
92
|
export var buttonRoot = function(Root) {
|
|
94
93
|
return /*#__PURE__*/ forwardRef(function(props, ref) {
|
|
95
94
|
var children = props.children, view = props.view, size = props.size, text = props.text, value = props.value, contentLeft = props.contentLeft, contentRight = props.contentRight, _props_contentPlacing = props.contentPlacing, contentPlacing = _props_contentPlacing === void 0 ? 'default' : _props_contentPlacing, isLoading = props.isLoading, loader = props.loader, stretch = props.stretch, square = props.square, pin = props.pin, disabled = props.disabled, focused = props.focused, outlined = props.outlined, className = props.className, blur = props.blur, style = props.style, _props_stretching = props.stretching, stretching = _props_stretching === void 0 ? 'auto' : _props_stretching, additionalContent = props.additionalContent, rest = _object_without_properties(props, [
|
|
@@ -62,7 +62,6 @@ import { base as readOnlyCSS } from "./variations/_readonly/base";
|
|
|
62
62
|
import { getChangeHandler, getSearchHandler } from "./utils";
|
|
63
63
|
import { ContentWrapper, LeftHelper, StyledContentLeft, StyledContentRight, StyledDivider, StyledIndicator, StyledIndicatorWrapper, StyledInput, StyledLabel, base } from "./Range.styles";
|
|
64
64
|
import { classes } from "./Range.tokens";
|
|
65
|
-
// changes to run tests
|
|
66
65
|
export var rangeRoot = function(Root) {
|
|
67
66
|
return /*#__PURE__*/ forwardRef(function(_param, ref) {
|
|
68
67
|
var autoComplete = _param.autoComplete, label = _param.label, leftHelper = _param.leftHelper, contentLeft = _param.contentLeft, contentRight = _param.contentRight, view = _param.view, size = _param.size, _param_readOnly = _param.readOnly, readOnly = _param_readOnly === void 0 ? false : _param_readOnly, _param_disabled = _param.disabled, disabled = _param_disabled === void 0 ? false : _param_disabled, _param_dividerVariant = _param.dividerVariant, dividerVariant = _param_dividerVariant === void 0 ? 'dash' : _param_dividerVariant, dividerIcon = _param.dividerIcon, firstValue = _param.firstValue, secondValue = _param.secondValue, firstValueError = _param.firstValueError, secondValueError = _param.secondValueError, firstValueSuccess = _param.firstValueSuccess, secondValueSuccess = _param.secondValueSuccess, firstPlaceholder = _param.firstPlaceholder, secondPlaceholder = _param.secondPlaceholder, firstTextfieldContentLeft = _param.firstTextfieldContentLeft, firstTextfieldContentRight = _param.firstTextfieldContentRight, secondTextfieldContentLeft = _param.secondTextfieldContentLeft, secondTextfieldContentRight = _param.secondTextfieldContentRight, firstTextfieldTextBefore = _param.firstTextfieldTextBefore, secondTextfieldTextBefore = _param.secondTextfieldTextBefore, firstTextfieldTextAfter = _param.firstTextfieldTextAfter, secondTextfieldTextAfter = _param.secondTextfieldTextAfter, required = _param.required, _param_requiredPlacement = _param.requiredPlacement, requiredPlacement = _param_requiredPlacement === void 0 ? 'right' : _param_requiredPlacement, _param_hasRequiredIndicator = _param.hasRequiredIndicator, hasRequiredIndicator = _param_hasRequiredIndicator === void 0 ? true : _param_hasRequiredIndicator, onChangeFirstValue = _param.onChangeFirstValue, onChangeSecondValue = _param.onChangeSecondValue, onSearchFirstValue = _param.onSearchFirstValue, onSearchSecondValue = _param.onSearchSecondValue, onFocusFirstTextfield = _param.onFocusFirstTextfield, onFocusSecondTextfield = _param.onFocusSecondTextfield, onBlurFirstTextfield = _param.onBlurFirstTextfield, onBlurSecondTextfield = _param.onBlurSecondTextfield, rest = _object_without_properties(_param, [
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { component, mergeConfig } from "../../../engines";
|
|
2
|
+
import { comboboxNewConfig } from "../../..";
|
|
3
|
+
import { config } from "./Combobox.config";
|
|
4
|
+
var mergedConfig = mergeConfig(comboboxNewConfig, config);
|
|
5
|
+
var ComboboxComponent = component(mergedConfig);
|
|
6
|
+
var Combobox = ComboboxComponent;
|
|
7
|
+
export { Combobox };
|