@motiadev/plugin-states 0.14.0-beta.165-285707 → 0.14.0-beta.165-602289

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 @@
1
+ {"version":3,"file":"index.css","names":[],"sources":["../src/styles.css"],"sourcesContent":["export default undefined;"],"mappings":"AAAA"}
package/dist/index.d.ts CHANGED
@@ -1,3 +1,15 @@
1
- export { StatesPage } from './components/states-page';
2
- export type { StateItem } from './types/state';
1
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
2
+
3
+ //#region src/components/states-page.d.ts
4
+ declare const StatesPage: () => react_jsx_runtime0.JSX.Element;
5
+ //#endregion
6
+ //#region src/types/state.d.ts
7
+ interface StateItem {
8
+ groupId: string;
9
+ key: string;
10
+ type: 'string' | 'number' | 'boolean' | 'object' | 'array' | 'null';
11
+ value: string | number | boolean | object | unknown[] | null;
12
+ }
13
+ //#endregion
14
+ export { type StateItem, StatesPage };
3
15
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAA;AAErB,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,YAAY,EAAE,SAAS,EAAE,MAAM,eAAe,CAAA"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../src/components/states-page.tsx","../src/types/state.ts"],"sourcesContent":[],"mappings":";;;cAmBa,kBAAU,kBAAA,CAAA,GAAA,CAAA;;;UCnBN,SAAA;;;EDmBJ,IAAA,EAAA,QA4HZ,GAAA,QA5HsB,GAAA,SAAA,GAAA,QAAA,GAAA,OA4HtB,GAAA,MAAA"}