@gataca/design-system 0.3.95 → 0.3.96
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/native/Action/ActionItems/actionItems_styles.native.d.ts +8 -8
- package/dist/components/native/Alerts/Alert/Alert_styles.native.d.ts +1 -1
- package/dist/components/native/BottomSticky/BottomStickyContainer/bottomStickyContainer_styles.native.d.ts +3 -3
- package/dist/components/native/Buttons/Button/styles.native.d.ts +2 -2
- package/dist/components/native/Buttons/RoundedButton/styles.native.d.ts +2 -2
- package/dist/components/native/Buttons/SegmentedButton/styles.native.d.ts +2 -2
- package/dist/components/native/Cards/Consent/consentCard_styles.native.d.ts +1 -1
- package/dist/components/native/Cards/Credential/credential_styles.native.d.ts +3 -3
- package/dist/components/native/Cards/HeadingAvatars/headingAvatarsCard_styles.native.d.ts +2 -2
- package/dist/components/native/Cards/MiniCredential/miniCredential_styles.native.d.ts +2 -2
- package/dist/components/native/Chips/Chip/styles.native.d.ts +1 -1
- package/dist/components/native/Dialog/Dialog/dialog_styles.native.d.ts +11 -11
- package/dist/components/native/Drawer/BottomDrawer/bottomDrawer_styles.native.d.ts +6 -6
- package/dist/components/native/Headings/HeadingCredential/HeadingCredential_styles.native.d.ts +8 -8
- package/dist/components/native/Indicator/Indicator/indicator_styles.native.d.ts +1 -1
- package/dist/components/native/Lists/List/list_styles.native.d.ts +1 -1
- package/dist/components/native/Lists/ListItem/listItem_styles.native.d.ts +3 -3
- package/dist/components/native/NavBar/NavigationBar/navigationBar_styles.native.d.ts +1 -1
- package/dist/components/native/Popover/popover_styles.native.d.ts +14 -14
- package/dist/components/native/TextField/TextField/textField_styles.native.d.ts +3 -3
- package/dist/components/native/Tooltips/Tooltip/tooltip_styles.native.d.ts +2 -2
- package/dist/components/native/TopAppBar/TopAppBar/topAppBar_styles.native.d.ts +2 -2
- package/dist/components/native/TopAppBar/TopDrawerBar/topDrawerBar_styles.native.d.ts +2 -2
- package/dist/components/web/HoverObserver/HoverObserver.web.d.ts +35 -0
- package/dist/components/web/HoverObserver/index.web.d.ts +2 -0
- package/dist/index.web.js +1 -1
- package/dist/index.web.js.map +1 -1
- package/dist/utils/noop.d.ts +2 -0
- package/package.json +7 -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.3.
|
|
4
|
+
"version": "0.3.96",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
7
7
|
],
|
|
@@ -58,8 +58,12 @@
|
|
|
58
58
|
"@storybook/addon-themes": "^8.3.4",
|
|
59
59
|
"@types/react-native-web": "^0.19.0",
|
|
60
60
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
61
|
+
"object-assign": "^4.1.1",
|
|
62
|
+
"object.omit": "^3.0.0",
|
|
63
|
+
"prop-types": "^15.6.0",
|
|
61
64
|
"react": "18.3.1",
|
|
62
65
|
"react-device-detect": "^2.2.3",
|
|
66
|
+
"react-hover-observer": "^2.1.1",
|
|
63
67
|
"react-native": "0.75.3",
|
|
64
68
|
"react-native-linear-gradient": "^2.8.3",
|
|
65
69
|
"react-native-svg": "^15.7.1",
|
|
@@ -101,6 +105,8 @@
|
|
|
101
105
|
"@storybook/react-webpack5": "8.2.5",
|
|
102
106
|
"@storybook/theming": "^8.3.4",
|
|
103
107
|
"@types/node": "^14.14.35",
|
|
108
|
+
"@types/object-assign": "^4.0.33",
|
|
109
|
+
"@types/object.omit": "^3.0.3",
|
|
104
110
|
"@types/react": "^18.2.6",
|
|
105
111
|
"@types/react-test-renderer": "^18.0.0",
|
|
106
112
|
"babel-jest": "^29.6.3",
|