@esportsplus/ui 0.29.0 → 0.29.1
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.
|
@@ -11,7 +11,7 @@ export * as container from './container/index.js';
|
|
|
11
11
|
export { default as counter } from './counter/index.js';
|
|
12
12
|
export { default as ellipsis } from './ellipsis/index.js';
|
|
13
13
|
export { default as form } from './form/index.js';
|
|
14
|
-
export
|
|
14
|
+
export { default as frame } from './frame/index.js';
|
|
15
15
|
export * as grid from './grid/index.js';
|
|
16
16
|
export { default as highlight } from './highlight/index.js';
|
|
17
17
|
export { default as icon } from './icon/index.js';
|
|
@@ -11,7 +11,7 @@ export * as container from './container/index.js';
|
|
|
11
11
|
export { default as counter } from './counter/index.js';
|
|
12
12
|
export { default as ellipsis } from './ellipsis/index.js';
|
|
13
13
|
export { default as form } from './form/index.js';
|
|
14
|
-
export
|
|
14
|
+
export { default as frame } from './frame/index.js';
|
|
15
15
|
export * as grid from './grid/index.js';
|
|
16
16
|
export { default as highlight } from './highlight/index.js';
|
|
17
17
|
export { default as icon } from './icon/index.js';
|
package/package.json
CHANGED
package/src/components/index.ts
CHANGED
|
@@ -11,7 +11,7 @@ export * as container from './container';
|
|
|
11
11
|
export { default as counter } from './counter';
|
|
12
12
|
export { default as ellipsis } from './ellipsis';
|
|
13
13
|
export { default as form } from './form';
|
|
14
|
-
export
|
|
14
|
+
export { default as frame } from './frame';
|
|
15
15
|
export * as grid from './grid';
|
|
16
16
|
export { default as highlight } from './highlight';
|
|
17
17
|
export { default as icon } from './icon';
|