@gataca/design-system 0.3.23 → 0.3.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.
Files changed (57) hide show
  1. package/dist/components/index.native.d.ts +21 -0
  2. package/dist/components/index.web.d.ts +21 -0
  3. package/dist/components/native/Illustrations/Illustration.native.d.ts +3 -0
  4. package/dist/components/native/Illustrations/components/CredentialPrimary.native.d.ts +3 -0
  5. package/dist/components/native/Illustrations/components/CredentialSecondary.native.d.ts +3 -0
  6. package/dist/components/native/Illustrations/components/CredentialTertiary.native.d.ts +3 -0
  7. package/dist/components/native/Illustrations/components/Downgrade.native.d.ts +3 -0
  8. package/dist/components/native/Illustrations/components/Error.native.d.ts +3 -0
  9. package/dist/components/native/Illustrations/components/Heartbreak.native.d.ts +3 -0
  10. package/dist/components/native/Illustrations/components/Logout.native.d.ts +3 -0
  11. package/dist/components/native/Illustrations/components/Mail.native.d.ts +3 -0
  12. package/dist/components/native/Illustrations/components/QuestionMark.native.d.ts +3 -0
  13. package/dist/components/native/Illustrations/components/SandboxConnect.native.d.ts +3 -0
  14. package/dist/components/native/Illustrations/components/Search.native.d.ts +3 -0
  15. package/dist/components/native/Illustrations/components/Skull.native.d.ts +3 -0
  16. package/dist/components/native/Illustrations/components/Success.native.d.ts +3 -0
  17. package/dist/components/native/Illustrations/components/Time.native.d.ts +3 -0
  18. package/dist/components/native/Illustrations/components/Trash.native.d.ts +3 -0
  19. package/dist/components/native/Illustrations/components/TrashLigthGrey.native.d.ts +3 -0
  20. package/dist/components/native/Illustrations/components/UpdateBlue.native.d.ts +3 -0
  21. package/dist/components/native/Illustrations/components/Upgrade.native.d.ts +3 -0
  22. package/dist/components/native/Illustrations/components/WarningRed.native.d.ts +3 -0
  23. package/dist/components/native/Illustrations/components/WarningYellow.native.d.ts +3 -0
  24. package/dist/components/native/Illustrations/illustrations_types.d.ts +16 -0
  25. package/dist/components/native/Illustrations/index.native.d.ts +2 -0
  26. package/dist/components/web/Illustrations/Illustration.web.d.ts +3 -0
  27. package/dist/components/web/Illustrations/components/CredentialPrimary.web.d.ts +3 -0
  28. package/dist/components/web/Illustrations/components/CredentialSecondary.web.d.ts +3 -0
  29. package/dist/components/web/Illustrations/components/CredentialTertiary.web.d.ts +3 -0
  30. package/dist/components/web/Illustrations/components/Downgrade.web.d.ts +3 -0
  31. package/dist/components/web/Illustrations/components/Error.web.d.ts +3 -0
  32. package/dist/components/web/Illustrations/components/Heartbreak.web.d.ts +3 -0
  33. package/dist/components/web/Illustrations/components/Logout.web.d.ts +3 -0
  34. package/dist/components/web/Illustrations/components/Mail.web.d.ts +3 -0
  35. package/dist/components/web/Illustrations/components/QuestionMark.web.d.ts +3 -0
  36. package/dist/components/web/Illustrations/components/SandboxConnect.web.d.ts +3 -0
  37. package/dist/components/web/Illustrations/components/Search.web.d.ts +3 -0
  38. package/dist/components/web/Illustrations/components/Skull.web.d.ts +3 -0
  39. package/dist/components/web/Illustrations/components/Success.web.d.ts +3 -0
  40. package/dist/components/web/Illustrations/components/Time.web.d.ts +3 -0
  41. package/dist/components/web/Illustrations/components/Trash.web.d.ts +3 -0
  42. package/dist/components/web/Illustrations/components/TrashLigthGrey.web.d.ts +3 -0
  43. package/dist/components/web/Illustrations/components/UpdateBlue.web.d.ts +3 -0
  44. package/dist/components/web/Illustrations/components/Upgrade.web.d.ts +3 -0
  45. package/dist/components/web/Illustrations/components/WarningRed.web.d.ts +3 -0
  46. package/dist/components/web/Illustrations/components/WarningYellow.web.d.ts +3 -0
  47. package/dist/components/web/Illustrations/illustrations_types.d.ts +14 -0
  48. package/dist/components/web/Illustrations/index.web.d.ts +2 -0
  49. package/dist/index.native.js +1 -1
  50. package/dist/index.native.js.map +1 -1
  51. package/dist/index.web.js +1 -1
  52. package/dist/index.web.js.map +1 -1
  53. package/package.json +3 -2
  54. package/dist/components/native/Dialog/Dialog/dialog_config.native.d.ts +0 -5
  55. package/dist/components/native/Ilustrations/images/error_80.d.ts +0 -2
  56. package/dist/components/native/Ilustrations/images/success_80.d.ts +0 -2
  57. package/dist/components/native/Ilustrations/images/warningYellow_80.d.ts +0 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "homepage": "https://gataca-io.github.io/design-system",
3
3
  "name": "@gataca/design-system",
4
- "version": "0.3.23",
4
+ "version": "0.3.25",
5
5
  "files": [
6
6
  "dist"
7
7
  ],
@@ -67,7 +67,8 @@
67
67
  "rollup-plugin-glob": "^1.0.2",
68
68
  "storybook": "8.2.4",
69
69
  "storybook-multilevel-sort": "^2.0.0",
70
- "styled-components": "^6.1.13"
70
+ "styled-components": "^6.1.13",
71
+ "babel-plugin-module-resolver": "^5.0.2"
71
72
  },
72
73
  "devDependencies": {
73
74
  "@babel/core": "^7.20.0",
@@ -1,5 +0,0 @@
1
- export declare const IllustrationByStatus: {
2
- success: () => import("react/jsx-runtime").JSX.Element;
3
- warning: () => import("react/jsx-runtime").JSX.Element;
4
- error: () => import("react/jsx-runtime").JSX.Element;
5
- };
@@ -1,2 +0,0 @@
1
- declare const Error80: () => import("react/jsx-runtime").JSX.Element;
2
- export default Error80;
@@ -1,2 +0,0 @@
1
- declare const Success80: () => import("react/jsx-runtime").JSX.Element;
2
- export default Success80;
@@ -1,2 +0,0 @@
1
- declare const WarningYellow80: () => import("react/jsx-runtime").JSX.Element;
2
- export default WarningYellow80;