@kkcompany/app-ui 0.1.17 → 0.1.19

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/index.cjs CHANGED
@@ -239,7 +239,7 @@ const tagBaseStyles = {
239
239
  justifyContent: "space-between",
240
240
  alignItems: "center",
241
241
  "--tag-color": "#fff",
242
- "--tag-background": "red",
242
+ "--tag-background": "#f22e05",
243
243
  "> div": {
244
244
  width: "100%",
245
245
  display: "flex",
@@ -382,7 +382,7 @@ const infoStyle = {
382
382
  const titleStyle = {
383
383
  display: "-webkit-box",
384
384
  WebkitBoxOrient: "vertical",
385
- WebkitLineClamp: "var(--description-line-clamp, 2)",
385
+ WebkitLineClamp: "2",
386
386
  overflow: "hidden",
387
387
  textOverflow: "ellipsis"
388
388
  };
@@ -391,7 +391,7 @@ const descriptionStyle = {
391
391
  display: "var(--description-display, -webkit-box)",
392
392
  overflow: "hidden",
393
393
  WebkitBoxOrient: "vertical",
394
- WebkitLineClamp: "var(--description-line-clamp, 2)",
394
+ WebkitLineClamp: "2",
395
395
  color: "#ccc",
396
396
  textOverflow: "ellipsis",
397
397
  fontSize: "14px",
package/dist/index.mjs CHANGED
@@ -239,7 +239,7 @@ const tagBaseStyles = {
239
239
  justifyContent: "space-between",
240
240
  alignItems: "center",
241
241
  "--tag-color": "#fff",
242
- "--tag-background": "red",
242
+ "--tag-background": "#f22e05",
243
243
  "> div": {
244
244
  width: "100%",
245
245
  display: "flex",
@@ -382,7 +382,7 @@ const infoStyle = {
382
382
  const titleStyle = {
383
383
  display: "-webkit-box",
384
384
  WebkitBoxOrient: "vertical",
385
- WebkitLineClamp: "var(--description-line-clamp, 2)",
385
+ WebkitLineClamp: "2",
386
386
  overflow: "hidden",
387
387
  textOverflow: "ellipsis"
388
388
  };
@@ -391,7 +391,7 @@ const descriptionStyle = {
391
391
  display: "var(--description-display, -webkit-box)",
392
392
  overflow: "hidden",
393
393
  WebkitBoxOrient: "vertical",
394
- WebkitLineClamp: "var(--description-line-clamp, 2)",
394
+ WebkitLineClamp: "2",
395
395
  color: "#ccc",
396
396
  textOverflow: "ellipsis",
397
397
  fontSize: "14px",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kkcompany/app-ui",
3
- "version": "0.1.17",
3
+ "version": "0.1.19",
4
4
  "module": "dist/index.mjs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.mts",