@kkcompany/app-ui 0.1.14 → 0.1.15

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
@@ -144,7 +144,8 @@ const videoThumbnailStyles = {
144
144
  display: "block",
145
145
  borderRadius: "4px",
146
146
  overflow: "hidden",
147
- outlineOffset: "-3px",
147
+ "-webkit-touch-callout": "none",
148
+ "-webkit-user-select": "none",
148
149
  "&:hover::before": { background: "rgba(0,0,0,0.4)" },
149
150
  "&::before": {
150
151
  content: "\"\"",
@@ -313,9 +314,7 @@ const infoStyle = {
313
314
  justifyContent: "center",
314
315
  marginLeft: "1rem",
315
316
  height: "auto",
316
- flex: "1",
317
- "-webkit-touch-callout": "none",
318
- "-webkit-user-select": "none"
317
+ flex: "1"
319
318
  },
320
319
  "@media (min-width: 601px)": {
321
320
  "--description-line-clamp": 3,
package/dist/index.mjs CHANGED
@@ -144,7 +144,8 @@ const videoThumbnailStyles = {
144
144
  display: "block",
145
145
  borderRadius: "4px",
146
146
  overflow: "hidden",
147
- outlineOffset: "-3px",
147
+ "-webkit-touch-callout": "none",
148
+ "-webkit-user-select": "none",
148
149
  "&:hover::before": { background: "rgba(0,0,0,0.4)" },
149
150
  "&::before": {
150
151
  content: "\"\"",
@@ -313,9 +314,7 @@ const infoStyle = {
313
314
  justifyContent: "center",
314
315
  marginLeft: "1rem",
315
316
  height: "auto",
316
- flex: "1",
317
- "-webkit-touch-callout": "none",
318
- "-webkit-user-select": "none"
317
+ flex: "1"
319
318
  },
320
319
  "@media (min-width: 601px)": {
321
320
  "--description-line-clamp": 3,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kkcompany/app-ui",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "module": "dist/index.mjs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.mts",