@antv/s2-vue 1.1.0 → 1.2.0-alpha.1

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/lib/style.css CHANGED
@@ -131,6 +131,12 @@
131
131
  overflow-wrap: break-word;
132
132
  color: rgba(0, 0, 0, 0.85);
133
133
  }
134
+ .antv-s2-tooltip-description {
135
+ padding: 0 12px 12px;
136
+ line-height: 16px;
137
+ overflow-wrap: break-word;
138
+ color: rgba(0, 0, 0, 0.65);
139
+ }
134
140
  .antv-s2-tooltip-tips {
135
141
  padding: 4px 12px;
136
142
  color: rgba(0, 0, 0, 0.45);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@antv/s2-vue",
4
- "version": "1.1.0",
4
+ "version": "1.2.0-alpha.1",
5
5
  "main": "lib/index.js",
6
6
  "unpkg": "dist/index.min.js",
7
7
  "module": "esm/index.js",
@@ -66,7 +66,7 @@
66
66
  "lodash": "^4.17.21"
67
67
  },
68
68
  "devDependencies": {
69
- "@antv/s2": "*",
69
+ "@antv/s2": "^1.24.0-alpha.1",
70
70
  "@antv/s2-shared": "*",
71
71
  "@testing-library/vue": "^6.5.1",
72
72
  "@vue/tsconfig": "^0.1.3",