nuxt-glorious 2.0.0-develop-4 → 2.0.0-develop-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/module.json +1 -1
- package/package.json +4 -4
- package/dist/runtime/scss/alert.css +0 -33
- package/dist/runtime/scss/avatar.css +0 -57
- package/dist/runtime/scss/breadcrumb.css +0 -6
- package/dist/runtime/scss/button.css +0 -113
- package/dist/runtime/scss/drawer.css +0 -56
- package/dist/runtime/scss/glorious/alert.css +0 -33
- package/dist/runtime/scss/glorious/avatar.css +0 -57
- package/dist/runtime/scss/glorious/breadcrumb.css +0 -6
- package/dist/runtime/scss/glorious/button.css +0 -113
- package/dist/runtime/scss/glorious/checkbox.css +0 -94
- package/dist/runtime/scss/glorious/drawer.css +0 -56
- package/dist/runtime/scss/glorious/file.css +0 -134
- package/dist/runtime/scss/glorious/input.css +0 -184
- package/dist/runtime/scss/glorious/loading.css +0 -43
- package/dist/runtime/scss/glorious/modal.css +0 -72
- package/dist/runtime/scss/glorious/paginate.css +0 -32
- package/dist/runtime/scss/glorious/radio.css +0 -121
- package/dist/runtime/scss/glorious/rating.css +0 -30
- package/dist/runtime/scss/glorious/select.css +0 -49
- package/dist/runtime/scss/glorious/switch.css +0 -61
- package/dist/runtime/scss/glorious/tab.css +0 -9
- package/dist/runtime/scss/glorious/table.css +0 -99
- package/dist/runtime/scss/glorious/textarea.css +0 -67
- package/dist/runtime/scss/glorious/timeline.css +0 -47
- package/dist/runtime/scss/glorious/tooltip.css +0 -9
- package/dist/runtime/scss/glorious.css +0 -1334
- package/dist/runtime/scss/input.css +0 -184
- package/dist/runtime/scss/loading.css +0 -43
- package/dist/runtime/scss/mixin.css +0 -0
- package/dist/runtime/scss/modal.css +0 -69
- package/dist/runtime/scss/paginate.css +0 -32
- package/dist/runtime/scss/radio.css +0 -121
- package/dist/runtime/scss/rating.css +0 -30
- package/dist/runtime/scss/select.css +0 -49
- package/dist/runtime/scss/switch.css +0 -61
- package/dist/runtime/scss/tab.css +0 -9
- package/dist/runtime/scss/table.css +0 -99
- package/dist/runtime/scss/textarea.css +0 -67
- package/dist/runtime/scss/timeline.css +0 -47
- package/dist/runtime/scss/tooltip.css +0 -9
- package/dist/runtime/scss/variable.css +0 -0
- package/dist/runtime/style/components/checkbox.css +0 -94
- package/dist/runtime/style/components/file.css +0 -134
- package/dist/runtime/style/mixin.css +0 -0
- package/dist/runtime/style/variable.css +0 -0
- /package/dist/runtime/{style → stol}/components/button.css +0 -0
- /package/dist/runtime/{scss → stol/components}/checkbox.css +0 -0
- /package/dist/runtime/{style → stol}/components/drawer.css +0 -0
- /package/dist/runtime/{style → stol}/components/dropdown.css +0 -0
- /package/dist/runtime/{style → stol}/components/editor.css +0 -0
- /package/dist/runtime/{scss → stol/components}/file.css +0 -0
- /package/dist/runtime/{style → stol}/components/tab.css +0 -0
- /package/dist/runtime/{style → stol}/components/timeline.css +0 -0
- /package/dist/runtime/{scss/glorious → stol}/mixin.css +0 -0
- /package/dist/runtime/{scss/glorious → stol}/variable.css +0 -0
- /package/dist/runtime/{scss/glorious/glorious.css → style/style.css} +0 -0
@@ -1,67 +0,0 @@
|
|
1
|
-
.glorious-textarea-orange {
|
2
|
-
@apply ring-orange-500;
|
3
|
-
@apply rounded-md ring-1 px-3;
|
4
|
-
}
|
5
|
-
.glorious-textarea-orange:focus-visible {
|
6
|
-
@apply outline-none ring-2;
|
7
|
-
}
|
8
|
-
.glorious-textarea-orange:disabled {
|
9
|
-
@apply bg-green-300 cursor-not-allowed;
|
10
|
-
}
|
11
|
-
|
12
|
-
.glorious-textarea-blue {
|
13
|
-
@apply ring-blue-500;
|
14
|
-
@apply rounded-md ring-1 px-3;
|
15
|
-
}
|
16
|
-
.glorious-textarea-blue:focus-visible {
|
17
|
-
@apply outline-none ring-2;
|
18
|
-
}
|
19
|
-
.glorious-textarea-blue:disabled {
|
20
|
-
@apply bg-green-300 cursor-not-allowed;
|
21
|
-
}
|
22
|
-
|
23
|
-
.glorious-textarea-gray {
|
24
|
-
@apply ring-gray-500;
|
25
|
-
@apply rounded-md ring-1 px-3;
|
26
|
-
}
|
27
|
-
.glorious-textarea-gray:focus-visible {
|
28
|
-
@apply outline-none ring-2;
|
29
|
-
}
|
30
|
-
.glorious-textarea-gray:disabled {
|
31
|
-
@apply bg-green-300 cursor-not-allowed;
|
32
|
-
}
|
33
|
-
|
34
|
-
.glorious-textarea-red {
|
35
|
-
@apply ring-red-500;
|
36
|
-
@apply rounded-md ring-1 px-3;
|
37
|
-
}
|
38
|
-
.glorious-textarea-red:focus-visible {
|
39
|
-
@apply outline-none ring-2;
|
40
|
-
}
|
41
|
-
.glorious-textarea-red:disabled {
|
42
|
-
@apply bg-green-300 cursor-not-allowed;
|
43
|
-
}
|
44
|
-
|
45
|
-
.glorious-textarea-green {
|
46
|
-
@apply ring-green-500;
|
47
|
-
@apply rounded-md ring-1 px-3;
|
48
|
-
}
|
49
|
-
.glorious-textarea-green:focus-visible {
|
50
|
-
@apply outline-none ring-2;
|
51
|
-
}
|
52
|
-
.glorious-textarea-green:disabled {
|
53
|
-
@apply bg-green-300 cursor-not-allowed;
|
54
|
-
}
|
55
|
-
|
56
|
-
.glorious-textarea {
|
57
|
-
@apply relative w-full flex flex-col;
|
58
|
-
}
|
59
|
-
.glorious-textarea > textarea {
|
60
|
-
@apply w-full p-2;
|
61
|
-
}
|
62
|
-
.glorious-textarea > textarea.validation-error {
|
63
|
-
@apply ring-red-500 bg-red-50;
|
64
|
-
}
|
65
|
-
.glorious-textarea > textarea::placeholder {
|
66
|
-
@apply text-[14px];
|
67
|
-
}
|
@@ -1,47 +0,0 @@
|
|
1
|
-
.glorious-timeline-items {
|
2
|
-
@apply relative;
|
3
|
-
}
|
4
|
-
.glorious-timeline-items div {
|
5
|
-
@apply relative;
|
6
|
-
}
|
7
|
-
.glorious-timeline-items div::before {
|
8
|
-
content: "";
|
9
|
-
@apply absolute w-[2px] right-[-15px];
|
10
|
-
}
|
11
|
-
.glorious-timeline-items div::before:not(:last-child) {
|
12
|
-
@apply h-[calc(100%+20px)];
|
13
|
-
}
|
14
|
-
.glorious-timeline-items-count {
|
15
|
-
@apply absolute w-5 h-5 top-0 right-[-24px] rounded-full;
|
16
|
-
@apply text-white flex justify-center items-center font-medium;
|
17
|
-
}
|
18
|
-
.glorious-timeline-items.color-orange > div::before {
|
19
|
-
@apply bg-orange-500;
|
20
|
-
}
|
21
|
-
.glorious-timeline-items.color-blue > div::before {
|
22
|
-
@apply bg-blue-500;
|
23
|
-
}
|
24
|
-
.glorious-timeline-items.color-gray > div::before {
|
25
|
-
@apply bg-gray-500;
|
26
|
-
}
|
27
|
-
.glorious-timeline-items.color-red > div::before {
|
28
|
-
@apply bg-red-500;
|
29
|
-
}
|
30
|
-
.glorious-timeline-items.color-green > div::before {
|
31
|
-
@apply bg-green-500;
|
32
|
-
}
|
33
|
-
.glorious-timeline-items.color-orange .glorious-timeline-items-count {
|
34
|
-
@apply bg-orange-500;
|
35
|
-
}
|
36
|
-
.glorious-timeline-items.color-blue .glorious-timeline-items-count {
|
37
|
-
@apply bg-blue-500;
|
38
|
-
}
|
39
|
-
.glorious-timeline-items.color-gray .glorious-timeline-items-count {
|
40
|
-
@apply bg-gray-500;
|
41
|
-
}
|
42
|
-
.glorious-timeline-items.color-red .glorious-timeline-items-count {
|
43
|
-
@apply bg-red-500;
|
44
|
-
}
|
45
|
-
.glorious-timeline-items.color-green .glorious-timeline-items-count {
|
46
|
-
@apply bg-green-500;
|
47
|
-
}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
.glorious-tooltip {
|
2
|
-
@apply relative w-max;
|
3
|
-
}
|
4
|
-
.glorious-tooltip > .tooltip-slot:hover ~ .tooltip-content {
|
5
|
-
@apply opacity-100;
|
6
|
-
}
|
7
|
-
.glorious-tooltip > .tooltip-content {
|
8
|
-
@apply bg-white w-max rounded-lg shadow-md pt-2 px-3 flex absolute bottom-10 opacity-0 transition-all duration-100 ease-in;
|
9
|
-
}
|
File without changes
|
@@ -1,94 +0,0 @@
|
|
1
|
-
.glorious-checkbox {
|
2
|
-
@apply block relative cursor-pointer;
|
3
|
-
}
|
4
|
-
.glorious-checkbox > input {
|
5
|
-
@apply hidden;
|
6
|
-
}
|
7
|
-
.glorious-checkbox > input:checked ~ div {
|
8
|
-
@apply border-none;
|
9
|
-
}
|
10
|
-
.glorious-checkbox > input:checked ~ div:after {
|
11
|
-
@apply block h-max w-max;
|
12
|
-
}
|
13
|
-
.glorious-checkbox > input:disabled ~ div {
|
14
|
-
@apply cursor-not-allowed;
|
15
|
-
}
|
16
|
-
.glorious-checkbox > div:last-child {
|
17
|
-
@apply border border-gray-500 rounded bg-white left-0 top-0 absolute hover:shadow-lg;
|
18
|
-
}
|
19
|
-
.glorious-checkbox > div:last-child > div:first-child {
|
20
|
-
@apply hidden;
|
21
|
-
}
|
22
|
-
.glorious-checkbox > div:last-child:after {
|
23
|
-
content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICB2aWV3Qm94PSIwIDAgMzIgMzIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPjxwYXRoIGZpbGw9IndoaXRlIiBkPSJNIDI4LjI4MTI1IDYuMjgxMjUgTCAxMSAyMy41NjI1IEwgMy43MTg3NSAxNi4yODEyNSBMIDIuMjgxMjUgMTcuNzE4NzUgTCAxMC4yODEyNSAyNS43MTg3NSBMIDExIDI2LjQwNjI1IEwgMTEuNzE4NzUgMjUuNzE4NzUgTCAyOS43MTg3NSA3LjcxODc1IFoiLz48L3N2Zz4K);
|
24
|
-
@apply absolute hidden top-1 right-0 left-0 bottom-0 m-auto;
|
25
|
-
}
|
26
|
-
.glorious-checkbox.color-orange > input:checked ~ div {
|
27
|
-
@apply bg-orange-500;
|
28
|
-
}
|
29
|
-
.glorious-checkbox.color-blue > input:checked ~ div {
|
30
|
-
@apply bg-blue-500;
|
31
|
-
}
|
32
|
-
.glorious-checkbox.color-gray > input:checked ~ div {
|
33
|
-
@apply bg-gray-500;
|
34
|
-
}
|
35
|
-
.glorious-checkbox.color-red > input:checked ~ div {
|
36
|
-
@apply bg-red-500;
|
37
|
-
}
|
38
|
-
.glorious-checkbox.color-green > input:checked ~ div {
|
39
|
-
@apply bg-green-500;
|
40
|
-
}
|
41
|
-
.glorious-checkbox.size-5xl {
|
42
|
-
@apply w-[54px] h-[54px];
|
43
|
-
}
|
44
|
-
.glorious-checkbox.size-5xl > div:last-child {
|
45
|
-
@apply w-[54px] h-[54px];
|
46
|
-
}
|
47
|
-
.glorious-checkbox.size-4xl {
|
48
|
-
@apply w-[50px] h-[50px];
|
49
|
-
}
|
50
|
-
.glorious-checkbox.size-4xl > div:last-child {
|
51
|
-
@apply w-[50px] h-[50px];
|
52
|
-
}
|
53
|
-
.glorious-checkbox.size-3xl {
|
54
|
-
@apply w-[46px] h-[46px];
|
55
|
-
}
|
56
|
-
.glorious-checkbox.size-3xl > div:last-child {
|
57
|
-
@apply w-[46px] h-[46px];
|
58
|
-
}
|
59
|
-
.glorious-checkbox.size-2xl {
|
60
|
-
@apply w-[42px] h-[42px];
|
61
|
-
}
|
62
|
-
.glorious-checkbox.size-2xl > div:last-child {
|
63
|
-
@apply w-[42px] h-[42px];
|
64
|
-
}
|
65
|
-
.glorious-checkbox.size-xl {
|
66
|
-
@apply w-[38px] h-[38px];
|
67
|
-
}
|
68
|
-
.glorious-checkbox.size-xl > div:last-child {
|
69
|
-
@apply w-[38px] h-[38px];
|
70
|
-
}
|
71
|
-
.glorious-checkbox.size-lg {
|
72
|
-
@apply w-[32px] h-[32px];
|
73
|
-
}
|
74
|
-
.glorious-checkbox.size-lg > div:last-child {
|
75
|
-
@apply w-[32px] h-[32px];
|
76
|
-
}
|
77
|
-
.glorious-checkbox.size-md {
|
78
|
-
@apply w-[28px] h-[28px];
|
79
|
-
}
|
80
|
-
.glorious-checkbox.size-md > div:last-child {
|
81
|
-
@apply w-[28px] h-[28px];
|
82
|
-
}
|
83
|
-
.glorious-checkbox.size-sm {
|
84
|
-
@apply w-[24px] h-[24px];
|
85
|
-
}
|
86
|
-
.glorious-checkbox.size-sm > div:last-child {
|
87
|
-
@apply w-[24px] h-[24px];
|
88
|
-
}
|
89
|
-
.glorious-checkbox.size-xs {
|
90
|
-
@apply w-[20px] h-[20px];
|
91
|
-
}
|
92
|
-
.glorious-checkbox.size-xs > div:last-child {
|
93
|
-
@apply w-[20px] h-[20px];
|
94
|
-
}
|
@@ -1,134 +0,0 @@
|
|
1
|
-
.glorious-file-orange {
|
2
|
-
@apply ring-orange-500;
|
3
|
-
@apply rounded-md ring-1 overflow-hidden cursor-pointer relative;
|
4
|
-
}
|
5
|
-
.glorious-file-orange > div.placeholder {
|
6
|
-
@apply bg-orange-500;
|
7
|
-
@apply text-white px-3 w-max;
|
8
|
-
}
|
9
|
-
.glorious-file-orange > div.placeholder.size-xl {
|
10
|
-
@apply py-2.5;
|
11
|
-
}
|
12
|
-
.glorious-file-orange > div.placeholder.size-lg {
|
13
|
-
@apply py-2;
|
14
|
-
}
|
15
|
-
.glorious-file-orange > div.placeholder.size-md {
|
16
|
-
@apply py-1.5;
|
17
|
-
}
|
18
|
-
.glorious-file-orange > div.placeholder.size-sm {
|
19
|
-
@apply py-1;
|
20
|
-
}
|
21
|
-
.glorious-file-orange > div.placeholder.size-xs {
|
22
|
-
@apply py-0.5;
|
23
|
-
}
|
24
|
-
.glorious-file-orange > div:last-child {
|
25
|
-
@apply absolute left-3 hidden;
|
26
|
-
}
|
27
|
-
|
28
|
-
.glorious-file-blue {
|
29
|
-
@apply ring-blue-500;
|
30
|
-
@apply rounded-md ring-1 overflow-hidden cursor-pointer relative;
|
31
|
-
}
|
32
|
-
.glorious-file-blue > div.placeholder {
|
33
|
-
@apply bg-blue-500;
|
34
|
-
@apply text-white px-3 w-max;
|
35
|
-
}
|
36
|
-
.glorious-file-blue > div.placeholder.size-xl {
|
37
|
-
@apply py-2.5;
|
38
|
-
}
|
39
|
-
.glorious-file-blue > div.placeholder.size-lg {
|
40
|
-
@apply py-2;
|
41
|
-
}
|
42
|
-
.glorious-file-blue > div.placeholder.size-md {
|
43
|
-
@apply py-1.5;
|
44
|
-
}
|
45
|
-
.glorious-file-blue > div.placeholder.size-sm {
|
46
|
-
@apply py-1;
|
47
|
-
}
|
48
|
-
.glorious-file-blue > div.placeholder.size-xs {
|
49
|
-
@apply py-0.5;
|
50
|
-
}
|
51
|
-
.glorious-file-blue > div:last-child {
|
52
|
-
@apply absolute left-3 hidden;
|
53
|
-
}
|
54
|
-
|
55
|
-
.glorious-file-gray {
|
56
|
-
@apply ring-gray-500;
|
57
|
-
@apply rounded-md ring-1 overflow-hidden cursor-pointer relative;
|
58
|
-
}
|
59
|
-
.glorious-file-gray > div.placeholder {
|
60
|
-
@apply bg-gray-500;
|
61
|
-
@apply text-white px-3 w-max;
|
62
|
-
}
|
63
|
-
.glorious-file-gray > div.placeholder.size-xl {
|
64
|
-
@apply py-2.5;
|
65
|
-
}
|
66
|
-
.glorious-file-gray > div.placeholder.size-lg {
|
67
|
-
@apply py-2;
|
68
|
-
}
|
69
|
-
.glorious-file-gray > div.placeholder.size-md {
|
70
|
-
@apply py-1.5;
|
71
|
-
}
|
72
|
-
.glorious-file-gray > div.placeholder.size-sm {
|
73
|
-
@apply py-1;
|
74
|
-
}
|
75
|
-
.glorious-file-gray > div.placeholder.size-xs {
|
76
|
-
@apply py-0.5;
|
77
|
-
}
|
78
|
-
.glorious-file-gray > div:last-child {
|
79
|
-
@apply absolute left-3 hidden;
|
80
|
-
}
|
81
|
-
|
82
|
-
.glorious-file-red {
|
83
|
-
@apply ring-red-500;
|
84
|
-
@apply rounded-md ring-1 overflow-hidden cursor-pointer relative;
|
85
|
-
}
|
86
|
-
.glorious-file-red > div.placeholder {
|
87
|
-
@apply bg-red-500;
|
88
|
-
@apply text-white px-3 w-max;
|
89
|
-
}
|
90
|
-
.glorious-file-red > div.placeholder.size-xl {
|
91
|
-
@apply py-2.5;
|
92
|
-
}
|
93
|
-
.glorious-file-red > div.placeholder.size-lg {
|
94
|
-
@apply py-2;
|
95
|
-
}
|
96
|
-
.glorious-file-red > div.placeholder.size-md {
|
97
|
-
@apply py-1.5;
|
98
|
-
}
|
99
|
-
.glorious-file-red > div.placeholder.size-sm {
|
100
|
-
@apply py-1;
|
101
|
-
}
|
102
|
-
.glorious-file-red > div.placeholder.size-xs {
|
103
|
-
@apply py-0.5;
|
104
|
-
}
|
105
|
-
.glorious-file-red > div:last-child {
|
106
|
-
@apply absolute left-3 hidden;
|
107
|
-
}
|
108
|
-
|
109
|
-
.glorious-file-green {
|
110
|
-
@apply ring-green-500;
|
111
|
-
@apply rounded-md ring-1 overflow-hidden cursor-pointer relative;
|
112
|
-
}
|
113
|
-
.glorious-file-green > div.placeholder {
|
114
|
-
@apply bg-green-500;
|
115
|
-
@apply text-white px-3 w-max;
|
116
|
-
}
|
117
|
-
.glorious-file-green > div.placeholder.size-xl {
|
118
|
-
@apply py-2.5;
|
119
|
-
}
|
120
|
-
.glorious-file-green > div.placeholder.size-lg {
|
121
|
-
@apply py-2;
|
122
|
-
}
|
123
|
-
.glorious-file-green > div.placeholder.size-md {
|
124
|
-
@apply py-1.5;
|
125
|
-
}
|
126
|
-
.glorious-file-green > div.placeholder.size-sm {
|
127
|
-
@apply py-1;
|
128
|
-
}
|
129
|
-
.glorious-file-green > div.placeholder.size-xs {
|
130
|
-
@apply py-0.5;
|
131
|
-
}
|
132
|
-
.glorious-file-green > div:last-child {
|
133
|
-
@apply absolute left-3 hidden;
|
134
|
-
}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|