@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.mjs
CHANGED
|
@@ -1082,6 +1082,13 @@ var ENTRIES = [
|
|
|
1082
1082
|
sub: "read \u2014 bitcoin desk",
|
|
1083
1083
|
docsHref: "https://btc.ochk.io/data"
|
|
1084
1084
|
},
|
|
1085
|
+
{
|
|
1086
|
+
slug: "globe",
|
|
1087
|
+
href: "https://globe.ochk.io",
|
|
1088
|
+
label: "oc\xB7globe",
|
|
1089
|
+
sub: "watch \u2014 the network, live",
|
|
1090
|
+
docsHref: "https://globe.ochk.io/sources"
|
|
1091
|
+
},
|
|
1085
1092
|
{
|
|
1086
1093
|
slug: "attest",
|
|
1087
1094
|
href: "https://attest.ochk.io",
|
|
@@ -1311,6 +1318,15 @@ var FAMILY_PROPERTIES = [
|
|
|
1311
1318
|
docsHref: "https://btc.ochk.io/data",
|
|
1312
1319
|
category: "product"
|
|
1313
1320
|
},
|
|
1321
|
+
{
|
|
1322
|
+
slug: "globe",
|
|
1323
|
+
origin: "https://globe.ochk.io",
|
|
1324
|
+
hostname: "globe.ochk.io",
|
|
1325
|
+
label: "oc\xB7globe",
|
|
1326
|
+
sub: "watch \u2014 the network, live",
|
|
1327
|
+
docsHref: "https://globe.ochk.io/sources",
|
|
1328
|
+
category: "product"
|
|
1329
|
+
},
|
|
1314
1330
|
{
|
|
1315
1331
|
slug: "attest",
|
|
1316
1332
|
origin: "https://attest.ochk.io",
|