@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/dist/docs/doc.mjs +31 -39
- 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 +44 -35
- package/dist/token-selector.mjs.map +1 -1
- package/package.json +4 -4
- package/readme.md +5 -3
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-
|
|
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.
|