ywana-core8 0.0.833 → 0.0.834
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/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +1 -0
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/domain/index.js +1 -0
- package/src/incubator/task-test.js +1 -0
package/dist/index.cjs
CHANGED
@@ -11837,6 +11837,7 @@ exports.CheckBox = CheckBox;
|
|
11837
11837
|
exports.Chip = Chip;
|
11838
11838
|
exports.Chips = Chips;
|
11839
11839
|
exports.CircularProgress = CircularProgress;
|
11840
|
+
exports.CollectionAPI = CollectionAPI$1;
|
11840
11841
|
exports.CollectionContext = CollectionContext$1;
|
11841
11842
|
exports.CollectionContext2 = CollectionContext;
|
11842
11843
|
exports.CollectionEditor = CollectionEditor$2;
|