@alfalab/core-components-picker-button 7.8.0 → 7.8.1
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/CHANGELOG.md +8 -0
- package/dist/Component.js +1 -1
- package/dist/esm/Component.js +1 -1
- package/dist/esm/field/Component.js +1 -1
- package/dist/esm/field/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/option/Component.js +1 -1
- package/dist/esm/option/index.js +1 -1
- package/dist/esm/{tslib.es6-0bde7692.d.ts → tslib.es6-b0bb4df5.d.ts} +0 -0
- package/dist/esm/{tslib.es6-0bde7692.js → tslib.es6-b0bb4df5.js} +0 -0
- package/dist/field/Component.js +1 -1
- package/dist/field/index.js +1 -1
- package/dist/index.js +1 -1
- package/dist/option/Component.js +1 -1
- package/dist/option/index.js +1 -1
- package/dist/{tslib.es6-e01232b1.d.ts → tslib.es6-da64dd79.d.ts} +0 -0
- package/dist/{tslib.es6-e01232b1.js → tslib.es6-da64dd79.js} +0 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [7.8.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.8.0...@alfalab/core-components-picker-button@7.8.1) (2022-06-16)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [7.8.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.7.4...@alfalab/core-components-picker-button@7.8.0) (2022-06-08)
|
|
7
15
|
|
|
8
16
|
|
package/dist/Component.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var tslib_es6 = require('./tslib.es6-
|
|
5
|
+
var tslib_es6 = require('./tslib.es6-da64dd79.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
8
|
var coreComponentsSelect = require('@alfalab/core-components-select');
|
package/dist/esm/Component.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign } from './tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __assign } from './tslib.es6-b0bb4df5.js';
|
|
2
2
|
import React, { forwardRef } from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { BaseSelect, OptionsList, Optgroup } from '@alfalab/core-components-select/dist/esm';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign } from '../tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __assign } from '../tslib.es6-b0bb4df5.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { Button } from '@alfalab/core-components-button/dist/esm';
|
package/dist/esm/field/index.js
CHANGED
package/dist/esm/index.js
CHANGED
package/dist/esm/option/index.js
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/field/Component.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var tslib_es6 = require('../tslib.es6-
|
|
5
|
+
var tslib_es6 = require('../tslib.es6-da64dd79.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
8
|
var coreComponentsButton = require('@alfalab/core-components-button');
|
package/dist/field/index.js
CHANGED
package/dist/index.js
CHANGED
package/dist/option/Component.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var tslib_es6 = require('../tslib.es6-
|
|
5
|
+
var tslib_es6 = require('../tslib.es6-da64dd79.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var coreComponentsSelect = require('@alfalab/core-components-select');
|
|
8
8
|
|
package/dist/option/index.js
CHANGED
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-picker-button",
|
|
3
|
-
"version": "7.8.
|
|
3
|
+
"version": "7.8.1",
|
|
4
4
|
"description": "Picker button component",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@alfalab/core-components-button": "^5.1.6",
|
|
23
|
-
"@alfalab/core-components-select": "^10.8.
|
|
23
|
+
"@alfalab/core-components-select": "^10.8.1",
|
|
24
24
|
"@alfalab/icons-classic": "^1.76.0",
|
|
25
25
|
"@alfalab/icons-glyph": "^2.16.0",
|
|
26
26
|
"classnames": "2.2.6"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "dc4aed3c70aced5d10e29f0abbd47429784860f0"
|
|
29
29
|
}
|