@makeswift/runtime 0.11.12 → 0.11.13

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,15 @@
1
+ import { TranslationDto } from '../../../state/react-page';
2
+ import { ShapeControlData } from '../../shape';
3
+ export declare const componentRegistration: import("../../shape").ShapeControlDefinition<{
4
+ type: {
5
+ text: import("../../text-input").TextInputControlDefinition<any>;
6
+ link: import("../../link").LinkControlDefinition<any>;
7
+ number: import("../../number").NumberControlDefinition<any>;
8
+ };
9
+ }>;
10
+ type Data = ShapeControlData<typeof componentRegistration>;
11
+ export declare const translatableComponentData: Data;
12
+ export declare const translatedComponentData: Data;
13
+ export declare const translatedData: TranslationDto;
14
+ export {};
15
+ //# sourceMappingURL=shape.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shape.d.ts","sourceRoot":"","sources":["../../../../../../src/controls/__tests__/fixtures/shape.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAC1D,OAAO,EAAS,gBAAgB,EAAE,MAAM,aAAa,CAAA;AAKrD,eAAO,MAAM,qBAAqB;;;;;;EAMhC,CAAA;AAEF,KAAK,IAAI,GAAG,gBAAgB,CAAC,OAAO,qBAAqB,CAAC,CAAA;AAE1D,eAAO,MAAM,yBAAyB,EAAE,IAIvC,CAAA;AAED,eAAO,MAAM,uBAAuB,EAAE,IAIrC,CAAA;AAED,eAAO,MAAM,cAAc,EAAE,cAI5B,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=translation.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"translation.test.d.ts","sourceRoot":"","sources":["../../../../../src/controls/__tests__/translation.test.ts"],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makeswift/runtime",
3
- "version": "0.11.12",
3
+ "version": "0.11.13",
4
4
  "license": "MIT",
5
5
  "main": "dist/main.cjs",
6
6
  "module": "dist/main.es",