@herdingbits/trailhead-cloudscape 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.
@@ -1,7 +1,8 @@
1
+ import React from 'react';
1
2
  import type { Trailhead } from '@herdingbits/trailhead-core';
2
3
  interface ShellAppProps {
3
4
  shell: Trailhead;
4
5
  }
5
- export declare function ShellApp({ shell }: ShellAppProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function ShellApp({ shell }: ShellAppProps): React.JSX.Element;
6
7
  export {};
7
8
  //# sourceMappingURL=shell-app.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"shell-app.d.ts","sourceRoot":"","sources":["../src/shell-app.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,SAAS,EAAW,MAAM,6BAA6B,CAAC;AAEtE,UAAU,aAAa;IACrB,KAAK,EAAE,SAAS,CAAC;CAClB;AAiBD,wBAAgB,QAAQ,CAAC,EAAE,KAAK,EAAE,EAAE,aAAa,2CAiNhD"}
1
+ {"version":3,"file":"shell-app.d.ts","sourceRoot":"","sources":["../src/shell-app.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAQ3D,OAAO,KAAK,EAAE,SAAS,EAAW,MAAM,6BAA6B,CAAC;AAEtE,UAAU,aAAa;IACrB,KAAK,EAAE,SAAS,CAAC;CAClB;AAiBD,wBAAgB,QAAQ,CAAC,EAAE,KAAK,EAAE,EAAE,aAAa,qBAiNhD"}
@@ -6,6 +6,6 @@ interface ShellLayoutProps {
6
6
  onNavigate: (path: string) => void;
7
7
  children: React.ReactNode;
8
8
  }
9
- export declare function ShellLayout({ navigation, currentPath, onNavigate, children }: ShellLayoutProps): import("react/jsx-runtime").JSX.Element;
9
+ export declare function ShellLayout({ navigation, currentPath, onNavigate, children }: ShellLayoutProps): React.JSX.Element;
10
10
  export {};
11
11
  //# sourceMappingURL=shell-layout.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"shell-layout.d.ts","sourceRoot":"","sources":["../src/shell-layout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,OAAO,KAAK,EAAE,OAAO,EAAW,MAAM,6BAA6B,CAAC;AAEpE,UAAU,gBAAgB;IACxB,UAAU,EAAE,OAAO,EAAE,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,wBAAgB,WAAW,CAAC,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAE,QAAQ,EAAE,EAAE,gBAAgB,2CA4C9F"}
1
+ {"version":3,"file":"shell-layout.d.ts","sourceRoot":"","sources":["../src/shell-layout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,OAAO,KAAK,EAAE,OAAO,EAAW,MAAM,6BAA6B,CAAC;AAEpE,UAAU,gBAAgB;IACxB,UAAU,EAAE,OAAO,EAAE,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,wBAAgB,WAAW,CAAC,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAE,QAAQ,EAAE,EAAE,gBAAgB,qBA4C9F"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@herdingbits/trailhead-cloudscape",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "AWS CloudScape adapter for Trailhead. React-based shell with CloudScape components. Supports React 19.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -28,13 +28,13 @@
28
28
  "react-dom": "^19.0.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@cloudscape-design/components": "^3.0.1300",
32
- "@cloudscape-design/global-styles": "^1.0.59",
31
+ "@cloudscape-design/components": "^3.0.1323",
32
+ "@cloudscape-design/global-styles": "^1.0.62",
33
33
  "@herdingbits/trailhead-types": "^0.1.0",
34
- "@types/react": "^19.2.15",
34
+ "@types/react": "^19.2.17",
35
35
  "@types/react-dom": "^19.2.3",
36
- "react": "^19.2.6",
37
- "react-dom": "^19.2.6",
36
+ "react": "^19.2.7",
37
+ "react-dom": "^19.2.7",
38
38
  "typescript": "^6.0.3"
39
39
  },
40
40
  "keywords": [