@cas-smartdesign/token-selector 0.18.1 → 0.19.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/dist/docs/doc.mjs +21 -29
- package/dist/token-selector-with-externals.js +27 -27
- package/dist/token-selector-with-externals.js.map +3 -3
- package/dist/token-selector.d.ts +1 -0
- package/dist/token-selector.mjs +43 -34
- package/dist/token-selector.mjs.map +1 -1
- package/package.json +5 -5
- package/readme.md +2 -0
package/readme.md
CHANGED
|
@@ -113,6 +113,8 @@ In addition it allows to inject elements with slots named `before-icon` & `after
|
|
|
113
113
|
- Defines the background color of the token.
|
|
114
114
|
- `--token-border`
|
|
115
115
|
- Defines the border of the token.
|
|
116
|
+
- `--token-focused-border`
|
|
117
|
+
- Defines the border of the currently active, focused token.
|
|
116
118
|
- `--token-icon-background-color`
|
|
117
119
|
- Defines the icon background color of the token.
|
|
118
120
|
- `remove-only-placeholder` part
|