@retailcrm/embed-ui-v1-components 0.9.28 → 0.9.29

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.
Files changed (2) hide show
  1. package/dist/host.css +4 -0
  2. package/package.json +2 -2
package/dist/host.css CHANGED
@@ -690,6 +690,10 @@
690
690
  .ui-v1-button:disabled {
691
691
  cursor: auto;
692
692
  }
693
+ .ui-v1-button:hover {
694
+ color: var(--text-color);
695
+ text-decoration: none;
696
+ }
693
697
  .ui-v1-button__content {
694
698
  display: flex;
695
699
  align-items: center;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@retailcrm/embed-ui-v1-components",
3
3
  "bin": "bin/embed-ui-v1-components.mjs",
4
4
  "type": "module",
5
- "version": "0.9.28",
5
+ "version": "0.9.29",
6
6
  "license": "MIT",
7
7
  "author": "RetailDriverLLC <integration@retailcrm.ru>",
8
8
  "repository": {
@@ -66,7 +66,7 @@
66
66
  "vue": "^3.5"
67
67
  },
68
68
  "dependencies": {
69
- "@omnicajs/vue-remote": "^0.2.24",
69
+ "@omnicajs/vue-remote": "^0.2.26",
70
70
  "@remote-ui/rpc": "^1.4.7",
71
71
  "@retailcrm/image-preview": "^1.0.2",
72
72
  "date-fns": "^4.1.0",