@gataca/design-system 0.2.37 → 0.2.39

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 (43) hide show
  1. package/dist/components/index.native.d.ts +3 -0
  2. package/dist/components/index.web.d.ts +3 -0
  3. package/dist/components/native/Avatars/AvatarGroup/avatarGroup.types.native.d.ts +1 -1
  4. package/dist/components/native/Cards/Credential/credential_styles.native.d.ts +1 -1
  5. package/dist/components/native/Checkbox/Checkbox/checkbox.native.d.ts +4 -0
  6. package/dist/components/native/Checkbox/Checkbox/checkbox_styles.native.d.ts +16 -0
  7. package/dist/components/native/Checkbox/Checkbox/checkbox_types.native.d.ts +12 -0
  8. package/dist/components/native/Checkbox/Checkbox/index.native.d.ts +2 -0
  9. package/dist/components/native/Headings/HeadingCredential/HeadingCredential_styles.native.d.ts +40 -1
  10. package/dist/components/native/Icons/icons/checkbox.d.ts +9 -0
  11. package/dist/components/native/Icons/icons/radioButton.d.ts +9 -0
  12. package/dist/components/native/Lists/ListItem/listItem_types.native.d.ts +15 -0
  13. package/dist/components/native/RadioButton/RadioButton/index.native.d.ts +2 -0
  14. package/dist/components/native/RadioButton/RadioButton/radioButton.native.d.ts +4 -0
  15. package/dist/components/native/RadioButton/RadioButton/radioButton_styles.native.d.ts +16 -0
  16. package/dist/components/native/RadioButton/RadioButton/radioButton_types.native.d.ts +12 -0
  17. package/dist/components/native/Switch/Switch/Switch.native.d.ts +4 -0
  18. package/dist/components/native/Switch/Switch/index.native.d.ts +2 -0
  19. package/dist/components/native/Switch/Switch/switch_styles.native.d.ts +19 -0
  20. package/dist/components/native/Switch/Switch/switch_types.native.d.ts +10 -0
  21. package/dist/components/web/Avatars/AvatarGroup/avatarGroup.types.web.d.ts +1 -1
  22. package/dist/components/web/Cards/Credential/credential_styles.web.d.ts +1 -1
  23. package/dist/components/web/Checkbox/Checkbox/checkbox.web.d.ts +4 -0
  24. package/dist/components/web/Checkbox/Checkbox/checkbox_styles.web.d.ts +5 -0
  25. package/dist/components/web/Checkbox/Checkbox/checkbox_types.web.d.ts +12 -0
  26. package/dist/components/web/Checkbox/Checkbox/index.web.d.ts +2 -0
  27. package/dist/components/web/Headings/HeadingCredential/HeadingCredential_styles.web.d.ts +4 -1
  28. package/dist/components/web/Icons/icons/checkbox.d.ts +9 -0
  29. package/dist/components/web/Icons/icons/radioButton.d.ts +9 -0
  30. package/dist/components/web/Lists/ListItem/listItem_types.web.d.ts +15 -0
  31. package/dist/components/web/RadioButton/RadioButton/index.web.d.ts +2 -0
  32. package/dist/components/web/RadioButton/RadioButton/radioButton.web.d.ts +4 -0
  33. package/dist/components/web/RadioButton/RadioButton/radioButton_styles.web.d.ts +5 -0
  34. package/dist/components/web/RadioButton/RadioButton/radioButton_types.web.d.ts +12 -0
  35. package/dist/components/web/Switch/Switch/Switch.web.d.ts +4 -0
  36. package/dist/components/web/Switch/Switch/index.web.d.ts +2 -0
  37. package/dist/components/web/Switch/Switch/switch_styles.web.d.ts +8 -0
  38. package/dist/components/web/Switch/Switch/switch_types.web.d.ts +10 -0
  39. package/dist/index.native.js +1 -1
  40. package/dist/index.native.js.map +1 -1
  41. package/dist/index.web.js +1 -1
  42. package/dist/index.web.js.map +1 -1
  43. package/package.json +1 -1
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.2.37",
4
+ "version": "0.2.39",
5
5
  "files": [
6
6
  "dist"
7
7
  ],