@sula-tech/webcomponents 0.4.0 → 0.4.1

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 (26) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/sula-avatar.sula-badge.sula-button.sula-checkbox.sula-chip.sula-icon.sula-loader.sula-menu-select-list.sula-radio-button.sula-switch.sula-tag.sula-textarea.sula-textfield.sula-tiles.entry.cjs.js.map +1 -1
  3. package/dist/cjs/sula-avatar_14.cjs.entry.js +29 -15
  4. package/dist/cjs/sula-avatar_14.cjs.entry.js.map +1 -1
  5. package/dist/cjs/webcomponents.cjs.js +1 -1
  6. package/dist/collection/components/sula-textarea/sula-textarea.css +1 -1
  7. package/dist/collection/components/sula-textarea/sula-textarea.js +26 -13
  8. package/dist/collection/components/sula-textarea/sula-textarea.js.map +1 -1
  9. package/dist/collection/components/sula-textfield/sula-textfield.js +2 -2
  10. package/dist/collection/components/sula-tiles/sula-tiles.js +1 -1
  11. package/dist/components/sula-textarea.js +27 -14
  12. package/dist/components/sula-textarea.js.map +1 -1
  13. package/dist/components/sula-textfield.js +2 -2
  14. package/dist/components/sula-tiles.js +1 -1
  15. package/dist/esm/loader.js +1 -1
  16. package/dist/esm/sula-avatar.sula-badge.sula-button.sula-checkbox.sula-chip.sula-icon.sula-loader.sula-menu-select-list.sula-radio-button.sula-switch.sula-tag.sula-textarea.sula-textfield.sula-tiles.entry.js.map +1 -1
  17. package/dist/esm/sula-avatar_14.entry.js +29 -15
  18. package/dist/esm/sula-avatar_14.entry.js.map +1 -1
  19. package/dist/esm/webcomponents.js +1 -1
  20. package/dist/types/components/sula-textarea/sula-textarea.d.ts +4 -1
  21. package/dist/webcomponents/{p-67f9fa90.entry.js → p-5ba79323.entry.js} +54 -39
  22. package/dist/webcomponents/p-5ba79323.entry.js.map +1 -0
  23. package/dist/webcomponents/sula-avatar.sula-badge.sula-button.sula-checkbox.sula-chip.sula-icon.sula-loader.sula-menu-select-list.sula-radio-button.sula-switch.sula-tag.sula-textarea.sula-textfield.sula-tiles.entry.esm.js.map +1 -1
  24. package/dist/webcomponents/webcomponents.esm.js +5 -6
  25. package/package.json +1 -1
  26. package/dist/webcomponents/p-67f9fa90.entry.js.map +0 -1
@@ -6,16 +6,16 @@ export { s as setNonce } from "./p-Yyeke16a.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 a = {};
9
+ const s = {};
10
10
  if (t !== "") {
11
- a.resourcesUrl = new URL(".", t).href;
11
+ s.resourcesUrl = new URL(".", t).href;
12
12
  }
13
- return e(a);
13
+ return e(s);
14
14
  };
15
15
 
16
16
  patchBrowser().then((async e => {
17
17
  await t();
18
- return a([ [ "p-67f9fa90", [ [ 1, "sula-chip", {
18
+ return a([ [ "p-5ba79323", [ [ 1, "sula-chip", {
19
19
  text: [ 1025 ],
20
20
  appearance: [ 1025 ],
21
21
  disabled: [ 1028 ],
@@ -105,8 +105,7 @@ patchBrowser().then((async e => {
105
105
  rows: [ 2 ],
106
106
  isActive: [ 32 ],
107
107
  textValue: [ 32 ],
108
- textareaIsFocused: [ 32 ],
109
- labelAnimationClass: [ 32 ]
108
+ textareaIsFocused: [ 32 ]
110
109
  }, [ [ 4, "click", "handleClick" ] ] ], [ 1, "sula-menu-select-list", {
111
110
  items: [ 1040 ]
112
111
  } ], [ 0, "sula-icon", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sula-tech/webcomponents",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "A web component library built with Stencil",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",