maru_design2 2.15.0 → 2.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.
- package/CHANGELOG.md +7 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.15.1](https://github.com/42maru-ai/maru-design2/compare/v2.15.0...v2.15.1) (2024-08-13)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* :bug: SearchInput - UPDATE height ([6d75ad1](https://github.com/42maru-ai/maru-design2/commit/6d75ad11fc5d02d43d7e9c2e31031ea50d82bba7))
|
|
9
|
+
|
|
3
10
|
## [2.15.0](https://github.com/42maru-ai/maru-design2/compare/v2.14.2...v2.15.0) (2024-08-13)
|
|
4
11
|
|
|
5
12
|
|
package/dist/index.js
CHANGED
|
@@ -24104,7 +24104,7 @@ function Pagination(_a) {
|
|
|
24104
24104
|
}));
|
|
24105
24105
|
}
|
|
24106
24106
|
|
|
24107
|
-
var css_248z$2 = ".maru-search-input .maru-input {\n box-shadow: 0px 0px 5px 0px #e4e4e4;\n border: unset;\n}\n.maru-search-input .maru-input:focus-visible, .maru-search-input .maru-input:focus-within {\n background-color: white;\n}\n.maru-search-input .maru-input:hover {\n background-color: white;\n}\n.maru-search-input .maru-input .maru-input-start-node {\n margin-right: 8px;\n}";
|
|
24107
|
+
var css_248z$2 = ".maru-search-input .maru-input {\n box-shadow: 0px 0px 5px 0px #e4e4e4;\n border: unset;\n height: 41px;\n}\n.maru-search-input .maru-input:focus-visible, .maru-search-input .maru-input:focus-within {\n background-color: white;\n}\n.maru-search-input .maru-input:hover {\n background-color: white;\n}\n.maru-search-input .maru-input .maru-input-start-node {\n margin-right: 8px;\n}";
|
|
24108
24108
|
styleInject(css_248z$2);
|
|
24109
24109
|
|
|
24110
24110
|
function SearchInput(_a) {
|