@grantbii/design-system 1.0.24 → 1.0.25

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/README.md CHANGED
@@ -28,7 +28,7 @@ npm run storybook
28
28
 
29
29
  Open [http://localhost:6006](http://localhost:6006) with your browser to see the result.
30
30
 
31
- The pages auto-updates as you edit the files.
31
+ The pages auto-update as you edit the files.
32
32
 
33
33
  ## Develop
34
34
 
package/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export * from "@phosphor-icons/react";
2
+ export * as Flags from "country-flag-icons/react/3x2";
2
3
  export { default as BrandLogo } from "./core/atoms/BrandLogo";
3
4
  export * from "./core/atoms/colors";
4
5
  export { default as GlobalStyle } from "./core/global/GlobalStyle";
package/index.js CHANGED
@@ -1,4 +1,5 @@
1
1
  export * from "@phosphor-icons/react";
2
+ export * as Flags from "country-flag-icons/react/3x2";
2
3
  export { default as BrandLogo } from "./core/atoms/BrandLogo";
3
4
  export * from "./core/atoms/colors";
4
5
  export { default as GlobalStyle } from "./core/global/GlobalStyle";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grantbii/design-system",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "Grantbii's Design System",
5
5
  "homepage": "https://design.grantbii.com",
6
6
  "repository": {
@@ -19,6 +19,7 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "@phosphor-icons/react": "^2.1.10",
22
+ "country-flag-icons": "^1.5.19",
22
23
  "next": "^15.3.5",
23
24
  "react": "^19.1.0",
24
25
  "react-dom": "^19.1.0",