@orangecheck/design 0.20.0 → 0.22.0
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/README.md +29 -8
- 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 +17 -1
- package/dist/components.js.map +1 -1
- package/dist/components.mjs +17 -1
- package/dist/components.mjs.map +1 -1
- package/dist/composites.js +1 -1
- package/dist/composites.js.map +1 -1
- package/dist/composites.mjs +1 -1
- package/dist/composites.mjs.map +1 -1
- package/dist/index.js +24 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +24 -8
- package/dist/index.mjs.map +1 -1
- package/dist/styles/theme.css +8 -4
- package/dist/styles/themes/ember.css +18 -3
- package/dist/styles/themes/orangecheck.css +6 -6
- package/dist/styles/themes.css +4 -3
- package/dist/tokens.d.mts +1 -1
- package/dist/tokens.d.ts +1 -1
- package/dist/tokens.js +7 -7
- package/dist/tokens.js.map +1 -1
- package/dist/tokens.mjs +7 -7
- package/dist/tokens.mjs.map +1 -1
- package/package.json +1 -1
package/dist/chrome.mjs
CHANGED
|
@@ -54,6 +54,13 @@ var ENTRIES = [
|
|
|
54
54
|
sub: "cofound \u2014 get behind builders",
|
|
55
55
|
docsHref: "https://docs.ochk.io/cosign"
|
|
56
56
|
},
|
|
57
|
+
{
|
|
58
|
+
slug: "btc",
|
|
59
|
+
href: "https://btc.ochk.io",
|
|
60
|
+
label: "oc\xB7btc",
|
|
61
|
+
sub: "read \u2014 bitcoin desk",
|
|
62
|
+
docsHref: "https://btc.ochk.io/data"
|
|
63
|
+
},
|
|
57
64
|
{
|
|
58
65
|
slug: "attest",
|
|
59
66
|
href: "https://attest.ochk.io",
|
|
@@ -412,6 +419,15 @@ var FAMILY_PROPERTIES = [
|
|
|
412
419
|
docsHref: "https://docs.ochk.io/cosign",
|
|
413
420
|
category: "product"
|
|
414
421
|
},
|
|
422
|
+
{
|
|
423
|
+
slug: "btc",
|
|
424
|
+
origin: "https://btc.ochk.io",
|
|
425
|
+
hostname: "btc.ochk.io",
|
|
426
|
+
label: "oc\xB7btc",
|
|
427
|
+
sub: "read \u2014 bitcoin desk",
|
|
428
|
+
docsHref: "https://btc.ochk.io/data",
|
|
429
|
+
category: "product"
|
|
430
|
+
},
|
|
415
431
|
{
|
|
416
432
|
slug: "attest",
|
|
417
433
|
origin: "https://attest.ochk.io",
|