waleed-clock-works 0.0.4 → 0.0.7

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 +2 -40
  2. package/package.json +13 -2
package/README.md CHANGED
@@ -7,45 +7,7 @@ A smooth, animated, and customizable **Analog Clock component** for React Native
7
7
  ## 📦 Installation
8
8
 
9
9
  ```bash
10
- npm install waleed-clock-works
10
+ npm install waleed-clock-works
11
11
 
12
12
 
13
-
14
- ## Props
15
-
16
- | Property | Type | Default | Description |
17
- |------------------|--------|----------|-------------|
18
- | size | number | 300 | The total height and width (diameter) of the clock layout in pixels. All internal markings scale automatically based on this value. |
19
- | backgroundColor | string | #F9FAFB | The hex or RGB background fill color of the clock face. |
20
-
21
- ---
22
-
23
- ## Keywords
24
-
25
- react-native, analog-clock, clock, svg-clock, realtime clock, digital analog hybrid, animated clock, react-native-svg clock, time widget, UI component, mobile clock, clock UI, reusable component, custom clock, live clock, clock face
26
-
27
- ---
28
-
29
- ## License
30
-
31
- MIT License
32
-
33
- Copyright (c) 2026 Waleed Ayub
34
-
35
- Permission is hereby granted, free of charge, to any person obtaining a copy
36
- of this software and associated documentation files (the "Software"), to deal
37
- in the Software without restriction, including without limitation the rights
38
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
39
- copies of the Software, and to permit persons to whom the Software is
40
- furnished to do so, subject to the following conditions:
41
-
42
- The above copyright notice and this permission notice shall be included in
43
- all copies or substantial portions of the Software.
44
-
45
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
46
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
47
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
48
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
49
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
50
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
51
- THE SOFTWARE.
13
+ PropsPropTypeDescriptionDefaultsizenumberclock size300backgroundColorstringbackground color#fff
package/package.json CHANGED
@@ -1,8 +1,19 @@
1
1
  {
2
2
  "name": "waleed-clock-works",
3
- "version": "0.0.4",
4
- "private": false,
3
+ "version": "0.0.7",
5
4
  "main": "index.js",
5
+
6
+ "keywords": [
7
+ "react-native",
8
+ "analog clock",
9
+ "clock",
10
+ "svg clock",
11
+ "props: size",
12
+ "props: backgroundColor",
13
+ "clock component",
14
+ "ui library",
15
+ "react native clock"
16
+ ],
6
17
  "scripts": {
7
18
  "android": "react-native run-android",
8
19
  "ios": "react-native run-ios",