File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
src/components/validation-container Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ Unreleased]
8+ ### Fixed
9+ - Library - internal import path for styles and public exports for themes
10+
711## [ 5.1.0] - 2024-10-25
812### Added
913- Carousel component [ #1226 ] ( https://github.com/IgniteUI/igniteui-webcomponents/issues/1226 )
Original file line number Diff line number Diff line change 99 "." : {
1010 "types" : " ./index.d.ts" ,
1111 "default" : " ./index.js"
12- }
12+ },
13+ "./themes/*.css" : " ./themes/*.css"
1314 },
1415 "type" : " module" ,
1516 "sideEffects" : false ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { registerComponent } from '../common/definitions/register.js';
66import type { IgcFormControl } from '../common/mixins/forms/types.js' ;
77import { isEmpty , partNameMap , toKebabCase } from '../common/util.js' ;
88import IgcIconComponent from '../icon/icon.js' ;
9- import { styles as shared } from './themes/shared/validator.common.css' ;
9+ import { styles as shared } from './themes/shared/validator.common.css.js ' ;
1010import { all } from './themes/themes.js' ;
1111import { styles } from './themes/validator.base.css.js' ;
1212
You can’t perform that action at this time.
0 commit comments