@empathyco/x-components 5.0.0-alpha.51 → 5.0.0-alpha.53

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.
Files changed (38) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/design-system/deprecated-full-theme.css +986 -985
  3. package/docs/API-reference/api/x-components.extraparams.md +12 -18
  4. package/docs/API-reference/api/x-components.md +3 -3
  5. package/docs/API-reference/api/x-components.querypreviewbutton.md +15 -12
  6. package/docs/API-reference/api/x-components.snippetconfigextraparams.md +22 -13
  7. package/docs/API-reference/components/extra-params/x-components.extra-params.md +3 -3
  8. package/docs/API-reference/components/extra-params/x-components.snippet-config-extra-params.md +4 -7
  9. package/js/x-modules/extra-params/components/extra-params.vue.js.map +1 -1
  10. package/js/x-modules/extra-params/components/extra-params.vue2.js +23 -179
  11. package/js/x-modules/extra-params/components/extra-params.vue2.js.map +1 -1
  12. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js.map +1 -1
  13. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue2.js +41 -67
  14. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue2.js.map +1 -1
  15. package/js/x-modules/extra-params/x-module.js +10 -1
  16. package/js/x-modules/extra-params/x-module.js.map +1 -1
  17. package/js/x-modules/queries-preview/components/query-preview-button.vue.js.map +1 -1
  18. package/js/x-modules/queries-preview/components/query-preview-button.vue2.js +45 -43
  19. package/js/x-modules/queries-preview/components/query-preview-button.vue2.js.map +1 -1
  20. package/package.json +2 -2
  21. package/report/x-components.api.json +388 -345
  22. package/report/x-components.api.md +47 -25
  23. package/types/x-modules/extra-params/components/extra-params.vue.d.ts +13 -22
  24. package/types/x-modules/extra-params/components/extra-params.vue.d.ts.map +1 -1
  25. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts +23 -45
  26. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts.map +1 -1
  27. package/types/x-modules/extra-params/x-module.d.ts.map +1 -1
  28. package/types/x-modules/queries-preview/components/query-preview-button.vue.d.ts +17 -20
  29. package/types/x-modules/queries-preview/components/query-preview-button.vue.d.ts.map +1 -1
  30. package/docs/API-reference/api/x-components.extraparams.created.md +0 -17
  31. package/docs/API-reference/api/x-components.extraparams.render.md +0 -15
  32. package/docs/API-reference/api/x-components.extraparams.storeextraparams.md +0 -13
  33. package/docs/API-reference/api/x-components.extraparams.values.md +0 -18
  34. package/docs/API-reference/api/x-components.querypreviewbutton.fullquerypreviewinfo.md +0 -13
  35. package/docs/API-reference/api/x-components.querypreviewbutton.params.md +0 -13
  36. package/docs/API-reference/api/x-components.querypreviewbutton.querypreviewinfo.md +0 -13
  37. package/docs/API-reference/api/x-components.snippetconfigextraparams.excludedextraparams.md +0 -13
  38. package/docs/API-reference/api/x-components.snippetconfigextraparams.values.md +0 -13
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.0.0-alpha.53](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.52...@empathyco/x-components@5.0.0-alpha.53) (2024-06-24)
7
+
8
+
9
+ ### Features
10
+
11
+ * **extra-params:** migrate extra params and snippet config extra params (#1531) ([d869f18](https://github.com/empathyco/x/commit/d869f1886c11f74af8a6350033d7567385ad629d))
12
+
13
+
14
+
15
+ ## [5.0.0-alpha.52](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.51...@empathyco/x-components@5.0.0-alpha.52) (2024-06-20)
16
+
17
+
18
+ ### Features
19
+
20
+ * migrate `QueryPreviewButton` component to composition API (#1525) ([3eff0c7](https://github.com/empathyco/x/commit/3eff0c7c9479abbebbda59e8cc538af6f55375e1))
21
+
22
+
23
+
6
24
  ## [5.0.0-alpha.51](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.50...@empathyco/x-components@5.0.0-alpha.51) (2024-06-19)
7
25
 
8
26