reykit 1.0.259 → 1.0.260

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.
@@ -7,10 +7,12 @@ import { captcha, base, data, image, net, rand, re, react, text, time, twc, wind
7
7
  */
8
8
  import * as component from './component';
9
9
  import * as ui from './component/ui';
10
- export { modules as default, component, ui, captcha, base, data, image, net, rand, re, react, text, time, twc, window };
10
+ import * as icon from './component/ui/icon';
11
+ export { modules as default, component, ui, icon, captcha, base, data, image, net, rand, re, react, text, time, twc, window };
11
12
  declare const modules: {
12
13
  component: typeof component;
13
14
  ui: typeof component.ui;
15
+ icon: typeof component.ui.icon;
14
16
  captcha: typeof captcha;
15
17
  base: typeof base;
16
18
  data: typeof data;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reykit",
3
- "version": "1.0.259",
3
+ "version": "1.0.260",
4
4
  "description": "General-purpose JavaScript utility method package.",
5
5
  "author": "reyxbo",
6
6
  "keywords": [