loon-bulma-react 2024.0.37 → 2024.0.38

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "loon-bulma-react",
3
- "version": "2024.0.37",
3
+ "version": "2024.0.38",
4
4
  "description": "Bulma & ReactJS componenten voor Loon Salarissoftware",
5
5
  "author": "timroos1990",
6
6
  "license": "MIT",
@@ -38,8 +38,8 @@
38
38
  "@testing-library/react": "^14.2.1",
39
39
  "@testing-library/user-event": "^14.5.2",
40
40
  "@types/jest": "^29.5.12",
41
- "@types/node": "^20.11.17",
42
- "@types/react": "^18.2.55",
41
+ "@types/node": "^20.11.19",
42
+ "@types/react": "^18.2.56",
43
43
  "@types/react-dom": "^18.2.19",
44
44
  "@types/react-syntax-highlighter": "^15.5.11",
45
45
  "@types/warning": "^3.0.3",
@@ -65,7 +65,7 @@
65
65
  "prettier": "^3.2.5",
66
66
  "react": "^18.2.0",
67
67
  "react-dom": "^18.2.0",
68
- "sass": "^1.70.0",
68
+ "sass": "^1.71.0",
69
69
  "ts-jest": "^29.1.2",
70
70
  "ts-node": "^10.9.2",
71
71
  "tsup": "^8.0.2",
@@ -75,33 +75,33 @@
75
75
  "@fortawesome/fontawesome-svg-core": "^6.5.1",
76
76
  "@fortawesome/free-solid-svg-icons": "^6.5.1",
77
77
  "@fortawesome/react-fontawesome": "^0.2.0",
78
- "@tiptap/extension-bold": "^2.2.2",
79
- "@tiptap/extension-bullet-list": "^2.2.2",
80
- "@tiptap/extension-color": "^2.2.2",
81
- "@tiptap/extension-document": "^2.2.2",
82
- "@tiptap/extension-hard-break": "^2.2.2",
83
- "@tiptap/extension-heading": "^2.2.2",
84
- "@tiptap/extension-highlight": "^2.2.2",
85
- "@tiptap/extension-history": "^2.2.2",
86
- "@tiptap/extension-horizontal-rule": "^2.2.2",
87
- "@tiptap/extension-image": "^2.2.2",
88
- "@tiptap/extension-italic": "^2.2.2",
89
- "@tiptap/extension-link": "^2.2.2",
90
- "@tiptap/extension-list-item": "^2.2.2",
91
- "@tiptap/extension-ordered-list": "^2.2.2",
92
- "@tiptap/extension-paragraph": "^2.2.2",
93
- "@tiptap/extension-strike": "^2.2.2",
94
- "@tiptap/extension-subscript": "^2.2.2",
95
- "@tiptap/extension-superscript": "^2.2.2",
96
- "@tiptap/extension-table": "^2.2.2",
97
- "@tiptap/extension-table-cell": "^2.2.2",
98
- "@tiptap/extension-table-header": "^2.2.2",
99
- "@tiptap/extension-table-row": "^2.2.2",
100
- "@tiptap/extension-text": "^2.2.2",
101
- "@tiptap/extension-text-align": "^2.2.2",
102
- "@tiptap/extension-text-style": "^2.2.2",
103
- "@tiptap/extension-underline": "^2.2.2",
104
- "@tiptap/react": "^2.2.2",
78
+ "@tiptap/extension-bold": "^2.2.3",
79
+ "@tiptap/extension-bullet-list": "^2.2.3",
80
+ "@tiptap/extension-color": "^2.2.3",
81
+ "@tiptap/extension-document": "^2.2.3",
82
+ "@tiptap/extension-hard-break": "^2.2.3",
83
+ "@tiptap/extension-heading": "^2.2.3",
84
+ "@tiptap/extension-highlight": "^2.2.3",
85
+ "@tiptap/extension-history": "^2.2.3",
86
+ "@tiptap/extension-horizontal-rule": "^2.2.3",
87
+ "@tiptap/extension-image": "^2.2.3",
88
+ "@tiptap/extension-italic": "^2.2.3",
89
+ "@tiptap/extension-link": "^2.2.3",
90
+ "@tiptap/extension-list-item": "^2.2.3",
91
+ "@tiptap/extension-ordered-list": "^2.2.3",
92
+ "@tiptap/extension-paragraph": "^2.2.3",
93
+ "@tiptap/extension-strike": "^2.2.3",
94
+ "@tiptap/extension-subscript": "^2.2.3",
95
+ "@tiptap/extension-superscript": "^2.2.3",
96
+ "@tiptap/extension-table": "^2.2.3",
97
+ "@tiptap/extension-table-cell": "^2.2.3",
98
+ "@tiptap/extension-table-header": "^2.2.3",
99
+ "@tiptap/extension-table-row": "^2.2.3",
100
+ "@tiptap/extension-text": "^2.2.3",
101
+ "@tiptap/extension-text-align": "^2.2.3",
102
+ "@tiptap/extension-text-style": "^2.2.3",
103
+ "@tiptap/extension-underline": "^2.2.3",
104
+ "@tiptap/react": "^2.2.3",
105
105
  "bulma": "^0.9.4",
106
106
  "date-fns": "^3.3.1",
107
107
  "rc-tooltip": "^6.1.3",
@@ -120,6 +120,71 @@ $border-box-border-color: bulmaLighten($dark, 50);
120
120
  }
121
121
  }
122
122
 
123
+ .mini-calendar-header {
124
+ text-align: center;
125
+ font-size: 1.2em;
126
+ font-weight: bold;
127
+ margin-top: auto;
128
+ margin-bottom: auto;
129
+ .mini-calendar-button {
130
+ font-weight: bold;
131
+ color: $link;
132
+ padding: 0.25em;
133
+ padding-left: 1em;
134
+ padding-right: 1em;
135
+ border-radius: $box-radius;
136
+ transition: background-color 0.1s ease-in-out;
137
+ &:hover {
138
+ background-color: $link;
139
+ color: findColorInvert($link);
140
+ }
141
+ }
142
+ }
143
+ .mini-calendar-grid {
144
+ display: grid;
145
+ grid-template-columns: 1fr repeat(7, 3fr);
146
+ grid-template-rows: 1fr repeat(7, auto);
147
+ // gap: 3px;
148
+
149
+ .mini-calendar-col,
150
+ .mini-calendar-row {
151
+ color: $info;
152
+ font-size: x-small;
153
+ margin-top: auto;
154
+ margin-bottom: auto;
155
+ text-align: center;
156
+ padding: 0.25em;
157
+ }
158
+ .mini-calendar-slot {
159
+ // color: $dark;
160
+ vertical-align: middle;
161
+ text-align: center;
162
+ border-radius: $box-radius;
163
+ transition: background-color 0.1s ease-in-out;
164
+ padding: 0.25em;
165
+
166
+ &.is-today {
167
+ color: $success;
168
+ font-weight: bold;
169
+ &:hover {
170
+ cursor: pointer;
171
+ background-color: $success;
172
+ color: findColorInvert($success);
173
+ }
174
+ }
175
+
176
+ &.is-other-month {
177
+ color: #aaaaaa;
178
+ }
179
+
180
+ &:hover {
181
+ cursor: pointer;
182
+ background-color: $primary;
183
+ color: findColorInvert($primary);
184
+ }
185
+ }
186
+ }
187
+
123
188
  table {
124
189
  &.is-sticky {
125
190
  position: relative;