@fundamental-styles/theming-preview 0.31.0 → 0.31.1-rc.1
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/calendar.html +11 -11
- package/fundamental-styles.css +2 -2
- package/package.json +2 -2
package/calendar.html
CHANGED
|
@@ -55,37 +55,37 @@
|
|
|
55
55
|
<th class="fd-calendar__item fd-calendar__item--side-helper"></th>
|
|
56
56
|
<th class="fd-calendar__item fd-calendar__item--side-helper">
|
|
57
57
|
<div class="fd-calendar__text-wrapper">
|
|
58
|
-
<span class="fd-calendar__text">
|
|
58
|
+
<span class="fd-calendar__text">Sun</span>
|
|
59
59
|
</div>
|
|
60
60
|
</th>
|
|
61
61
|
<th class="fd-calendar__item fd-calendar__item--side-helper">
|
|
62
62
|
<div class="fd-calendar__text-wrapper">
|
|
63
|
-
<span class="fd-calendar__text">
|
|
63
|
+
<span class="fd-calendar__text">Mon</span>
|
|
64
64
|
</div>
|
|
65
65
|
</th>
|
|
66
66
|
<th class="fd-calendar__item fd-calendar__item--side-helper">
|
|
67
67
|
<div class="fd-calendar__text-wrapper">
|
|
68
|
-
<span class="fd-calendar__text">
|
|
68
|
+
<span class="fd-calendar__text">Tue</span>
|
|
69
69
|
</div>
|
|
70
70
|
</th>
|
|
71
71
|
<th class="fd-calendar__item fd-calendar__item--side-helper">
|
|
72
72
|
<div class="fd-calendar__text-wrapper">
|
|
73
|
-
<span class="fd-calendar__text">
|
|
73
|
+
<span class="fd-calendar__text">Wed</span>
|
|
74
74
|
</div>
|
|
75
75
|
</th>
|
|
76
76
|
<th class="fd-calendar__item fd-calendar__item--side-helper">
|
|
77
77
|
<div class="fd-calendar__text-wrapper">
|
|
78
|
-
<span class="fd-calendar__text">
|
|
78
|
+
<span class="fd-calendar__text">Thu</span>
|
|
79
79
|
</div>
|
|
80
80
|
</th>
|
|
81
81
|
<th class="fd-calendar__item fd-calendar__item--side-helper">
|
|
82
82
|
<div class="fd-calendar__text-wrapper">
|
|
83
|
-
<span class="fd-calendar__text">
|
|
83
|
+
<span class="fd-calendar__text">Fri</span>
|
|
84
84
|
</div>
|
|
85
85
|
</th>
|
|
86
86
|
<th class="fd-calendar__item fd-calendar__item--side-helper">
|
|
87
87
|
<div class="fd-calendar__text-wrapper">
|
|
88
|
-
<span class="fd-calendar__text">
|
|
88
|
+
<span class="fd-calendar__text">Sat</span>
|
|
89
89
|
</div>
|
|
90
90
|
</th>
|
|
91
91
|
</tr>
|
|
@@ -404,9 +404,9 @@
|
|
|
404
404
|
</div>
|
|
405
405
|
</section>
|
|
406
406
|
</div>
|
|
407
|
-
|
|
408
|
-
   
|
|
409
|
-
|
|
407
|
+
|
|
408
|
+
   
|
|
409
|
+
|
|
410
410
|
<div style="display: flex; justify-content: space-around; margin-bottom: 1rem; flex-wrap: wrap;">
|
|
411
411
|
<section class="fd-calendar" style="margin-bottom: 1rem;">
|
|
412
412
|
<header class="fd-calendar__navigation">
|
|
@@ -541,5 +541,5 @@
|
|
|
541
541
|
</div>
|
|
542
542
|
</div>
|
|
543
543
|
</div>
|
|
544
|
-
</div>
|
|
544
|
+
</div>
|
|
545
545
|
</body>
|