@mobilon-dev/chotto 0.3.68 → 0.3.69
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/chotto.css +1 -1
- package/dist/components/3_compounds/ChatList/ChatList.vue.js +115 -94
- package/dist/themes/dark.css +1 -1
- package/dist/themes/default.css +1 -1
- package/dist/themes/glass.css +1 -1
- package/dist/themes/green.css +1 -1
- package/dist/themes/mobilon1.css +1 -1
- package/dist/types/components/3_compounds/ChatList/styles/types.d.ts +2 -0
- package/package.json +1 -1
|
@@ -238,6 +238,8 @@ export interface ChatListThemeCSSVariables {
|
|
|
238
238
|
'--chotto-chatlist-placeholder-hint-font-size': string;
|
|
239
239
|
/** Отступы подсказки плейсхолдера */
|
|
240
240
|
'--chotto-chatlist-placeholder-hint-margin': string;
|
|
241
|
+
/** Отступы контейнера плейсхолдера */
|
|
242
|
+
'--chotto-chatlist-placeholder-padding': string;
|
|
241
243
|
/** Высота строки обёртки тултипа бейджа beta заголовка */
|
|
242
244
|
'--chotto-chatlist-title-beta-badge-tooltip-wrapper-line-height': string;
|
|
243
245
|
/** Отображение обёртки тултипа бейджа beta заголовка */
|