@storybook/addon-themes 0.0.0-pr-25567-sha-604112e1 → 0.0.0-pr-25591-sha-337ab526

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/package.json +8 -8
package/dist/index.d.ts CHANGED
@@ -41,7 +41,7 @@ type StoryId = string;
41
41
  type ComponentId = string;
42
42
  type ComponentTitle = string;
43
43
  type StoryName = string;
44
- type Tag = string;
44
+ type Tag$1 = string;
45
45
  interface StoryIdentifier {
46
46
  componentId: ComponentId;
47
47
  title: ComponentTitle;
@@ -51,7 +51,7 @@ interface StoryIdentifier {
51
51
  name: StoryName;
52
52
  /** @deprecated */
53
53
  story: StoryName;
54
- tags: Tag[];
54
+ tags: Tag$1[];
55
55
  }
56
56
  interface Parameters {
57
57
  [name: string]: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-themes",
3
- "version": "0.0.0-pr-25567-sha-604112e1",
3
+ "version": "0.0.0-pr-25591-sha-337ab526",
4
4
  "description": "Switch between multiple themes for you components in Storybook",
5
5
  "keywords": [
6
6
  "css",
@@ -56,14 +56,14 @@
56
56
  "ts-dedent": "^2.0.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@storybook/client-logger": "0.0.0-pr-25567-sha-604112e1",
60
- "@storybook/components": "0.0.0-pr-25567-sha-604112e1",
61
- "@storybook/core-events": "0.0.0-pr-25567-sha-604112e1",
59
+ "@storybook/client-logger": "0.0.0-pr-25591-sha-337ab526",
60
+ "@storybook/components": "0.0.0-pr-25591-sha-337ab526",
61
+ "@storybook/core-events": "0.0.0-pr-25591-sha-337ab526",
62
62
  "@storybook/icons": "^1.2.3",
63
- "@storybook/manager-api": "0.0.0-pr-25567-sha-604112e1",
64
- "@storybook/preview-api": "0.0.0-pr-25567-sha-604112e1",
65
- "@storybook/theming": "0.0.0-pr-25567-sha-604112e1",
66
- "@storybook/types": "0.0.0-pr-25567-sha-604112e1",
63
+ "@storybook/manager-api": "0.0.0-pr-25591-sha-337ab526",
64
+ "@storybook/preview-api": "0.0.0-pr-25591-sha-337ab526",
65
+ "@storybook/theming": "0.0.0-pr-25591-sha-337ab526",
66
+ "@storybook/types": "0.0.0-pr-25591-sha-337ab526",
67
67
  "typescript": "^5.3.2"
68
68
  },
69
69
  "publishConfig": {