@true-engineering/true-react-common-ui-kit 3.36.0 → 3.37.0
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/README.md +6 -0
- package/dist/theme/types.d.ts +0 -1
- package/dist/true-react-common-ui-kit.js +0 -1
- package/dist/true-react-common-ui-kit.js.map +1 -1
- package/dist/true-react-common-ui-kit.umd.cjs +0 -1
- package/dist/true-react-common-ui-kit.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/src/theme/common.ts +0 -1
- package/src/theme/types.ts +0 -1
package/package.json
CHANGED
package/src/theme/common.ts
CHANGED
package/src/theme/types.ts
CHANGED
|
@@ -144,7 +144,6 @@ export type IUiKitAnimations = Record<string, any>;
|
|
|
144
144
|
export type IUiKitHelpers = Record<string, Styles | (() => Styles)>;
|
|
145
145
|
|
|
146
146
|
export interface IUiKitTheme {
|
|
147
|
-
name: string;
|
|
148
147
|
components?: Partial<IComponentStyles>;
|
|
149
148
|
icons?: Partial<Record<ICommonIcon, ISvgIcon>>;
|
|
150
149
|
complexIcons?: Partial<Record<IComplexIcon, string>>;
|