@likable-hair/svelte 3.0.74 → 3.0.75

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.
@@ -69,7 +69,7 @@ function doUpdateItem(item, inputData) {
69
69
  on:click={() => expanded = !expanded}
70
70
  >
71
71
  <Icon
72
- name="mdi-chevron-down"
72
+ name="mdi-chevron-right"
73
73
  ></Icon>
74
74
  </Button>
75
75
  </div>
@@ -159,6 +159,7 @@ function doUpdateItem(item, inputData) {
159
159
  ul {
160
160
  min-height: 10px;
161
161
  list-style: none;
162
+ padding-inline-start: 30px;
162
163
  }
163
164
 
164
165
  .card-container {
@@ -194,7 +195,7 @@ function doUpdateItem(item, inputData) {
194
195
  }
195
196
 
196
197
  .button-container.reversed {
197
- transform: rotate(-90deg);
198
+ transform: rotate(90deg);
198
199
  }
199
200
 
200
201
  input {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@likable-hair/svelte",
3
3
  "description": "A Svelte component for likablehair",
4
- "version": "3.0.74",
4
+ "version": "3.0.75",
5
5
  "scripts": {
6
6
  "host": "vite --host",
7
7
  "dev": "vite dev",