@diagrammo/dgmo 0.25.0 → 0.25.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/dist/editor.cjs CHANGED
@@ -203,6 +203,7 @@ var DIRECTIVE_KEYWORDS = /* @__PURE__ */ new Set([
203
203
  "no-region-labels",
204
204
  "no-poi-labels",
205
205
  "no-colorize",
206
+ "no-cluster-pois",
206
207
  "poi",
207
208
  "route",
208
209
  // Data charts
package/dist/editor.js CHANGED
@@ -173,6 +173,7 @@ var DIRECTIVE_KEYWORDS = /* @__PURE__ */ new Set([
173
173
  "no-region-labels",
174
174
  "no-poi-labels",
175
175
  "no-colorize",
176
+ "no-cluster-pois",
176
177
  "poi",
177
178
  "route",
178
179
  // Data charts
@@ -165,6 +165,7 @@ var DIRECTIVE_KEYWORDS = /* @__PURE__ */ new Set([
165
165
  "no-region-labels",
166
166
  "no-poi-labels",
167
167
  "no-colorize",
168
+ "no-cluster-pois",
168
169
  "poi",
169
170
  "route",
170
171
  // Data charts
package/dist/highlight.js CHANGED
@@ -136,6 +136,7 @@ var DIRECTIVE_KEYWORDS = /* @__PURE__ */ new Set([
136
136
  "no-region-labels",
137
137
  "no-poi-labels",
138
138
  "no-colorize",
139
+ "no-cluster-pois",
139
140
  "poi",
140
141
  "route",
141
142
  // Data charts