analytica-frontend-lib 1.0.77 → 1.0.79
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/Accordation/index.js +7 -7
- package/dist/Accordation/index.js.map +1 -1
- package/dist/Accordation/index.mjs +7 -7
- package/dist/Accordation/index.mjs.map +1 -1
- package/dist/Alternative/index.js +4 -4
- package/dist/Alternative/index.js.map +1 -1
- package/dist/Alternative/index.mjs +4 -4
- package/dist/Alternative/index.mjs.map +1 -1
- package/dist/Auth/useApiConfig/index.d.mts +43 -0
- package/dist/Auth/useApiConfig/index.d.ts +43 -0
- package/dist/Auth/useApiConfig/index.js +39 -0
- package/dist/Auth/useApiConfig/index.js.map +1 -0
- package/dist/Auth/useApiConfig/index.mjs +14 -0
- package/dist/Auth/useApiConfig/index.mjs.map +1 -0
- package/dist/Card/index.d.mts +1 -0
- package/dist/Card/index.d.ts +1 -0
- package/dist/Card/index.js +7 -7
- package/dist/Card/index.js.map +1 -1
- package/dist/Card/index.mjs +7 -7
- package/dist/Card/index.mjs.map +1 -1
- package/dist/NotFound/index.d.mts +58 -0
- package/dist/NotFound/index.d.ts +58 -0
- package/dist/NotFound/index.js +233 -0
- package/dist/NotFound/index.js.map +1 -0
- package/dist/NotFound/index.mjs +210 -0
- package/dist/NotFound/index.mjs.map +1 -0
- package/dist/index.css +39 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +136 -23
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +134 -23
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +39 -0
- package/dist/styles.css.map +1 -1
- package/package.json +2 -1
package/dist/styles.css
CHANGED
|
@@ -82,6 +82,8 @@
|
|
|
82
82
|
--text-5xl--line-height: 1;
|
|
83
83
|
--text-6xl: 3.75rem;
|
|
84
84
|
--text-6xl--line-height: 1;
|
|
85
|
+
--text-8xl: 6rem;
|
|
86
|
+
--text-8xl--line-height: 1;
|
|
85
87
|
--font-weight-light: 300;
|
|
86
88
|
--font-weight-normal: 400;
|
|
87
89
|
--font-weight-medium: 500;
|
|
@@ -817,6 +819,9 @@
|
|
|
817
819
|
.h-px {
|
|
818
820
|
height: 1px;
|
|
819
821
|
}
|
|
822
|
+
.h-screen {
|
|
823
|
+
height: 100vh;
|
|
824
|
+
}
|
|
820
825
|
.max-h-0 {
|
|
821
826
|
max-height: calc(var(--spacing) * 0);
|
|
822
827
|
}
|
|
@@ -2350,6 +2355,18 @@
|
|
|
2350
2355
|
.bg-yellow-500 {
|
|
2351
2356
|
background-color: var(--color-yellow-500);
|
|
2352
2357
|
}
|
|
2358
|
+
.bg-gradient-to-br {
|
|
2359
|
+
--tw-gradient-position: to bottom right in oklab;
|
|
2360
|
+
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
2361
|
+
}
|
|
2362
|
+
.from-primary-50 {
|
|
2363
|
+
--tw-gradient-from: var(--color-primary-50);
|
|
2364
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2365
|
+
}
|
|
2366
|
+
.to-primary-100 {
|
|
2367
|
+
--tw-gradient-to: var(--color-primary-100);
|
|
2368
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2369
|
+
}
|
|
2353
2370
|
.stroke-background-300 {
|
|
2354
2371
|
stroke: var(--color-background-300);
|
|
2355
2372
|
}
|
|
@@ -2512,6 +2529,10 @@
|
|
|
2512
2529
|
font-size: var(--text-6xl);
|
|
2513
2530
|
line-height: var(--tw-leading, var(--text-6xl--line-height));
|
|
2514
2531
|
}
|
|
2532
|
+
.text-8xl {
|
|
2533
|
+
font-size: var(--text-8xl);
|
|
2534
|
+
line-height: var(--tw-leading, var(--text-8xl--line-height));
|
|
2535
|
+
}
|
|
2515
2536
|
.text-base {
|
|
2516
2537
|
font-size: var(--text-base);
|
|
2517
2538
|
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
@@ -8370,6 +8391,15 @@
|
|
|
8370
8391
|
@property --tw-space-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
|
|
8371
8392
|
@property --tw-space-x-reverse { syntax: "*"; inherits: false; initial-value: 0; }
|
|
8372
8393
|
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
|
|
8394
|
+
@property --tw-gradient-position { syntax: "*"; inherits: false; }
|
|
8395
|
+
@property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }
|
|
8396
|
+
@property --tw-gradient-via { syntax: "<color>"; inherits: false; initial-value: #0000; }
|
|
8397
|
+
@property --tw-gradient-to { syntax: "<color>"; inherits: false; initial-value: #0000; }
|
|
8398
|
+
@property --tw-gradient-stops { syntax: "*"; inherits: false; }
|
|
8399
|
+
@property --tw-gradient-via-stops { syntax: "*"; inherits: false; }
|
|
8400
|
+
@property --tw-gradient-from-position { syntax: "<length-percentage>"; inherits: false; initial-value: 0%; }
|
|
8401
|
+
@property --tw-gradient-via-position { syntax: "<length-percentage>"; inherits: false; initial-value: 50%; }
|
|
8402
|
+
@property --tw-gradient-to-position { syntax: "<length-percentage>"; inherits: false; initial-value: 100%; }
|
|
8373
8403
|
@property --tw-leading { syntax: "*"; inherits: false; }
|
|
8374
8404
|
@property --tw-font-weight { syntax: "*"; inherits: false; }
|
|
8375
8405
|
@property --tw-tracking { syntax: "*"; inherits: false; }
|
|
@@ -8434,6 +8464,15 @@
|
|
|
8434
8464
|
--tw-space-y-reverse: 0;
|
|
8435
8465
|
--tw-space-x-reverse: 0;
|
|
8436
8466
|
--tw-border-style: solid;
|
|
8467
|
+
--tw-gradient-position: initial;
|
|
8468
|
+
--tw-gradient-from: #0000;
|
|
8469
|
+
--tw-gradient-via: #0000;
|
|
8470
|
+
--tw-gradient-to: #0000;
|
|
8471
|
+
--tw-gradient-stops: initial;
|
|
8472
|
+
--tw-gradient-via-stops: initial;
|
|
8473
|
+
--tw-gradient-from-position: 0%;
|
|
8474
|
+
--tw-gradient-via-position: 50%;
|
|
8475
|
+
--tw-gradient-to-position: 100%;
|
|
8437
8476
|
--tw-leading: initial;
|
|
8438
8477
|
--tw-font-weight: initial;
|
|
8439
8478
|
--tw-tracking: initial;
|