Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

arui-feather

Package Overview
Dependencies
Maintainers
5
Versions
268
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arui-feather - npm Package Compare versions

Comparing version 9.7.0 to 9.8.0

progress-bar/index.js

9

card-input/card-input.d.ts

@@ -93,4 +93,11 @@

*/
noValidate?: boolean;
formNoValidate?: boolean;
/**
* Атрибут формы, а не компонента
@deprecated
*/
noValidate?: any/* Не нашелся встроенный тип для типа {"name":"custom","raw":"deprecated(\n Type.bool,\n 'noValidate property is nonexistent property of input element. Use formNoValidate instead'\n)"}
* https://github.com/alfa-laboratory/library-utils/issues/new
*/;
/**
* Добавление дополнительных элементов к инпуту слева

@@ -97,0 +104,0 @@ */

@@ -93,4 +93,11 @@

*/
noValidate?: boolean;
formNoValidate?: boolean;
/**
* Атрибут формы, а не компонента
@deprecated
*/
noValidate?: any/* Не нашелся встроенный тип для типа {"name":"custom","raw":"deprecated(\n Type.bool,\n 'noValidate property is nonexistent property of input element. Use formNoValidate instead'\n)"}
* https://github.com/alfa-laboratory/library-utils/issues/new
*/;
/**
* Добавление дополнительных элементов к инпуту слева

@@ -97,0 +104,0 @@ */

@@ -0,1 +1,21 @@

