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.
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./Rating-DN60cZIo.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;
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;
@@ -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-D6ey3Qa1.js";
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-DN60cZIo.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;
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-D6ey3Qa1.js";
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,
@@ -157,15 +157,15 @@ $color-tooltip-text-dark: #000;
157
157
  gap: 0.5rem;
158
158
 
159
159
  h2 {
160
- @include text-xl;
160
+ @include text-2xl;
161
161
  @include text-bold;
162
162
 
163
- & {
164
- color: $color-heading;
163
+ @media (min-width: $breakpoint-md) {
164
+ @include text-2xl;
165
+ }
165
166
 
166
- @include dark-mode {
167
- color: $color-heading-dark;
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
- color: $color-heading;
176
+ @media (min-width: $breakpoint-md) {
177
+ @include text-lg;
178
+ }
178
179
 
179
- @include dark-mode {
180
- color: $color-heading-dark;
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
- color: $color-heading;
189
+ @media (min-width: $breakpoint-md) {
190
+ @include text-md;
191
+ }
191
192
 
192
- @include dark-mode {
193
- color: $color-heading-dark;
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
- color: $color-body;
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-md) {
211
- @include text-xm;
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 {
@@ -1,3 +1,9 @@
1
+ @mixin text-xxs {
2
+ font-size: 0.625rem; // 10px
3
+ letter-spacing: -0.01rem;
4
+ line-height: 0.75rem; // 16px
5
+ }
6
+
1
7
  @mixin text-xs {
2
8
  font-size: 0.75rem; // 12px
3
9
  letter-spacing: -0.01rem;