@feathery/react 1.0.621 → 1.1.1
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/Form/components/grid/index.d.ts.map +1 -1
- package/dist/Form/index.d.ts.map +1 -1
- package/dist/elements/basic/ImageElement.d.ts.map +1 -1
- package/dist/elements/basic/TextElement.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/utils/hydration.d.ts +6 -0
- package/dist/utils/hydration.d.ts.map +1 -1
- package/package.json +1 -1
- package/umd/index.js +1 -1
|
@@ -1,4 +1,10 @@
|
|
|
1
|
+
export declare const MIN_AXIS_SIZE = 15;
|
|
2
|
+
export declare const FIT = "fit";
|
|
3
|
+
export declare const FILL = "fill";
|
|
1
4
|
export declare const isFill: (v: any) => boolean;
|
|
5
|
+
export declare const isFit: (v: any) => boolean;
|
|
6
|
+
export declare const isPx: (v: string) => boolean;
|
|
7
|
+
export declare const getPxValue: (size: string) => number;
|
|
2
8
|
/**
|
|
3
9
|
* Calculates the dimensions of the provided step.
|
|
4
10
|
* Note: The provided step should be fully-hydrated (i.e. rows injected, etc.) to calculate dimensions accurately.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hydration.d.ts","sourceRoot":"","sources":["../../src/utils/hydration.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"hydration.d.ts","sourceRoot":"","sources":["../../src/utils/hydration.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,KAAK,CAAC;AAEhC,eAAO,MAAM,GAAG,QAAQ,CAAC;AACzB,eAAO,MAAM,IAAI,SAAS,CAAC;AAE3B,eAAO,MAAM,MAAM,MAAO,GAAG,YAAe,CAAC;AAC7C,eAAO,MAAM,KAAK,MAAO,GAAG,YAAc,CAAC;AAC3C,eAAO,MAAM,IAAI,MAAO,MAAM,YACiB,CAAC;AAEhD,eAAO,MAAM,UAAU,SAAU,MAAM,WAEtC,CAAC;AAoCF;;;GAGG;AACH,iBAAS,gBAAgB,CAAC,IAAI,EAAE,GAAG,MA+BlC;AAED,OAAO,EAAE,gBAAgB,EAAE,CAAC"}
|