siam-ui-utils 3.0.2 → 3.0.3

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,10 +1,11 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { injectIntl, FormattedMessage } from "react-intl";
3
3
  const InjectMessage = (props) => /* @__PURE__ */ jsx(FormattedMessage, { ...props });
4
- const index = injectIntl(InjectMessage, {
4
+ const IntlMessages = injectIntl(InjectMessage, {
5
5
  withRef: false
6
6
  });
7
7
  export {
8
- index as default
8
+ IntlMessages,
9
+ IntlMessages as default
9
10
  };
10
11
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../src/intl-messages/index.jsx"],"sourcesContent":["import { FormattedMessage, injectIntl } from 'react-intl';\r\n\r\nconst InjectMessage = (props) => <FormattedMessage {...props} />;\r\n\r\nexport default injectIntl(InjectMessage, {\r\n withRef: false,\r\n});\r\n"],"names":[],"mappings":";;AAEA,MAAM,gBAAgB,CAAC,UAAU,oBAAC,kBAAA,EAAkB,GAAG,OAAO;AAE9D,MAAA,QAAe,WAAW,eAAe;AAAA,EACvC,SAAS;AACX,CAAC;"}
1
+ {"version":3,"file":"index.js","sources":["../../src/intl-messages/index.jsx"],"sourcesContent":["import { FormattedMessage, injectIntl } from 'react-intl';\r\n\r\nconst InjectMessage = (props) => <FormattedMessage {...props} />;\r\n\r\nexport const IntlMessages = injectIntl(InjectMessage, {\r\n withRef: false,\r\n});\r\n\r\nexport default IntlMessages;\r\n"],"names":[],"mappings":";;AAEA,MAAM,gBAAgB,CAAC,UAAU,oBAAC,kBAAA,EAAkB,GAAG,OAAO;AAEvD,MAAM,eAAe,WAAW,eAAe;AAAA,EACpD,SAAS;AACX,CAAC;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "siam-ui-utils",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "keywords": [
5
5
  "ampf-react",
6
6
  "ampf-utils",