@mobilon-dev/chotto 0.3.77 → 0.3.78

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.
@@ -446,6 +446,8 @@ export interface CommunicationPanelThemeCSSVariables {
446
446
  '--chotto-communicationpanel-blocked-indicator-display': string;
447
447
  /** Радиус маркера blocked */
448
448
  '--chotto-communicationpanel-blocked-indicator-border-radius': string;
449
+ /** Фон маркера blocked (прозрачный — только зона для тултипа) */
450
+ '--chotto-communicationpanel-blocked-indicator-mark-background': string;
449
451
  /** Прозрачность маркера blocked */
450
452
  '--chotto-communicationpanel-blocked-indicator-opacity': string;
451
453
  /** Цвет спиннера подтверждения атрибута */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mobilon-dev/chotto",
3
- "version": "0.3.77",
3
+ "version": "0.3.78",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",