@iroco/ui 1.15.0 → 1.15.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.
@@ -71,7 +71,7 @@
71
71
  {readonly}
72
72
  {...rest}
73
73
  />
74
- <button class="password-viewer" type="button" onclick={toggleShowPassword}>
74
+ <button type="button" onclick={toggleShowPassword}>
75
75
  <Icon data={eye} />
76
76
  </button>
77
77
  {#if error != null}
@@ -282,13 +282,13 @@
282
282
  width: 100%;
283
283
  padding-right: 35px;
284
284
  }
285
- .iroco-ui-input .password-viewer {
285
+ .iroco-ui-input button {
286
286
  position: absolute;
287
287
  right: 10px;
288
288
  top: 50%;
289
289
  transform: translateY(-50%);
290
290
  cursor: pointer;
291
- color: var(--color-background);
291
+ color: var(--color-foreground);
292
292
  background-color: transparent;
293
293
  border: none;
294
294
  }</style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iroco/ui",
3
- "version": "1.15.0",
3
+ "version": "1.15.1",
4
4
  "description": "Iroco design system based on Svelte",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {