@acusti/dropdown 0.52.0 → 0.54.0
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/README.md +1 -1
- package/dist/Dropdown.js +696 -1029
- package/dist/Dropdown.js.map +1 -1
- package/package.json +6 -7
- package/dist/styles.d.ts +0 -13
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ The three primary design goals for the existence of this component:
|
|
|
27
27
|
and the value of that item at the same time (otherwise, the value is
|
|
28
28
|
the text content of the dropdown item element)
|
|
29
29
|
4. To style your dropdowns, use CSS; there are a
|
|
30
|
-
[collection of CSS custom properties](https://github.com/acusti/uikit/blob/main/packages/dropdown/src/
|
|
30
|
+
[collection of CSS custom properties](https://github.com/acusti/uikit/blob/main/packages/dropdown/src/Dropdown.css)
|
|
31
31
|
used internally to style them if that works best for you, or just
|
|
32
32
|
override the minimal default CSS as appropriate
|
|
33
33
|
3. **Lightweight bundle size** with the bare minimum of dependencies (see
|