@ornikar/kitt-universal 27.0.1-canary.01819bc93ab006bfbaa4e1335cd8afa2380068a0.0 → 27.0.1-canary.e2bc67122aa41f65986d23f21317b442b05d8963.0
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/CHANGELOG.md +3 -13
- package/dist/definitions/Button/AnimatedContainer.d.ts +2 -1
- package/dist/definitions/Button/AnimatedContainer.d.ts.map +1 -1
- package/dist/definitions/Button/Button.d.ts +2 -17
- package/dist/definitions/Button/Button.d.ts.map +1 -1
- package/dist/definitions/Button/ButtonContent.d.ts +10 -8
- package/dist/definitions/Button/ButtonContent.d.ts.map +1 -1
- package/dist/definitions/Button/ButtonPadding.d.ts +1 -1
- package/dist/definitions/Button/ButtonPadding.d.ts.map +1 -1
- package/dist/definitions/Button/FocusBorder.d.ts +1 -4
- package/dist/definitions/Button/FocusBorder.d.ts.map +1 -1
- package/dist/definitions/Button/hooks/useNativeAnimation.d.ts +1 -1
- package/dist/definitions/Button/hooks/useNativeAnimation.d.ts.map +1 -1
- package/dist/definitions/Button/utils/getButtonTextColorByType.d.ts +12 -3
- package/dist/definitions/Button/utils/getButtonTextColorByType.d.ts.map +1 -1
- package/dist/definitions/Button/utils/getCurrentBackgroundColorForNativeBaseTheme.d.ts +3 -2
- package/dist/definitions/Button/utils/getCurrentBackgroundColorForNativeBaseTheme.d.ts.map +1 -1
- package/dist/definitions/ButtonBadge/ButtonBadge.d.ts +2 -1
- package/dist/definitions/ButtonBadge/ButtonBadge.d.ts.map +1 -1
- package/dist/definitions/native-base/KittNativeBaseProvider.d.ts +30 -23
- package/dist/definitions/native-base/KittNativeBaseProvider.d.ts.map +1 -1
- package/dist/definitions/story-components/StoryBlock.d.ts +1 -1
- package/dist/definitions/themes/late-ocean/button.d.ts +26 -52
- package/dist/definitions/themes/late-ocean/button.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/buttonBadge.d.ts +4 -1
- package/dist/definitions/themes/late-ocean/buttonBadge.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/iconButton.d.ts +0 -1
- package/dist/definitions/themes/late-ocean/iconButton.d.ts.map +1 -1
- package/dist/definitions/typography/Typography.d.ts +7 -19
- package/dist/definitions/typography/Typography.d.ts.map +1 -1
- package/dist/index-metro.es.android.js +238 -306
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +238 -306
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-22.17.cjs.js +232 -300
- package/dist/index-node-22.17.cjs.js.map +1 -1
- package/dist/index-node-22.17.cjs.web.js +231 -284
- package/dist/index-node-22.17.cjs.web.js.map +1 -1
- package/dist/index-node-22.17.es.mjs +232 -300
- package/dist/index-node-22.17.es.mjs.map +1 -1
- package/dist/index-node-22.17.es.web.mjs +231 -284
- package/dist/index-node-22.17.es.web.mjs.map +1 -1
- package/dist/index.es.js +352 -414
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +322 -370
- package/dist/index.es.web.js.map +1 -1
- package/dist/linaria-themes-metro.es.android.js +130 -116
- package/dist/linaria-themes-metro.es.android.js.map +1 -1
- package/dist/linaria-themes-metro.es.ios.js +130 -116
- package/dist/linaria-themes-metro.es.ios.js.map +1 -1
- package/dist/linaria-themes-node-22.17.cjs.js +130 -116
- package/dist/linaria-themes-node-22.17.cjs.js.map +1 -1
- package/dist/linaria-themes-node-22.17.cjs.web.js +130 -116
- package/dist/linaria-themes-node-22.17.cjs.web.js.map +1 -1
- package/dist/linaria-themes-node-22.17.es.mjs +130 -116
- package/dist/linaria-themes-node-22.17.es.mjs.map +1 -1
- package/dist/linaria-themes-node-22.17.es.web.mjs +130 -116
- package/dist/linaria-themes-node-22.17.es.web.mjs.map +1 -1
- package/dist/linaria-themes.es.js +131 -117
- package/dist/linaria-themes.es.js.map +1 -1
- package/dist/linaria-themes.es.web.js +131 -117
- package/dist/linaria-themes.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +28 -28
- package/dist/definitions/Button/DisabledBorder.d.ts +0 -3
- package/dist/definitions/Button/DisabledBorder.d.ts.map +0 -1
- package/dist/definitions/Button/getVariantValuesIfExist.d.ts +0 -5
- package/dist/definitions/Button/getVariantValuesIfExist.d.ts.map +0 -1
- package/dist/definitions/Button/utils/getButtonSize.d.ts +0 -3
- package/dist/definitions/Button/utils/getButtonSize.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ornikar/kitt-universal",
|
|
3
|
-
"version": "27.0.1-canary.
|
|
3
|
+
"version": "27.0.1-canary.e2bc67122aa41f65986d23f21317b442b05d8963.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"directory": "@ornikar/kitt-universal",
|
|
@@ -100,8 +100,8 @@
|
|
|
100
100
|
"@floating-ui/react-dom": "2.1.2",
|
|
101
101
|
"@floating-ui/react-native": "0.8.0",
|
|
102
102
|
"@googlemaps/js-api-loader": "1.16.2",
|
|
103
|
-
"@ornikar/eslint-config-kitt": "5.0.
|
|
104
|
-
"@ornikar/kitt-icons": "13.0.
|
|
103
|
+
"@ornikar/eslint-config-kitt": "^5.0.0",
|
|
104
|
+
"@ornikar/kitt-icons": "^13.0.0",
|
|
105
105
|
"@react-native-community/datetimepicker": "^8.0.1",
|
|
106
106
|
"@twemoji/parser": "15.1.1",
|
|
107
107
|
"downshift": "7.6.0",
|
|
@@ -113,22 +113,22 @@
|
|
|
113
113
|
"use-debounce": "9.0.4"
|
|
114
114
|
},
|
|
115
115
|
"peerDependencies": {
|
|
116
|
-
"@gorhom/bottom-sheet": "^4.6.
|
|
117
|
-
"@react-native-picker/picker": "^2.
|
|
116
|
+
"@gorhom/bottom-sheet": "^4.6.1",
|
|
117
|
+
"@react-native-picker/picker": "^2.7.5",
|
|
118
118
|
"@storybook/addons": ">=6.0.0",
|
|
119
|
-
"expo": "^
|
|
120
|
-
"expo-document-picker": "^
|
|
121
|
-
"expo-image-picker": "^
|
|
122
|
-
"expo-linear-gradient": "^
|
|
123
|
-
"expo-web-browser": "^
|
|
119
|
+
"expo": "^51.0.39",
|
|
120
|
+
"expo-document-picker": "^12.0.2",
|
|
121
|
+
"expo-image-picker": "^15.1.0",
|
|
122
|
+
"expo-linear-gradient": "^13.0.2",
|
|
123
|
+
"expo-web-browser": "^13.0.3",
|
|
124
124
|
"react": "^18.3.1",
|
|
125
125
|
"react-dom": "^18.3.1",
|
|
126
126
|
"react-intl": "^6.0.0",
|
|
127
|
-
"react-native": ">=0.
|
|
128
|
-
"react-native-gesture-handler": "^2.
|
|
129
|
-
"react-native-reanimated": "^3.
|
|
130
|
-
"react-native-safe-area-context": "^4.
|
|
131
|
-
"react-native-svg": "^15.
|
|
127
|
+
"react-native": ">=0.74.5",
|
|
128
|
+
"react-native-gesture-handler": "^2.16.1",
|
|
129
|
+
"react-native-reanimated": "^3.10.1",
|
|
130
|
+
"react-native-safe-area-context": "^4.10.5",
|
|
131
|
+
"react-native-svg": "^15.2.0"
|
|
132
132
|
},
|
|
133
133
|
"peerDependenciesMeta": {
|
|
134
134
|
"@gorhom/bottom-sheet": {
|
|
@@ -157,35 +157,35 @@
|
|
|
157
157
|
}
|
|
158
158
|
},
|
|
159
159
|
"devDependencies": {
|
|
160
|
-
"@babel/core": "7.
|
|
161
|
-
"@gorhom/bottom-sheet": "4.6.
|
|
160
|
+
"@babel/core": "7.24.0",
|
|
161
|
+
"@gorhom/bottom-sheet": "4.6.1",
|
|
162
162
|
"@juggle/resize-observer": "3.4.0",
|
|
163
|
-
"@ornikar/babel-preset-base": "6.0.
|
|
163
|
+
"@ornikar/babel-preset-base": "6.0.0",
|
|
164
164
|
"@phosphor-icons/core": "2.1.1",
|
|
165
|
-
"@react-native-picker/picker": "2.
|
|
165
|
+
"@react-native-picker/picker": "2.7.5",
|
|
166
166
|
"@types/googlemaps": "3.43.3",
|
|
167
167
|
"@types/react": "18.3.23",
|
|
168
168
|
"@types/react-portal": "4.0.7",
|
|
169
169
|
"@types/react-transition-group": "4.2.3",
|
|
170
170
|
"diff": "8.0.2",
|
|
171
|
-
"expo-document-picker": "
|
|
172
|
-
"expo-image-picker": "
|
|
171
|
+
"expo-document-picker": "12.0.2",
|
|
172
|
+
"expo-image-picker": "15.1.0",
|
|
173
173
|
"jscodeshift": "17.3.0",
|
|
174
174
|
"react": "18.3.1",
|
|
175
175
|
"react-dom": "18.3.1",
|
|
176
176
|
"react-error-boundary": "3.1.4",
|
|
177
177
|
"react-intl": "6.3.2",
|
|
178
|
-
"react-native": "0.
|
|
179
|
-
"react-native-gesture-handler": "2.
|
|
180
|
-
"react-native-reanimated": "3.
|
|
181
|
-
"react-native-safe-area-context": "4.
|
|
182
|
-
"react-native-svg": "15.
|
|
183
|
-
"react-native-web": "0.19.
|
|
178
|
+
"react-native": "0.74.5",
|
|
179
|
+
"react-native-gesture-handler": "2.16.1",
|
|
180
|
+
"react-native-reanimated": "3.10.1",
|
|
181
|
+
"react-native-safe-area-context": "4.10.5",
|
|
182
|
+
"react-native-svg": "15.2.0",
|
|
183
|
+
"react-native-web": "0.19.10"
|
|
184
184
|
},
|
|
185
185
|
"expo": {
|
|
186
186
|
"install": {
|
|
187
187
|
"exclude": [
|
|
188
|
-
"react-native-
|
|
188
|
+
"@react-native-community/datetimepicker"
|
|
189
189
|
]
|
|
190
190
|
}
|
|
191
191
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DisabledBorder.d.ts","sourceRoot":"","sources":["../../../src/Button/DisabledBorder.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,wBAAgB,cAAc,IAAI,SAAS,CAa1C"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import type { KittThemeContextValue } from '../KittThemeContext';
|
|
2
|
-
import type { BaseButtonTheme, BaseButtonWithVariant } from '../themes/late-ocean/button';
|
|
3
|
-
import type { ButtonType, ButtonVariant } from './Button';
|
|
4
|
-
export declare function getVariantValuesIfExist<V extends ButtonVariant>(theme: KittThemeContextValue, type: ButtonType, variant: ButtonVariant): BaseButtonTheme['default'] | BaseButtonWithVariant[V];
|
|
5
|
-
//# sourceMappingURL=getVariantValuesIfExist.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getVariantValuesIfExist.d.ts","sourceRoot":"","sources":["../../../src/Button/getVariantValuesIfExist.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,KAAK,EAAE,eAAe,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AAC1F,OAAO,KAAK,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAM1D,wBAAgB,uBAAuB,CAAC,CAAC,SAAS,aAAa,EAC7D,KAAK,EAAE,qBAAqB,EAC5B,IAAI,EAAE,UAAU,EAChB,OAAO,EAAE,aAAa,GACrB,eAAe,CAAC,SAAS,CAAC,GAAG,qBAAqB,CAAC,CAAC,CAAC,CAQvD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getButtonSize.d.ts","sourceRoot":"","sources":["../../../../src/Button/utils/getButtonSize.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAE7C,eAAO,MAAM,aAAa,4BAA6B,QAAQ,WAAW,CAAC,KAAG,WAAW,CAAC,MAAM,CAI/F,CAAC"}
|