@dayflow/core 3.3.4 → 3.3.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/index.d.ts +139 -35
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/styles.css +9 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1557,12 +1557,21 @@
|
|
|
1557
1557
|
.opacity-0 {
|
|
1558
1558
|
opacity: 0%;
|
|
1559
1559
|
}
|
|
1560
|
+
.opacity-25 {
|
|
1561
|
+
opacity: 25%;
|
|
1562
|
+
}
|
|
1560
1563
|
.opacity-50 {
|
|
1561
1564
|
opacity: 50%;
|
|
1562
1565
|
}
|
|
1563
1566
|
.opacity-60 {
|
|
1564
1567
|
opacity: 60%;
|
|
1565
1568
|
}
|
|
1569
|
+
.opacity-70 {
|
|
1570
|
+
opacity: 70%;
|
|
1571
|
+
}
|
|
1572
|
+
.opacity-75 {
|
|
1573
|
+
opacity: 75%;
|
|
1574
|
+
}
|
|
1566
1575
|
.opacity-80 {
|
|
1567
1576
|
opacity: 80%;
|
|
1568
1577
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dayflow/core",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.5",
|
|
4
4
|
"description": "A flexible and feature-rich calendar engine powered by Preact with drag-and-drop support, multiple views (Day, Week, Month, Year), and plugin architecture",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"calendar",
|