indicator-ui 0.0.24 → 0.0.25

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/dist/index.js CHANGED
@@ -3262,6 +3262,54 @@ __webpack_require__.r(__webpack_exports__);
3262
3262
 
3263
3263
  /***/ }),
3264
3264
 
3265
+ /***/ "./src/ui/Tag/styles/Tag.module.scss":
3266
+ /*!*******************************************!*\
3267
+ !*** ./src/ui/Tag/styles/Tag.module.scss ***!
3268
+ \*******************************************/
3269
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3270
+
3271
+ "use strict";
3272
+ __webpack_require__.r(__webpack_exports__);
3273
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
3274
+ /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
3275
+ /* harmony export */ });
3276
+ // extracted by mini-css-extract-plugin
3277
+ /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({"tag":"Tag-module__tag___z87CD","main":"Tag-module__main___M5V6V","label":"Tag-module__label___SRW7b","dotIcon":"Tag-module__dotIcon___GkMuO","active":"Tag-module__active___uw5nt","small":"Tag-module__small___ob2Q8","isAction":"Tag-module__isAction___ReWct","isCheckbox":"Tag-module__isCheckbox___qHbJo","medium":"Tag-module__medium___TjmGK","large":"Tag-module__large___rpGp5"});
3278
+
3279
+ /***/ }),
3280
+
3281
+ /***/ "./src/ui/Tag/styles/TagCheckbox.module.scss":
3282
+ /*!***************************************************!*\
3283
+ !*** ./src/ui/Tag/styles/TagCheckbox.module.scss ***!
3284
+ \***************************************************/
3285
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3286
+
3287
+ "use strict";
3288
+ __webpack_require__.r(__webpack_exports__);
3289
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
3290
+ /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
3291
+ /* harmony export */ });
3292
+ // extracted by mini-css-extract-plugin
3293
+ /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({"tagCheckbox":"TagCheckbox-module__tagCheckbox___MS2eW","checked":"TagCheckbox-module__checked___fWLOu","disabled":"TagCheckbox-module__disabled___wQS0b","small":"TagCheckbox-module__small___xi3Kd","medium":"TagCheckbox-module__medium___StcLN","large":"TagCheckbox-module__large___qx6mA"});
3294
+
3295
+ /***/ }),
3296
+
3297
+ /***/ "./src/ui/Tag/styles/TagCount.module.scss":
3298
+ /*!************************************************!*\
3299
+ !*** ./src/ui/Tag/styles/TagCount.module.scss ***!
3300
+ \************************************************/
3301
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3302
+
3303
+ "use strict";
3304
+ __webpack_require__.r(__webpack_exports__);
3305
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
3306
+ /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
3307
+ /* harmony export */ });
3308
+ // extracted by mini-css-extract-plugin
3309
+ /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({"tagCount":"TagCount-module__tagCount___tT9Gy","gray":"TagCount-module__gray___kkSxy","color":"TagCount-module__color___SZmrc","small":"TagCount-module__small___ejCLc","medium":"TagCount-module__medium___M9VAd","large":"TagCount-module__large___mhO1d"});
3310
+
3311
+ /***/ }),
3312
+
3265
3313
  /***/ "./src/ui/ToggleBase/styles/ToggleBase.module.scss":
