@youngonesworks/ui 1.0.3 → 1.0.5
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/radioButton/index.d.ts +2 -2
- package/dist/hooks/phone/usePhoneNumberPrefix.d.ts +2 -1
- package/dist/index.cjs +287 -412
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +198 -338
- package/dist/index.js.map +1 -1
- package/dist/jsx-runtime-shim.d.ts +1 -3
- package/dist/styles/variables.css +1 -1
- package/dist/utils/formatIcon.d.ts +1 -1
- package/package.json +22 -24
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
export declare const jsx: typeof React.createElement;
|
|
3
3
|
export declare const jsxs: typeof React.createElement;
|
|
4
|
-
export declare const Fragment: React.ExoticComponent<
|
|
5
|
-
children?: React.ReactNode | undefined;
|
|
6
|
-
}>;
|
|
4
|
+
export declare const Fragment: React.ExoticComponent<React.FragmentProps>;
|
|
@@ -5,4 +5,4 @@ import { type IconProps } from '@tabler/icons-react';
|
|
|
5
5
|
* always supersede default attributes which in term will supersede
|
|
6
6
|
* global default attributes.
|
|
7
7
|
*/
|
|
8
|
-
export default function formatIcon(icon: React.ReactNode, defaultFormatAttributes: (SVGAttributes<SVGElement> & HTMLAttributes<SVGElement>) | IconProps): string | number | boolean | React.ReactElement<
|
|
8
|
+
export default function formatIcon(icon: React.ReactNode, defaultFormatAttributes: (SVGAttributes<SVGElement> & HTMLAttributes<SVGElement>) | IconProps): string | number | bigint | boolean | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null | undefined> | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | null | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@youngonesworks/ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "A Youngones UI component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -68,13 +68,13 @@
|
|
|
68
68
|
"@commitlint/lint": "^19.5.0",
|
|
69
69
|
"@floating-ui/react": "^0.27.18",
|
|
70
70
|
"@tabler/icons-react": "^3.37.1",
|
|
71
|
-
"@tiptap/core": "^
|
|
72
|
-
"@tiptap/extension-link": "^
|
|
73
|
-
"@tiptap/extension-placeholder": "^
|
|
74
|
-
"@tiptap/extension-underline": "^
|
|
75
|
-
"@tiptap/pm": "^
|
|
76
|
-
"@tiptap/react": "^
|
|
77
|
-
"@tiptap/starter-kit": "^
|
|
71
|
+
"@tiptap/core": "^3.20.4",
|
|
72
|
+
"@tiptap/extension-link": "^3.20.4",
|
|
73
|
+
"@tiptap/extension-placeholder": "^3.20.4",
|
|
74
|
+
"@tiptap/extension-underline": "^3.20.4",
|
|
75
|
+
"@tiptap/pm": "^3.20.4",
|
|
76
|
+
"@tiptap/react": "^3.20.4",
|
|
77
|
+
"@tiptap/starter-kit": "^3.20.4",
|
|
78
78
|
"clsx": "^2.1.1",
|
|
79
79
|
"commitlint-plugin-function-rules": "^4.0.2",
|
|
80
80
|
"country-list-with-dial-code-and-flag": "^5.1.1",
|
|
@@ -91,11 +91,10 @@
|
|
|
91
91
|
"@eslint/eslintrc": "^3.3.1",
|
|
92
92
|
"@eslint/js": "^9.29.0",
|
|
93
93
|
"@rollup/plugin-alias": "^5.1.1",
|
|
94
|
-
"@storybook/addon-links": "^
|
|
95
|
-
"@storybook/builder-vite": "^
|
|
96
|
-
"@storybook/cli": "^
|
|
97
|
-
"@storybook/react": "^
|
|
98
|
-
"@storybook/react-vite": "^9.0.13",
|
|
94
|
+
"@storybook/addon-links": "^10.3.3",
|
|
95
|
+
"@storybook/builder-vite": "^10.3.3",
|
|
96
|
+
"@storybook/cli": "^10.3.3",
|
|
97
|
+
"@storybook/react-vite": "^10.3.3",
|
|
99
98
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
100
99
|
"@tailwindcss/postcss": "^4.1.10",
|
|
101
100
|
"@tanstack/eslint-plugin-query": "^5.78.0",
|
|
@@ -106,12 +105,11 @@
|
|
|
106
105
|
"@types/date-fns": "^2.6.3",
|
|
107
106
|
"@types/jest": "^29.5.12",
|
|
108
107
|
"@types/node": "^24.0.3",
|
|
109
|
-
"@types/react": "
|
|
108
|
+
"@types/react": "19.2.2",
|
|
110
109
|
"@types/react-day-picker": "^5.3.0",
|
|
111
|
-
"@types/react-dom": "
|
|
110
|
+
"@types/react-dom": "19.2.2",
|
|
112
111
|
"@typescript-eslint/eslint-plugin": "^8.34.1",
|
|
113
112
|
"@typescript-eslint/parser": "^8.34.1",
|
|
114
|
-
"autoprefixer": "^10.4.21",
|
|
115
113
|
"chokidar-cli": "^3.0.0",
|
|
116
114
|
"chromatic": "^13.1.2",
|
|
117
115
|
"concurrently": "^9.1.2",
|
|
@@ -123,7 +121,7 @@
|
|
|
123
121
|
"eslint-plugin-next": "^0.0.0",
|
|
124
122
|
"eslint-plugin-react": "^7.34.1",
|
|
125
123
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
126
|
-
"eslint-plugin-storybook": "^
|
|
124
|
+
"eslint-plugin-storybook": "^10.3.3",
|
|
127
125
|
"eslint-plugin-testing-library": "^7.5.3",
|
|
128
126
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
129
127
|
"globals": "^16.2.0",
|
|
@@ -132,20 +130,20 @@
|
|
|
132
130
|
"jest": "^29.7.0",
|
|
133
131
|
"jest-environment-jsdom": "^29.7.0",
|
|
134
132
|
"lint-staged": "^15.2.10",
|
|
135
|
-
"next": "^
|
|
133
|
+
"next": "^16.2.1",
|
|
136
134
|
"postcss": "^8.5.5",
|
|
137
135
|
"prettier": "^3.3.2",
|
|
138
|
-
"react": "^19.1
|
|
139
|
-
"react-dom": "^19.1
|
|
136
|
+
"react": "^19.2.1",
|
|
137
|
+
"react-dom": "^19.2.1",
|
|
140
138
|
"react-phone-input-2": "^2.15.1",
|
|
141
|
-
"rolldown": "1.0.0-
|
|
142
|
-
"storybook": "^
|
|
143
|
-
"tailwindcss": "4.
|
|
139
|
+
"rolldown": "1.0.0-rc.11",
|
|
140
|
+
"storybook": "^10.3.3",
|
|
141
|
+
"tailwindcss": "4.2.2",
|
|
144
142
|
"ts-jest": "^29.4.0",
|
|
145
143
|
"ts-node": "^10.9.2",
|
|
146
144
|
"tslib": "^2.6.2",
|
|
147
145
|
"typescript": "^5.8.3",
|
|
148
|
-
"vite": "
|
|
146
|
+
"vite": "8.0.2"
|
|
149
147
|
},
|
|
150
148
|
"resolutions": {
|
|
151
149
|
"@storybook/react-vite": "^9.0.13",
|