@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/index.js
CHANGED
|
@@ -5721,6 +5721,10 @@ ${codeText}
|
|
|
5721
5721
|
const path = this.getAttrExpression(node, "data");
|
|
5722
5722
|
return path && getPath(themes, path);
|
|
5723
5723
|
},
|
|
5724
|
+
SpacingTable: (node) => {
|
|
5725
|
+
const path = this.getAttrExpression(node, "data");
|
|
5726
|
+
return path && getPath(themes, path);
|
|
5727
|
+
},
|
|
5724
5728
|
ThemePropertyTable: (node) => {
|
|
5725
5729
|
const path = this.getAttrExpression(node, "data");
|
|
5726
5730
|
const property = this.getAttrExpression(node, "cssProperty");
|