@sap-ux/ui-components 1.26.13 → 1.26.14

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 (34) hide show
  1. package/README.md +3 -1
  2. package/package.json +2 -2
  3. package/storybook/{602.cb21b075.iframe.bundle.js → 166.6e45109c.iframe.bundle.js} +3 -3
  4. package/storybook/{569.072cfeae.iframe.bundle.js → 201.472ec30f.iframe.bundle.js} +1 -1
  5. package/storybook/{263.28b3ed84.iframe.bundle.js → 220.ab5ca261.iframe.bundle.js} +1 -1
  6. package/storybook/{559.62175a29.iframe.bundle.js → 348.65c7d509.iframe.bundle.js} +1 -1
  7. package/storybook/442.8ebf07f3.iframe.bundle.js +1 -0
  8. package/storybook/{764.25246889.iframe.bundle.js → 452.ad0596e2.iframe.bundle.js} +1 -1
  9. package/storybook/{361.b8922a97.iframe.bundle.js → 473.122e0f3a.iframe.bundle.js} +1 -1
  10. package/storybook/{536.799ef159.iframe.bundle.js → 578.8e20ee82.iframe.bundle.js} +2 -2
  11. package/storybook/{102.b4be6e96.iframe.bundle.js → 638.0fec594f.iframe.bundle.js} +1 -1
  12. package/storybook/80.67234836.iframe.bundle.js +1 -0
  13. package/storybook/{627.a0bc1ea5.iframe.bundle.js → 931.3bf97047.iframe.bundle.js} +1 -1
  14. package/storybook/{UIActionCallout-story.88353622.iframe.bundle.js → UIActionCallout-story.430b1a31.iframe.bundle.js} +2 -2
  15. package/storybook/{UIButton-story.486efc0a.iframe.bundle.js → UIButton-story.572c9af7.iframe.bundle.js} +2 -2
  16. package/storybook/{UICallout-story.178ded94.iframe.bundle.js → UICallout-story.5345d90a.iframe.bundle.js} +2 -2
  17. package/storybook/{UICheckbox-story.f343145c.iframe.bundle.js → UICheckbox-story.2ad27280.iframe.bundle.js} +2 -2
  18. package/storybook/{UIContextualMenu-story.935b032a.iframe.bundle.js → UIContextualMenu-story.e3e1391e.iframe.bundle.js} +2 -2
  19. package/storybook/{UICreateSelect-story.6ffbed78.iframe.bundle.js → UICreateSelect-story.71d25ae2.iframe.bundle.js} +2 -2
  20. package/storybook/{UIDatePicker-story.afabdde2.iframe.bundle.js → UIDatePicker-story.2d279da6.iframe.bundle.js} +2 -2
  21. package/storybook/{UIDialog-story.e8f8924a.iframe.bundle.js → UIDialog-story.d8305fc3.iframe.bundle.js} +2 -2
  22. package/storybook/{UILink-story.37ba6d2f.iframe.bundle.js → UILink-story.744125e2.iframe.bundle.js} +2 -2
  23. package/storybook/{UILoader-story.22d09ff0.iframe.bundle.js → UILoader-story.3a6e7d6c.iframe.bundle.js} +2 -2
  24. package/storybook/{UITextInput-story.e3013924.iframe.bundle.js → UITextInput-story.9e10cb39.iframe.bundle.js} +2 -2
  25. package/storybook/{UIToggle-story.94565150.iframe.bundle.js → UIToggle-story.ca3117d5.iframe.bundle.js} +2 -2
  26. package/storybook/{UIToggleGroup-story.d6eff54e.iframe.bundle.js → UIToggleGroup-story.b0721a69.iframe.bundle.js} +2 -2
  27. package/storybook/{UITooltip-story.8fd1724e.iframe.bundle.js → UITooltip-story.46e3a9a0.iframe.bundle.js} +1 -1
  28. package/storybook/{UITreedropdown-story.a4fa4534.iframe.bundle.js → UITreedropdown-story.d8d9317f.iframe.bundle.js} +2 -2
  29. package/storybook/iframe.html +3 -3
  30. package/storybook/{main.ef66141f.iframe.bundle.js → main.64a77bde.iframe.bundle.js} +1 -1
  31. package/storybook/project.json +1 -1
  32. package/storybook/{runtime~main.e9ec9be0.iframe.bundle.js → runtime~main.2fd9c1a0.iframe.bundle.js} +2 -2
  33. package/storybook/112.d83dc5ba.iframe.bundle.js +0 -1
  34. package/storybook/74.f0a1a2e2.iframe.bundle.js +0 -1
package/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # @sap-ux/ui-components
1
+ [![Changelog](https://img.shields.io/badge/changelog-8A2BE2)](https://github.com/SAP/open-ux-tools/blob/main/packages/ui-components/CHANGELOG.md) [![Github repo](https://img.shields.io/badge/github-repo-blue)](https://github.com/SAP/open-ux-tools/tree/main/packages/ui-components)
2
+
3
+ # [`@sap-ux/ui-components`](https://github.com/SAP/open-ux-tools/tree/main/packages/ui-components)
2
4
  Library is a collection of fluent-ui and react components to build webview-based extensions in VSCode.
3
5
 
4
6
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ux/ui-components",
3
- "version": "1.26.13",
3
+ "version": "1.26.14",
4
4
  "license": "Apache-2.0",
5
5
  "description": "SAP UI Components Library",
6
6
  "repository": {
@@ -47,7 +47,7 @@
47
47
  "@types/react-virtualized": "9.21.29",
48
48
  "@types/sanitize-html": "2.11.0",
49
49
  "@types/uuid": "3.4.11",
50
- "babel-jest": "30.0.1",
50
+ "babel-jest": "30.2.0",
51
51
  "babel-loader": "9.1.3",
52
52
  "copyfiles": "2.4.1",
53
53
  "css-loader": "6.8.1",