@progress/kendo-react-barcodes 8.3.0-develop.9 → 8.3.0

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/BaseBarcode.mjs CHANGED
@@ -71,30 +71,18 @@ const n = class n extends o.Component {
71
71
  */
72
72
  render() {
73
73
  const { style: e = {}, className: r, children: t } = this.props;
74
- return /* @__PURE__ */ o.createElement(u.Provider, { value: this.contextValue }, /* @__PURE__ */ o.createElement(
75
- "div",
76
- {
77
- style: e,
78
- ref: (s) => this._element = s,
79
- className: r
80
- },
81
- t
82
- ));
74
+ return /* @__PURE__ */ o.createElement(u.Provider, { value: this.contextValue }, /* @__PURE__ */ o.createElement("div", { style: e, ref: (s) => this._element = s, className: r }, t));
83
75
  }
84
76
  /**
85
77
  * @hidden
86
78
  */
87
79
  instantiateCoreBarcode() {
88
80
  const { barcodeConstructor: e } = this.props, r = this.getBarcodeOptions();
89
- this.barcodeInstance = new e(
90
- this.element,
91
- r,
92
- (t) => {
93
- if (process.env.NODE_ENV !== "production")
94
- throw t;
95
- console.warn(t);
96
- }
97
- );
81
+ this.barcodeInstance = new e(this.element, r, (t) => {
82
+ if (process.env.NODE_ENV !== "production")
83
+ throw t;
84
+ console.warn(t);
85
+ });
98
86
  }
99
87
  /**
100
88
  * @hidden
@@ -109,10 +97,7 @@ const n = class n extends o.Component {
109
97
  * @hidden
110
98
  */
111
99
  getBarcodeOptions() {
112
- const {
113
- renderAs: e,
114
- deriveOptionsFromParent: r
115
- } = this.props;
100
+ const { renderAs: e, deriveOptionsFromParent: r } = this.props;
116
101
  let t = { renderAs: e };
117
102
  return r && (t = r(t)), t;
118
103
  }
@@ -10,7 +10,7 @@ const e = {
10
10
  name: "@progress/kendo-react-barcodes",
11
11
  productName: "KendoReact",
12
12
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
13
- publishDate: 1724413689,
13
+ publishDate: 1726561734,
14
14
  version: "",
15
15
  licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
16
16
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-barcodes",
3
- "version": "8.3.0-develop.9",
3
+ "version": "8.3.0",
4
4
  "description": "React Barcodes provide a set of React components to build beautiful and customizable barcodes. KendoReact Barcodes package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -22,11 +22,11 @@
22
22
  },
23
23
  "sideEffects": false,
24
24
  "peerDependencies": {
25
- "@progress/kendo-charts": "2.4.2",
25
+ "@progress/kendo-charts": "2.5.0",
26
26
  "@progress/kendo-drawing": "^1.20.1",
27
27
  "@progress/kendo-licensing": "^1.3.4",
28
- "@progress/kendo-react-common": "8.3.0-develop.9",
29
- "@progress/kendo-react-intl": "8.3.0-develop.9",
28
+ "@progress/kendo-react-common": "8.3.0",
29
+ "@progress/kendo-react-intl": "8.3.0",
30
30
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
31
31
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
32
32
  },