<a name="9.8.0"></a>
# [9.8.0](https://github.com/alfa-laboratory/arui-feather/compare/v9.7.0...v9.8.0) (2017-09-14)
### Bug Fixes
* **input:** fix noValidate attribute ([#233](https://github.com/alfa-laboratory/arui-feather/issues/233)) ([33cffe3](https://github.com/alfa-laboratory/arui-feather/commit/33cffe3))
* **slide-down:** add styles for fantasy slide-down ([#249](https://github.com/alfa-laboratory/arui-feather/issues/249)) ([02c1743](https://github.com/alfa-laboratory/arui-feather/commit/02c1743))
### Features
* add progress-bar ([#241](https://github.com/alfa-laboratory/arui-feather/issues/241)) ([2631e00](https://github.com/alfa-laboratory/arui-feather/commit/2631e00))
* update border style from dotted to dashed for disabled controls ([#247](https://github.com/alfa-laboratory/arui-feather/issues/247)) ([6888fbe](https://github.com/alfa-laboratory/arui-feather/commit/6888fbe))
* update content color variables for minor & disabled states ([#245](https://github.com/alfa-laboratory/arui-feather/issues/245)) ([0e58ffb](https://github.com/alfa-laboratory/arui-feather/commit/0e58ffb))
* **form-field:** deprecate label property ([#240](https://github.com/alfa-laboratory/arui-feather/issues/240)) ([9f8e716](https://github.com/alfa-laboratory/arui-feather/commit/9f8e716))
* **typography:** update font 4xl size ([#246](https://github.com/alfa-laboratory/arui-feather/issues/246)) ([8a32845](https://github.com/alfa-laboratory/arui-feather/commit/8a32845))
<a name="9.7.0"></a>

@@ -2,0 +22,0 @@ # [9.7.0](https://github.com/alfa-laboratory/arui-feather/compare/v9.6.1...v9.7.0) (2017-09-13)

@@ -93,4 +93,11 @@

*/
noValidate?: boolean;
formNoValidate?: boolean;
/**
* Атрибут формы, а не компонента
@deprecated
*/
noValidate?: any/* Не нашелся встроенный тип для типа {"name":"custom","raw":"deprecated(\n Type.bool,\n 'noValidate property is nonexistent property of input element. Use formNoValidate instead'\n)"}
* https://github.com/alfa-laboratory/library-utils/issues/new
*/;
/**
* Добавление дополнительных элементов к инпуту слева

@@ -97,0 +104,0 @@ */

@@ -93,4 +93,11 @@

*/
noValidate?: boolean;
formNoValidate?: boolean;
/**
* Атрибут формы, а не компонента
@deprecated
*/
noValidate?: any/* Не нашелся встроенный тип для типа {"name":"custom","raw":"deprecated(\n Type.bool,\n 'noValidate property is nonexistent property of input element. Use formNoValidate instead'\n)"}
* https://github.com/alfa-laboratory/library-utils/issues/new
*/;
/**
* Добавление дополнительных элементов к инпуту слева

@@ -97,0 +104,0 @@ */

10

form-field/fantasy/index.d.ts

@@ -17,5 +17,7 @@

/**
* Заголовок для контрола
* @deprecated Заголовок для контрола
*/
label?: ReactNode;
label?: any/* Не нашелся встроенный тип для типа {"name":"custom","raw":"deprecated(Type.node, 'Use \\'label\\' property directly on controls.')"}
* https://github.com/alfa-laboratory/library-utils/issues/new
*/;
/**

@@ -46,4 +48,4 @@ * Размер компонента

/**
* Компонент поля формы: cодержит заголовок контрола и сам контрол.
Контрол должен быть передан дочерним компонентов.
* Компонент поля формы.
Необходим для вертикального ритма в форме.
*/

@@ -50,0 +52,0 @@

@@ -17,5 +17,7 @@

/**
* Заголовок для контрола
* @deprecated Заголовок для контрола
*/
label?: ReactNode;
label?: any/* Не нашелся встроенный тип для типа {"name":"custom","raw":"deprecated(Type.node, 'Use \\'label\\' property directly on controls.')"}
* https://github.com/alfa-laboratory/library-utils/issues/new
*/;
/**

@@ -46,4 +48,4 @@ * Размер компонента

/**
* Компонент поля формы: cодержит заголовок контрола и сам контрол.
Контрол должен быть передан дочерним компонентов.
* Компонент поля формы.
Необходим для вертикального ритма в форме.
*/

@@ -50,0 +52,0 @@

@@ -29,2 +29,4 @@ 'use strict';

var _propTypes3 = require('../lib/prop-types');
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -39,4 +41,4 @@

/**
* Компонент поля формы: cодержит заголовок контрола и сам контрол.
* Контрол должен быть передан дочерним компонентов.
* Компонент поля формы.
* Необходим для вертикального ритма в форме.
*/

@@ -82,4 +84,4 @@ var FormField = (_dec = (0, _cn2.default)('form-field'), _dec2 = (0, _performance2.default)(), _dec(_class = _dec2(_class = (_temp = _class2 = function (_React$Component) {

children: _propTypes2.default.oneOfType([_propTypes2.default.arrayOf(_propTypes2.default.node), _propTypes2.default.node]),
/** Заголовок для контрола */
label: _propTypes2.default.node,
/** @deprecated Заголовок для контрола */
label: (0, _propTypes3.deprecated)(_propTypes2.default.node, 'Use \'label\' property directly on controls.'),
/** Размер компонента */

@@ -86,0 +88,0 @@ size: _propTypes2.default.oneOf(['s', 'm', 'l', 'xl']),

@@ -122,4 +122,11 @@

*/
noValidate?: boolean;
formNoValidate?: boolean;
/**
* Атрибут формы, а не компонента
@deprecated
*/
noValidate?: any/* Не нашелся встроенный тип для типа {"name":"custom","raw":"deprecated(\n Type.bool,\n 'noValidate property is nonexistent property of input element. Use formNoValidate instead'\n)"}
* https://github.com/alfa-laboratory/library-utils/issues/new
*/;
/**
* Добавление дополнительных элементов к инпуту слева

@@ -126,0 +133,0 @@ */

@@ -122,4 +122,11 @@

*/
noValidate?: boolean;
formNoValidate?: boolean;
/**
* Атрибут формы, а не компонента
@deprecated
*/
noValidate?: any/* Не нашелся встроенный тип для типа {"name":"custom","raw":"deprecated(\n Type.bool,\n 'noValidate property is nonexistent property of input element. Use formNoValidate instead'\n)"}
* https://github.com/alfa-laboratory/library-utils/issues/new
*/;
/**
* Добавление дополнительных элементов к инпуту слева

@@ -126,0 +133,0 @@ */

@@ -93,4 +93,11 @@

*/
noValidate?: boolean;
formNoValidate?: boolean;
/**
* Атрибут формы, а не компонента
@deprecated
*/
noValidate?: any/* Не нашелся встроенный тип для типа {"name":"custom","raw":"deprecated(\n Type.bool,\n 'noValidate property is nonexistent property of input element. Use formNoValidate instead'\n)"}
* https://github.com/alfa-laboratory/library-utils/issues/new
*/;
/**
* Добавление дополнительных элементов к инпуту слева

@@ -97,0 +104,0 @@ */

@@ -93,4 +93,11 @@

*/
noValidate?: boolean;
formNoValidate?: boolean;
/**
* Атрибут формы, а не компонента
@deprecated
*/
noValidate?: any/* Не нашелся встроенный тип для типа {"name":"custom","raw":"deprecated(\n Type.bool,\n 'noValidate property is nonexistent property of input element. Use formNoValidate instead'\n)"}
* https://github.com/alfa-laboratory/library-utils/issues/new
*/;
/**
* Добавление дополнительных элементов к инпуту слева

@@ -97,0 +104,0 @@ */

@@ -43,2 +43,4 @@ 'use strict';

var _propTypes3 = require('../lib/prop-types');
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -170,2 +172,3 @@

var hasValidateAttr = this.props.formNoValidate !== undefined;
var isMaskedInput = this.props.mask !== undefined;

@@ -177,3 +180,3 @@ var value = this.props.value !== undefined ? this.props.value : this.state.value;

type: this.props.type,
noValidate: this.props.noValidate,
formNoValidate: hasValidateAttr ? this.props.formNoValidate : this.props.noValidate,
autoComplete: this.props.autocomplete === false ? 'off' : 'on',

@@ -522,3 +525,9 @@ disabled: this.props.disabled || this.props.disabledAttr,

/** Управление встроенной проверкой данных введённых пользователем в поле на корректность */
noValidate: _propTypes2.default.bool,
formNoValidate: _propTypes2.default.bool,
/**
* Атрибут формы, а не компонента
* @deprecated
*/
noValidate: (0, _propTypes3.deprecated)(_propTypes2.default.bool, 'noValidate property is nonexistent property of input element. Use formNoValidate instead'),
/** Добавление дополнительных элементов к инпуту слева */

@@ -571,3 +580,3 @@ leftAddons: _propTypes2.default.node,

}, _class3.defaultProps = {
noValidate: false,
formNoValidate: false,
size: 'm',

@@ -574,0 +583,0 @@ type: 'text'

@@ -42,3 +42,3 @@

/**
* Псевдо-ссылка (border-bottom: dotted)
* Псевдо-ссылка (border-bottom: dashed)
*/

@@ -45,0 +45,0 @@ pseudo?: boolean;

@@ -42,3 +42,3 @@

/**
* Псевдо-ссылка (border-bottom: dotted)
* Псевдо-ссылка (border-bottom: dashed)
*/

@@ -45,0 +45,0 @@ pseudo?: boolean;

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

checked: _propTypes2.default.bool,
/** Псевдо-ссылка (border-bottom: dotted) */
/** Псевдо-ссылка (border-bottom: dashed) */
pseudo: _propTypes2.default.bool,

@@ -242,0 +242,0 @@ /** Размер компонента */

@@ -93,4 +93,11 @@

*/
noValidate?: boolean;
formNoValidate?: boolean;
/**
* Атрибут формы, а не компонента
@deprecated
*/
noValidate?: any/* Не нашелся встроенный тип для типа {"name":"custom","raw":"deprecated(\n Type.bool,\n 'noValidate property is nonexistent property of input element. Use formNoValidate instead'\n)"}
* https://github.com/alfa-laboratory/library-utils/issues/new
*/;
/**
* Добавление дополнительных элементов к инпуту слева

@@ -97,0 +104,0 @@ */

@@ -93,4 +93,11 @@

*/
noValidate?: boolean;
formNoValidate?: boolean;
/**
* Атрибут формы, а не компонента
@deprecated
*/
noValidate?: any/* Не нашелся встроенный тип для типа {"name":"custom","raw":"deprecated(\n Type.bool,\n 'noValidate property is nonexistent property of input element. Use formNoValidate instead'\n)"}
* https://github.com/alfa-laboratory/library-utils/issues/new
*/;
/**
* Добавление дополнительных элементов к инпуту слева

@@ -97,0 +104,0 @@ */

{
"name": "arui-feather",
"version": "9.7.0",
"version": "9.8.0",
"description": "Alfa-Bank UI lightweight library",

@@ -5,0 +5,0 @@ "repository": {

@@ -93,4 +93,11 @@

*/
noValidate?: boolean;
formNoValidate?: boolean;
/**
* Атрибут формы, а не компонента
@deprecated
*/
noValidate?: any/* Не нашелся встроенный тип для типа {"name":"custom","raw":"deprecated(\n Type.bool,\n 'noValidate property is nonexistent property of input element. Use formNoValidate instead'\n)"}
* https://github.com/alfa-laboratory/library-utils/issues/new
*/;
/**
* Добавление дополнительных элементов к инпуту слева

@@ -97,0 +104,0 @@ */

@@ -93,4 +93,11 @@

*/
noValidate?: boolean;
formNoValidate?: boolean;
/**
* Атрибут формы, а не компонента
@deprecated
*/
noValidate?: any/* Не нашелся встроенный тип для типа {"name":"custom","raw":"deprecated(\n Type.bool,\n 'noValidate property is nonexistent property of input element. Use formNoValidate instead'\n)"}
* https://github.com/alfa-laboratory/library-utils/issues/new
*/;
/**
* Добавление дополнительных элементов к инпуту слева

@@ -97,0 +104,0 @@ */

@@ -8,2 +8,4 @@ 'use strict';

require('../slide-down.css');
var _slideDown = require('../slide-down');

@@ -15,5 +17,7 @@

exports.default = _slideDown2.default; /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
exports.default = _slideDown2.default;
//# sourceMappingURL=index.js.map

@@ -42,3 +42,3 @@

/**
* Псевдо-ссылка (border-bottom: dotted)
* Псевдо-ссылка (border-bottom: dashed)
*/

@@ -45,0 +45,0 @@ pseudo?: boolean;

@@ -42,3 +42,3 @@

/**
* Псевдо-ссылка (border-bottom: dotted)
* Псевдо-ссылка (border-bottom: dashed)
*/

@@ -45,0 +45,0 @@ pseudo?: boolean;

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

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

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