@sula-tech/webcomponents 0.11.3 → 0.12.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.
@@ -1,4 +1,4 @@
1
- import { p as e, g as t, b as l } from "./p-CwIBTB8E.js";
1
+ import { p as e, g as t, b as a } from "./p-CwIBTB8E.js";
2
2
 
3
3
  export { s as setNonce } from "./p-CwIBTB8E.js";
4
4
 
@@ -6,16 +6,16 @@ export { s as setNonce } from "./p-CwIBTB8E.js";
6
6
  Stencil Client Patch Browser v4.35.1 | MIT Licensed | https://stenciljs.com
7
7
  */ var patchBrowser = () => {
8
8
  const t = import.meta.url;
9
- const l = {};
9
+ const a = {};
10
10
  if (t !== "") {
11
- l.resourcesUrl = new URL(".", t).href;
11
+ a.resourcesUrl = new URL(".", t).href;
12
12
  }
13
- return e(l);
13
+ return e(a);
14
14
  };
15
15
 
16
16
  patchBrowser().then((async e => {
17
17
  await t();
18
- return l([ [ "p-0749814d", [ [ 1, "sula-modal", {
18
+ return a([ [ "p-3c319b71", [ [ 1, "sula-modal", {
19
19
  opened: [ 1028 ],
20
20
  blockBodyScroll: [ 1028, "block-body-scroll" ],
21
21
  closeOnClickOutside: [ 1028, "close-on-click-outside" ],
@@ -116,12 +116,15 @@ patchBrowser().then((async e => {
116
116
  maxLength: [ 2, "max-length" ],
117
117
  icon: [ 1 ],
118
118
  maskPattern: [ 1, "mask-pattern" ],
119
+ maskPatternSwitchMaxLength: [ 2, "mask-pattern-switch-max-length" ],
119
120
  inputIsOpen: [ 32 ],
120
121
  textValue: [ 32 ],
121
122
  showPassword: [ 32 ],
122
123
  inputIsFocused: [ 32 ]
123
124
  }, [ [ 4, "click", "handleClick" ] ], {
124
- value: [ "watchValueHandler" ]
125
+ value: [ "watchValueHandler" ],
126
+ maskPattern: [ "watchMaskPatternHandler" ],
127
+ maskPatternSwitchMaxLength: [ "watchMaskPatternSwitchMaxLengthHandler" ]
125
128
  } ], [ 1, "sula-tiles", {
126
129
  type: [ 1 ],
127
130
  size: [ 1 ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sula-tech/webcomponents",
3
- "version": "0.11.3",
3
+ "version": "0.12.0",
4
4
  "description": "A web component library built with Stencil",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",