uplord-ui 0.1.30 → 0.1.31
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/{Rating-D6ey3Qa1.js → Rating-B0YCJQG5.js} +1017 -1010
- package/dist/{Rating-DN60cZIo.cjs → Rating-tHGOSSCk.cjs} +22 -22
- package/dist/components.cjs.js +1 -1
- package/dist/components.es.js +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/dist/styles/mixins.scss +28 -29
- package/dist/styles/typography.scss +6 -0
- package/dist/uplord-ui.css +1 -1
- package/package.json +1 -1
package/dist/components.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./Rating-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./Rating-tHGOSSCk.cjs");exports.Accordion=t.Accordion;exports.Alert=t.Alert;exports.Banner=t.Banner;exports.Button=t.Button;exports.Card=t.Card;exports.Checkbox=t.Checkbox;exports.Footer=t.Footer;exports.FormikInput=t.FormikInput;exports.Header=t.Header;exports.Icon=t.Icon;exports.Input=t.Input;exports.InputOtp=t.InputOtp;exports.Logo=t.Logo;exports.Modal=t.Modal;exports.Navbar=t.Navbar;exports.Pagination=t.Pagination;exports.Projects=t.Projects;exports.Radio=t.Radio;exports.Rating=t.Rating;exports.Section=t.Section;exports.Select=t.Select;exports.Social=t.Social;exports.Stack=t.Stack;exports.Textarea=t.Textarea;exports.Timeline=t.Timeline;
|
package/dist/components.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as o, j as e, B as t, d as n, C as r, e as i, F as c, f as d, H as l, k as p, I, g as S, L as g, M as k, N as u, c as b, P as m, R as x, l as A, S as B, h as C, b as F, a as P, i as R, T } from "./Rating-
|
|
1
|
+
import { A as o, j as e, B as t, d as n, C as r, e as i, F as c, f as d, H as l, k as p, I, g as S, L as g, M as k, N as u, c as b, P as m, R as x, l as A, S as B, h as C, b as F, a as P, i as R, T } from "./Rating-B0YCJQG5.js";
|
|
2
2
|
export {
|
|
3
3
|
o as Accordion,
|
|
4
4
|
e as Alert,
|
package/dist/index.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./Rating-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./Rating-tHGOSSCk.cjs");exports.Accordion=t.Accordion;exports.Alert=t.Alert;exports.Banner=t.Banner;exports.Button=t.Button;exports.Card=t.Card;exports.Checkbox=t.Checkbox;exports.Footer=t.Footer;exports.FormikInput=t.FormikInput;exports.Header=t.Header;exports.Icon=t.Icon;exports.Input=t.Input;exports.InputOtp=t.InputOtp;exports.Logo=t.Logo;exports.Modal=t.Modal;exports.Navbar=t.Navbar;exports.Pagination=t.Pagination;exports.Projects=t.Projects;exports.Radio=t.Radio;exports.Rating=t.Rating;exports.Section=t.Section;exports.Select=t.Select;exports.Social=t.Social;exports.Stack=t.Stack;exports.Textarea=t.Textarea;exports.Timeline=t.Timeline;
|
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as o, j as e, B as t, d as n, C as r, e as i, F as c, f as d, H as l, k as p, I, g as S, L as g, M as k, N as u, c as b, P as m, R as x, l as A, S as B, h as C, b as F, a as P, i as R, T } from "./Rating-
|
|
1
|
+
import { A as o, j as e, B as t, d as n, C as r, e as i, F as c, f as d, H as l, k as p, I, g as S, L as g, M as k, N as u, c as b, P as m, R as x, l as A, S as B, h as C, b as F, a as P, i as R, T } from "./Rating-B0YCJQG5.js";
|
|
2
2
|
export {
|
|
3
3
|
o as Accordion,
|
|
4
4
|
e as Alert,
|
package/dist/styles/mixins.scss
CHANGED
|
@@ -157,15 +157,15 @@ $color-tooltip-text-dark: #000;
|
|
|
157
157
|
gap: 0.5rem;
|
|
158
158
|
|
|
159
159
|
h2 {
|
|
160
|
-
@include text-
|
|
160
|
+
@include text-2xl;
|
|
161
161
|
@include text-bold;
|
|
162
162
|
|
|
163
|
-
|
|
164
|
-
|
|
163
|
+
@media (min-width: $breakpoint-md) {
|
|
164
|
+
@include text-2xl;
|
|
165
|
+
}
|
|
165
166
|
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
}
|
|
167
|
+
@media (min-width: $breakpoint-lg) {
|
|
168
|
+
@include text-3xl;
|
|
169
169
|
}
|
|
170
170
|
}
|
|
171
171
|
|
|
@@ -173,12 +173,12 @@ $color-tooltip-text-dark: #000;
|
|
|
173
173
|
@include text-lg;
|
|
174
174
|
@include text-bold;
|
|
175
175
|
|
|
176
|
-
|
|
177
|
-
|
|
176
|
+
@media (min-width: $breakpoint-md) {
|
|
177
|
+
@include text-lg;
|
|
178
|
+
}
|
|
178
179
|
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
}
|
|
180
|
+
@media (min-width: $breakpoint-lg) {
|
|
181
|
+
@include text-xl;
|
|
182
182
|
}
|
|
183
183
|
}
|
|
184
184
|
|
|
@@ -186,12 +186,12 @@ $color-tooltip-text-dark: #000;
|
|
|
186
186
|
@include text-md;
|
|
187
187
|
@include text-bold;
|
|
188
188
|
|
|
189
|
-
|
|
190
|
-
|
|
189
|
+
@media (min-width: $breakpoint-md) {
|
|
190
|
+
@include text-md;
|
|
191
|
+
}
|
|
191
192
|
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
}
|
|
193
|
+
@media (min-width: $breakpoint-lg) {
|
|
194
|
+
@include text-lg;
|
|
195
195
|
}
|
|
196
196
|
}
|
|
197
197
|
|
|
@@ -199,16 +199,12 @@ $color-tooltip-text-dark: #000;
|
|
|
199
199
|
@include text-md;
|
|
200
200
|
@include text-normal;
|
|
201
201
|
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
@include dark-mode {
|
|
206
|
-
color: $color-body-dark;
|
|
207
|
-
}
|
|
202
|
+
@media (min-width: $breakpoint-md) {
|
|
203
|
+
@include text-md;
|
|
208
204
|
}
|
|
209
205
|
|
|
210
|
-
@media (min-width: $breakpoint-
|
|
211
|
-
@include text-
|
|
206
|
+
@media (min-width: $breakpoint-lg) {
|
|
207
|
+
@include text-lg;
|
|
212
208
|
}
|
|
213
209
|
}
|
|
214
210
|
|
|
@@ -228,16 +224,19 @@ $color-tooltip-text-dark: #000;
|
|
|
228
224
|
|
|
229
225
|
& {
|
|
230
226
|
margin-bottom: 0.5rem;
|
|
231
|
-
color: $color-body;
|
|
232
|
-
|
|
233
|
-
@include dark-mode {
|
|
234
|
-
color: $color-body-dark;
|
|
235
|
-
}
|
|
236
227
|
|
|
237
228
|
&:last-child {
|
|
238
229
|
margin-bottom: 0;
|
|
239
230
|
}
|
|
240
231
|
}
|
|
232
|
+
|
|
233
|
+
@media (min-width: $breakpoint-md) {
|
|
234
|
+
@include text-lg;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
@media (min-width: $breakpoint-lg) {
|
|
238
|
+
@include text-lg;
|
|
239
|
+
}
|
|
241
240
|
}
|
|
242
241
|
|
|
243
242
|
hr {
|