@gataca/design-system 0.3.24 → 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.
- package/dist/components/index.native.d.ts +21 -0
- package/dist/components/index.web.d.ts +21 -0
- package/dist/components/native/Illustrations/Illustration.native.d.ts +3 -0
- package/dist/components/native/Illustrations/components/CredentialPrimary.native.d.ts +3 -0
- package/dist/components/native/Illustrations/components/CredentialSecondary.native.d.ts +3 -0
- package/dist/components/native/Illustrations/components/CredentialTertiary.native.d.ts +3 -0
- package/dist/components/native/Illustrations/components/Downgrade.native.d.ts +3 -0
- package/dist/components/native/Illustrations/components/Error.native.d.ts +3 -0
- package/dist/components/native/Illustrations/components/Heartbreak.native.d.ts +3 -0
- package/dist/components/native/Illustrations/components/Logout.native.d.ts +3 -0
- package/dist/components/native/Illustrations/components/Mail.native.d.ts +3 -0
- package/dist/components/native/Illustrations/components/QuestionMark.native.d.ts +3 -0
- package/dist/components/native/Illustrations/components/SandboxConnect.native.d.ts +3 -0
- package/dist/components/native/Illustrations/components/Search.native.d.ts +3 -0
- package/dist/components/native/Illustrations/components/Skull.native.d.ts +3 -0
- package/dist/components/native/Illustrations/components/Success.native.d.ts +3 -0
- package/dist/components/native/Illustrations/components/Time.native.d.ts +3 -0
- package/dist/components/native/Illustrations/components/Trash.native.d.ts +3 -0
- package/dist/components/native/Illustrations/components/TrashLigthGrey.native.d.ts +3 -0
- package/dist/components/native/Illustrations/components/UpdateBlue.native.d.ts +3 -0
- package/dist/components/native/Illustrations/components/Upgrade.native.d.ts +3 -0
- package/dist/components/native/Illustrations/components/WarningRed.native.d.ts +3 -0
- package/dist/components/native/Illustrations/components/WarningYellow.native.d.ts +3 -0
- package/dist/components/native/Illustrations/illustrations_types.d.ts +16 -0
- package/dist/components/native/Illustrations/index.native.d.ts +2 -0
- package/dist/components/web/Illustrations/Illustration.web.d.ts +3 -0
- package/dist/components/web/Illustrations/components/CredentialPrimary.web.d.ts +3 -0
- package/dist/components/web/Illustrations/components/CredentialSecondary.web.d.ts +3 -0
- package/dist/components/web/Illustrations/components/CredentialTertiary.web.d.ts +3 -0
- package/dist/components/web/Illustrations/components/Downgrade.web.d.ts +3 -0
- package/dist/components/web/Illustrations/components/Error.web.d.ts +3 -0
- package/dist/components/web/Illustrations/components/Heartbreak.web.d.ts +3 -0
- package/dist/components/web/Illustrations/components/Logout.web.d.ts +3 -0
- package/dist/components/web/Illustrations/components/Mail.web.d.ts +3 -0
- package/dist/components/web/Illustrations/components/QuestionMark.web.d.ts +3 -0
- package/dist/components/web/Illustrations/components/SandboxConnect.web.d.ts +3 -0
- package/dist/components/web/Illustrations/components/Search.web.d.ts +3 -0
- package/dist/components/web/Illustrations/components/Skull.web.d.ts +3 -0
- package/dist/components/web/Illustrations/components/Success.web.d.ts +3 -0
- package/dist/components/web/Illustrations/components/Time.web.d.ts +3 -0
- package/dist/components/web/Illustrations/components/Trash.web.d.ts +3 -0
- package/dist/components/web/Illustrations/components/TrashLigthGrey.web.d.ts +3 -0
- package/dist/components/web/Illustrations/components/UpdateBlue.web.d.ts +3 -0
- package/dist/components/web/Illustrations/components/Upgrade.web.d.ts +3 -0
- package/dist/components/web/Illustrations/components/WarningRed.web.d.ts +3 -0
- package/dist/components/web/Illustrations/components/WarningYellow.web.d.ts +3 -0
- package/dist/components/web/Illustrations/illustrations_types.d.ts +14 -0
- package/dist/components/web/Illustrations/index.web.d.ts +2 -0
- package/dist/index.native.js +1 -1
- package/dist/index.native.js.map +1 -1
- package/dist/index.web.js +1 -1
- package/dist/index.web.js.map +1 -1
- package/package.json +3 -2
- package/dist/components/native/Dialog/Dialog/dialog_config.native.d.ts +0 -5
- package/dist/components/native/Ilustrations/images/error_80.d.ts +0 -2
- package/dist/components/native/Ilustrations/images/success_80.d.ts +0 -2
- 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.
|
|
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",
|