@ncdai/react-wheel-picker 1.2.1 → 1.2.2

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.
Files changed (2) hide show
  1. package/README.md +33 -21
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,15 +27,39 @@ This project is proudly supported by:
27
27
 
28
28
  <table>
29
29
  <tbody>
30
+ <tr>
31
+ <td colspan="3"><strong>Open Source Program</strong></td>
32
+ </tr>
30
33
  <tr>
31
34
  <td>
32
- <a href="https://vercel.com/blog/summer-2025-oss-program?utm_source=react-wheel-picker">
35
+ <a href="https://vercel.com/blog/summer-2025-oss-program#react-wheel-picker">
33
36
  <img
34
37
  src="https://assets.chanhdai.com/images/sponsors/vercel-oss-program-2025.svg?v=2"
35
38
  alt="Vercel OSS Program"
36
39
  />
37
40
  </a>
38
41
  </td>
42
+ <td>
43
+ <a href="https://openpanel.dev?utm_source=react-wheel-picker">
44
+ <img
45
+ src="https://assets.chanhdai.com/images/sponsors/openpanel.svg?v=1"
46
+ alt="OpenPanel"
47
+ />
48
+ </a>
49
+ </td>
50
+ <td>
51
+ <a href="https://www.mintlify.com?utm_source=react-wheel-picker">
52
+ <img
53
+ src="https://assets.chanhdai.com/images/sponsors/mintlify.svg?v=1"
54
+ alt="Mintlify"
55
+ />
56
+ </a>
57
+ </td>
58
+ </tr>
59
+ <tr>
60
+ <td colspan="3"><strong>Gold Sponsors</strong></td>
61
+ </tr>
62
+ <tr>
39
63
  <td>
40
64
  <a href="https://shadcnstudio.com?utm_source=chanhdai.com&utm_medium=banner&utm_campaign=github">
41
65
  <img src="https://assets.chanhdai.com/images/sponsors/shadcnstudio.svg?v=3" alt="shadcnstudio.com" />
@@ -49,12 +73,16 @@ This project is proudly supported by:
49
73
  />
50
74
  </a>
51
75
  </td>
76
+ <td></td>
77
+ </tr>
78
+ <tr>
79
+ <td colspan="3"><strong>Silver Sponsors</strong></td>
52
80
  </tr>
53
81
  <tr>
54
82
  <td>
55
83
  <a href="https://shadcncraft.com?utm_source=react-wheel-picker">
56
84
  <img
57
- src="https://assets.chanhdai.com/images/sponsors/shadcncraft.svg?v=3"
85
+ src="https://assets.chanhdai.com/images/sponsors/shadcncraft.svg?v=2"
58
86
  alt="shadcncraft"
59
87
  />
60
88
  </a>
@@ -77,22 +105,9 @@ This project is proudly supported by:
77
105
  </td>
78
106
  </tr>
79
107
  <tr>
80
- <td>
81
- <a href="https://openpanel.dev?utm_source=react-wheel-picker">
82
- <img
83
- src="https://assets.chanhdai.com/images/sponsors/openpanel.svg?v=1"
84
- alt="OpenPanel"
85
- />
86
- </a>
87
- </td>
88
- <td>
89
- <a href="https://www.mintlify.com?utm_source=react-wheel-picker">
90
- <img
91
- src="https://assets.chanhdai.com/images/sponsors/mintlify.svg?v=1"
92
- alt="Mintlify"
93
- />
94
- </a>
95
- </td>
108
+ <td colspan="3"><strong>Spark Supporters</strong></td>
109
+ </tr>
110
+ <tr>
96
111
  <td>
97
112
  <a href="https://uirules.com?utm_source=react-wheel-picker">
98
113
  <img
@@ -101,8 +116,6 @@ This project is proudly supported by:
101
116
  />
102
117
  </a>
103
118
  </td>
104
- </tr>
105
- <tr>
106
119
  <td>
107
120
  <a href="https://shoogle.dev?utm_source=react-wheel-picker">
108
121
  <img
@@ -112,7 +125,6 @@ This project is proudly supported by:
112
125
  </a>
113
126
  </td>
114
127
  <td></td>
115
- <td></td>
116
128
  </tr>
117
129
  </tbody>
118
130
  </table>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ncdai/react-wheel-picker",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "iOS-like wheel picker for React with smooth inertia scrolling and infinite loop support.",
5
5
  "publishConfig": {
6
6
  "access": "public",