@capillarytech/blaze-ui 0.1.6-alpha.27 → 0.1.6-alpha.28
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.
|
@@ -9,10 +9,10 @@ var _react = _interopRequireWildcard(require("react"));
|
|
|
9
9
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
10
10
|
var _classnames = _interopRequireDefault(require("classnames"));
|
|
11
11
|
var _antd = require("antd");
|
|
12
|
+
var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
12
13
|
var _icons = require("@ant-design/icons");
|
|
13
|
-
var _styles = require("./styles");
|
|
14
14
|
var _withStyles = _interopRequireDefault(require("../utils/withStyles"));
|
|
15
|
-
var
|
|
15
|
+
var _styles = require("./styles");
|
|
16
16
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
17
17
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, "default": e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
18
18
|
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
@@ -16,10 +16,10 @@ import React, { useState, useEffect } from 'react';
|
|
|
16
16
|
import PropTypes from 'prop-types';
|
|
17
17
|
import classnames from 'classnames';
|
|
18
18
|
import { Select, TreeSelect, Tooltip, Input, Button } from 'antd';
|
|
19
|
+
import styled from 'styled-components';
|
|
19
20
|
import { InfoCircleOutlined, SearchOutlined, WarningFilled, DownOutlined } from '@ant-design/icons';
|
|
20
|
-
import { SelectWrapper, HeaderWrapper, selectStyles } from './styles';
|
|
21
21
|
import withStyles from '../utils/withStyles'; // Updated import path
|
|
22
|
-
import
|
|
22
|
+
import { SelectWrapper, HeaderWrapper, selectStyles } from './styles';
|
|
23
23
|
var CapUnifiedSelect = function CapUnifiedSelect(_ref) {
|
|
24
24
|
var type = _ref.type,
|
|
25
25
|
_ref$options = _ref.options,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capillarytech/blaze-ui",
|
|
3
3
|
"author": "Capillary Technologies",
|
|
4
|
-
"version": "0.1.6-alpha.
|
|
4
|
+
"version": "0.1.6-alpha.28",
|
|
5
5
|
"description": "Capillary UI component library with Ant Design v5",
|
|
6
6
|
"main": "./dist/components/index.js",
|
|
7
7
|
"module": "./dist/esm/components/index.js",
|