@feathery/react 1.0.595 → 1.0.596

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.
@@ -1 +1 @@
1
- {"version":3,"file":"Cell.d.ts","sourceRoot":"","sources":["../../../../src/Form/components/grid/Cell.tsx"],"names":[],"mappings":"AA0BA,QAAA,MAAM,IAAI,8BAA+B,GAAG,4DA6c3C,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Cell.d.ts","sourceRoot":"","sources":["../../../../src/Form/components/grid/Cell.tsx"],"names":[],"mappings":"AA0BA,QAAA,MAAM,IAAI,8BAA+B,GAAG,4DAwd3C,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -0,0 +1,2 @@
1
+ export default function RatingStar(props: any): import("@emotion/react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=RatingStar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RatingStar.d.ts","sourceRoot":"","sources":["../../../../src/elements/components/icons/RatingStar.tsx"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,EAAE,GAAG,oDAY5C"}
@@ -0,0 +1,2 @@
1
+ export default function RatingField({ element, fieldLabel, responsiveStyles, fieldVal, editMode, onChange, elementProps, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=RatingField.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RatingField.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/RatingField.tsx"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAClC,OAAO,EACP,UAAU,EACV,gBAAgB,EAChB,QAAY,EACZ,QAAQ,EACR,QAAmB,EACnB,YAAiB,EACjB,QAAQ,EACT,EAAE,GAAG,oDA+CL"}
@@ -7,6 +7,7 @@ import DropdownField from './DropdownField';
7
7
  import FileUploadField from './FileUploadField';
8
8
  import PinInputField from './PinInputField';
9
9
  import RadioButtonGroupField from './RadioButtonGroupField';
10
+ import RatingField from './RatingField';
10
11
  import SignatureField from './SignatureField';
11
12
  import SliderField from './SliderField';
12
13
  declare const Fields: {
@@ -22,6 +23,7 @@ declare const Fields: {
22
23
  PhoneField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, fullNumber, elementProps, required, editMode, onChange, setRef, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
23
24
  PinInputField: typeof PinInputField;
24
25
  RadioButtonGroupField: typeof RadioButtonGroupField;
26
+ RatingField: typeof RatingField;
25
27
  SignatureField: typeof SignatureField;
26
28
  SliderField: typeof SliderField;
27
29
  TextField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, onAccept, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwB,MAAM,OAAO,CAAC;AAE7C,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAClD,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,kBAAkB,MAAM,sBAAsB,CAAC;AACtD,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAElD,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,eAAe,MAAM,mBAAmB,CAAC;AAEhD,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,qBAAqB,MAAM,yBAAyB,CAAC;AAC5D,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,OAAO,WAAW,MAAM,eAAe,CAAC;AAOxC,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;CAiBX,CAAC;AAoYF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwB,MAAM,OAAO,CAAC;AAE7C,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAClD,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,kBAAkB,MAAM,sBAAsB,CAAC;AACtD,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAElD,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,eAAe,MAAM,mBAAmB,CAAC;AAEhD,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,qBAAqB,MAAM,yBAAyB,CAAC;AAC5D,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,OAAO,WAAW,MAAM,eAAe,CAAC;AAOxC,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;CAkBX,CAAC;AA2YF,eAAe,MAAM,CAAC"}
@@ -17,6 +17,7 @@ declare const Elements: {
17
17
  PhoneField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, fullNumber, elementProps, required, editMode, onChange, setRef, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
18
18
  PinInputField: typeof import("./fields/PinInputField").default;
19
19
  RadioButtonGroupField: typeof import("./fields/RadioButtonGroupField").default;
20
+ RatingField: typeof import("./fields/RatingField").default;
20
21
  SignatureField: typeof import("./fields/SignatureField").default;
21
22
  SliderField: typeof import("./fields/SliderField").default;
22
23
  TextField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, onAccept, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/elements/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,OAAO,WAAW,MAAM,qBAAqB,CAAC;AAC9C,OAAO,aAAa,MAAM,uBAAuB,CAAC;AAClD,OAAO,YAAY,MAAM,sBAAsB,CAAC;AAChD,OAAO,kBAAkB,MAAM,4BAA4B,CAAC;AAC5D,OAAO,YAAY,MAAM,sBAAsB,CAAC;AAWhD,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;CAA0B,CAAC;AAsHzC,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/elements/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,OAAO,WAAW,MAAM,qBAAqB,CAAC;AAC9C,OAAO,aAAa,MAAM,uBAAuB,CAAC;AAClD,OAAO,YAAY,MAAM,sBAAsB,CAAC;AAChD,OAAO,kBAAkB,MAAM,4BAA4B,CAAC;AAC5D,OAAO,YAAY,MAAM,sBAAsB,CAAC;AAWhD,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;CAA0B,CAAC;AAsHzC,eAAe,QAAQ,CAAC"}
package/dist/index.d.ts CHANGED
@@ -50,6 +50,7 @@ declare const Feathery: {
50
50
  PhoneField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, fullNumber, elementProps, required, editMode, onChange, setRef, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
51
51
  PinInputField: typeof import("./elements/fields/PinInputField").default;
52
52
  RadioButtonGroupField: typeof import("./elements/fields/RadioButtonGroupField").default;
53
+ RatingField: typeof import("./elements/fields/RatingField").default;
53
54
  SignatureField: typeof import("./elements/fields/SignatureField").default;
54
55
  SliderField: typeof import("./elements/fields/SliderField").default;
55
56
  TextField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, onAccept, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,OAAO,IAAI,EAAE,EAAU,KAAK,IAAI,SAAS,EAAE,MAAM,QAAQ,CAAC;AAC1D,OAAO,EAAE,IAAI,EAAE,YAAY,EAAE,SAAS,EAAe,MAAM,cAAc,CAAC;AAC1E,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAI9C,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAC3C,OAAO,aAAa,MAAM,sBAAsB,CAAC;AAEjD,iBAAS,YAAY;;EAGpB;AAED;;;;GAIG;AACH,iBAAS,QAAQ,CAAC,SAAS,EAAE,GAAG,EAAE,KAAK,EAAE,SAAS;;;;;;;;;;;;;;;;;;;EAQjD;AAGD,QAAA,MAAM,aAAa,qBAAe,CAAC;AAGnC,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAWb,CAAC;AAEF,OAAO,EACL,IAAI,EACJ,QAAQ,EACR,IAAI,EACJ,aAAa,EACb,YAAY,EACZ,SAAS,EACT,YAAY,EACZ,aAAa,EACb,aAAa,EACb,QAAQ,EACR,aAAa,EACb,QAAQ,EACT,CAAC;AACF,YAAY,EAAE,aAAa,EAAE,WAAW,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,OAAO,IAAI,EAAE,EAAU,KAAK,IAAI,SAAS,EAAE,MAAM,QAAQ,CAAC;AAC1D,OAAO,EAAE,IAAI,EAAE,YAAY,EAAE,SAAS,EAAe,MAAM,cAAc,CAAC;AAC1E,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAI9C,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAC3C,OAAO,aAAa,MAAM,sBAAsB,CAAC;AAEjD,iBAAS,YAAY;;EAGpB;AAED;;;;GAIG;AACH,iBAAS,QAAQ,CAAC,SAAS,EAAE,GAAG,EAAE,KAAK,EAAE,SAAS;;;;;;;;;;;;;;;;;;;EAQjD;AAGD,QAAA,MAAM,aAAa,qBAAe,CAAC;AAGnC,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAWb,CAAC;AAEF,OAAO,EACL,IAAI,EACJ,QAAQ,EACR,IAAI,EACJ,aAAa,EACb,YAAY,EACZ,SAAS,EACT,YAAY,EACZ,aAAa,EACb,aAAa,EACb,QAAQ,EACR,aAAa,EACb,QAAQ,EACT,CAAC;AACF,YAAY,EAAE,aAAa,EAAE,WAAW,EAAE,CAAC"}