@retailcrm/embed-ui 0.8.1 → 0.8.2

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/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Changelog
2
2
 
3
3
 
4
+ ## [0.8.2](https://github.com/retailcrm/embed-ui/compare/v0.8.1...v0.8.2) (2025-08-14)
5
+
6
+ ### Features
7
+
8
+ * Updated metadata for order/card targets ([ca9dee2](https://github.com/retailcrm/embed-ui/commit/ca9dee2eaf6ed71385fcb8409999c9ea4e5774ef))
4
9
  ## [0.8.1](https://github.com/retailcrm/embed-ui/compare/v0.8.0...v0.8.1) (2025-07-29)
5
10
 
6
11
  ### Features
package/dist/meta.json CHANGED
@@ -1649,7 +1649,9 @@
1649
1649
  "customContexts": [
1650
1650
  "order"
1651
1651
  ],
1652
- "actions": []
1652
+ "actions": [
1653
+ "order/card"
1654
+ ]
1653
1655
  },
1654
1656
  {
1655
1657
  "id": "order/card:common.after",
@@ -1671,7 +1673,9 @@
1671
1673
  "customContexts": [
1672
1674
  "order"
1673
1675
  ],
1674
- "actions": []
1676
+ "actions": [
1677
+ "order/card"
1678
+ ]
1675
1679
  },
1676
1680
  {
1677
1681
  "id": "order/card:customer.before",
@@ -1693,7 +1697,9 @@
1693
1697
  "customContexts": [
1694
1698
  "order"
1695
1699
  ],
1696
- "actions": []
1700
+ "actions": [
1701
+ "order/card"
1702
+ ]
1697
1703
  },
1698
1704
  {
1699
1705
  "id": "order/card:customer.after",
@@ -1715,7 +1721,9 @@
1715
1721
  "customContexts": [
1716
1722
  "order"
1717
1723
  ],
1718
- "actions": []
1724
+ "actions": [
1725
+ "order/card"
1726
+ ]
1719
1727
  },
1720
1728
  {
1721
1729
  "id": "order/card:customer.email",
@@ -1737,7 +1745,9 @@
1737
1745
  "customContexts": [
1738
1746
  "order"
1739
1747
  ],
1740
- "actions": []
1748
+ "actions": [
1749
+ "order/card"
1750
+ ]
1741
1751
  },
1742
1752
  {
1743
1753
  "id": "order/card:customer.phone",
@@ -1759,7 +1769,9 @@
1759
1769
  "customContexts": [
1760
1770
  "order"
1761
1771
  ],
1762
- "actions": []
1772
+ "actions": [
1773
+ "order/card"
1774
+ ]
1763
1775
  },
1764
1776
  {
1765
1777
  "id": "order/card:list.before",
@@ -1829,7 +1841,9 @@
1829
1841
  "customContexts": [
1830
1842
  "order"
1831
1843
  ],
1832
- "actions": []
1844
+ "actions": [
1845
+ "order/card"
1846
+ ]
1833
1847
  },
1834
1848
  {
1835
1849
  "id": "order/card:dimensions.before",
@@ -1851,7 +1865,9 @@
1851
1865
  "customContexts": [
1852
1866
  "order"
1853
1867
  ],
1854
- "actions": []
1868
+ "actions": [
1869
+ "order/card"
1870
+ ]
1855
1871
  },
1856
1872
  {
1857
1873
  "id": "order/card:delivery.before",
@@ -1873,7 +1889,9 @@
1873
1889
  "customContexts": [
1874
1890
  "order"
1875
1891
  ],
1876
- "actions": []
1892
+ "actions": [
1893
+ "order/card"
1894
+ ]
1877
1895
  },
1878
1896
  {
1879
1897
  "id": "order/card:delivery.after",
@@ -1895,7 +1913,9 @@
1895
1913
  "customContexts": [
1896
1914
  "order"
1897
1915
  ],
1898
- "actions": []
1916
+ "actions": [
1917
+ "order/card"
1918
+ ]
1899
1919
  },
1900
1920
  {
1901
1921
  "id": "order/card:delivery.address",
@@ -1917,7 +1937,9 @@
1917
1937
  "customContexts": [
1918
1938
  "order"
1919
1939
  ],
1920
- "actions": []
1940
+ "actions": [
1941
+ "order/card"
1942
+ ]
1921
1943
  },
1922
1944
  {
1923
1945
  "id": "order/card:payment.before",
@@ -1939,7 +1961,9 @@
1939
1961
  "customContexts": [
1940
1962
  "order"
1941
1963
  ],
1942
- "actions": []
1964
+ "actions": [
1965
+ "order/card"
1966
+ ]
1943
1967
  },
1944
1968
  {
1945
1969
  "id": "order/card:comment.manager.before",
@@ -1961,7 +1985,9 @@
1961
1985
  "customContexts": [
1962
1986
  "order"
1963
1987
  ],
1964
- "actions": []
1988
+ "actions": [
1989
+ "order/card"
1990
+ ]
1965
1991
  }
1966
1992
  ],
1967
1993
  "pages": [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@retailcrm/embed-ui",
3
3
  "type": "module",
4
- "version": "0.8.1",
4
+ "version": "0.8.2",
5
5
  "description": "API and components for creating RetailCRM UI extensions",
6
6
  "repository": "git@github.com:retailcrm/embed-ui.git",
7
7
  "author": "RetailDriverLLC <integration@retailcrm.ru>",
@@ -40,15 +40,15 @@
40
40
  "@omnicajs/symfony-router": "^1.0.0",
41
41
  "@omnicajs/vue-remote": "^0.2.5",
42
42
  "@remote-ui/rpc": "^1.4.5",
43
- "@retailcrm/embed-ui-v1-contexts": "^0.8.1",
44
- "@retailcrm/embed-ui-v1-types": "^0.8.1"
43
+ "@retailcrm/embed-ui-v1-contexts": "^0.8.2",
44
+ "@retailcrm/embed-ui-v1-types": "^0.8.2"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@eslint/eslintrc": "^3.0.2",
48
48
  "@eslint/js": "^9.13.0",
49
49
  "@modulify/git-toolkit": "^0.0.2",
50
50
  "@modulify/pkg": "^1.0.1",
51
- "@retailcrm/embed-ui-v1-testing": "^0.8.1",
51
+ "@retailcrm/embed-ui-v1-testing": "^0.8.2",
52
52
  "@types/git-semver-tags": "^7.0.0",
53
53
  "@types/node": "^22.7.9",
54
54
  "@types/semver": "^7.5.8",