@cas-smartdesign/token-selector 0.18.1 → 0.20.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 CHANGED
@@ -109,11 +109,13 @@ In addition it allows to inject elements with slots named `before-icon` & `after
109
109
 
110
110
  ## CSS Custom Properties & parts
111
111
 
112
- - `--token-background-color`
112
+ - `--sd-token-background-color`
113
113
  - Defines the background color of the token.
114
- - `--token-border`
114
+ - `--sd-token-border`
115
115
  - Defines the border of the token.
116
- - `--token-icon-background-color`
116
+ - `--sd-token-focused-border`
117
+ - Defines the border of the currently active, focused token.
118
+ - `--sd-token-icon-background-color`
117
119
  - Defines the icon background color of the token.
118
120
  - `remove-only-placeholder` part
119
121
  - Applies to the placeholder text which is shown when the selector has no selection in `remove-only` mode.