@tactics/toddle-styleguide 5.4.15 → 5.4.16
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/package.json +41 -45
- package/src/components/molecules/select-picker/select-picker.component.tsx +3 -0
- package/ios/.xcode.env +0 -11
- package/ios/Podfile +0 -60
- package/ios/Podfile.lock +0 -2731
- package/ios/Podfile.properties.json +0 -4
- package/ios/Styleguide/AppDelegate.swift +0 -70
- package/ios/Styleguide/Images.xcassets/AppIcon.appiconset/App-Icon-1024x1024@1x.png +0 -0
- package/ios/Styleguide/Images.xcassets/AppIcon.appiconset/Contents.json +0 -14
- package/ios/Styleguide/Images.xcassets/Contents.json +0 -6
- package/ios/Styleguide/Images.xcassets/SplashScreenBackground.colorset/Contents.json +0 -20
- package/ios/Styleguide/Images.xcassets/SplashScreenLegacy.imageset/Contents.json +0 -23
- package/ios/Styleguide/Images.xcassets/SplashScreenLegacy.imageset/image.png +0 -0
- package/ios/Styleguide/Images.xcassets/SplashScreenLegacy.imageset/image@2x.png +0 -0
- package/ios/Styleguide/Images.xcassets/SplashScreenLegacy.imageset/image@3x.png +0 -0
- package/ios/Styleguide/Info.plist +0 -97
- package/ios/Styleguide/PrivacyInfo.xcprivacy +0 -48
- package/ios/Styleguide/SplashScreen.storyboard +0 -48
- package/ios/Styleguide/Styleguide-Bridging-Header.h +0 -3
- package/ios/Styleguide/Styleguide.entitlements +0 -5
- package/ios/Styleguide/Supporting/Expo.plist +0 -12
- package/ios/Styleguide.xcodeproj/project.pbxproj +0 -558
- package/ios/Styleguide.xcodeproj/xcshareddata/xcschemes/Styleguide.xcscheme +0 -88
- package/ios/Styleguide.xcworkspace/contents.xcworkspacedata +0 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tactics/toddle-styleguide",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.16",
|
|
4
4
|
"main": "index.tsx",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"prepublish": "tsc",
|
|
@@ -21,64 +21,60 @@
|
|
|
21
21
|
"packageManager": "yarn@3.3.1",
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@callstack/react-theme-provider": "^3.0.8",
|
|
24
|
-
"@expo/metro-runtime": "~6.1.2",
|
|
25
|
-
"@expo/webpack-config": "~19.0.1",
|
|
26
24
|
"@lottiefiles/dotlottie-react": "^0.14.3",
|
|
27
25
|
"@miblanchard/react-native-slider": "^2.3.1",
|
|
28
|
-
"@react-native-picker/picker": "2.11.1",
|
|
29
|
-
"@react-navigation/bottom-tabs": "^6.5.8",
|
|
30
|
-
"@react-navigation/drawer": "^6.6.3",
|
|
31
|
-
"@react-navigation/native": "^6.1.7",
|
|
32
|
-
"@react-navigation/native-stack": "^6.9.13",
|
|
33
|
-
"@react-navigation/stack": "^6.3.17",
|
|
34
26
|
"@tactics/kinderopvang-branding": "1.0.3",
|
|
35
|
-
"@testing-library/react-native": "^12.1.2",
|
|
36
|
-
"@types/luxon": "^3.3.0",
|
|
37
|
-
"@types/xdate": "^0.8.32",
|
|
38
27
|
"dayjs": "^1.11.18",
|
|
39
28
|
"dayjs-plugin-utc": "^0.1.2",
|
|
40
|
-
"expo": "54.0.12",
|
|
41
|
-
"expo-application": "~7.0.7",
|
|
42
|
-
"expo-background-task": "~1.0.8",
|
|
43
|
-
"expo-camera": "~17.0.8",
|
|
44
|
-
"expo-crypto": "~15.0.7",
|
|
45
|
-
"expo-dev-client": "~6.0.13",
|
|
46
|
-
"expo-device": "~8.0.9",
|
|
47
|
-
"expo-font": "~14.0.8",
|
|
48
|
-
"expo-haptics": "~15.0.7",
|
|
49
|
-
"expo-linear-gradient": "~15.0.7",
|
|
50
|
-
"expo-localization": "~17.0.7",
|
|
51
|
-
"expo-secure-store": "~15.0.7",
|
|
52
|
-
"expo-splash-screen": "~31.0.10",
|
|
53
|
-
"expo-status-bar": "~3.0.8",
|
|
54
29
|
"intl": "^1.2.5",
|
|
55
|
-
"jsc-android": "^250231.0.0",
|
|
56
|
-
"lottie-ios": "4.5.0",
|
|
57
|
-
"lottie-react-native": "~7.3.1",
|
|
58
|
-
"react": "19.1.0",
|
|
59
|
-
"react-dom": "19.1.0",
|
|
60
30
|
"react-i18next": "^13.0.1",
|
|
61
|
-
"react-native": "0.81.4",
|
|
62
31
|
"react-native-calendar-strip": "^2.2.6",
|
|
63
32
|
"react-native-calendars": "^1.1299.0",
|
|
64
|
-
"react-native-dotenv": "^3.4.9",
|
|
65
|
-
"react-native-gesture-handler": "~2.28.0",
|
|
66
|
-
"react-native-keychain": "^8.1.1",
|
|
67
|
-
"react-native-pager-view": "6.9.1",
|
|
68
33
|
"react-native-picker-select": "^8.0.4",
|
|
69
|
-
"react-native-reanimated": "~4.1.1",
|
|
70
|
-
"react-native-safe-area-context": "~5.6.0",
|
|
71
|
-
"react-native-screens": "~4.16.0",
|
|
72
|
-
"react-native-svg": "15.12.1",
|
|
73
34
|
"react-native-swipe-gestures": "^1.0.5",
|
|
74
35
|
"react-native-toast-message": "^2.1.6",
|
|
75
|
-
"react-native-translation": "^1.1.0",
|
|
76
|
-
"react-native-web": "^0.21.0",
|
|
77
36
|
"react-native-wheel-picker-expo": "^0.5.4",
|
|
78
37
|
"react-native-wheely": "^0.6.0",
|
|
79
|
-
"react-
|
|
80
|
-
|
|
81
|
-
|
|
38
|
+
"react-redux": "^8.1.1"
|
|
39
|
+
},
|
|
40
|
+
"peerDependencies": {
|
|
41
|
+
"@expo/metro-runtime": "*",
|
|
42
|
+
"@expo/vector-icons": "*",
|
|
43
|
+
"@react-navigation/bottom-tabs": "*",
|
|
44
|
+
"@react-navigation/drawer": "*",
|
|
45
|
+
"@react-navigation/native": "*",
|
|
46
|
+
"@react-navigation/native-stack": "*",
|
|
47
|
+
"@react-navigation/stack": "*",
|
|
48
|
+
"expo": "*",
|
|
49
|
+
"expo-application": "*",
|
|
50
|
+
"expo-asset": "*",
|
|
51
|
+
"expo-background-task": "*",
|
|
52
|
+
"expo-camera": "*",
|
|
53
|
+
"expo-constants": "*",
|
|
54
|
+
"expo-crypto": "*",
|
|
55
|
+
"expo-dev-client": "*",
|
|
56
|
+
"expo-device": "*",
|
|
57
|
+
"expo-font": "*",
|
|
58
|
+
"expo-haptics": "*",
|
|
59
|
+
"expo-keep-awake": "*",
|
|
60
|
+
"expo-linear-gradient": "*",
|
|
61
|
+
"expo-localization": "*",
|
|
62
|
+
"expo-modules-core": "*",
|
|
63
|
+
"expo-secure-store": "*",
|
|
64
|
+
"expo-splash-screen": "*",
|
|
65
|
+
"expo-status-bar": "*",
|
|
66
|
+
"expo-task-manager": "*",
|
|
67
|
+
"expo-updates-interface": "*",
|
|
68
|
+
"react": "*",
|
|
69
|
+
"react-dom": "*",
|
|
70
|
+
"react-native": "*",
|
|
71
|
+
"react-native-gesture-handler": "*",
|
|
72
|
+
"react-native-pager-view": "*",
|
|
73
|
+
"react-native-reanimated": "*",
|
|
74
|
+
"react-native-safe-area-context": "*",
|
|
75
|
+
"react-native-screens": "*",
|
|
76
|
+
"react-native-svg": "*",
|
|
77
|
+
"react-native-web": "*"
|
|
82
78
|
},
|
|
83
79
|
"devDependencies": {
|
|
84
80
|
"@babel/core": "^7.26.0",
|
package/ios/.xcode.env
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# This `.xcode.env` file is versioned and is used to source the environment
|
|
2
|
-
# used when running script phases inside Xcode.
|
|
3
|
-
# To customize your local environment, you can create an `.xcode.env.local`
|
|
4
|
-
# file that is not versioned.
|
|
5
|
-
|
|
6
|
-
# NODE_BINARY variable contains the PATH to the node executable.
|
|
7
|
-
#
|
|
8
|
-
# Customize the NODE_BINARY variable here.
|
|
9
|
-
# For example, to use nvm with brew, add the following line
|
|
10
|
-
# . "$(brew --prefix nvm)/nvm.sh" --no-use
|
|
11
|
-
export NODE_BINARY=$(command -v node)
|
package/ios/Podfile
DELETED
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
require File.join(File.dirname(`node --print "require.resolve('expo/package.json')"`), "scripts/autolinking")
|
|
2
|
-
require File.join(File.dirname(`node --print "require.resolve('react-native/package.json')"`), "scripts/react_native_pods")
|
|
3
|
-
|
|
4
|
-
require 'json'
|
|
5
|
-
podfile_properties = JSON.parse(File.read(File.join(__dir__, 'Podfile.properties.json'))) rescue {}
|
|
6
|
-
|
|
7
|
-
def ccache_enabled?(podfile_properties)
|
|
8
|
-
# Environment variable takes precedence
|
|
9
|
-
return ENV['USE_CCACHE'] == '1' if ENV['USE_CCACHE']
|
|
10
|
-
|
|
11
|
-
# Fall back to Podfile properties
|
|
12
|
-
podfile_properties['apple.ccacheEnabled'] == 'true'
|
|
13
|
-
end
|
|
14
|
-
|
|
15
|
-
ENV['RCT_NEW_ARCH_ENABLED'] ||= '0' if podfile_properties['newArchEnabled'] == 'false'
|
|
16
|
-
ENV['EX_DEV_CLIENT_NETWORK_INSPECTOR'] ||= podfile_properties['EX_DEV_CLIENT_NETWORK_INSPECTOR']
|
|
17
|
-
ENV['RCT_USE_RN_DEP'] ||= '1' if podfile_properties['ios.buildReactNativeFromSource'] != 'true' && podfile_properties['newArchEnabled'] != 'false'
|
|
18
|
-
ENV['RCT_USE_PREBUILT_RNCORE'] ||= '1' if podfile_properties['ios.buildReactNativeFromSource'] != 'true' && podfile_properties['newArchEnabled'] != 'false'
|
|
19
|
-
platform :ios, podfile_properties['ios.deploymentTarget'] || '15.1'
|
|
20
|
-
|
|
21
|
-
prepare_react_native_project!
|
|
22
|
-
|
|
23
|
-
target 'Styleguide' do
|
|
24
|
-
use_expo_modules!
|
|
25
|
-
|
|
26
|
-
if ENV['EXPO_USE_COMMUNITY_AUTOLINKING'] == '1'
|
|
27
|
-
config_command = ['node', '-e', "process.argv=['', '', 'config'];require('@react-native-community/cli').run()"];
|
|
28
|
-
else
|
|
29
|
-
config_command = [
|
|
30
|
-
'npx',
|
|
31
|
-
'expo-modules-autolinking',
|
|
32
|
-
'react-native-config',
|
|
33
|
-
'--json',
|
|
34
|
-
'--platform',
|
|
35
|
-
'ios'
|
|
36
|
-
]
|
|
37
|
-
end
|
|
38
|
-
|
|
39
|
-
config = use_native_modules!(config_command)
|
|
40
|
-
|
|
41
|
-
use_frameworks! :linkage => podfile_properties['ios.useFrameworks'].to_sym if podfile_properties['ios.useFrameworks']
|
|
42
|
-
use_frameworks! :linkage => ENV['USE_FRAMEWORKS'].to_sym if ENV['USE_FRAMEWORKS']
|
|
43
|
-
|
|
44
|
-
use_react_native!(
|
|
45
|
-
:path => config[:reactNativePath],
|
|
46
|
-
:hermes_enabled => podfile_properties['expo.jsEngine'] == nil || podfile_properties['expo.jsEngine'] == 'hermes',
|
|
47
|
-
# An absolute path to your application root.
|
|
48
|
-
:app_path => "#{Pod::Config.instance.installation_root}/..",
|
|
49
|
-
:privacy_file_aggregation_enabled => podfile_properties['apple.privacyManifestAggregationEnabled'] != 'false',
|
|
50
|
-
)
|
|
51
|
-
|
|
52
|
-
post_install do |installer|
|
|
53
|
-
react_native_post_install(
|
|
54
|
-
installer,
|
|
55
|
-
config[:reactNativePath],
|
|
56
|
-
:mac_catalyst_enabled => false,
|
|
57
|
-
:ccache_enabled => ccache_enabled?(podfile_properties),
|
|
58
|
-
)
|
|
59
|
-
end
|
|
60
|
-
end
|