@infinilabs/entity-ui 0.0.2 → 0.0.4
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 +41 -119
- package/dist/entity-ui.cjs +11 -10
- package/dist/entity-ui.js +194 -193
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
- package/dist/style.css +0 -1
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED
package/dist/style.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._entityCard_qqftp_1{width:400px;padding:16px;overflow:auto;border-radius:5px;background-color:#fff;color:#101010;font-size:14px;text-align:center;box-shadow:0 0 10px #0000004d;font-family:-regular}._pcCover_qqftp_15{display:flex;align-items:center;justify-content:center;margin-bottom:25px;overflow:hidden;border-radius:3px;background-color:#bbbbbbb0}._pcCover_qqftp_15 img{width:100%;height:auto;display:block}._pcSection_qqftp_31{width:100%;padding-bottom:16px;display:flex;align-items:center}._pcBreadcrumbSep_qqftp_38{font-size:12px;color:#999}._pcBasic_qqftp_43{display:flex;gap:8px;padding-bottom:25px;flex-wrap:wrap}._pcBasicRow_qqftp_50{width:100%;display:flex;align-items:center;justify-content:space-between}._pcBasicRowLeft_qqftp_57{display:flex;align-items:center;gap:8px}._pcLinkIconRight_qqftp_62{display:flex;align-items:center;justify-content:center;width:30px;height:20px;text-decoration:none;background-color:#fafafa;border-radius:4px}._pcColorSwatch_qqftp_73{width:7px;height:16px}._pcIconDot_qqftp_78{width:18px;height:18px}._pcTitleLink_qqftp_83{display:inline-flex;align-items:center;gap:8px;padding:2px 8px;border:2px solid #027ffe;border-radius:4px;color:#027ffe;font-weight:500;text-decoration:none;line-height:1.6}._pcTitleLink_qqftp_83:hover{background:#1677ff0f}._pcTitleText_qqftp_100{display:inline-flex;align-items:center;color:#027ffe;font-size:16px}._pcSubTitleText_qqftp_107{display:inline-flex;align-items:center;color:#999;font-size:16px}._pcExternalIcon_qqftp_114{font-size:12px;color:#027ffe;margin-left:2px}._pcProperties_qqftp_120{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:8px;row-gap:12px;align-items:start}._pcProperty_qqftp_128{display:flex;align-items:center;gap:4px;min-height:24px;min-width:0;box-sizing:border-box;font-size:12px;color:#999}._pcTagsRow_qqftp_139{display:inline-flex;flex-wrap:wrap;gap:4px}._pcTag_qqftp_139{padding:2px 6px;border-radius:4px;background:#f2f3f5;color:#555;font-size:12px}._pcDetails_qqftp_152{width:100%;display:flex;flex-direction:column;gap:12px}._pcRow_qqftp_158{display:grid;column-gap:8px;row-gap:12px;width:100%}._pcCol_qqftp_73{width:100%;padding:10px 8px;box-sizing:border-box;display:flex;flex-direction:column;gap:4px;min-width:0;text-align:left;border-radius:5px;background-color:#fafafa;color:#101010;font-size:14px;font-family:-regular;border:1px solid rgba(245,245,245,1)}._pcColLabel_qqftp_180{color:#999;font-size:12px}._pcColValue_qqftp_184{font-size:16px;color:#027ffe}._pcProgressText_qqftp_189{font-size:10px;color:#027ffe}._entityLabel_qqftp_195{width:100%;overflow:hidden}
|