Socket
Socket
Sign inDemoInstall

@alfalab/core-components-form-control

Package Overview
Dependencies
Maintainers
14
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alfalab/core-components-form-control - npm Package Compare versions

Comparing version 12.0.0 to 12.0.1

4

components/base-form-control/Component.d.ts

@@ -100,3 +100,3 @@ /// <reference types="react" />

* Для слота слева используется модификатор -left-addons, слота справа -right-addons,
* ошибки -error-message, текста подсказки -hint
* ошибки -error-message, текста подсказки -hint, внутренней части компонента -inner
*/

@@ -207,3 +207,3 @@ dataTestId?: string;

* Для слота слева используется модификатор -left-addons, слота справа -right-addons,
* ошибки -error-message, текста подсказки -hint
* ошибки -error-message, текста подсказки -hint, внутренней части компонента -inner
*/

@@ -210,0 +210,0 @@ dataTestId?: string | undefined;

@@ -15,9 +15,9 @@ 'use strict';

var defaultColors = {"component":"form-control__component_162b7","label":"form-control__label_162b7","hint":"form-control__hint_162b7","inner":"form-control__inner_162b7","disabled":"form-control__disabled_162b7","hasError":"form-control__hasError_162b7","focused":"form-control__focused_162b7","error":"form-control__error_162b7"};
var defaultColors = {"component":"form-control__component_pu9cm","label":"form-control__label_pu9cm","hint":"form-control__hint_pu9cm","inner":"form-control__inner_pu9cm","disabled":"form-control__disabled_pu9cm","hasError":"form-control__hasError_pu9cm","focused":"form-control__focused_pu9cm","error":"form-control__error_pu9cm"};
require('./default.css')
var commonStyles = {"component":"form-control__component_p0mxw","inner":"form-control__inner_p0mxw","inputWrapper":"form-control__inputWrapper_p0mxw","input":"form-control__input_p0mxw","label":"form-control__label_p0mxw","labelInner":"form-control__labelInner_p0mxw","addons":"form-control__addons_p0mxw","leftAddons":"form-control__leftAddons_p0mxw","rightAddons":"form-control__rightAddons_p0mxw","sub":"form-control__sub_p0mxw","above":"form-control__above_p0mxw","block":"form-control__block_p0mxw","s":"form-control__s_p0mxw","hasInnerLabel":"form-control__hasInnerLabel_p0mxw","m":"form-control__m_p0mxw","l":"form-control__l_p0mxw","xl":"form-control__xl_p0mxw","hasLeftAddons":"form-control__hasLeftAddons_p0mxw","hasRightAddons":"form-control__hasRightAddons_p0mxw","disabled":"form-control__disabled_p0mxw","focused":"form-control__focused_p0mxw","hasError":"form-control__hasError_p0mxw","filled":"form-control__filled_p0mxw","hiddenLabel":"form-control__hiddenLabel_p0mxw"};
var commonStyles = {"component":"form-control__component_aw2yv","inner":"form-control__inner_aw2yv","inputWrapper":"form-control__inputWrapper_aw2yv","input":"form-control__input_aw2yv","label":"form-control__label_aw2yv","labelInner":"form-control__labelInner_aw2yv","addons":"form-control__addons_aw2yv","leftAddons":"form-control__leftAddons_aw2yv","rightAddons":"form-control__rightAddons_aw2yv","sub":"form-control__sub_aw2yv","above":"form-control__above_aw2yv","block":"form-control__block_aw2yv","s":"form-control__s_aw2yv","hasInnerLabel":"form-control__hasInnerLabel_aw2yv","m":"form-control__m_aw2yv","l":"form-control__l_aw2yv","xl":"form-control__xl_aw2yv","hasLeftAddons":"form-control__hasLeftAddons_aw2yv","hasRightAddons":"form-control__hasRightAddons_aw2yv","disabled":"form-control__disabled_aw2yv","focused":"form-control__focused_aw2yv","hasError":"form-control__hasError_aw2yv","filled":"form-control__filled_aw2yv","hiddenLabel":"form-control__hiddenLabel_aw2yv"};
require('./index.css')
var invertedColors = {"component":"form-control__component_olfnk","label":"form-control__label_olfnk","hint":"form-control__hint_olfnk","inner":"form-control__inner_olfnk","disabled":"form-control__disabled_olfnk","hasError":"form-control__hasError_olfnk","focused":"form-control__focused_olfnk","error":"form-control__error_olfnk"};
var invertedColors = {"component":"form-control__component_8ddsq","label":"form-control__label_8ddsq","hint":"form-control__hint_8ddsq","inner":"form-control__inner_8ddsq","disabled":"form-control__disabled_8ddsq","hasError":"form-control__hasError_8ddsq","focused":"form-control__focused_8ddsq","error":"form-control__error_8ddsq"};
require('./inverted.css')

