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.umd.js
CHANGED
@@ -11830,6 +11830,7 @@
|
|
11830
11830
|
exports.Chip = Chip;
|
11831
11831
|
exports.Chips = Chips;
|
11832
11832
|
exports.CircularProgress = CircularProgress;
|
11833
|
+
exports.CollectionAPI = CollectionAPI$1;
|
11833
11834
|
exports.CollectionContext = CollectionContext$1;
|
11834
11835
|
exports.CollectionContext2 = CollectionContext;
|
11835
11836
|
exports.CollectionEditor = CollectionEditor$2;
|