@redhat-cloud-services/hcc-storybook-hub 0.1.0 → 0.1.1

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/index.d.mts CHANGED
@@ -3,7 +3,7 @@ import React, { ReactNode } from 'react';
3
3
  export { F as FeatureFlagsConfig, a as FeatureFlagsContext, b as FeatureFlagsProvider } from './FeatureFlagsProvider-C_Xxe83Z.mjs';
4
4
  import '@vitest/spy';
5
5
 
6
- type Environment = 'production' | 'staging';
6
+ type Environment = 'production' | 'staging' | 'stage';
7
7
  interface MockUserIdentity {
8
8
  account_number?: string;
9
9
  org_id?: string;
package/dist/index.d.ts CHANGED
@@ -3,7 +3,7 @@ import React, { ReactNode } from 'react';
3
3
  export { F as FeatureFlagsConfig, a as FeatureFlagsContext, b as FeatureFlagsProvider } from './FeatureFlagsProvider-C_Xxe83Z.js';
4
4
  import '@vitest/spy';
5
5
 
6
- type Environment = 'production' | 'staging';
6
+ type Environment = 'production' | 'staging' | 'stage';
7
7
  interface MockUserIdentity {
8
8
  account_number?: string;
9
9
  org_id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redhat-cloud-services/hcc-storybook-hub",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Composed meta Storybook + shared config for HCC frontend applications",
5
5
  "main": "./dist/index.js",
6
6
  "exports": {