@diagrammo/dgmo 0.20.3 → 0.21.0

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
@@ -190,13 +190,16 @@ var DIRECTIVE_KEYWORDS = /* @__PURE__ */ new Set([
190
190
  // Map (§24B) directives
191
191
  "region",
192
192
  "projection",
193
- "metric",
194
- "size-metric",
193
+ "region-metric",
194
+ "poi-metric",
195
+ "flow-metric",
195
196
  "region-labels",
196
197
  "poi-labels",
197
198
  "default-country",
198
199
  "default-state",
199
200
  "no-legend",
201
+ "muted",
202
+ "natural",
200
203
  "subtitle",
201
204
  "caption",
202
205
  "poi",
package/dist/editor.js CHANGED
@@ -160,13 +160,16 @@ var DIRECTIVE_KEYWORDS = /* @__PURE__ */ new Set([
160
160
  // Map (§24B) directives
161
161
  "region",
162
162
  "projection",
163
- "metric",
164
- "size-metric",
163
+ "region-metric",
164
+ "poi-metric",
165
+ "flow-metric",
165
166
  "region-labels",
166
167
  "poi-labels",
167
168
  "default-country",
168
169
  "default-state",
169
170
  "no-legend",
171
+ "muted",
172
+ "natural",
170
173
  "subtitle",
171
174
  "caption",
172
175
  "poi",
@@ -151,13 +151,16 @@ var DIRECTIVE_KEYWORDS = /* @__PURE__ */ new Set([
151
151
  // Map (§24B) directives
152
152
  "region",
153
153
  "projection",
154
- "metric",
155
- "size-metric",
154
+ "region-metric",
155
+ "poi-metric",
156
+ "flow-metric",
156
157
  "region-labels",
157
158
  "poi-labels",
158
159
  "default-country",
159
160
  "default-state",
160
161
  "no-legend",
162
+ "muted",
163
+ "natural",
161
164
  "subtitle",
162
165
  "caption",
163
166
  "poi",
package/dist/highlight.js CHANGED
@@ -122,13 +122,16 @@ var DIRECTIVE_KEYWORDS = /* @__PURE__ */ new Set([
122
122
  // Map (§24B) directives
123
123
  "region",
124
124
  "projection",
125
- "metric",
126
- "size-metric",
125
+ "region-metric",
126
+ "poi-metric",
127
+ "flow-metric",
127
128
  "region-labels",
128
129
  "poi-labels",
129
130
  "default-country",
130
131
  "default-state",
131
132
  "no-legend",
133
+ "muted",
134
+ "natural",
132
135
  "subtitle",
133
136
  "caption",
134
137
  "poi",