@starasia/dropdown 3.5.1 → 3.5.2

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.
@@ -116,6 +116,7 @@ const sn = `@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@3
116
116
  background-color: transparent;
117
117
  border: 0.8px solid var(--sa-dropdown-border-subtle);
118
118
  border-radius: var(--borderRadius);
119
+ outline: none;
119
120
  }
120
121
  .sa-input-dropdown-container.outline.active {
121
122
  border: 1.2px solid var(--sa-dropdown-border-active);
@@ -114,6 +114,7 @@
114
114
  background-color: transparent;
115
115
  border: 0.8px solid var(--sa-dropdown-border-subtle);
116
116
  border-radius: var(--borderRadius);
117
+ outline: none;
117
118
  }
118
119
  .sa-input-dropdown-container.outline.active {
119
120
  border: 1.2px solid var(--sa-dropdown-border-active);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@starasia/dropdown",
3
- "version": "3.5.1",
3
+ "version": "3.5.2",
4
4
  "description": "dropdown component for starasia UI",
5
5
  "author": "Prawito Hudoro",
6
6
  "main": "dist/dropdown.umd.js",