@sula-tech/webcomponents 0.7.2 → 0.7.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,4 +1,4 @@
1
- import { p as e, g as t, b as l } from "./p-or7qTZgT.js";
1
+ import { p as e, g as t, b as a } from "./p-or7qTZgT.js";
2
2
 
3
3
  export { s as setNonce } from "./p-or7qTZgT.js";
4
4
 
@@ -6,16 +6,16 @@ export { s as setNonce } from "./p-or7qTZgT.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 s = {};
9
+ const a = {};
10
10
  if (t !== "") {
11
- s.resourcesUrl = new URL(".", t).href;
11
+ a.resourcesUrl = new URL(".", t).href;
12
12
  }
13
- return e(s);
13
+ return e(a);
14
14
  };
15
15
 
16
16
  patchBrowser().then((async e => {
17
17
  await t();
18
- return l([ [ "p-226f8631", [ [ 1, "sula-button", {
18
+ return a([ [ "p-43b2dde5", [ [ 1, "sula-button", {
19
19
  text: [ 1025 ],
20
20
  icon: [ 1025 ],
21
21
  leftIcon: [ 1025, "left-icon" ],
@@ -101,7 +101,9 @@ patchBrowser().then((async e => {
101
101
  textValue: [ 32 ],
102
102
  showPassword: [ 32 ],
103
103
  inputIsFocused: [ 32 ]
104
- }, [ [ 4, "click", "handleClick" ] ] ], [ 1, "sula-tiles", {
104
+ }, [ [ 4, "click", "handleClick" ] ], {
105
+ value: [ "watchValueHandler" ]
106
+ } ], [ 1, "sula-tiles", {
105
107
  type: [ 1 ],
106
108
  size: [ 1 ],
107
109
  ellipsis: [ 4 ],
@@ -135,7 +137,9 @@ patchBrowser().then((async e => {
135
137
  isActive: [ 32 ],
136
138
  textValue: [ 32 ],
137
139
  textareaIsFocused: [ 32 ]
138
- }, [ [ 4, "click", "handleClick" ] ] ], [ 1, "sula-loader", {
140
+ }, [ [ 4, "click", "handleClick" ] ], {
141
+ value: [ "watchValueHandler" ]
142
+ } ], [ 1, "sula-loader", {
139
143
  size: [ 1 ],
140
144
  animationInstance: [ 32 ]
141
145
  } ], [ 1, "sula-menu-select-list", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sula-tech/webcomponents",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "A web component library built with Stencil",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -21,6 +21,7 @@
21
21
  },
22
22
  "private": false,
23
23
  "devDependencies": {
24
+ "@release-it/conventional-changelog": "^10.0.1",
24
25
  "@stencil/core": "^4.7.0",
25
26
  "@storybook/addon-a11y": "^8.6.12",
26
27
  "@storybook/addon-actions": "^8.6.12",
@@ -39,6 +40,7 @@
39
40
  "jest-cli": "^29.7.0",
40
41
  "postcss": "^8.5.3",
41
42
  "puppeteer": "^24.1.1",
43
+ "release-it": "^19.0.5",
42
44
  "stencil-tailwind-plugin": "^1.8.0",
43
45
  "storybook": "^8.6.12",
44
46
  "tailwindcss": "^3.4.10",