@orangecheck/design 0.28.12 → 0.28.14
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/chrome.d.mts +1 -1
- package/dist/chrome.d.ts +1 -1
- package/dist/chrome.js +16 -0
- package/dist/chrome.js.map +1 -1
- package/dist/chrome.mjs +16 -0
- package/dist/chrome.mjs.map +1 -1
- package/dist/components.js +16 -0
- package/dist/components.js.map +1 -1
- package/dist/components.mjs +16 -0
- package/dist/components.mjs.map +1 -1
- package/dist/index.js +27 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +27 -6
- package/dist/index.mjs.map +1 -1
- package/dist/primitives.js +5 -5
- package/dist/primitives.js.map +1 -1
- package/dist/primitives.mjs +5 -5
- package/dist/primitives.mjs.map +1 -1
- package/dist/tokens.d.mts +1 -1
- package/dist/tokens.d.ts +1 -1
- package/dist/tokens.js +6 -1
- package/dist/tokens.js.map +1 -1
- package/dist/tokens.mjs +6 -1
- package/dist/tokens.mjs.map +1 -1
- package/package.json +1 -1
package/dist/chrome.mjs
CHANGED
|
@@ -61,6 +61,13 @@ var ENTRIES = [
|
|
|
61
61
|
sub: "read \u2014 bitcoin desk",
|
|
62
62
|
docsHref: "https://btc.ochk.io/data"
|
|
63
63
|
},
|
|
64
|
+
{
|
|
65
|
+
slug: "globe",
|
|
66
|
+
href: "https://globe.ochk.io",
|
|
67
|
+
label: "oc\xB7globe",
|
|
68
|
+
sub: "watch \u2014 the network, live",
|
|
69
|
+
docsHref: "https://globe.ochk.io/sources"
|
|
70
|
+
},
|
|
64
71
|
{
|
|
65
72
|
slug: "attest",
|
|
66
73
|
href: "https://attest.ochk.io",
|
|
@@ -428,6 +435,15 @@ var FAMILY_PROPERTIES = [
|
|
|
428
435
|
docsHref: "https://btc.ochk.io/data",
|
|
429
436
|
category: "product"
|
|
430
437
|
},
|
|
438
|
+
{
|
|
439
|
+
slug: "globe",
|
|
440
|
+
origin: "https://globe.ochk.io",
|
|
441
|
+
hostname: "globe.ochk.io",
|
|
442
|
+
label: "oc\xB7globe",
|
|
443
|
+
sub: "watch \u2014 the network, live",
|
|
444
|
+
docsHref: "https://globe.ochk.io/sources",
|
|
445
|
+
category: "product"
|
|
446
|
+
},
|
|
431
447
|
{
|
|
432
448
|
slug: "attest",
|
|
433
449
|
origin: "https://attest.ochk.io",
|