@riil-frontend/component-topology 6.0.0-alpha.33 → 6.0.0-alpha.35

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 (29) hide show
  1. package/build/1.js +2 -2
  2. package/build/2.js +1 -1
  3. package/build/index.css +1 -1
  4. package/build/index.js +19 -19
  5. package/es/components/collapse/Collapse.module.scss +5 -4
  6. package/es/core/editor/components/Sidebar/views/ImagePanel/HtCustomImagePanel.js +12 -1
  7. package/es/core/editor/components/Sidebar/views/ImagePanel/HtImagePalette.js +12 -2
  8. package/es/core/editor/components/Sidebar/views/ImagePanel/HtImagePalette.module.scss +1 -1
  9. package/es/core/editor/components/Toolbar/widgets/components/ButtonBox.js +1 -1
  10. package/es/core/editor/components/Toolbar/widgets/components/ButtonBox.module.scss +3 -0
  11. package/es/core/editor/components/Toolbar/widgets/components/textStyleSetting/ElementTextStyleSetting/colorUtil.js +50 -0
  12. package/es/core/editor/components/Toolbar/widgets/components/textStyleSetting/ElementTextStyleSetting/elements/edgeTag.js +7 -2
  13. package/es/core/editor/components/Toolbar/widgets/components/textStyleSetting/ElementTextStyleSetting/elements/text.js +20 -5
  14. package/es/core/models/TopoApp.js +1 -1
  15. package/es/core/viewer/components/plugins/ResourceDetail/components/ResourceOverview/components/LinkTopo/hooks/useMetricPolling.js +3 -4
  16. package/es/core/viewer/components/plugins/ResourceDetail/components/ResourceOverview/components/LinkTopo/services/index.js +19 -5
  17. package/lib/components/collapse/Collapse.module.scss +5 -4
  18. package/lib/core/editor/components/Sidebar/views/ImagePanel/HtCustomImagePanel.js +13 -1
  19. package/lib/core/editor/components/Sidebar/views/ImagePanel/HtImagePalette.js +13 -2
  20. package/lib/core/editor/components/Sidebar/views/ImagePanel/HtImagePalette.module.scss +1 -1
  21. package/lib/core/editor/components/Toolbar/widgets/components/ButtonBox.js +1 -1
  22. package/lib/core/editor/components/Toolbar/widgets/components/ButtonBox.module.scss +3 -0
  23. package/lib/core/editor/components/Toolbar/widgets/components/textStyleSetting/ElementTextStyleSetting/colorUtil.js +61 -0
  24. package/lib/core/editor/components/Toolbar/widgets/components/textStyleSetting/ElementTextStyleSetting/elements/edgeTag.js +7 -2
  25. package/lib/core/editor/components/Toolbar/widgets/components/textStyleSetting/ElementTextStyleSetting/elements/text.js +20 -5
  26. package/lib/core/models/TopoApp.js +1 -1
  27. package/lib/core/viewer/components/plugins/ResourceDetail/components/ResourceOverview/components/LinkTopo/hooks/useMetricPolling.js +3 -4
  28. package/lib/core/viewer/components/plugins/ResourceDetail/components/ResourceOverview/components/LinkTopo/services/index.js +19 -5
  29. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riil-frontend/component-topology",
3
- "version": "6.0.0-alpha.33",
3
+ "version": "6.0.0-alpha.35",
4
4
  "description": "拓扑",
5
5
  "scripts": {
6
6
  "start": "build-scripts start",
@@ -41,6 +41,7 @@
41
41
  "@ahooksjs/use-sortable-plugin": "^0.2.1",
42
42
  "@ahooksjs/use-tree-plugin": "^0.2.1",
43
43
  "@alifd/biz-anchor": "^1.1.7",
44
+ "color": "^4.2.3",
44
45
  "@ice/store": "^1.4.2",
45
46
  "@riil-frontend/component-topo-icon-select": "^1.0.17",
46
47
  "@riil-frontend/component-topology-utils": "^2.1.0",
@@ -115,6 +116,6 @@
115
116
  "access": "public"
116
117
  },
117
118
  "license": "MIT",
118
- "homepage": "https://unpkg.com/@riil-frontend/component-topology@6.0.0-alpha.33/build/index.html",
119
+ "homepage": "https://unpkg.com/@riil-frontend/component-topology@6.0.0-alpha.35/build/index.html",
119
120
  "gitHead": "2da19ffccbb7ca60a8acf396e39f542c68bb33f5"
120
121
  }