@startinblox/core 0.19.1-beta.9 → 0.19.2

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -54519,6 +54519,8 @@ const index = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
54519
54519
  FormDropdownMixin,
54520
54520
  FormFileMixin,
54521
54521
  FormLengthMixin,
54522
+ FormMinMaxMixin,
54523
+ FormMixin,
54522
54524
  FormNumberMixin,
54523
54525
  FormRadioMixin,
54524
54526
  FormStepMixin,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@startinblox/core",
3
- "version": "0.19.1-beta.9",
3
+ "version": "0.19.2",
4
4
  "description": "This is a series of web component respecting both the web components standards and the Linked Data Platform convention.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",