@umituz/web-design-system 3.1.17 → 3.1.20

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/web-design-system",
3
- "version": "3.1.17",
3
+ "version": "3.1.20",
4
4
  "private": false,
5
5
  "description": "Web Design System - Atomic Design components (Atoms, Molecules, Organisms, Templates) for React applications",
6
6
  "main": "./src/index.ts",
@@ -152,7 +152,7 @@ export const FilterBar = memo<FilterBarProps>(({
152
152
  placeholder="Search..."
153
153
  value={searchQuery}
154
154
  onChange={handleSearchChange}
155
- className="w-full pl-10 pr-4 py-2.5 bg-bg-secondary text-text-primary rounded-lg border border-border focus:border-primary-light focus:outline-none placeholder-text-secondary/50 transition-theme text-sm"
155
+ className="w-full pl-9 pr-4 py-2.5 bg-bg-secondary text-text-primary rounded-lg border border-border focus:border-primary-light focus:outline-none placeholder-text-secondary/50 transition-theme text-sm"
156
156
  aria-label="Search"
157
157
  />
158
158
  </div>
@@ -76,7 +76,7 @@ export const FilterSidebar = ({
76
76
  placeholder="Search..."
77
77
  value={searchQuery}
78
78
  onChange={(e) => setSearchQuery(e.target.value)}
79
- className="w-full pl-10 pr-4 py-2.5 bg-bg-secondary text-text-primary rounded-lg border border-border focus:border-primary-light focus:outline-none placeholder-text-secondary/50 transition-theme text-sm"
79
+ className="w-full pl-9 pr-4 py-2.5 bg-bg-secondary text-text-primary rounded-lg border border-border focus:border-primary-light focus:outline-none placeholder-text-secondary/50 transition-theme text-sm"
80
80
  aria-label="Search"
81
81
  />
82
82
  </div>