igniteui-webcomponents 5.2.2 → 5.2.3
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
CHANGED
|
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
6
6
|
|
|
7
|
+
## [5.2.3] - 2025-02-13
|
|
8
|
+
### Fixed
|
|
9
|
+
- #### Chip
|
|
10
|
+
- Disabled state in Bootstrap [#1573](https://github.com/IgniteUI/igniteui-webcomponents/pull/1573)
|
|
11
|
+
|
|
7
12
|
## [5.2.2] - 2025-02-12
|
|
8
13
|
### Fixed
|
|
9
14
|
- #### Combo
|
|
@@ -689,6 +694,7 @@ Initial release of Ignite UI Web Components
|
|
|
689
694
|
- Ripple component
|
|
690
695
|
- Switch component
|
|
691
696
|
|
|
697
|
+
[5.2.3]: https://github.com/IgniteUI/igniteui-webcomponents/compare/5.2.2...5.2.3
|
|
692
698
|
[5.2.2]: https://github.com/IgniteUI/igniteui-webcomponents/compare/5.2.1...5.2.2
|
|
693
699
|
[5.2.1]: https://github.com/IgniteUI/igniteui-webcomponents/compare/5.2.0...5.2.1
|
|
694
700
|
[5.2.0]: https://github.com/IgniteUI/igniteui-webcomponents/compare/5.1.2...5.2.0
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { css } from 'lit';
|
|
2
|
-
export const styles = css `:host{--component-size: var(--ig-size, var(--default-size))}:host button:focus{outline:.125rem solid var(--focus-outline-color)}:host([variant=primary]) button,:host([variant=primary]) button:focus,:host([variant=primary]) button:hover,:host([selected][variant=primary]) button:not([disabled]){color:color-mix(in oklch, var(--ig-primary-700-contrast) 100%, transparent)}:host([variant=primary]) button:focus{outline:.125rem solid hsl(from var(--ig-primary-200) h s l/1)}:host([variant=info]) button,:host([variant=info]) button:focus,:host([variant=info]) button:hover,:host([selected][variant=info]) button:not([disabled]){color:color-mix(in oklch, var(--ig-info-700-contrast) 100%, transparent)}:host([variant=info]) button:focus{outline:.125rem solid hsl(from var(--ig-info-200) h s l/1)}:host([variant=success]) button,:host([variant=success]) button:focus,:host([variant=success]) button:hover,:host([selected][variant=success]) button:not([disabled]){color:color-mix(in oklch, var(--ig-success-700-contrast) 100%, transparent)}:host([variant=success]) button:focus{outline:.125rem solid hsl(from var(--ig-success-200) h s l/1)}:host([variant=warning]) button,:host([variant=warning]) button:focus,:host([variant=warning]) button:hover,:host([selected][variant=warning]) button:not([disabled]){color:color-mix(in oklch, var(--ig-warn-700-contrast) 100%, transparent)}:host([variant=warning]) button:focus{outline:.125rem solid hsl(from var(--ig-warn-200) h s l/1)}:host([variant=danger]) button,:host([variant=danger]) button:focus,:host([variant=danger]) button:hover,:host([selected][variant=danger]) button:not([disabled]){color:color-mix(in oklch, var(--ig-error-700-contrast) 100%, transparent)}:host([variant=danger]) button:focus{outline:.125rem solid hsl(from var(--ig-error-200) h s l/1)}`;
|
|
2
|
+
export const styles = css `:host{--component-size: var(--ig-size, var(--default-size))}:host button:focus{outline:.125rem solid var(--focus-outline-color)}:host([variant=primary]) button:not([disabled]),:host([variant=primary]) button:focus,:host([variant=primary]) button:hover,:host([selected][variant=primary]) button:not([disabled]){color:color-mix(in oklch, var(--ig-primary-700-contrast) 100%, transparent)}:host([variant=primary]) button:focus{outline:.125rem solid hsl(from var(--ig-primary-200) h s l/1)}:host([variant=info]) button:not([disabled]),:host([variant=info]) button:focus,:host([variant=info]) button:hover,:host([selected][variant=info]) button:not([disabled]){color:color-mix(in oklch, var(--ig-info-700-contrast) 100%, transparent)}:host([variant=info]) button:focus{outline:.125rem solid hsl(from var(--ig-info-200) h s l/1)}:host([variant=success]) button:not([disabled]),:host([variant=success]) button:focus,:host([variant=success]) button:hover,:host([selected][variant=success]) button:not([disabled]){color:color-mix(in oklch, var(--ig-success-700-contrast) 100%, transparent)}:host([variant=success]) button:focus{outline:.125rem solid hsl(from var(--ig-success-200) h s l/1)}:host([variant=warning]) button:not([disabled]),:host([variant=warning]) button:focus,:host([variant=warning]) button:hover,:host([selected][variant=warning]) button:not([disabled]){color:color-mix(in oklch, var(--ig-warn-700-contrast) 100%, transparent)}:host([variant=warning]) button:focus{outline:.125rem solid hsl(from var(--ig-warn-200) h s l/1)}:host([variant=danger]) button:not([disabled]),:host([variant=danger]) button:focus,:host([variant=danger]) button:hover,:host([selected][variant=danger]) button:not([disabled]){color:color-mix(in oklch, var(--ig-error-700-contrast) 100%, transparent)}:host([variant=danger]) button:focus{outline:.125rem solid hsl(from var(--ig-error-200) h s l/1)}`;
|
|
3
3
|
//# sourceMappingURL=chip.bootstrap.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chip.bootstrap.css.js","sourceRoot":"","sources":["../../../../../src/components/chip/themes/shared/chip.bootstrap.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA,
|
|
1
|
+
{"version":3,"file":"chip.bootstrap.css.js","sourceRoot":"","sources":["../../../../../src/components/chip/themes/shared/chip.bootstrap.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA,41DAA41D,CAAC","sourcesContent":["import { css } from 'lit';\n\nexport const styles = css`:host{--component-size: var(--ig-size, var(--default-size))}:host button:focus{outline:.125rem solid var(--focus-outline-color)}:host([variant=primary]) button:not([disabled]),:host([variant=primary]) button:focus,:host([variant=primary]) button:hover,:host([selected][variant=primary]) button:not([disabled]){color:color-mix(in oklch, var(--ig-primary-700-contrast) 100%, transparent)}:host([variant=primary]) button:focus{outline:.125rem solid hsl(from var(--ig-primary-200) h s l/1)}:host([variant=info]) button:not([disabled]),:host([variant=info]) button:focus,:host([variant=info]) button:hover,:host([selected][variant=info]) button:not([disabled]){color:color-mix(in oklch, var(--ig-info-700-contrast) 100%, transparent)}:host([variant=info]) button:focus{outline:.125rem solid hsl(from var(--ig-info-200) h s l/1)}:host([variant=success]) button:not([disabled]),:host([variant=success]) button:focus,:host([variant=success]) button:hover,:host([selected][variant=success]) button:not([disabled]){color:color-mix(in oklch, var(--ig-success-700-contrast) 100%, transparent)}:host([variant=success]) button:focus{outline:.125rem solid hsl(from var(--ig-success-200) h s l/1)}:host([variant=warning]) button:not([disabled]),:host([variant=warning]) button:focus,:host([variant=warning]) button:hover,:host([selected][variant=warning]) button:not([disabled]){color:color-mix(in oklch, var(--ig-warn-700-contrast) 100%, transparent)}:host([variant=warning]) button:focus{outline:.125rem solid hsl(from var(--ig-warn-200) h s l/1)}:host([variant=danger]) button:not([disabled]),:host([variant=danger]) button:focus,:host([variant=danger]) button:hover,:host([selected][variant=danger]) button:not([disabled]){color:color-mix(in oklch, var(--ig-error-700-contrast) 100%, transparent)}:host([variant=danger]) button:focus{outline:.125rem solid hsl(from var(--ig-error-200) h s l/1)}`;\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.3",
|
|
4
4
|
"description": "Ignite UI for Web Components is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach.",
|
|
5
5
|
"author": "Infragistics",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|