plain-design 1.0.0-beta.54 → 1.0.0-beta.55

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plain-design",
3
- "version": "1.0.0-beta.54",
3
+ "version": "1.0.0-beta.55",
4
4
  "description": "",
5
5
  "main": "dist/plain-design.min.js",
6
6
  "module": "dist/plain-design.commonjs.min.js",
@@ -211,6 +211,7 @@ export type {tEditComputed, tEditControl, EditProvideData} from './uses/useEdit'
211
211
  export {useStyle, StyleProps, ThemeShape, ThemeSize, ThemeStatus} from './uses/useStyle';
212
212
  export type {tStyleComputed, UseStyleProvideData} from './uses/useStyle';
213
213
  export {AutoLoadingObserver} from './components/AutoLoadingObserver';
214
+ export {lighter, darken} from './utils/color.utils';
214
215
 
215
216
  // @ts-ignore
216
217
  setComponentPrefix(globalComponentPrefix);