@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/components.js
CHANGED
|
@@ -1108,6 +1108,13 @@ var ENTRIES = [
|
|
|
1108
1108
|
sub: "read \u2014 bitcoin desk",
|
|
1109
1109
|
docsHref: "https://btc.ochk.io/data"
|
|
1110
1110
|
},
|
|
1111
|
+
{
|
|
1112
|
+
slug: "globe",
|
|
1113
|
+
href: "https://globe.ochk.io",
|
|
1114
|
+
label: "oc\xB7globe",
|
|
1115
|
+
sub: "watch \u2014 the network, live",
|
|
1116
|
+
docsHref: "https://globe.ochk.io/sources"
|
|
1117
|
+
},
|
|
1111
1118
|
{
|
|
1112
1119
|
slug: "attest",
|
|
1113
1120
|
href: "https://attest.ochk.io",
|
|
@@ -1337,6 +1344,15 @@ var FAMILY_PROPERTIES = [
|
|
|
1337
1344
|
docsHref: "https://btc.ochk.io/data",
|
|
1338
1345
|
category: "product"
|
|
1339
1346
|
},
|
|
1347
|
+
{
|
|
1348
|
+
slug: "globe",
|
|
1349
|
+
origin: "https://globe.ochk.io",
|
|
1350
|
+
hostname: "globe.ochk.io",
|
|
1351
|
+
label: "oc\xB7globe",
|
|
1352
|
+
sub: "watch \u2014 the network, live",
|
|
1353
|
+
docsHref: "https://globe.ochk.io/sources",
|
|
1354
|
+
category: "product"
|
|
1355
|
+
},
|
|
1340
1356
|
{
|
|
1341
1357
|
slug: "attest",
|
|
1342
1358
|
origin: "https://attest.ochk.io",
|