@lukso/web-components 1.145.0 → 1.145.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.
@@ -248,7 +248,7 @@ exports.LuksoSelect = class LuksoSelect extends shared_tailwindElement_index.Tai
248
248
  }
249
249
  optionGroupedStringTemplate(option, index) {
250
250
  return shared_tailwindElement_index.x`<div
251
- class="paragraph-inter-10-bold-uppercase text-neutral-20 p-1"
251
+ class="paragraph-inter-10-bold-uppercase text-neutral-20 p-1 text-left"
252
252
  >
253
253
  ${option.group}
254
254
  </div>
@@ -244,7 +244,7 @@ let LuksoSelect = class extends TailwindStyledElement(style) {
244
244
  }
245
245
  optionGroupedStringTemplate(option, index) {
246
246
  return x`<div
247
- class="paragraph-inter-10-bold-uppercase text-neutral-20 p-1"
247
+ class="paragraph-inter-10-bold-uppercase text-neutral-20 p-1 text-left"
248
248
  >
249
249
  ${option.group}
250
250
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lukso/web-components",
3
- "version": "1.145.0",
3
+ "version": "1.145.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",