server-time-timer-yolabs-ui 1.0.21 β 1.0.22
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/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ Traditional countdown timers rely on the **clientβs local clock**, which is un
|
|
|
19
19
|
* π **Same countdown on all devices**
|
|
20
20
|
* π§© Highly configurable UI (layout, size, theme, shape, labels)
|
|
21
21
|
* π Fine-grained control over visible units
|
|
22
|
-
* π’ **Enterprise UI inspired by
|
|
22
|
+
* π’ **Enterprise UI inspired by SharePoint UI / SharePoint**
|
|
23
23
|
* π± Responsive and dashboard-safe
|
|
24
24
|
|
|
25
25
|
---
|
|
@@ -199,7 +199,7 @@ Available options:
|
|
|
199
199
|
* `rectangle` (default)
|
|
200
200
|
* `circle`
|
|
201
201
|
|
|
202
|
-
β
|
|
202
|
+
β SharePoint-style
|
|
203
203
|
β Pixel-perfect sizing
|
|
204
204
|
|
|
205
205
|
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "server-time-timer-yolabs-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.22",
|
|
4
4
|
"description": "SharePoint styled React countdown timer UI for server-time-timer-yoLabs",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
"server-time-timer-yolabs": "^1.0.4"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"react": "^18.2.0",
|
|
39
|
-
"react-dom": "^18.2.0",
|
|
40
38
|
"@types/react": "^18.2.0",
|
|
41
39
|
"@types/react-dom": "^18.2.0",
|
|
40
|
+
"react": "^18.2.0",
|
|
41
|
+
"react-dom": "^18.2.0",
|
|
42
42
|
"typescript": "^5.0.0"
|
|
43
43
|
}
|
|
44
44
|
}
|