intelliwaketssveltekitv25 0.1.53 → 0.1.54

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.
@@ -130,13 +130,14 @@
130
130
  {:else}
131
131
  {#each subItems as listItem, idx (getKey(listItem))}
132
132
  {#if listItem?.section && listItem.section !== subItems[idx - 1]?.section}
133
- <li class='listGroupHeader block w-full select-none font-bold p-1 cursor-pointer sticky top-0'
133
+ <li class='listGroupHeader block w-full select-none font-bold p-1 cursor-pointer sticky top-0 bg-primary-main text-white'
134
134
  class:mt-4={rounded}
135
135
  class:overflow-x-hidden={wrapText || ellipses}
136
136
  class:whitespace-nowrap={!wrapText}
137
137
  class:mt-1={idx > 0}
138
- class:bg-primary-main={!rounded}
139
- class:text-white={!rounded}
138
+ class:roundedListGroupItem={rounded}
139
+ class:rounded-lg={rounded}
140
+ class:px-2={rounded}
140
141
  title={listItem.hover_title}
141
142
  role='menuitem'
142
143
  tabindex={-1}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelliwaketssveltekitv25",
3
- "version": "0.1.53",
3
+ "version": "0.1.54",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./dist/index.d.ts",