@arcblock/ux 2.11.11 → 2.11.13

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.
@@ -26,6 +26,7 @@ declare const colors: {
26
26
  lineBorderStrong: string;
27
27
  lineBorderBase: string;
28
28
  borderBase: string;
29
+ dividerColor: string;
29
30
  buttonsButtonNeutral: string;
30
31
  buttonsButtonNeutralHover: string;
31
32
  buttonsButtonInverted: string;
@@ -30,6 +30,7 @@ const colors = {
30
30
  lineBorderStrong: 'rgba(18, 22, 24, 0.12)',
31
31
  lineBorderBase: 'rgba(18, 22, 24, 0.06)',
32
32
  borderBase: 'rgba(18, 22, 24, 0.06)',
33
+ dividerColor: 'rgba(239, 241, 245, 1)',
33
34
  // button
34
35
  buttonsButtonNeutral: 'rgba(255, 255, 255, 1)',
35
36
  buttonsButtonNeutralHover: 'rgba(243, 244, 246, 1)',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/ux",
3
- "version": "2.11.11",
3
+ "version": "2.11.13",
4
4
  "description": "Common used react components for arcblock products",
5
5
  "keywords": [
6
6
  "react",
@@ -68,12 +68,12 @@
68
68
  "react": ">=18.2.0",
69
69
  "react-router-dom": ">=6.22.3"
70
70
  },
71
- "gitHead": "fc251e65f592a96d6fe876dda5d6158f7fbd2613",
71
+ "gitHead": "0be0694186c9696374c4adfa5c7fa530b2ca0050",
72
72
  "dependencies": {
73
73
  "@arcblock/did-motif": "^1.1.13",
74
- "@arcblock/icons": "^2.11.11",
75
- "@arcblock/nft-display": "^2.11.11",
76
- "@arcblock/react-hooks": "^2.11.11",
74
+ "@arcblock/icons": "^2.11.13",
75
+ "@arcblock/nft-display": "^2.11.13",
76
+ "@arcblock/react-hooks": "^2.11.13",
77
77
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
78
78
  "@fontsource/inter": "^5.0.16",
79
79
  "@fontsource/ubuntu-mono": "^5.0.18",
@@ -34,6 +34,7 @@ const colors = {
34
34
  lineBorderStrong: 'rgba(18, 22, 24, 0.12)',
35
35
  lineBorderBase: 'rgba(18, 22, 24, 0.06)',
36
36
  borderBase: 'rgba(18, 22, 24, 0.06)',
37
+ dividerColor: 'rgba(239, 241, 245, 1)',
37
38
 
38
39
  // button
39
40
  buttonsButtonNeutral: 'rgba(255, 255, 255, 1)',