optimized-react-component-library-xyz123 0.20.3 → 0.20.4

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": "optimized-react-component-library-xyz123",
3
- "version": "0.20.3",
3
+ "version": "0.20.4",
4
4
  "description": "A modern React component library using TypeScript with React 19 support.",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -158,26 +158,7 @@ div.pts-root-question:last-child {
158
158
  }
159
159
 
160
160
  .pts-dropdown-container select {
161
- /* display: block;
162
- width: 100%;
163
- padding-right: 2.4em;
164
- padding-left: 0.6em;
165
-
166
- box-shadow: none;
167
- margin: 0;
168
- height: 42px;
169
-
170
- word-wrap: normal;
171
-
172
- text-transform: none;
173
-
174
161
  cursor: pointer;
175
-
176
- border-radius: 6px;
177
-
178
- font-family: Arial;
179
- font-size: 16px; */
180
-
181
162
  background-image: url('../icons/arrow-down.svg');
182
163
  background-repeat: no-repeat;
183
164
  background-position: right 14px center;
@@ -191,6 +172,11 @@ div.pts-root-question:last-child {
191
172
  border-color 0.15s ease-in-out,
192
173
  box-shadow 0.15s ease-in-out;
193
174
  }
175
+ .pts-dropdown-container select:focus {
176
+ outline: none;
177
+ border-width: 2px;
178
+ border-color: var(--action);
179
+ }
194
180
 
195
181
  /* ---------- SINGLE CHECKBOX ---------- */
196
182