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.
Files changed (2) hide show
  1. package/README.md +2 -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 Fluent UI / SharePoint**
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
- βœ” Fluent-style
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.21",
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
  }