makula-schedule 1.1.1 → 1.1.3
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/css/style.css +1 -49
- package/dist/index.js +0 -1
- package/package.json +1 -1
package/dist/css/style.css
CHANGED
|
@@ -14,55 +14,12 @@
|
|
|
14
14
|
[class*= ant-]::-ms-clear {
|
|
15
15
|
display: none;
|
|
16
16
|
}
|
|
17
|
-
|
|
18
|
-
*,
|
|
19
|
-
*::before,
|
|
20
|
-
*::after {
|
|
21
|
-
box-sizing: border-box;
|
|
22
|
-
}
|
|
17
|
+
|
|
23
18
|
@-ms-viewport {
|
|
24
19
|
width: device-width;
|
|
25
20
|
}
|
|
26
21
|
|
|
27
|
-
ul ul {
|
|
28
|
-
margin-bottom: 0;
|
|
29
|
-
}
|
|
30
|
-
a[disabled] {
|
|
31
|
-
color: rgba(0, 0, 0, 0.25);
|
|
32
|
-
cursor: not-allowed;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
[role='button'] {
|
|
36
|
-
touch-action: manipulation;
|
|
37
|
-
}
|
|
38
22
|
|
|
39
|
-
[type="reset"] {
|
|
40
|
-
-webkit-appearance: button;
|
|
41
|
-
}
|
|
42
|
-
[type='button']::-moz-focus-inner,
|
|
43
|
-
[type='reset']::-moz-focus-inner {
|
|
44
|
-
padding: 0;
|
|
45
|
-
border-style: none;
|
|
46
|
-
}
|
|
47
|
-
[type='number']::-webkit-inner-spin-button,
|
|
48
|
-
[type='number']::-webkit-outer-spin-button {
|
|
49
|
-
height: auto;
|
|
50
|
-
}
|
|
51
|
-
::-webkit-file-upload-button {
|
|
52
|
-
font: inherit;
|
|
53
|
-
-webkit-appearance: button;
|
|
54
|
-
}
|
|
55
|
-
[hidden] {
|
|
56
|
-
display: none !important;
|
|
57
|
-
}
|
|
58
|
-
::-moz-selection {
|
|
59
|
-
color: #fff;
|
|
60
|
-
background: #1890ff;
|
|
61
|
-
}
|
|
62
|
-
::selection {
|
|
63
|
-
color: #fff;
|
|
64
|
-
background: #1890ff;
|
|
65
|
-
}
|
|
66
23
|
@keyframes antFadeIn {
|
|
67
24
|
0% {
|
|
68
25
|
opacity: 0;
|
|
@@ -9191,11 +9148,6 @@ span.ant-radio + * {
|
|
|
9191
9148
|
opacity: 0;
|
|
9192
9149
|
}
|
|
9193
9150
|
}
|
|
9194
|
-
.rbs *,
|
|
9195
|
-
.rbs *::before,
|
|
9196
|
-
.rbs *::after {
|
|
9197
|
-
box-sizing: border-box;
|
|
9198
|
-
}
|
|
9199
9151
|
|
|
9200
9152
|
/* Text Styles */
|
|
9201
9153
|
.rbs .header1-text {
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "makula-schedule",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "React Big Schedule is a powerful and intuitive scheduler and resource planning solution built with React. Seamlessly integrate this modern browser-compatible component into your applications to effectively manage time, appointments, and resources. With drag-and-drop functionality, interactive UI, and granular views, react-big-schedule empowers users to effortlessly schedule and allocate resources with precision. Enhance productivity and streamline your workflow with this React-based solution, designed to optimize time management and simplify calendar-based operations. Perfect for applications requiring advanced scheduling capabilities, react-big-schedule offers a seamless and intuitive experience for managing appointments, resource allocation, and time slots. Unlock the potential of your React projects with react-big-schedule and revolutionize the way you handle scheduling and resource planning. It is the updated version of react-big-scheduler",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react-big-schedule",
|