@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.
- package/dist/components/index.native.d.ts +3 -0
- package/dist/components/index.web.d.ts +3 -0
- package/dist/components/native/Avatars/AvatarGroup/avatarGroup.types.native.d.ts +1 -1
- package/dist/components/native/Cards/Credential/credential_styles.native.d.ts +1 -1
- package/dist/components/native/Checkbox/Checkbox/checkbox.native.d.ts +4 -0
- package/dist/components/native/Checkbox/Checkbox/checkbox_styles.native.d.ts +16 -0
- package/dist/components/native/Checkbox/Checkbox/checkbox_types.native.d.ts +12 -0
- package/dist/components/native/Checkbox/Checkbox/index.native.d.ts +2 -0
- package/dist/components/native/Headings/HeadingCredential/HeadingCredential_styles.native.d.ts +40 -1
- package/dist/components/native/Icons/icons/checkbox.d.ts +9 -0
- package/dist/components/native/Icons/icons/radioButton.d.ts +9 -0
- package/dist/components/native/Lists/ListItem/listItem_types.native.d.ts +15 -0
- package/dist/components/native/RadioButton/RadioButton/index.native.d.ts +2 -0
- package/dist/components/native/RadioButton/RadioButton/radioButton.native.d.ts +4 -0
- package/dist/components/native/RadioButton/RadioButton/radioButton_styles.native.d.ts +16 -0
- package/dist/components/native/RadioButton/RadioButton/radioButton_types.native.d.ts +12 -0
- package/dist/components/native/Switch/Switch/Switch.native.d.ts +4 -0
- package/dist/components/native/Switch/Switch/index.native.d.ts +2 -0
- package/dist/components/native/Switch/Switch/switch_styles.native.d.ts +19 -0
- package/dist/components/native/Switch/Switch/switch_types.native.d.ts +10 -0
- package/dist/components/web/Avatars/AvatarGroup/avatarGroup.types.web.d.ts +1 -1
- package/dist/components/web/Cards/Credential/credential_styles.web.d.ts +1 -1
- package/dist/components/web/Checkbox/Checkbox/checkbox.web.d.ts +4 -0
- package/dist/components/web/Checkbox/Checkbox/checkbox_styles.web.d.ts +5 -0
- package/dist/components/web/Checkbox/Checkbox/checkbox_types.web.d.ts +12 -0
- package/dist/components/web/Checkbox/Checkbox/index.web.d.ts +2 -0
- package/dist/components/web/Headings/HeadingCredential/HeadingCredential_styles.web.d.ts +4 -1
- package/dist/components/web/Icons/icons/checkbox.d.ts +9 -0
- package/dist/components/web/Icons/icons/radioButton.d.ts +9 -0
- package/dist/components/web/Lists/ListItem/listItem_types.web.d.ts +15 -0
- package/dist/components/web/RadioButton/RadioButton/index.web.d.ts +2 -0
- package/dist/components/web/RadioButton/RadioButton/radioButton.web.d.ts +4 -0
- package/dist/components/web/RadioButton/RadioButton/radioButton_styles.web.d.ts +5 -0
- package/dist/components/web/RadioButton/RadioButton/radioButton_types.web.d.ts +12 -0
- package/dist/components/web/Switch/Switch/Switch.web.d.ts +4 -0
- package/dist/components/web/Switch/Switch/index.web.d.ts +2 -0
- package/dist/components/web/Switch/Switch/switch_styles.web.d.ts +8 -0
- package/dist/components/web/Switch/Switch/switch_types.web.d.ts +10 -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 +1 -1