@@ -39,3 +39,3 @@

label && labelView === 'outer' && (React__default.default.createElement("span", { className: cn__default.default(commonStyles.above, styles.above, colorCommonStyles[colors].label) }, label)),
React__default.default.createElement("div", tslib.__assign({}, restProps, { className: cn__default.default(fieldClassName, commonStyles.inner, styles.inner, colorCommonStyles[colors].inner, colorStyles[colors].inner, (_c = {},
React__default.default.createElement("div", tslib.__assign({ "data-test-id": coreComponentsShared.getDataTestId(dataTestId, 'inner') }, restProps, { className: cn__default.default(fieldClassName, commonStyles.inner, styles.inner, colorCommonStyles[colors].inner, colorStyles[colors].inner, (_c = {},
_c[commonStyles.disabled] = disabled || readOnly,

@@ -42,0 +42,0 @@ _c[colorCommonStyles[colors].disabled] = disabled || readOnly,

@@ -100,3 +100,3 @@ /// <reference types="react" />

* Для слота слева используется модификатор -left-addons, слота справа -right-addons,
* ошибки -error-message, текста подсказки -hint
* ошибки -error-message, текста подсказки -hint, внутренней части компонента -inner
*/

@@ -207,3 +207,3 @@ dataTestId?: string;

* Для слота слева используется модификатор -left-addons, слота справа -right-addons,
* ошибки -error-message, текста подсказки -hint
* ошибки -error-message, текста подсказки -hint, внутренней части компонента -inner
*/

@@ -210,0 +210,0 @@ dataTestId?: string | undefined;

@@ -35,3 +35,3 @@ 'use strict';

label && labelView === 'outer' && (React__default.default.createElement("span", { className: cn__default.default(commonStyles__default.default.above, styles.above, colorCommonStyles[colors].label) }, label)),
React__default.default.createElement("div", tslib.__assign({}, restProps, { className: cn__default.default(fieldClassName, commonStyles__default.default.inner, styles.inner, colorCommonStyles[colors].inner, colorStyles[colors].inner, (_c = {},
React__default.default.createElement("div", tslib.__assign({ "data-test-id": coreComponentsShared.getDataTestId(dataTestId, 'inner') }, restProps, { className: cn__default.default(fieldClassName, commonStyles__default.default.inner, styles.inner, colorCommonStyles[colors].inner, colorStyles[colors].inner, (_c = {},
_c[commonStyles__default.default.disabled] = disabled || readOnly,

@@ -38,0 +38,0 @@ _c[colorCommonStyles[colors].disabled] = disabled || readOnly,

@@ -15,9 +15,9 @@ 'use strict';

var defaultColors = {"inner":"form-control__inner_afw4d","disabled":"form-control__disabled_afw4d","hasError":"form-control__hasError_afw4d"};
var defaultColors = {"inner":"form-control__inner_pc1ur","disabled":"form-control__disabled_pc1ur","hasError":"form-control__hasError_pc1ur"};
require('./default.desktop.css')
var styles = {"above":"form-control__above_uwfao","sub":"form-control__sub_uwfao","error":"form-control__error_uwfao","s":"form-control__s_uwfao","inner":"form-control__inner_uwfao","m":"form-control__m_uwfao","l":"form-control__l_uwfao","xl":"form-control__xl_uwfao"};
var styles = {"above":"form-control__above_100tw","sub":"form-control__sub_100tw","error":"form-control__error_100tw","s":"form-control__s_100tw","inner":"form-control__inner_100tw","m":"form-control__m_100tw","l":"form-control__l_100tw","xl":"form-control__xl_100tw"};
require('./desktop.css')
var invertedColors = {"inner":"form-control__inner_1l07h","disabled":"form-control__disabled_1l07h","hasError":"form-control__hasError_1l07h"};
var invertedColors = {"inner":"form-control__inner_1f8fc","disabled":"form-control__disabled_1f8fc","hasError":"form-control__hasError_1f8fc"};
require('./inverted.desktop.css')

@@ -24,0 +24,0 @@

@@ -100,3 +100,3 @@ /// <reference types="react" />

* Для слота слева используется модификатор -left-addons, слота справа -right-addons,
* ошибки -error-message, текста подсказки -hint
* ошибки -error-message, текста подсказки -hint, внутренней части компонента -inner
*/

@@ -207,3 +207,3 @@ dataTestId?: string;

* Для слота слева используется модификатор -left-addons, слота справа -right-addons,
* ошибки -error-message, текста подсказки -hint
* ошибки -error-message, текста подсказки -hint, внутренней части компонента -inner
*/

@@ -210,0 +210,0 @@ dataTestId?: string | undefined;

@@ -6,9 +6,9 @@ import { __rest, __assign } from 'tslib';

var defaultColors = {"component":"form-control__component_162b7","label":"form-control__label_162b7","hint":"form-control__hint_162b7","inner":"form-control__inner_162b7","disabled":"form-control__disabled_162b7","hasError":"form-control__hasError_162b7","focused":"form-control__focused_162b7","error":"form-control__error_162b7"};
var defaultColors = {"component":"form-control__component_pu9cm","label":"form-control__label_pu9cm","hint":"form-control__hint_pu9cm","inner":"form-control__inner_pu9cm","disabled":"form-control__disabled_pu9cm","hasError":"form-control__hasError_pu9cm","focused":"form-control__focused_pu9cm","error":"form-control__error_pu9cm"};
require('./default.css')
var commonStyles = {"component":"form-control__component_p0mxw","inner":"form-control__inner_p0mxw","inputWrapper":"form-control__inputWrapper_p0mxw","input":"form-control__input_p0mxw","label":"form-control__label_p0mxw","labelInner":"form-control__labelInner_p0mxw","addons":"form-control__addons_p0mxw","leftAddons":"form-control__leftAddons_p0mxw","rightAddons":"form-control__rightAddons_p0mxw","sub":"form-control__sub_p0mxw","above":"form-control__above_p0mxw","block":"form-control__block_p0mxw","s":"form-control__s_p0mxw","hasInnerLabel":"form-control__hasInnerLabel_p0mxw","m":"form-control__m_p0mxw","l":"form-control__l_p0mxw","xl":"form-control__xl_p0mxw","hasLeftAddons":"form-control__hasLeftAddons_p0mxw","hasRightAddons":"form-control__hasRightAddons_p0mxw","disabled":"form-control__disabled_p0mxw","focused":"form-control__focused_p0mxw","hasError":"form-control__hasError_p0mxw","filled":"form-control__filled_p0mxw","hiddenLabel":"form-control__hiddenLabel_p0mxw"};
var commonStyles = {"component":"form-control__component_aw2yv","inner":"form-control__inner_aw2yv","inputWrapper":"form-control__inputWrapper_aw2yv","input":"form-control__input_aw2yv","label":"form-control__label_aw2yv","labelInner":"form-control__labelInner_aw2yv","addons":"form-control__addons_aw2yv","leftAddons":"form-control__leftAddons_aw2yv","rightAddons":"form-control__rightAddons_aw2yv","sub":"form-control__sub_aw2yv","above":"form-control__above_aw2yv","block":"form-control__block_aw2yv","s":"form-control__s_aw2yv","hasInnerLabel":"form-control__hasInnerLabel_aw2yv","m":"form-control__m_aw2yv","l":"form-control__l_aw2yv","xl":"form-control__xl_aw2yv","hasLeftAddons":"form-control__hasLeftAddons_aw2yv","hasRightAddons":"form-control__hasRightAddons_aw2yv","disabled":"form-control__disabled_aw2yv","focused":"form-control__focused_aw2yv","hasError":"form-control__hasError_aw2yv","filled":"form-control__filled_aw2yv","hiddenLabel":"form-control__hiddenLabel_aw2yv"};
require('./index.css')
var invertedColors = {"component":"form-control__component_olfnk","label":"form-control__label_olfnk","hint":"form-control__hint_olfnk","inner":"form-control__inner_olfnk","disabled":"form-control__disabled_olfnk","hasError":"form-control__hasError_olfnk","focused":"form-control__focused_olfnk","error":"form-control__error_olfnk"};
var invertedColors = {"component":"form-control__component_8ddsq","label":"form-control__label_8ddsq","hint":"form-control__hint_8ddsq","inner":"form-control__inner_8ddsq","disabled":"form-control__disabled_8ddsq","hasError":"form-control__hasError_8ddsq","focused":"form-control__focused_8ddsq","error":"form-control__error_8ddsq"};
require('./inverted.css')

@@ -30,3 +30,3 @@

label && labelView === 'outer' && (React.createElement("span", { className: cn(commonStyles.above, styles.above, colorCommonStyles[colors].label) }, label)),
React.createElement("div", __assign({}, restProps, { className: cn(fieldClassName, commonStyles.inner, styles.inner, colorCommonStyles[colors].inner, colorStyles[colors].inner, (_c = {},
React.createElement("div", __assign({ "data-test-id": getDataTestId(dataTestId, 'inner') }, restProps, { className: cn(fieldClassName, commonStyles.inner, styles.inner, colorCommonStyles[colors].inner, colorStyles[colors].inner, (_c = {},
_c[commonStyles.disabled] = disabled || readOnly,

@@ -33,0 +33,0 @@ _c[colorCommonStyles[colors].disabled] = disabled || readOnly,

@@ -7,9 +7,9 @@ import { __assign } from 'tslib';

var defaultColors = {"inner":"form-control__inner_afw4d","disabled":"form-control__disabled_afw4d","hasError":"form-control__hasError_afw4d"};
var defaultColors = {"inner":"form-control__inner_pc1ur","disabled":"form-control__disabled_pc1ur","hasError":"form-control__hasError_pc1ur"};
require('./default.desktop.css')
var styles = {"above":"form-control__above_uwfao","sub":"form-control__sub_uwfao","error":"form-control__error_uwfao","s":"form-control__s_uwfao","inner":"form-control__inner_uwfao","m":"form-control__m_uwfao","l":"form-control__l_uwfao","xl":"form-control__xl_uwfao"};
var styles = {"above":"form-control__above_100tw","sub":"form-control__sub_100tw","error":"form-control__error_100tw","s":"form-control__s_100tw","inner":"form-control__inner_100tw","m":"form-control__m_100tw","l":"form-control__l_100tw","xl":"form-control__xl_100tw"};
require('./desktop.css')
var invertedColors = {"inner":"form-control__inner_1l07h","disabled":"form-control__disabled_1l07h","hasError":"form-control__hasError_1l07h"};
var invertedColors = {"inner":"form-control__inner_1f8fc","disabled":"form-control__disabled_1f8fc","hasError":"form-control__hasError_1f8fc"};
require('./inverted.desktop.css')

@@ -16,0 +16,0 @@

@@ -7,9 +7,9 @@ import { __assign } from 'tslib';

var defaultColors = {"inner":"form-control__inner_cbvib","disabled":"form-control__disabled_cbvib","hasError":"form-control__hasError_cbvib"};
var defaultColors = {"inner":"form-control__inner_6k3d5","disabled":"form-control__disabled_6k3d5","hasError":"form-control__hasError_6k3d5"};
require('./default.mobile.css')
var invertedColors = {"inner":"form-control__inner_1aweu","disabled":"form-control__disabled_1aweu","hasError":"form-control__hasError_1aweu"};
var invertedColors = {"inner":"form-control__inner_1pskk","disabled":"form-control__disabled_1pskk","hasError":"form-control__hasError_1pskk"};
require('./inverted.mobile.css')
var styles = {"above":"form-control__above_19hfy","sub":"form-control__sub_19hfy","error":"form-control__error_19hfy","s":"form-control__s_19hfy","inner":"form-control__inner_19hfy","m":"form-control__m_19hfy","l":"form-control__l_19hfy","xl":"form-control__xl_19hfy"};
var styles = {"above":"form-control__above_57ysr","sub":"form-control__sub_57ysr","error":"form-control__error_57ysr","s":"form-control__s_57ysr","inner":"form-control__inner_57ysr","m":"form-control__m_57ysr","l":"form-control__l_57ysr","xl":"form-control__xl_57ysr"};
require('./mobile.css')

@@ -16,0 +16,0 @@

@@ -15,9 +15,9 @@ 'use strict';

var defaultColors = {"inner":"form-control__inner_cbvib","disabled":"form-control__disabled_cbvib","hasError":"form-control__hasError_cbvib"};
var defaultColors = {"inner":"form-control__inner_6k3d5","disabled":"form-control__disabled_6k3d5","hasError":"form-control__hasError_6k3d5"};
require('./default.mobile.css')
var invertedColors = {"inner":"form-control__inner_1aweu","disabled":"form-control__disabled_1aweu","hasError":"form-control__hasError_1aweu"};
var invertedColors = {"inner":"form-control__inner_1pskk","disabled":"form-control__disabled_1pskk","hasError":"form-control__hasError_1pskk"};
require('./inverted.mobile.css')
var styles = {"above":"form-control__above_19hfy","sub":"form-control__sub_19hfy","error":"form-control__error_19hfy","s":"form-control__s_19hfy","inner":"form-control__inner_19hfy","m":"form-control__m_19hfy","l":"form-control__l_19hfy","xl":"form-control__xl_19hfy"};
var styles = {"above":"form-control__above_57ysr","sub":"form-control__sub_57ysr","error":"form-control__error_57ysr","s":"form-control__s_57ysr","inner":"form-control__inner_57ysr","m":"form-control__m_57ysr","l":"form-control__l_57ysr","xl":"form-control__xl_57ysr"};
require('./mobile.css')

@@ -24,0 +24,0 @@

@@ -100,3 +100,3 @@ /// <reference types="react" />

* Для слота слева используется модификатор -left-addons, слота справа -right-addons,
* ошибки -error-message, текста подсказки -hint
* ошибки -error-message, текста подсказки -hint, внутренней части компонента -inner
*/

@@ -207,3 +207,3 @@ dataTestId?: string;

* Для слота слева используется модификатор -left-addons, слота справа -right-addons,
* ошибки -error-message, текста подсказки -hint
* ошибки -error-message, текста подсказки -hint, внутренней части компонента -inner
*/

@@ -210,0 +210,0 @@ dataTestId?: string | undefined;

@@ -5,9 +5,9 @@ import React from 'react';

const defaultColors = {"component":"form-control__component_162b7","label":"form-control__label_162b7","hint":"form-control__hint_162b7","inner":"form-control__inner_162b7","disabled":"form-control__disabled_162b7","hasError":"form-control__hasError_162b7","focused":"form-control__focused_162b7","error":"form-control__error_162b7"};
const defaultColors = {"component":"form-control__component_pu9cm","label":"form-control__label_pu9cm","hint":"form-control__hint_pu9cm","inner":"form-control__inner_pu9cm","disabled":"form-control__disabled_pu9cm","hasError":"form-control__hasError_pu9cm","focused":"form-control__focused_pu9cm","error":"form-control__error_pu9cm"};
require('./default.css')
const commonStyles = {"component":"form-control__component_p0mxw","inner":"form-control__inner_p0mxw","inputWrapper":"form-control__inputWrapper_p0mxw","input":"form-control__input_p0mxw","label":"form-control__label_p0mxw","labelInner":"form-control__labelInner_p0mxw","addons":"form-control__addons_p0mxw","leftAddons":"form-control__leftAddons_p0mxw","rightAddons":"form-control__rightAddons_p0mxw","sub":"form-control__sub_p0mxw","above":"form-control__above_p0mxw","block":"form-control__block_p0mxw","s":"form-control__s_p0mxw","hasInnerLabel":"form-control__hasInnerLabel_p0mxw","m":"form-control__m_p0mxw","l":"form-control__l_p0mxw","xl":"form-control__xl_p0mxw","hasLeftAddons":"form-control__hasLeftAddons_p0mxw","hasRightAddons":"form-control__hasRightAddons_p0mxw","disabled":"form-control__disabled_p0mxw","focused":"form-control__focused_p0mxw","hasError":"form-control__hasError_p0mxw","filled":"form-control__filled_p0mxw","hiddenLabel":"form-control__hiddenLabel_p0mxw"};
const commonStyles = {"component":"form-control__component_aw2yv","inner":"form-control__inner_aw2yv","inputWrapper":"form-control__inputWrapper_aw2yv","input":"form-control__input_aw2yv","label":"form-control__label_aw2yv","labelInner":"form-control__labelInner_aw2yv","addons":"form-control__addons_aw2yv","leftAddons":"form-control__leftAddons_aw2yv","rightAddons":"form-control__rightAddons_aw2yv","sub":"form-control__sub_aw2yv","above":"form-control__above_aw2yv","block":"form-control__block_aw2yv","s":"form-control__s_aw2yv","hasInnerLabel":"form-control__hasInnerLabel_aw2yv","m":"form-control__m_aw2yv","l":"form-control__l_aw2yv","xl":"form-control__xl_aw2yv","hasLeftAddons":"form-control__hasLeftAddons_aw2yv","hasRightAddons":"form-control__hasRightAddons_aw2yv","disabled":"form-control__disabled_aw2yv","focused":"form-control__focused_aw2yv","hasError":"form-control__hasError_aw2yv","filled":"form-control__filled_aw2yv","hiddenLabel":"form-control__hiddenLabel_aw2yv"};
require('./index.css')
const invertedColors = {"component":"form-control__component_olfnk","label":"form-control__label_olfnk","hint":"form-control__hint_olfnk","inner":"form-control__inner_olfnk","disabled":"form-control__disabled_olfnk","hasError":"form-control__hasError_olfnk","focused":"form-control__focused_olfnk","error":"form-control__error_olfnk"};
const invertedColors = {"component":"form-control__component_8ddsq","label":"form-control__label_8ddsq","hint":"form-control__hint_8ddsq","inner":"form-control__inner_8ddsq","disabled":"form-control__disabled_8ddsq","hasError":"form-control__hasError_8ddsq","focused":"form-control__focused_8ddsq","error":"form-control__error_8ddsq"};
require('./inverted.css')

@@ -27,3 +27,3 @@

label && labelView === 'outer' && (React.createElement("span", { className: cn(commonStyles.above, styles.above, colorCommonStyles[colors].label) }, label)),
React.createElement("div", { ...restProps, className: cn(fieldClassName, commonStyles.inner, styles.inner, colorCommonStyles[colors].inner, colorStyles[colors].inner, {
React.createElement("div", { "data-test-id": getDataTestId(dataTestId, 'inner'), ...restProps, className: cn(fieldClassName, commonStyles.inner, styles.inner, colorCommonStyles[colors].inner, colorStyles[colors].inner, {
[commonStyles.disabled]: disabled || readOnly,

@@ -30,0 +30,0 @@ [colorCommonStyles[colors].disabled]: disabled || readOnly,

@@ -6,9 +6,9 @@ import React, { forwardRef } from 'react';

const defaultColors = {"inner":"form-control__inner_afw4d","disabled":"form-control__disabled_afw4d","hasError":"form-control__hasError_afw4d"};
const defaultColors = {"inner":"form-control__inner_pc1ur","disabled":"form-control__disabled_pc1ur","hasError":"form-control__hasError_pc1ur"};
require('./default.desktop.css')
const styles = {"above":"form-control__above_uwfao","sub":"form-control__sub_uwfao","error":"form-control__error_uwfao","s":"form-control__s_uwfao","inner":"form-control__inner_uwfao","m":"form-control__m_uwfao","l":"form-control__l_uwfao","xl":"form-control__xl_uwfao"};
const styles = {"above":"form-control__above_100tw","sub":"form-control__sub_100tw","error":"form-control__error_100tw","s":"form-control__s_100tw","inner":"form-control__inner_100tw","m":"form-control__m_100tw","l":"form-control__l_100tw","xl":"form-control__xl_100tw"};
require('./desktop.css')
const invertedColors = {"inner":"form-control__inner_1l07h","disabled":"form-control__disabled_1l07h","hasError":"form-control__hasError_1l07h"};
const invertedColors = {"inner":"form-control__inner_1f8fc","disabled":"form-control__disabled_1f8fc","hasError":"form-control__hasError_1f8fc"};
require('./inverted.desktop.css')

@@ -15,0 +15,0 @@

@@ -6,9 +6,9 @@ import React, { forwardRef } from 'react';

const defaultColors = {"inner":"form-control__inner_cbvib","disabled":"form-control__disabled_cbvib","hasError":"form-control__hasError_cbvib"};
const defaultColors = {"inner":"form-control__inner_6k3d5","disabled":"form-control__disabled_6k3d5","hasError":"form-control__hasError_6k3d5"};
require('./default.mobile.css')
const invertedColors = {"inner":"form-control__inner_1aweu","disabled":"form-control__disabled_1aweu","hasError":"form-control__hasError_1aweu"};
const invertedColors = {"inner":"form-control__inner_1pskk","disabled":"form-control__disabled_1pskk","hasError":"form-control__hasError_1pskk"};
require('./inverted.mobile.css')
const styles = {"above":"form-control__above_19hfy","sub":"form-control__sub_19hfy","error":"form-control__error_19hfy","s":"form-control__s_19hfy","inner":"form-control__inner_19hfy","m":"form-control__m_19hfy","l":"form-control__l_19hfy","xl":"form-control__xl_19hfy"};
const styles = {"above":"form-control__above_57ysr","sub":"form-control__sub_57ysr","error":"form-control__error_57ysr","s":"form-control__s_57ysr","inner":"form-control__inner_57ysr","m":"form-control__m_57ysr","l":"form-control__l_57ysr","xl":"form-control__xl_57ysr"};
require('./mobile.css')

@@ -15,0 +15,0 @@

{
"name": "@alfalab/core-components-form-control",
"version": "12.0.0",
"version": "12.0.1",
"description": "FormControl component",

@@ -5,0 +5,0 @@ "keywords": [],

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

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

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

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

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

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc