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.
Files changed (58) hide show
  1. package/dist/module.json +1 -1
  2. package/package.json +4 -4
  3. package/dist/runtime/scss/alert.css +0 -33
  4. package/dist/runtime/scss/avatar.css +0 -57
  5. package/dist/runtime/scss/breadcrumb.css +0 -6
  6. package/dist/runtime/scss/button.css +0 -113
  7. package/dist/runtime/scss/drawer.css +0 -56
  8. package/dist/runtime/scss/glorious/alert.css +0 -33
  9. package/dist/runtime/scss/glorious/avatar.css +0 -57
  10. package/dist/runtime/scss/glorious/breadcrumb.css +0 -6
  11. package/dist/runtime/scss/glorious/button.css +0 -113
  12. package/dist/runtime/scss/glorious/checkbox.css +0 -94
  13. package/dist/runtime/scss/glorious/drawer.css +0 -56
  14. package/dist/runtime/scss/glorious/file.css +0 -134
  15. package/dist/runtime/scss/glorious/input.css +0 -184
  16. package/dist/runtime/scss/glorious/loading.css +0 -43
  17. package/dist/runtime/scss/glorious/modal.css +0 -72
  18. package/dist/runtime/scss/glorious/paginate.css +0 -32
  19. package/dist/runtime/scss/glorious/radio.css +0 -121
  20. package/dist/runtime/scss/glorious/rating.css +0 -30
  21. package/dist/runtime/scss/glorious/select.css +0 -49
  22. package/dist/runtime/scss/glorious/switch.css +0 -61
  23. package/dist/runtime/scss/glorious/tab.css +0 -9
  24. package/dist/runtime/scss/glorious/table.css +0 -99
  25. package/dist/runtime/scss/glorious/textarea.css +0 -67
  26. package/dist/runtime/scss/glorious/timeline.css +0 -47
  27. package/dist/runtime/scss/glorious/tooltip.css +0 -9
  28. package/dist/runtime/scss/glorious.css +0 -1334
  29. package/dist/runtime/scss/input.css +0 -184
  30. package/dist/runtime/scss/loading.css +0 -43
  31. package/dist/runtime/scss/mixin.css +0 -0
  32. package/dist/runtime/scss/modal.css +0 -69
  33. package/dist/runtime/scss/paginate.css +0 -32
  34. package/dist/runtime/scss/radio.css +0 -121
  35. package/dist/runtime/scss/rating.css +0 -30
  36. package/dist/runtime/scss/select.css +0 -49
  37. package/dist/runtime/scss/switch.css +0 -61
  38. package/dist/runtime/scss/tab.css +0 -9
  39. package/dist/runtime/scss/table.css +0 -99
  40. package/dist/runtime/scss/textarea.css +0 -67
  41. package/dist/runtime/scss/timeline.css +0 -47
  42. package/dist/runtime/scss/tooltip.css +0 -9
  43. package/dist/runtime/scss/variable.css +0 -0
  44. package/dist/runtime/style/components/checkbox.css +0 -94
  45. package/dist/runtime/style/components/file.css +0 -134
  46. package/dist/runtime/style/mixin.css +0 -0
  47. package/dist/runtime/style/variable.css +0 -0
  48. /package/dist/runtime/{style → stol}/components/button.css +0 -0
  49. /package/dist/runtime/{scss → stol/components}/checkbox.css +0 -0
  50. /package/dist/runtime/{style → stol}/components/drawer.css +0 -0
  51. /package/dist/runtime/{style → stol}/components/dropdown.css +0 -0
  52. /package/dist/runtime/{style → stol}/components/editor.css +0 -0
  53. /package/dist/runtime/{scss → stol/components}/file.css +0 -0
  54. /package/dist/runtime/{style → stol}/components/tab.css +0 -0
  55. /package/dist/runtime/{style → stol}/components/timeline.css +0 -0
  56. /package/dist/runtime/{scss/glorious → stol}/mixin.css +0 -0
  57. /package/dist/runtime/{scss/glorious → stol}/variable.css +0 -0
  58. /package/dist/runtime/{scss/glorious/glorious.css → style/style.css} +0 -0
@@ -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
- }
@@ -1,184 +0,0 @@
1
- .glorious-input-orange {
2
- @apply ring-orange-500;
3
- @apply rounded-md ring-1 bg-white;
4
- }
5
- .glorious-input-orange.size-xl {
6
- @apply py-2.5;
7
- }
8
- .glorious-input-orange.size-lg {
9
- @apply py-2;
10
- }
11
- .glorious-input-orange.size-md {
12
- @apply py-1.5;
13
- }
14
- .glorious-input-orange.size-sm {
15
- @apply py-1;
16
- }
17
- .glorious-input-orange.size-xs {
18
- @apply py-0.5;
19
- }
20
- .glorious-input-orange:focus-visible {
21
- @apply outline-none ring-2;
22
- }
23
- .glorious-input-orange:disabled {
24
- @apply bg-orange-100;
25
- @apply cursor-not-allowed;
26
- }
27
-
28
- .glorious-input-blue {
29
- @apply ring-blue-500;
30
- @apply rounded-md ring-1 bg-white;
31
- }
32
- .glorious-input-blue.size-xl {
33
- @apply py-2.5;
34
- }
35
- .glorious-input-blue.size-lg {
36
- @apply py-2;
37
- }
38
- .glorious-input-blue.size-md {
39
- @apply py-1.5;
40
- }
41
- .glorious-input-blue.size-sm {
42
- @apply py-1;
43
- }
44
- .glorious-input-blue.size-xs {
45
- @apply py-0.5;
46
- }
47
- .glorious-input-blue:focus-visible {
48
- @apply outline-none ring-2;
49
- }
50
- .glorious-input-blue:disabled {
51
- @apply bg-blue-100;
52
- @apply cursor-not-allowed;
53
- }
54
-
55
- .glorious-input-gray {
56
- @apply ring-gray-500;
57
- @apply rounded-md ring-1 bg-white;
58
- }
59
- .glorious-input-gray.size-xl {
60
- @apply py-2.5;
61
- }
62
- .glorious-input-gray.size-lg {
63
- @apply py-2;
64
- }
65
- .glorious-input-gray.size-md {
66
- @apply py-1.5;
67
- }
68
- .glorious-input-gray.size-sm {
69
- @apply py-1;
70
- }
71
- .glorious-input-gray.size-xs {
72
- @apply py-0.5;
73
- }
74
- .glorious-input-gray:focus-visible {
75
- @apply outline-none ring-2;
76
- }
77
- .glorious-input-gray:disabled {
78
- @apply bg-gray-100;
79
- @apply cursor-not-allowed;
80
- }
81
-
82
- .glorious-input-red {
83
- @apply ring-red-500;
84
- @apply rounded-md ring-1 bg-white;
85
- }
86
- .glorious-input-red.size-xl {
87
- @apply py-2.5;
88
- }
89
- .glorious-input-red.size-lg {
90
- @apply py-2;
91
- }
92
- .glorious-input-red.size-md {
93
- @apply py-1.5;
94
- }
95
- .glorious-input-red.size-sm {
96
- @apply py-1;
97
- }
98
- .glorious-input-red.size-xs {
99
- @apply py-0.5;
100
- }
101
- .glorious-input-red:focus-visible {
102
- @apply outline-none ring-2;
103
- }
104
- .glorious-input-red:disabled {
105
- @apply bg-red-100;
106
- @apply cursor-not-allowed;
107
- }
108
-
109
- .glorious-input-green {
110
- @apply ring-green-500;
111
- @apply rounded-md ring-1 bg-white;
112
- }
113
- .glorious-input-green.size-xl {
114
- @apply py-2.5;
115
- }
116
- .glorious-input-green.size-lg {
117
- @apply py-2;
118
- }
119
- .glorious-input-green.size-md {
120
- @apply py-1.5;
121
- }
122
- .glorious-input-green.size-sm {
123
- @apply py-1;
124
- }
125
- .glorious-input-green.size-xs {
126
- @apply py-0.5;
127
- }
128
- .glorious-input-green:focus-visible {
129
- @apply outline-none ring-2;
130
- }
131
- .glorious-input-green:disabled {
132
- @apply bg-green-100;
133
- @apply cursor-not-allowed;
134
- }
135
-
136
- .glorious-input {
137
- @apply relative w-full;
138
- }
139
- .glorious-input.validation-error > div > input {
140
- @apply ring-red-500 bg-red-50;
141
- }
142
- .glorious-input > input {
143
- @apply w-full;
144
- }
145
- .glorious-input > input::placeholder {
146
- @apply text-sm;
147
- }
148
- .glorious-input.icon-xl > input {
149
- @apply rtl:pr-9 ltr:pl-9;
150
- }
151
- .glorious-input.icon-lg > input {
152
- @apply rtl:pr-9 ltr:pl-8;
153
- }
154
- .glorious-input.icon-md > input {
155
- @apply rtl:pr-9 ltr:pl-8;
156
- }
157
- .glorious-input.icon-sm > input {
158
- @apply rtl:pr-8 ltr:pl-8;
159
- }
160
- .glorious-input.icon-xsm > input {
161
- @apply rtl:pr-8 ltr:pl-7;
162
- }
163
-
164
- .glorious-input-icon {
165
- @apply absolute h-max top-0 bottom-0 my-auto rtl:right-1 ltr:left-1;
166
- }
167
-
168
- /* ----------------------------------------------- TAG */
169
- .glorious-input-tag {
170
- @apply mt-3 gap-2 flex flex-wrap;
171
- }
172
- .glorious-input-tag > div {
173
- @apply bg-green-500 px-1 rounded text-white flex items-center gap-2 cursor-pointer;
174
- }
175
-
176
- .glorious-input-options {
177
- @apply p-1 shadow-lg absolute w-full bg-white rounded border-gray-200 border max-h-[200px] overflow-y-auto z-40;
178
- }
179
- .glorious-input-options > div > div {
180
- @apply p-2 hover:bg-gray-100 cursor-pointer rounded;
181
- }
182
- .glorious-input div > input::placeholder {
183
- @apply text-gray-500;
184
- }
@@ -1,43 +0,0 @@
1
- .glorious-loading {
2
- aspect-ratio: 1;
3
- border-radius: 50%;
4
- animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
5
- }
6
-
7
- @keyframes l20-1 {
8
- 0% {
9
- clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
10
- }
11
- 12.5% {
12
- clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
13
- }
14
- 25% {
15
- clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
16
- }
17
- 50% {
18
- clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
19
- }
20
- 62.5% {
21
- clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
22
- }
23
- 75% {
24
- clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
25
- }
26
- 100% {
27
- clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
28
- }
29
- }
30
- @keyframes l20-2 {
31
- 0% {
32
- transform: scaleY(1) rotate(0deg);
33
- }
34
- 49.99% {
35
- transform: scaleY(1) rotate(135deg);
36
- }
37
- 50% {
38
- transform: scaleY(-1) rotate(0deg);
39
- }
40
- 100% {
41
- transform: scaleY(-1) rotate(-135deg);
42
- }
43
- }
@@ -1,72 +0,0 @@
1
- .glorious-scaffold-modal {
2
- @apply fixed bg-white md:top-[15%] z-50 right-0 left-0 mx-auto p-3 md:rounded-md rounded-t-md md:bottom-0 bottom-0 overflow-y-auto;
3
- }
4
- .glorious-scaffold-modal .close-modal-btn {
5
- @apply flex justify-center items-center w-6 h-6;
6
- }
7
- .glorious-scaffold-modal-header {
8
- @apply flex justify-between items-center;
9
- }
10
- .glorious-scaffold-modal-footer {
11
- @apply flex justify-center gap-3 mt-3;
12
- }
13
- .glorious-scaffold-modal-footer > button {
14
- @apply min-w-24;
15
- }
16
- .glorious-scaffold-modal div.glorious-input-options {
17
- @apply fixed;
18
- }
19
- .glorious-scaffold-modal-bg-blur {
20
- @apply fixed top-0 right-0 backdrop-blur-sm bg-gray-500 opacity-50 h-full w-full z-[40];
21
- }
22
- .glorious-scaffold-modal.size-full {
23
- @apply w-full h-full top-0 rounded-none;
24
- }
25
- .glorious-scaffold-modal.size-xl {
26
- @apply md:w-[70%] w-full md:h-max max-h-[calc(100%-15%)];
27
- }
28
- .glorious-scaffold-modal.size-lg {
29
- @apply md:w-[60%] w-full md:h-max max-h-[calc(100%-15%)];
30
- }
31
- .glorious-scaffold-modal.size-md {
32
- @apply md:w-[50%] w-full md:h-max max-h-[calc(100%-15%)];
33
- }
34
- .glorious-scaffold-modal.size-sm {
35
- @apply lg:w-[25%] md:w-[35%] w-full md:h-max max-h-[calc(100%-15%)];
36
- }
37
- .glorious-scaffold-modal.close {
38
- @apply hidden;
39
- }
40
- .glorious-scaffold-modal.open.animation {
41
- animation: animationMobile 0.3s normal forwards;
42
- }
43
- @screen md {
44
- .glorious-scaffold-modal.open.animation {
45
- animation: animationOpacity 0.3s normal forwards;
46
- }
47
- }
48
- @keyframes animationOpacity {
49
- 0% {
50
- transform: scale(0.1);
51
- opacity: 0;
52
- }
53
- 99% {
54
- transform: scale(1);
55
- opacity: 1;
56
- }
57
- 100% {
58
- transform: unset;
59
- opacity: 1;
60
- }
61
- }
62
- @keyframes animationMobile {
63
- 0% {
64
- transform: translateY(100%);
65
- }
66
- 99% {
67
- transform: translateY(0);
68
- }
69
- 100% {
70
- transform: translateY(0);
71
- }
72
- }
@@ -1,32 +0,0 @@
1
- .glorious-paginate > div {
2
- @apply border border-gray-50 rounded-xl h-8 flex items-center px-1 bg-white shadow-md gap-1 w-max;
3
- direction: rtl;
4
- }
5
- .glorious-paginate > div > div {
6
- @apply px-2;
7
- }
8
- .glorious-paginate > div > div:last-child {
9
- @apply rotate-[180deg];
10
- }
11
- .glorious-paginate.color-orange .paginate.active {
12
- @apply bg-orange-500;
13
- }
14
- .glorious-paginate.color-blue .paginate.active {
15
- @apply bg-blue-500;
16
- }
17
- .glorious-paginate.color-gray .paginate.active {
18
- @apply bg-gray-500;
19
- }
20
- .glorious-paginate.color-red .paginate.active {
21
- @apply bg-red-500;
22
- }
23
- .glorious-paginate.color-green .paginate.active {
24
- @apply bg-green-500;
25
- }
26
-
27
- .paginate {
28
- @apply text-[13px];
29
- }
30
- .paginate.active {
31
- @apply bg-green-500 rounded-lg text-white font-bold text-[13px];
32
- }
@@ -1,121 +0,0 @@
1
- .glorious-radio {
2
- @apply block relative cursor-pointer;
3
- }
4
- .glorious-radio > input {
5
- @apply hidden;
6
- }
7
- .glorious-radio > input:checked ~ div {
8
- @apply border-none;
9
- }
10
- .glorious-radio > input:checked ~ div:after {
11
- content: "";
12
- @apply block w-1 h-1 bg-white rounded-full;
13
- }
14
- .glorious-radio > input:disabled ~ div {
15
- @apply cursor-not-allowed;
16
- }
17
- .glorious-radio > div:last-child {
18
- @apply border border-gray-500 rounded-full bg-white left-0 top-0 absolute hover:shadow-lg;
19
- }
20
- .glorious-radio > div:last-child > div:first-child {
21
- @apply hidden;
22
- }
23
- .glorious-radio > div:last-child:after {
24
- @apply absolute hidden right-0 top-0 left-0 bottom-0 m-auto w-10 h-10 bg-white rounded-full;
25
- }
26
- .glorious-radio.orange > input:checked ~ div {
27
- @apply bg-orange-500;
28
- }
29
- .glorious-radio.blue > input:checked ~ div {
30
- @apply bg-blue-500;
31
- }
32
- .glorious-radio.gray > input:checked ~ div {
33
- @apply bg-gray-500;
34
- }
35
- .glorious-radio.red > input:checked ~ div {
36
- @apply bg-red-500;
37
- }
38
- .glorious-radio.green > input:checked ~ div {
39
- @apply bg-green-500;
40
- }
41
- .glorious-radio.size-5xl {
42
- @apply w-[40px] h-[40px];
43
- }
44
- .glorious-radio.size-5xl > div:last-child {
45
- @apply w-[40px] h-[40px];
46
- }
47
- .glorious-radio.size-5xl > input:checked ~ div:after {
48
- @apply w-[30px] h-[30px];
49
- }
50
- .glorious-radio.size-4xl {
51
- @apply w-[36px] h-[36px];
52
- }
53
- .glorious-radio.size-4xl > div:last-child {
54
- @apply w-[36px] h-[36px];
55
- }
56
- .glorious-radio.size-4xl > input:checked ~ div:after {
57
- @apply w-[26px] h-[26px];
58
- }
59
- .glorious-radio.size-3xl {
60
- @apply w-[32px] h-[32px];
61
- }
62
- .glorious-radio.size-3xl > div:last-child {
63
- @apply w-[32px] h-[32px];
64
- }
65
- .glorious-radio.size-3xl > input:checked ~ div:after {
66
- @apply w-[22px] h-[22px];
67
- }
68
- .glorious-radio.size-2xl {
69
- @apply w-[28px] h-[28px];
70
- }
71
- .glorious-radio.size-2xl > div:last-child {
72
- @apply w-[28px] h-[28px];
73
- }
74
- .glorious-radio.size-2xl > input:checked ~ div:after {
75
- @apply w-[18px] h-[18px];
76
- }
77
- .glorious-radio.size-xl {
78
- @apply w-[24px] h-[24px];
79
- }
80
- .glorious-radio.size-xl > div:last-child {
81
- @apply w-[24px] h-[24px];
82
- }
83
- .glorious-radio.size-xl > input:checked ~ div:after {
84
- @apply w-[14px] h-[14px];
85
- }
86
- .glorious-radio.size-lg {
87
- @apply w-[18px] h-[18px];
88
- }
89
- .glorious-radio.size-lg > div:last-child {
90
- @apply w-[18px] h-[18px];
91
- }
92
- .glorious-radio.size-lg > input:checked ~ div:after {
93
- @apply w-[8px] h-[8px];
94
- }
95
- .glorious-radio.size-md {
96
- @apply w-[14px] h-[14px];
97
- }
98
- .glorious-radio.size-md > div:last-child {
99
- @apply w-[14px] h-[14px];
100
- }
101
- .glorious-radio.size-md > input:checked ~ div:after {
102
- @apply w-[4px] h-[4px];
103
- }
104
- .glorious-radio.size-sm {
105
- @apply w-[10px] h-[10px];
106
- }
107
- .glorious-radio.size-sm > div:last-child {
108
- @apply w-[10px] h-[10px];
109
- }
110
- .glorious-radio.size-sm > input:checked ~ div:after {
111
- @apply w-[0px] h-[0px];
112
- }
113
- .glorious-radio.size-xs {
114
- @apply w-[6px] h-[6px];
115
- }
116
- .glorious-radio.size-xs > div:last-child {
117
- @apply w-[6px] h-[6px];
118
- }
119
- .glorious-radio.size-xs > input:checked ~ div:after {
120
- @apply w-[-4px] h-[-4px];
121
- }
@@ -1,30 +0,0 @@
1
- @charset "UTF-8";
2
- .rating {
3
- display: inline-block;
4
- }
5
-
6
- .rating input {
7
- display: none;
8
- }
9
-
10
- .rating label {
11
- float: right;
12
- cursor: pointer;
13
- transition: color 0.3s;
14
- }
15
-
16
- .rating label:before {
17
- content: "★";
18
- font-size: 30px;
19
- }
20
-
21
- .rating input:checked ~ label,
22
- .rating label:hover,
23
- .rating label:hover ~ label {
24
- color: #ffd700 !important;
25
- transition: color 0.3s;
26
- }
27
-
28
- label.checked {
29
- color: #ffd700;
30
- }
@@ -1,49 +0,0 @@
1
- .xl.glorious-select {
2
- @apply py-[0.657rem];
3
- }
4
- .lg.glorious-select {
5
- @apply py-[0.532rem];
6
- }
7
- .md.glorious-select {
8
- @apply py-[0.407rem];
9
- }
10
- .sm.glorious-select {
11
- @apply py-[0.282rem];
12
- }
13
- .xsm.glorious-select {
14
- @apply py-[0.157rem];
15
- }
16
-
17
- .glorious-select:focus-visible {
18
- @apply outline-none ring-2;
19
- }
20
-
21
- .color-orange {
22
- @apply ring-orange-500;
23
- }
24
-
25
- .color-blue {
26
- @apply ring-blue-500;
27
- }
28
-
29
- .color-gray {
30
- @apply ring-gray-500;
31
- }
32
-
33
- .color-red {
34
- @apply ring-red-500;
35
- }
36
-
37
- .color-green {
38
- @apply ring-green-500;
39
- }
40
-
41
- .glorious-select {
42
- @apply rounded-md ring-1 px-3 text-gray-500 text-sm h-max;
43
- }
44
- .glorious-select:disabled {
45
- @apply cursor-not-allowed;
46
- }
47
- .glorious-select.validation-error {
48
- @apply ring-red-500 bg-red-50;
49
- }