@iress-oss/ids-storybook-config 0.2.8 → 0.2.9

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/manager.d.ts CHANGED
@@ -12,7 +12,7 @@ interface ManagerProps {
12
12
  /**
13
13
  * The version to show in the version badge.
14
14
  */
15
- version?: string;
15
+ version?: string | ((ref?: string) => Promise<string> | string);
16
16
  }
17
17
  /**
18
18
  * Function to set up the Storybook manager configuration.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iress-oss/ids-storybook-config",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -53,7 +53,7 @@
53
53
  "@iress-oss/ids-storybook-okta": "^0.1.2",
54
54
  "@iress-oss/ids-storybook-sandbox": "^0.2.1",
55
55
  "@iress-oss/ids-storybook-toggle-stories": "^0.1.0",
56
- "@iress-oss/ids-storybook-version-badge": "^0.1.0",
56
+ "@iress-oss/ids-storybook-version-badge": "^0.1.1",
57
57
  "@storybook/addon-a11y": "10.0.8",
58
58
  "@storybook/addon-docs": "10.0.8",
59
59
  "@storybook/addon-links": "10.0.8",