@brightspace-ui-labs/multi-select
Advanced tools
Comparing version 6.1.0 to 6.1.1
import '@brightspace-ui/core/components/colors/colors.js'; | ||
import './multi-select-list.js'; | ||
import './multi-select-list-item.js'; | ||
import { css, html, LitElement } from 'lit-element/lit-element.js'; | ||
import { css, html, LitElement } from 'lit'; | ||
import { inputStyles } from '@brightspace-ui/core/components/inputs/input-styles.js'; | ||
@@ -6,0 +6,0 @@ import { Localizer } from './localization.js'; |
@@ -5,3 +5,3 @@ import '@brightspace-ui/core/components/colors/colors.js'; | ||
import '@brightspace-ui/core/components/tooltip/tooltip.js'; | ||
import { css, html, LitElement } from 'lit-element/lit-element.js'; | ||
import { css, html, LitElement } from 'lit'; | ||
import { bodyCompactStyles } from '@brightspace-ui/core/components/typography/styles.js'; | ||
@@ -8,0 +8,0 @@ import { Localizer } from './localization.js'; |
import '@brightspace-ui/core/components/button/button-subtle.js'; | ||
import { css, html, LitElement } from 'lit-element/lit-element.js'; | ||
import { css, html, LitElement } from 'lit'; | ||
import { getComposedChildren, isComposedAncestor } from '@brightspace-ui/core/helpers/dom.js'; | ||
@@ -4,0 +4,0 @@ import { bodyCompactStyles } from '@brightspace-ui/core/components/typography/styles.js'; |
@@ -32,7 +32,7 @@ { | ||
"license": "Apache-2.0", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"devDependencies": { | ||
"@babel/core": "^7", | ||
"@babel/eslint-parser": "^7", | ||
"@brightspace-ui/stylelint-config": "^0.4", | ||
"@brightspace-ui/stylelint-config": "^0.5", | ||
"@open-wc/testing": "^3", | ||
@@ -42,3 +42,3 @@ "@web/dev-server": "^0.1.23", | ||
"eslint": "^8", | ||
"eslint-config-brightspace": "^0.16", | ||
"eslint-config-brightspace": "^0.17", | ||
"eslint-plugin-html": "^6", | ||
@@ -56,4 +56,4 @@ "eslint-plugin-import": "^2", | ||
"@polymer/polymer": "^3", | ||
"lit-element": "^3" | ||
"lit": "^2" | ||
} | ||
} |
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
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
66296
+ Addedlit@^2
- Removedlit-element@^3