@mobilon-dev/chotto 0.3.79 → 0.3.80

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.
@@ -108,6 +108,8 @@ export interface ChatItemThemeCSSVariables {
108
108
  '--chotto-chatitem-name-font-weight': string;
109
109
  /** Цвет текста имени */
110
110
  '--chotto-chatitem-name-text-color': string;
111
+ /** Максимальная ширина имени */
112
+ '--chotto-chatitem-name-max-width': string;
111
113
  /** Переполнение последнего сообщения */
112
114
  '--chotto-chatitem-last-message-overflow': string;
113
115
  /** Отображение последнего сообщения */
@@ -252,6 +254,8 @@ export interface ChatItemThemeCSSVariables {
252
254
  '--chotto-chatitem-status-unread-container-right': string;
253
255
  /** Отступы контейнера статуса и непрочитанных */
254
256
  '--chotto-chatitem-status-unread-container-margin': string;
257
+ /** Позиция контейнера статуса и непрочитанных сверху */
258
+ '--chotto-chatitem-status-unread-container-top': string;
255
259
  /** Отображение контейнера статуса чата */
256
260
  '--chotto-chatitem-status-chat-container-display': string;
257
261
  /** Выравнивание контейнера статуса чата */
@@ -112,6 +112,8 @@ export interface ChatInputThemeCSSVariables {
112
112
  '--chotto-chatinput-button-height': string;
113
113
  /** Курсор отключенной кнопки */
114
114
  '--chotto-chatinput-button-disabled-cursor': string;
115
+ /** Прозрачность отключенной кнопки */
116
+ '--chotto-chatinput-button-disabled-opacity': string;
115
117
  /** Размер иконки кнопки */
116
118
  '--chotto-chatinput-button-icon-size': string;
117
119
  /** Отображение встроенных кнопок */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mobilon-dev/chotto",
3
- "version": "0.3.79",
3
+ "version": "0.3.80",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",