3266
3314
  /*!*********************************************************!*\
3267
3315
  !*** ./src/ui/ToggleBase/styles/ToggleBase.module.scss ***!
@@ -9465,7 +9513,7 @@ __webpack_require__.r(__webpack_exports__);
9465
9513
 
9466
9514
 
9467
9515
 
9468
- function SelectField({ value, onChange, options = [], placeholder, isError, isSearching = false, required = false, multiple = false, disabled = false, offOptionsSyncing = false, autoClose = true, onBlur, loadMoreOptions, className = _styles__WEBPACK_IMPORTED_MODULE_4__.SelectFieldStyle, }) {
9516
+ function SelectField({ value, onChange, options = [], placeholder, isError, isSearching = false, required = false, multiple = false, disabled = false, offOptionsSyncing = true, autoClose = true, onBlur, loadMoreOptions, className = _styles__WEBPACK_IMPORTED_MODULE_4__.SelectFieldStyle, }) {
9469
9517
  const [isFocus, setIsFocus] = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(false);
9470
9518
  const [searchingString, setSearchingString] = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)('');
9471
9519
  const [isShowModalWindow, setIsShowModalWindow] = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(false);
@@ -10007,6 +10055,277 @@ __webpack_require__.r(__webpack_exports__);
10007
10055
 
10008
10056
 
10009
10057
 
10058
+ /***/ }),
10059
+
10060
+ /***/ "./src/ui/Tag/index.ts":
10061
+ /*!*****************************!*\
10062
+ !*** ./src/ui/Tag/index.ts ***!
10063
+ \*****************************/
10064
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10065
+
10066
+ "use strict";
10067
+ __webpack_require__.r(__webpack_exports__);
10068
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
10069
+ /* harmony export */ Tag: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_0__.Tag),
10070
+ /* harmony export */ TagCheckbox: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_0__.TagCheckbox),
10071
+ /* harmony export */ TagCount: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_0__.TagCount)
10072
+ /* harmony export */ });
10073
+ /* harmony import */ var _ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ui */ "./src/ui/Tag/ui/index.ts");
10074
+ /* harmony import */ var _types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./types */ "./src/ui/Tag/types/index.ts");
10075
+
10076
+
10077
+
10078
+
10079
+ /***/ }),
10080
+
10081
+ /***/ "./src/ui/Tag/styles/index.ts":
10082
+ /*!************************************!*\
10083
+ !*** ./src/ui/Tag/styles/index.ts ***!
10084
+ \************************************/
10085
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10086
+
10087
+ "use strict";
10088
+ __webpack_require__.r(__webpack_exports__);
10089
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
10090
+ /* harmony export */ TagCheckboxStyle: () => (/* reexport safe */ _TagCheckbox_module_scss__WEBPACK_IMPORTED_MODULE_0__["default"]),
10091
+ /* harmony export */ TagCountStyle: () => (/* reexport safe */ _TagCount_module_scss__WEBPACK_IMPORTED_MODULE_1__["default"]),
10092
+ /* harmony export */ TagStyle: () => (/* reexport safe */ _Tag_module_scss__WEBPACK_IMPORTED_MODULE_2__["default"])
10093
+ /* harmony export */ });
10094
+ /* harmony import */ var _TagCheckbox_module_scss__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./TagCheckbox.module.scss */ "./src/ui/Tag/styles/TagCheckbox.module.scss");
10095
+ /* harmony import */ var _TagCount_module_scss__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./TagCount.module.scss */ "./src/ui/Tag/styles/TagCount.module.scss");
10096
+ /* harmony import */ var _Tag_module_scss__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./Tag.module.scss */ "./src/ui/Tag/styles/Tag.module.scss");
10097
+
10098
+
10099
+
10100
+
10101
+
10102
+ /***/ }),
10103
+
10104
+ /***/ "./src/ui/Tag/types/TagCheckboxTypes.ts":
10105
+ /*!**********************************************!*\
10106
+ !*** ./src/ui/Tag/types/TagCheckboxTypes.ts ***!
10107
+ \**********************************************/
10108
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10109
+
10110
+ "use strict";
10111
+ __webpack_require__.r(__webpack_exports__);
10112
+
10113
+
10114
+
10115
+ /***/ }),
10116
+
10117
+ /***/ "./src/ui/Tag/types/TagCountTypes.ts":
10118
+ /*!*******************************************!*\
10119
+ !*** ./src/ui/Tag/types/TagCountTypes.ts ***!
10120
+ \*******************************************/
10121
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10122
+
10123
+ "use strict";
10124
+ __webpack_require__.r(__webpack_exports__);
10125
+
10126
+
10127
+
10128
+ /***/ }),
10129
+
10130
+ /***/ "./src/ui/Tag/types/TagTypes.ts":
10131
+ /*!**************************************!*\
10132
+ !*** ./src/ui/Tag/types/TagTypes.ts ***!
10133
+ \**************************************/
10134
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10135
+
10136
+ "use strict";
10137
+ __webpack_require__.r(__webpack_exports__);
10138
+
10139
+
10140
+
10141
+ /***/ }),
10142
+
10143
+ /***/ "./src/ui/Tag/types/index.ts":
10144
+ /*!***********************************!*\
10145
+ !*** ./src/ui/Tag/types/index.ts ***!
10146
+ \***********************************/
10147
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10148
+
10149
+ "use strict";
10150
+ __webpack_require__.r(__webpack_exports__);
10151
+ /* harmony import */ var _TagTypes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./TagTypes */ "./src/ui/Tag/types/TagTypes.ts");
10152
+ /* harmony import */ var _TagCheckboxTypes__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./TagCheckboxTypes */ "./src/ui/Tag/types/TagCheckboxTypes.ts");
10153
+ /* harmony import */ var _TagCountTypes__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./TagCountTypes */ "./src/ui/Tag/types/TagCountTypes.ts");
10154
+
10155
+
10156
+
10157
+
10158
+
10159
+ /***/ }),
10160
+
10161
+ /***/ "./src/ui/Tag/ui/Tag.tsx":
10162
+ /*!*******************************!*\
10163
+ !*** ./src/ui/Tag/ui/Tag.tsx ***!
10164
+ \*******************************/
10165
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10166
+
10167
+ "use strict";
10168
+ __webpack_require__.r(__webpack_exports__);
10169
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
10170
+ /* harmony export */ Tag: () => (/* binding */ Tag)
10171
+ /* harmony export */ });
10172
+ /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "./node_modules/react/jsx-runtime.js");
10173
+ /* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! clsx */ "./node_modules/clsx/dist/clsx.mjs");
10174
+ /* harmony import */ var _assets__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/assets */ "./src/assets/index.ts");
10175
+ /* harmony import */ var _ui__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/ui */ "./src/ui/index.ts");
10176
+ /* harmony import */ var _styles__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../styles */ "./src/ui/Tag/styles/index.ts");
10177
+ /* harmony import */ var _TagCount__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./TagCount */ "./src/ui/Tag/ui/TagCount.tsx");
10178
+ /* harmony import */ var _TagCheckbox__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./TagCheckbox */ "./src/ui/Tag/ui/TagCheckbox.tsx");
10179
+
10180
+
10181
+
10182
+
10183
+
10184
+
10185
+
10186
+ function Tag({ active = false, size = 'medium', icon = false, label, checkbox = false, checked = false, actions = 'text-only', onCheckboxClick, onXCloseClick, count, }) {
10187
+ const getXCloseButton = () => {
10188
+ let buttonSize;
10189
+ switch (size) {
10190
+ case "small":
10191
+ buttonSize = '14';
10192
+ break;
10193
+ case "medium":
10194
+ buttonSize = '16';
10195
+ break;
10196
+ case "large":
10197
+ buttonSize = '20';
10198
+ break;
10199
+ }
10200
+ return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_ui__WEBPACK_IMPORTED_MODULE_3__.MicroButton, { color: 'light', onClick: onXCloseClick, size: buttonSize, icon: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_assets__WEBPACK_IMPORTED_MODULE_2__.XCloseSVG, {}) });
10201
+ };
10202
+ const getIcon = () => {
10203
+ if (icon === undefined || icon === false)
10204
+ return undefined;
10205
+ if (typeof icon === 'boolean') {
10206
+ return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("span", { className: _styles__WEBPACK_IMPORTED_MODULE_4__.TagStyle?.dotIcon });
10207
+ }
10208
+ return icon;
10209
+ };
10210
+ const getAction = () => {
10211
+ if (actions === undefined)
10212
+ return undefined;
10213
+ switch (actions) {
10214
+ case "count":
10215
+ return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_TagCount__WEBPACK_IMPORTED_MODULE_5__.TagCount, { count: count, color: active ? 'color' : 'gray', size: size });
10216
+ case "x-close":
10217
+ return getXCloseButton();
10218
+ case "text-only":
10219
+ return undefined;
10220
+ }
10221
+ };
10222
+ const getLabel = () => {
10223
+ if (label === undefined)
10224
+ return undefined;
10225
+ return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("span", { className: _styles__WEBPACK_IMPORTED_MODULE_4__.TagStyle?.label, children: label });
10226
+ };
10227
+ const getCheckbox = () => {
10228
+ if (checkbox) {
10229
+ return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_TagCheckbox__WEBPACK_IMPORTED_MODULE_6__.TagCheckbox, { onClick: onCheckboxClick, checked: checked, size: size });
10230
+ }
10231
+ return undefined;
10232
+ };
10233
+ return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", { className: (0,clsx__WEBPACK_IMPORTED_MODULE_1__["default"])(_styles__WEBPACK_IMPORTED_MODULE_4__.TagStyle?.tag, {
10234
+ [_styles__WEBPACK_IMPORTED_MODULE_4__.TagStyle?.active]: active,
10235
+ [_styles__WEBPACK_IMPORTED_MODULE_4__.TagStyle?.small]: size === 'small',
10236
+ [_styles__WEBPACK_IMPORTED_MODULE_4__.TagStyle?.medium]: size === 'medium',
10237
+ [_styles__WEBPACK_IMPORTED_MODULE_4__.TagStyle?.large]: size === 'large',
10238
+ [_styles__WEBPACK_IMPORTED_MODULE_4__.TagStyle?.isAction]: actions !== 'text-only' && actions !== undefined,
10239
+ [_styles__WEBPACK_IMPORTED_MODULE_4__.TagStyle?.isCheckbox]: checkbox,
10240
+ }), children: [getIcon(), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", { className: _styles__WEBPACK_IMPORTED_MODULE_4__.TagStyle?.main, children: [getCheckbox(), getLabel(), getAction()] })] }));
10241
+ }
10242
+
10243
+
10244
+ /***/ }),
10245
+
10246
+ /***/ "./src/ui/Tag/ui/TagCheckbox.tsx":
10247
+ /*!***************************************!*\
10248
+ !*** ./src/ui/Tag/ui/TagCheckbox.tsx ***!
10249
+ \***************************************/
10250
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10251
+
10252
+ "use strict";
10253
+ __webpack_require__.r(__webpack_exports__);
10254
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
10255
+ /* harmony export */ TagCheckbox: () => (/* binding */ TagCheckbox)
10256
+ /* harmony export */ });
10257
+ /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "./node_modules/react/jsx-runtime.js");
10258
+ /* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! clsx */ "./node_modules/clsx/dist/clsx.mjs");
10259
+ /* harmony import */ var _assets__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/assets */ "./src/assets/index.ts");
10260
+ /* harmony import */ var _styles__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../styles */ "./src/ui/Tag/styles/index.ts");
10261
+
10262
+
10263
+
10264
+
10265
+ function TagCheckbox({ size = 'medium', checked = false, disabled = false, onClick }) {
10266
+ return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("button", { onClick: onClick, className: (0,clsx__WEBPACK_IMPORTED_MODULE_1__["default"])(_styles__WEBPACK_IMPORTED_MODULE_3__.TagCheckboxStyle?.tagCheckbox, {
10267
+ [_styles__WEBPACK_IMPORTED_MODULE_3__.TagCheckboxStyle.checked]: checked,
10268
+ [_styles__WEBPACK_IMPORTED_MODULE_3__.TagCheckboxStyle.small]: size === 'small',
10269
+ [_styles__WEBPACK_IMPORTED_MODULE_3__.TagCheckboxStyle.medium]: size === 'medium',
10270
+ [_styles__WEBPACK_IMPORTED_MODULE_3__.TagCheckboxStyle.large]: size === 'large',
10271
+ [_styles__WEBPACK_IMPORTED_MODULE_3__.TagCheckboxStyle.disabled]: disabled,
10272
+ }), children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_assets__WEBPACK_IMPORTED_MODULE_2__.CheckSVG, {}) }));
10273
+ }
10274
+
10275
+
10276
+ /***/ }),
10277
+
10278
+ /***/ "./src/ui/Tag/ui/TagCount.tsx":
10279
+ /*!************************************!*\
10280
+ !*** ./src/ui/Tag/ui/TagCount.tsx ***!
10281
+ \************************************/
10282
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10283
+
10284
+ "use strict";
10285
+ __webpack_require__.r(__webpack_exports__);
10286
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
10287
+ /* harmony export */ TagCount: () => (/* binding */ TagCount)
10288
+ /* harmony export */ });
10289
+ /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "./node_modules/react/jsx-runtime.js");
10290
+ /* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! clsx */ "./node_modules/clsx/dist/clsx.mjs");
10291
+ /* harmony import */ var _styles__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../styles */ "./src/ui/Tag/styles/index.ts");
10292
+
10293
+
10294
+
10295
+ function TagCount({ count, color = 'gray', size = 'medium' }) {
10296
+ return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("span", { className: (0,clsx__WEBPACK_IMPORTED_MODULE_1__["default"])(_styles__WEBPACK_IMPORTED_MODULE_2__.TagCountStyle?.tagCount, {
10297
+ [_styles__WEBPACK_IMPORTED_MODULE_2__.TagCountStyle?.color]: color === 'color',
10298
+ [_styles__WEBPACK_IMPORTED_MODULE_2__.TagCountStyle?.gray]: color === 'gray',
10299
+ [_styles__WEBPACK_IMPORTED_MODULE_2__.TagCountStyle?.small]: size === 'small',
10300
+ [_styles__WEBPACK_IMPORTED_MODULE_2__.TagCountStyle?.medium]: size === 'medium',
10301
+ [_styles__WEBPACK_IMPORTED_MODULE_2__.TagCountStyle?.large]: size === 'large',
10302
+ }), children: count }));
10303
+ }
10304
+
10305
+
10306
+ /***/ }),
10307
+
10308
+ /***/ "./src/ui/Tag/ui/index.ts":
10309
+ /*!********************************!*\
10310
+ !*** ./src/ui/Tag/ui/index.ts ***!
10311
+ \********************************/
10312
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10313
+
10314
+ "use strict";
10315
+ __webpack_require__.r(__webpack_exports__);
10316
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
10317
+ /* harmony export */ Tag: () => (/* reexport safe */ _Tag__WEBPACK_IMPORTED_MODULE_0__.Tag),
10318
+ /* harmony export */ TagCheckbox: () => (/* reexport safe */ _TagCheckbox__WEBPACK_IMPORTED_MODULE_1__.TagCheckbox),
10319
+ /* harmony export */ TagCount: () => (/* reexport safe */ _TagCount__WEBPACK_IMPORTED_MODULE_2__.TagCount)
10320
+ /* harmony export */ });
10321
+ /* harmony import */ var _Tag__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./Tag */ "./src/ui/Tag/ui/Tag.tsx");
10322
+ /* harmony import */ var _TagCheckbox__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./TagCheckbox */ "./src/ui/Tag/ui/TagCheckbox.tsx");
10323
+ /* harmony import */ var _TagCount__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./TagCount */ "./src/ui/Tag/ui/TagCount.tsx");
10324
+
10325
+
10326
+
10327
+
10328
+
10010
10329
  /***/ }),
