@antscorp/antsomi-ui 1.3.5-beta.829 → 1.3.5-beta.830

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.
@@ -0,0 +1,7 @@
1
+ declare namespace _default {
2
+ let title: string;
3
+ }
4
+ export default _default;
5
+ export namespace Default {
6
+ function render(): null;
7
+ }
@@ -0,0 +1,6 @@
1
+ export default {
2
+ title: 'Molecules/TagifyInput/Readme',
3
+ };
4
+ export const Default = {
5
+ render: () => null,
6
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.3.5-beta.829",
3
+ "version": "1.3.5-beta.830",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",