@sierra-95/svelte-scaffold 1.0.24 → 1.0.26

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.
@@ -44,6 +44,7 @@
44
44
  border-bottom: 1px solid var(--input-border);
45
45
  border-left: none;
46
46
  border-right: none;
47
+ padding: 8px 12px;
47
48
  }
48
49
  #sierra-search-bar div.hotkey{
49
50
  display: flex;
@@ -64,7 +65,7 @@
64
65
  display: flex;
65
66
  align-items: center;
66
67
  gap: 10px;
67
- padding: 0px 10px 0px 10px; /*top right bottom left */
68
+ padding: 0px 10px 0px 0px; /*top right bottom left */
68
69
  height: 100%;
69
70
  border: 1px solid var(--input-border);
70
71
  border-left: none;
@@ -82,7 +83,7 @@
82
83
  <input
83
84
  id="sierra-search-input"
84
85
  style="width: {width}; {enableHotkey ? 'cursor: pointer;' : ''}
85
- {!enableHotkey ? `border-top: 1px solid var(--input-border); border-bottom: 1px solid var(--input-border); border-left: 1px solid var(--input-border); border-top-left-radius: ${borderRadius}; border-bottom-left-radius: ${borderRadius}`:''}
86
+ {!enableHotkey ? `border-top: 1px solid var(--input-border); border-bottom: 1px solid var(--input-border); border-left: 1px solid var(--input-border); border-top-left-radius: ${borderRadius}; border-bottom-left-radius: ${borderRadius};`:''}
86
87
  "
87
88
  type="text"
88
89
  bind:value={value}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sierra-95/svelte-scaffold",
3
- "version": "1.0.24",
3
+ "version": "1.0.26",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run prepack",