10011
10330
 
10012
10331
  /***/ "./src/ui/ToggleBase/index.ts":
@@ -10280,6 +10599,9 @@ __webpack_require__.r(__webpack_exports__);
10280
10599
  /* harmony export */ RadioField: () => (/* reexport safe */ _InputFields__WEBPACK_IMPORTED_MODULE_3__.RadioField),
10281
10600
  /* harmony export */ SelectField: () => (/* reexport safe */ _InputFields__WEBPACK_IMPORTED_MODULE_3__.SelectField),
10282
10601
  /* harmony export */ SwitcherField: () => (/* reexport safe */ _InputFields__WEBPACK_IMPORTED_MODULE_3__.SwitcherField),
10602
+ /* harmony export */ Tag: () => (/* reexport safe */ _Tag__WEBPACK_IMPORTED_MODULE_10__.Tag),
10603
+ /* harmony export */ TagCheckbox: () => (/* reexport safe */ _Tag__WEBPACK_IMPORTED_MODULE_10__.TagCheckbox),
10604
+ /* harmony export */ TagCount: () => (/* reexport safe */ _Tag__WEBPACK_IMPORTED_MODULE_10__.TagCount),
10283
10605
  /* harmony export */ TextareaField: () => (/* reexport safe */ _InputFields__WEBPACK_IMPORTED_MODULE_3__.TextareaField),
