tokenizer-ui-kit 0.2.4 → 0.2.6
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 +2 -1
- package/dist/tokenizer-ui-kit.css +2 -2
- package/dist/tokenizer-ui-kit.es.js +1376 -1376
- package/dist/tokenizer-ui-kit.umd.js +1 -1
- package/dist/types/components/ui/CButton/CButton.vue.d.ts.map +1 -1
- package/dist/types/components/ui/CInput/CInput.vue.d.ts.map +1 -1
- package/dist/types/components/ui/CPasswordInput/CPasswordInput.vue.d.ts.map +1 -1
- package/dist/types/components/ui/CSearchInput/CSearchInput.vue.d.ts.map +1 -1
- package/dist/types/components/ui/CTextarea/CTextarea.vue.d.ts.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -171,6 +171,7 @@ All UI Kit components use a unified set of CSS variables. You can override any v
|
|
|
171
171
|
--ui-kit-primary-bg-dark-green: #268644;
|
|
172
172
|
--ui-kit-primary-d-light-green: #56d67f;
|
|
173
173
|
--ui-kit-primary-overlay: #121212;
|
|
174
|
+
--ui-kit-text-white: #ffffff;
|
|
174
175
|
|
|
175
176
|
/* ============================================
|
|
176
177
|
Background Colors
|
|
@@ -252,7 +253,7 @@ All UI Kit components use a unified set of CSS variables. You can override any v
|
|
|
252
253
|
|
|
253
254
|
/* Background Colors - Used by Input, DatePicker, and other form components */
|
|
254
255
|
--ui-kit-color-bg-default: transparent;
|
|
255
|
-
--ui-kit-color-bg-disabled: var(--ui-kit-background-light-
|
|
256
|
+
--ui-kit-color-bg-disabled: var(--ui-kit-background-light-4);
|
|
256
257
|
|
|
257
258
|
/* Text Colors - Used by Input, DatePicker, and other form components */
|
|
258
259
|
--ui-kit-color-text-default: var(--ui-kit-primary-primary);
|