@akropolys/kiku 1.5.18 → 1.6.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 +23 -167
- package/dist/index.d.mts +3 -20
- package/dist/index.d.ts +3 -20
- package/dist/index.js +30 -558
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +23 -548
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +0 -4
- package/dist/styles.css.map +1 -1
- package/package.json +3 -3
package/dist/styles.css
CHANGED
|
@@ -4574,12 +4574,8 @@
|
|
|
4574
4574
|
text-overflow: ellipsis;
|
|
4575
4575
|
}
|
|
4576
4576
|
.hsk-cb-source--referenced {
|
|
4577
|
-
border-color: #fbbf24 !important;
|
|
4578
|
-
box-shadow: 0 0 10px rgba(251, 191, 36, 0.4);
|
|
4579
4577
|
}
|
|
4580
4578
|
.hsk-source-card--referenced {
|
|
4581
|
-
border-color: #fbbf24 !important;
|
|
4582
|
-
box-shadow: 0 0 10px rgba(251, 191, 36, 0.4);
|
|
4583
4579
|
}
|
|
4584
4580
|
.hsk-cb-source-ref-badge {
|
|
4585
4581
|
position: absolute;
|