@cgi-learning-hub/ui 1.11.0 → 1.11.1-dev.1765194222
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.cjs.js +470 -220
- package/dist/index.es.js +470 -220
- package/dist/ui.css +0 -138
- package/package.json +1 -1
package/dist/ui.css
CHANGED
|
@@ -11,141 +11,3 @@
|
|
|
11
11
|
--toastify-text-color-light: var(--theme-palette-text-primary);
|
|
12
12
|
--toastify-text-color-dark: var(--theme-palette-common-white);
|
|
13
13
|
}
|
|
14
|
-
.cs-loader {
|
|
15
|
-
padding: 0 auto;
|
|
16
|
-
text-align: center;
|
|
17
|
-
white-space: nowrap;
|
|
18
|
-
overflow: hidden;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.cs-loader-inner label {
|
|
22
|
-
font-size: 16px;
|
|
23
|
-
opacity: 0;
|
|
24
|
-
display: inline-block;
|
|
25
|
-
vertical-align: middle;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
@keyframes lol {
|
|
29
|
-
0% {
|
|
30
|
-
opacity: 0;
|
|
31
|
-
transform: translateX(-100px);
|
|
32
|
-
}
|
|
33
|
-
33% {
|
|
34
|
-
opacity: 1;
|
|
35
|
-
transform: translateX(0px);
|
|
36
|
-
}
|
|
37
|
-
66% {
|
|
38
|
-
opacity: 1;
|
|
39
|
-
transform: translateX(0px);
|
|
40
|
-
}
|
|
41
|
-
100% {
|
|
42
|
-
opacity: 0;
|
|
43
|
-
transform: translateX(100px);
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
@-webkit-keyframes lol {
|
|
48
|
-
0% {
|
|
49
|
-
opacity: 0;
|
|
50
|
-
-webkit-transform: translateX(-100px);
|
|
51
|
-
}
|
|
52
|
-
33% {
|
|
53
|
-
opacity: 1;
|
|
54
|
-
-webkit-transform: translateX(0px);
|
|
55
|
-
}
|
|
56
|
-
66% {
|
|
57
|
-
opacity: 1;
|
|
58
|
-
-webkit-transform: translateX(0px);
|
|
59
|
-
}
|
|
60
|
-
100% {
|
|
61
|
-
opacity: 0;
|
|
62
|
-
-webkit-transform: translateX(100px);
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.cs-loader-inner label:nth-child(4) {
|
|
67
|
-
-webkit-animation: lol 3s 200ms infinite ease-in-out;
|
|
68
|
-
animation: lol 3s 200ms infinite ease-in-out;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.cs-loader-inner label:nth-child(3) {
|
|
72
|
-
-webkit-animation: lol 3s 300ms infinite ease-in-out;
|
|
73
|
-
animation: lol 3s 300ms infinite ease-in-out;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.cs-loader-inner label:nth-child(2) {
|
|
77
|
-
-webkit-animation: lol 3s 400ms infinite ease-in-out;
|
|
78
|
-
animation: lol 3s 400ms infinite ease-in-out;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.cs-loader-inner label:nth-child(1) {
|
|
82
|
-
-webkit-animation: lol 3s 500ms infinite ease-in-out;
|
|
83
|
-
animation: lol 3s 500ms infinite ease-in-out;
|
|
84
|
-
}
|
|
85
|
-
.cs-loader-backdrop-inner {
|
|
86
|
-
text-align: center;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.cs-loader-backdrop-inner label {
|
|
90
|
-
font-size: 20px;
|
|
91
|
-
opacity: 0;
|
|
92
|
-
display: inline-block;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
@keyframes lol-backdrop {
|
|
96
|
-
0% {
|
|
97
|
-
opacity: 0;
|
|
98
|
-
transform: translateX(-300px);
|
|
99
|
-
}
|
|
100
|
-
33% {
|
|
101
|
-
opacity: 1;
|
|
102
|
-
transform: translateX(0px);
|
|
103
|
-
}
|
|
104
|
-
66% {
|
|
105
|
-
opacity: 1;
|
|
106
|
-
transform: translateX(0px);
|
|
107
|
-
}
|
|
108
|
-
100% {
|
|
109
|
-
opacity: 0;
|
|
110
|
-
transform: translateX(300px);
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
@-webkit-keyframes lol-backdrop {
|
|
115
|
-
0% {
|
|
116
|
-
opacity: 0;
|
|
117
|
-
-webkit-transform: translateX(-300px);
|
|
118
|
-
}
|
|
119
|
-
33% {
|
|
120
|
-
opacity: 1;
|
|
121
|
-
-webkit-transform: translateX(0px);
|
|
122
|
-
}
|
|
123
|
-
66% {
|
|
124
|
-
opacity: 1;
|
|
125
|
-
-webkit-transform: translateX(0px);
|
|
126
|
-
}
|
|
127
|
-
100% {
|
|
128
|
-
opacity: 0;
|
|
129
|
-
-webkit-transform: translateX(300px);
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.cs-loader-backdrop-inner label:nth-child(4) {
|
|
134
|
-
-webkit-animation: lol-backdrop 3s 200ms infinite ease-in-out;
|
|
135
|
-
animation: lol-backdrop 3s 200ms infinite ease-in-out;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.cs-loader-backdrop-inner label:nth-child(3) {
|
|
139
|
-
-webkit-animation: lol-backdrop 3s 300ms infinite ease-in-out;
|
|
140
|
-
animation: lol-backdrop 3s 300ms infinite ease-in-out;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
.cs-loader-backdrop-inner label:nth-child(2) {
|
|
144
|
-
-webkit-animation: lol-backdrop 3s 400ms infinite ease-in-out;
|
|
145
|
-
animation: lol-backdrop 3s 400ms infinite ease-in-out;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.cs-loader-backdrop-inner label:nth-child(1) {
|
|
149
|
-
-webkit-animation: lol-backdrop 3s 500ms infinite ease-in-out;
|
|
150
|
-
animation: lol-backdrop 3s 500ms infinite ease-in-out;
|
|
151
|
-
}
|
package/package.json
CHANGED