@qualcomm-ui/mdx-vite 3.3.1 → 3.3.2
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 +1 -2
- package/dist/cli.js.map +2 -2
- package/dist/docs-plugin/config/types.d.ts.map +1 -1
- package/dist/docs-plugin/nav-builder/types.d.ts.map +1 -1
- package/dist/docs-plugin/remark/remark-alerts.d.ts.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +2 -2
- package/dist/tsbuildinfo +1 -1
- package/package.json +4 -4
package/dist/cli.js
CHANGED
|
@@ -3969,8 +3969,7 @@ var remarkAlerts = () => {
|
|
|
3969
3969
|
data: {
|
|
3970
3970
|
hProperties: {
|
|
3971
3971
|
class: "qui-notification__icon",
|
|
3972
|
-
"data-part": "status-icon"
|
|
3973
|
-
"data-scope": "inline-notification"
|
|
3972
|
+
"data-inline-notification-part": "status-icon"
|
|
3974
3973
|
}
|
|
3975
3974
|
},
|
|
3976
3975
|
type: "paragraph"
|