@lendi-ui/auto-complete
Advanced tools
Comparing version 5.2.5 to 5.2.6
## [5.1.0] 2020-03-17 [FUNNEL-1124]( | ||
## 5.2.6 | ||
### Patch Changes | ||
- bf90a7c7: use new icon entrypoints | ||
## 5.2.5 | ||
@@ -4,0 +10,0 @@ |
@@ -14,3 +14,3 @@ 'use strict'; | ||
var color = require('@lendi-ui/color'); | ||
var icon = require('@lendi-ui/icon'); | ||
var Close = require('@lendi-ui/icon/Close'); | ||
var depth = require('@lendi-ui/depth'); | ||
@@ -23,2 +23,3 @@ var theme = require('@lendi-ui/theme'); | ||
var Spinner__default = /*#__PURE__*/_interopDefault(Spinner); | ||
var Close__default = /*#__PURE__*/_interopDefault(Close); | ||
@@ -172,3 +173,3 @@ function _templateObject13() { | ||
}); | ||
var CloseIcon = styled__default['default'](icon.Close)(_templateObject10(), (_ref3) => { | ||
var CloseIcon = styled__default['default'](Close__default['default'])(_templateObject10(), (_ref3) => { | ||
var { | ||
@@ -175,0 +176,0 @@ size |
@@ -7,3 +7,3 @@ "use strict"; | ||
var React = require("react"), lodash = require("lodash"), textInput = require("@lendi-ui/text-input"), styled = require("styled-components"), Spinner = require("@lendi-ui/spinner"), utils = require("@lendi-ui/utils"), breakpoint = require("@lendi-ui/breakpoint"), spacing = require("@lendi-ui/spacing"), color = require("@lendi-ui/color"), icon = require("@lendi-ui/icon"), depth = require("@lendi-ui/depth"), theme = require("@lendi-ui/theme"); | ||
var React = require("react"), lodash = require("lodash"), textInput = require("@lendi-ui/text-input"), styled = require("styled-components"), Spinner = require("@lendi-ui/spinner"), utils = require("@lendi-ui/utils"), breakpoint = require("@lendi-ui/breakpoint"), spacing = require("@lendi-ui/spacing"), color = require("@lendi-ui/color"), Close = require("@lendi-ui/icon/Close"), depth = require("@lendi-ui/depth"), theme = require("@lendi-ui/theme"); | ||
@@ -16,3 +16,3 @@ function _interopDefault(e) { | ||
var styled__default = _interopDefault(styled), Spinner__default = _interopDefault(Spinner); | ||
var styled__default = _interopDefault(styled), Spinner__default = _interopDefault(Spinner), Close__default = _interopDefault(Close); | ||
@@ -124,3 +124,3 @@ function _templateObject13() { | ||
return iconBySizeMixin(size); | ||
}), CloseIcon = styled__default.default(icon.Close)(_templateObject10(), _ref3 => { | ||
}), CloseIcon = styled__default.default(Close__default.default)(_templateObject10(), _ref3 => { | ||
var {size: size} = _ref3; | ||
@@ -127,0 +127,0 @@ return iconBySizeMixin(size); |
@@ -10,3 +10,3 @@ import { Component, createElement, createRef, cloneElement } from 'react'; | ||
import { bg, fg } from '@lendi-ui/color'; | ||
import { Close } from '@lendi-ui/icon'; | ||
import Close from '@lendi-ui/icon/Close'; | ||
import { depth } from '@lendi-ui/depth'; | ||
@@ -13,0 +13,0 @@ import { select } from '@lendi-ui/theme'; |
/// <reference types="react" /> | ||
import { IconProps } from '@lendi-ui/icon'; | ||
import type { IconProps } from '@lendi-ui/icon'; | ||
import { BreakpointValue, BreakpointValueMap } from '@lendi-ui/breakpoint'; | ||
@@ -4,0 +4,0 @@ import { LUIFormProps } from '@lendi-ui/utils'; |
{ | ||
"name": "@lendi-ui/auto-complete", | ||
"version": "5.2.5", | ||
"version": "5.2.6", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "source": "src/index.tsx", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
102361
2150