10284
10606
  /* harmony export */ Toggle: () => (/* reexport safe */ _Toggle__WEBPACK_IMPORTED_MODULE_8__.Toggle),
10285
10607
  /* harmony export */ ToggleBase: () => (/* reexport safe */ _ToggleBase__WEBPACK_IMPORTED_MODULE_7__.ToggleBase),
@@ -10302,6 +10624,8 @@ __webpack_require__.r(__webpack_exports__);
10302
10624
  /* harmony import */ var _ToggleBase__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./ToggleBase */ "./src/ui/ToggleBase/index.ts");
10303
10625
  /* harmony import */ var _Toggle__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./Toggle */ "./src/ui/Toggle/index.ts");
10304
10626
  /* harmony import */ var _CascadeSelector__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./CascadeSelector */ "./src/ui/CascadeSelector/index.ts");
10627
+ /* harmony import */ var _Tag__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./Tag */ "./src/ui/Tag/index.ts");
10628
+
10305
10629
 
10306
10630
 
10307
10631
 
@@ -24721,6 +25045,9 @@ __webpack_require__.r(__webpack_exports__);
24721
25045
  /* harmony export */ RadioField: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.RadioField),
24722
25046
  /* harmony export */ SelectField: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.SelectField),
24723
25047
  /* harmony export */ SwitcherField: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.SwitcherField),
25048
+ /* harmony export */ Tag: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.Tag),
25049
+ /* harmony export */ TagCheckbox: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.TagCheckbox),
25050
+ /* harmony export */ TagCount: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.TagCount),
24724
25051
  /* harmony export */ TextareaField: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.TextareaField),
24725
25052
  /* harmony export */ Toggle: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.Toggle),
24726
25053
  /* harmony export */ ToggleBase: () => (/* reexport safe */ _ui__WEBPACK_IMPORTED_MODULE_1__.ToggleBase),