@qualcomm-ui/mdx-vite 2.12.0 → 2.14.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/cli.js CHANGED
@@ -6283,6 +6283,10 @@ ${codeText}
6283
6283
  const path = this.getAttrExpression(node, "data");
6284
6284
  return path && getPath(themes, path);
6285
6285
  },
6286
+ SpacingTable: (node) => {
6287
+ const path = this.getAttrExpression(node, "data");
6288
+ return path && getPath(themes, path);
6289
+ },
6286
6290
  ThemePropertyTable: (node) => {
6287
6291
  const path = this.getAttrExpression(node, "data");
6288
6292
  const property = this.getAttrExpression(node, "cssProperty");