@sula-tech/webcomponents 0.7.5 → 0.7.6

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.
@@ -15,7 +15,7 @@ export { s as setNonce } from "./p-or7qTZgT.js";
15
15
 
16
16
  patchBrowser().then((async e => {
17
17
  await t();
18
- return a([ [ "p-e86b2271", [ [ 1, "sula-button", {
18
+ return a([ [ "p-af46ad3b", [ [ 1, "sula-button", {
19
19
  text: [ 1025 ],
20
20
  icon: [ 1025 ],
21
21
  leftIcon: [ 1025, "left-icon" ],
@@ -136,7 +136,8 @@ patchBrowser().then((async e => {
136
136
  rows: [ 2 ],
137
137
  isActive: [ 32 ],
138
138
  textValue: [ 32 ],
139
- textareaIsFocused: [ 32 ]
139
+ textareaIsFocused: [ 32 ],
140
+ labelPadding: [ 32 ]
140
141
  }, [ [ 4, "click", "handleClick" ] ], {
141
142
  value: [ "watchValueHandler" ]
142
143
  } ], [ 1, "sula-loader", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sula-tech/webcomponents",
3
- "version": "0.7.5",
3
+ "version": "0.7.6",
4
4
  "description": "A web component library built with Stencil",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",