consolia-ui 1.0.2 → 1.0.3
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/index.js +4 -20
- package/dist/index.js.map +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -35,7 +35,7 @@ function $parcel$export(e, n, v, s) {
|
|
|
35
35
|
var $parcel$modules = {};
|
|
36
36
|
var $parcel$inits = {};
|
|
37
37
|
|
|
38
|
-
var parcelRequire = $parcel$global["
|
|
38
|
+
var parcelRequire = $parcel$global["parcelRequireb3e8"];
|
|
39
39
|
|
|
40
40
|
if (parcelRequire == null) {
|
|
41
41
|
parcelRequire = function(id) {
|
|
@@ -59,7 +59,7 @@ if (parcelRequire == null) {
|
|
|
59
59
|
$parcel$inits[id] = init;
|
|
60
60
|
};
|
|
61
61
|
|
|
62
|
-
$parcel$global["
|
|
62
|
+
$parcel$global["parcelRequireb3e8"] = parcelRequire;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
var parcelRegister = parcelRequire.register;
|
|
@@ -461,8 +461,8 @@ const $0e724a83046e36ef$var$defaultTheme = {
|
|
|
461
461
|
pinkOverlay: "rgba(243, 169, 196, 0.7)"
|
|
462
462
|
},
|
|
463
463
|
fonts: {
|
|
464
|
-
default: "
|
|
465
|
-
heading: "
|
|
464
|
+
default: "var(--font-untitled-sans), apple-system, sans-serif",
|
|
465
|
+
heading: "var(--font-tomato-grotesk), var(--font-untitled-sans), apple-system, sans-serif"
|
|
466
466
|
},
|
|
467
467
|
fontSizes: {
|
|
468
468
|
default: "1rem",
|
|
@@ -8477,22 +8477,6 @@ const $da4fd085bfafd775$export$baf5a1b179c0c1 = (0, $1HTfQ.globalCss)({
|
|
|
8477
8477
|
backgroundColor: (0, $1HTfQ.theme).colors.text,
|
|
8478
8478
|
color: (0, $1HTfQ.theme).colors.background
|
|
8479
8479
|
},
|
|
8480
|
-
"@font-face": [
|
|
8481
|
-
{
|
|
8482
|
-
fontDisplay: "swap",
|
|
8483
|
-
fontFamily: "Untitled Sans",
|
|
8484
|
-
fontStyle: "normal",
|
|
8485
|
-
fontWeight: "400",
|
|
8486
|
-
src: "url('https://consolia.dolmios.com/fonts/untitled-sans-web-regular.woff2') format('woff2')"
|
|
8487
|
-
},
|
|
8488
|
-
{
|
|
8489
|
-
fontDisplay: "swap",
|
|
8490
|
-
fontFamily: "Tomato Grotesk",
|
|
8491
|
-
fontStyle: "normal",
|
|
8492
|
-
fontWeight: "600",
|
|
8493
|
-
src: "url('https://consolia.dolmios.com/fonts/tomato-grotesk-semibold.woff2') format('woff2')"
|
|
8494
|
-
}
|
|
8495
|
-
],
|
|
8496
8480
|
"a, a:visited, a:active, a:hover": {
|
|
8497
8481
|
color: "inherit",
|
|
8498
8482
|
textDecoration: "none",
|