@tactics/toddle-styleguide 5.4.30 → 5.4.32
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 +25 -27
- package/src/components/atoms/paragraph-components/small-text/small-text.component.tsx +1 -1
- package/src/components/molecules/swipe/swipe.component.tsx +1 -6
- package/src/icons/outline/outline.tsx +1 -1
- package/src/icons/solid/solid.tsx +1 -1
- package/src/types/text-properties.type.ts +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tactics/toddle-styleguide",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.32",
|
|
4
4
|
"main": "index.tsx",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"prepublish": "tsc",
|
|
@@ -10,25 +10,21 @@
|
|
|
10
10
|
"pnpm": "10"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@miblanchard/react-native-slider": "^2.6.0",
|
|
14
|
-
"@tactics/kinderopvang-branding": "1.0.3",
|
|
15
|
-
"dayjs": "^1.11.19",
|
|
16
|
-
"dayjs-plugin-utc": "^0.1.2",
|
|
17
|
-
"intl": "^1.2.5",
|
|
18
|
-
"react-native-calendars": "^1.1314.0",
|
|
19
|
-
"react-native-picker-select": "^8.1.0",
|
|
20
|
-
"react-native-wheel-picker-expo": "^0.5.4",
|
|
21
|
-
"react-native-wheely": "^0.6.0"
|
|
22
|
-
},
|
|
23
|
-
"peerDependencies": {
|
|
24
13
|
"@expo/metro-runtime": "*",
|
|
25
14
|
"@expo/vector-icons": "*",
|
|
15
|
+
"@miblanchard/react-native-slider": "^2.6.0",
|
|
26
16
|
"@react-navigation/bottom-tabs": "*",
|
|
27
17
|
"@react-navigation/drawer": "*",
|
|
28
18
|
"@react-navigation/native": "*",
|
|
29
19
|
"@react-navigation/native-stack": "*",
|
|
30
20
|
"@react-navigation/stack": "*",
|
|
31
|
-
"
|
|
21
|
+
"@tactics/kinderopvang-branding": "1.0.3",
|
|
22
|
+
"@types/react": "~19.1.17",
|
|
23
|
+
"dayjs": "^1.11.19",
|
|
24
|
+
"dayjs-plugin-utc": "^0.1.2",
|
|
25
|
+
"debug": "^4.4.3",
|
|
26
|
+
"depcheck": "^1.4.7",
|
|
27
|
+
"expo": "~54.0.33",
|
|
32
28
|
"expo-application": "*",
|
|
33
29
|
"expo-asset": "*",
|
|
34
30
|
"expo-background-task": "*",
|
|
@@ -47,21 +43,23 @@
|
|
|
47
43
|
"expo-status-bar": "*",
|
|
48
44
|
"expo-task-manager": "*",
|
|
49
45
|
"expo-updates-interface": "*",
|
|
50
|
-
"
|
|
51
|
-
"react-dom": "*",
|
|
52
|
-
"react-native": "*",
|
|
53
|
-
"react-native-gesture-handler": "*",
|
|
54
|
-
"react-native-pager-view": "*",
|
|
55
|
-
"react-native-reanimated": "*",
|
|
56
|
-
"react-native-safe-area-context": "*",
|
|
57
|
-
"react-native-screens": "*",
|
|
58
|
-
"react-native-svg": "*",
|
|
59
|
-
"react-native-web": "*"
|
|
60
|
-
},
|
|
61
|
-
"devDependencies": {
|
|
62
|
-
"@types/react": "~19.2.14",
|
|
63
|
-
"depcheck": "^1.4.7",
|
|
46
|
+
"intl": "^1.2.5",
|
|
64
47
|
"prettier": "2.8.8",
|
|
48
|
+
"react": "19.1.0",
|
|
49
|
+
"react-dom": "19.1.0",
|
|
50
|
+
"react-native": "0.81.5",
|
|
51
|
+
"react-native-calendars": "^1.1314.0",
|
|
52
|
+
"react-native-gesture-handler": "~2.28.0",
|
|
53
|
+
"react-native-pager-view": "^6.9.1",
|
|
54
|
+
"react-native-picker-select": "^8.1.0",
|
|
55
|
+
"react-native-reanimated": "~4.1.1",
|
|
56
|
+
"react-native-safe-area-context": "*",
|
|
57
|
+
"react-native-screens": "~4.16.0",
|
|
58
|
+
"react-native-svg": "15.12.1",
|
|
59
|
+
"react-native-web": "*",
|
|
60
|
+
"react-native-wheel-picker-expo": "^0.5.4",
|
|
61
|
+
"react-native-wheely": "^0.6.0",
|
|
62
|
+
"react-native-worklets": "0.5.1",
|
|
65
63
|
"typescript": "~5.9.3"
|
|
66
64
|
},
|
|
67
65
|
"resolutions": {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React, {useContext} from 'react';
|
|
2
2
|
import {Text} from 'react-native';
|
|
3
|
-
import {TextProperties} from '../../../../types/text-properties.type';
|
|
4
3
|
import {Stylesheet} from '../paragraph-text.styles';
|
|
5
4
|
import {ThemeCtx} from '../../../../context/theme.context';
|
|
5
|
+
import {TextProperties} from '../../../../types/text-properties.type';
|
|
6
6
|
|
|
7
7
|
export const SmallText = ({
|
|
8
8
|
bold,
|
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
import React, {Children, ReactNode
|
|
2
|
-
import { Platform } from 'react-native';
|
|
3
|
-
import {ThemeCtx} from '../../../context/theme.context';
|
|
4
|
-
import {Stylesheet} from './swipe.styles';
|
|
5
|
-
import {Icon} from '../../../icons/index';
|
|
6
|
-
import {Pressable, View} from 'react-native';
|
|
1
|
+
import React, {Children, ReactNode} from 'react';
|
|
7
2
|
|
|
8
3
|
type SwipeProps = {
|
|
9
4
|
children: ReactNode;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
1
|
+
import React, {PropsWithChildren} from 'react';
|
|
2
2
|
import {StyleProp, TextStyle} from 'react-native';
|
|
3
3
|
|
|
4
|
-
export
|
|
4
|
+
export interface TextProperties extends PropsWithChildren {
|
|
5
5
|
bold?: boolean;
|
|
6
6
|
textColor?: string;
|
|
7
7
|
children: React.ReactNode;
|
|
@@ -9,4 +9,4 @@ export type TextProperties = {
|
|
|
9
9
|
numberOfLines?: number | undefined;
|
|
10
10
|
ellipsizeMode?: 'head' | 'tail' | 'middle' | 'clip' | undefined;
|
|
11
11
|
addStyle?: StyleProp<TextStyle>;
|
|
12
|
-
}
|
|
12
|
+
}
|