kanbancast-components
Advanced tools
Comparing version
@@ -5,2 +5,3 @@ // src/BoardView.ts | ||
interface Status { | ||
@@ -105,3 +106,3 @@ id: number; | ||
static styles = css` | ||
.container { | ||
:.container { | ||
background-color: #5a67d8; | ||
@@ -112,3 +113,3 @@ border-radius: 8px; | ||
} | ||
.header { | ||
:.header { | ||
display: flex; | ||
@@ -118,7 +119,7 @@ justify-content: space-between; | ||
} | ||
.tabs { | ||
:.tabs { | ||
display: flex; | ||
justify-content: start; | ||
} | ||
.tab { | ||
:.tab { | ||
padding: 8px 16px; | ||
@@ -131,9 +132,9 @@ margin-right: 8px; | ||
} | ||
.active-tab { | ||
:.active-tab { | ||
background-color: white; | ||
} | ||
.tasks-list { | ||
:.tasks-list { | ||
list-style-type: none; | ||
} | ||
.task-item { | ||
:.task-item { | ||
display: flex; | ||
@@ -147,3 +148,3 @@ align-items: center; | ||
} | ||
.upvote-button { | ||
:.upvote-button { | ||
display: flex; | ||
@@ -157,6 +158,6 @@ flex-direction: column; | ||
} | ||
.votes-count { | ||
:.votes-count { | ||
font-size: small; | ||
} | ||
.task-details { | ||
:.task-details { | ||
flex-grow: 1; | ||
@@ -167,7 +168,7 @@ display: flex; | ||
} | ||
.task-title { | ||
:.task-title { | ||
font-size: large; | ||
font-weight: bold; | ||
} | ||
.task-description { | ||
:.task-description { | ||
font-size: small; | ||
@@ -174,0 +175,0 @@ } |
@@ -88,3 +88,3 @@ // src/BoardView.ts | ||
static styles = css ` | ||
.container { | ||
:.container { | ||
background-color: #5a67d8; | ||
@@ -95,3 +95,3 @@ border-radius: 8px; | ||
} | ||
.header { | ||
:.header { | ||
display: flex; | ||
@@ -101,7 +101,7 @@ justify-content: space-between; | ||
} | ||
.tabs { | ||
:.tabs { | ||
display: flex; | ||
justify-content: start; | ||
} | ||
.tab { | ||
:.tab { | ||
padding: 8px 16px; | ||
@@ -114,9 +114,9 @@ margin-right: 8px; | ||
} | ||
.active-tab { | ||
:.active-tab { | ||
background-color: white; | ||
} | ||
.tasks-list { | ||
:.tasks-list { | ||
list-style-type: none; | ||
} | ||
.task-item { | ||
:.task-item { | ||
display: flex; | ||
@@ -130,3 +130,3 @@ align-items: center; | ||
} | ||
.upvote-button { | ||
:.upvote-button { | ||
display: flex; | ||
@@ -140,6 +140,6 @@ flex-direction: column; | ||
} | ||
.votes-count { | ||
:.votes-count { | ||
font-size: small; | ||
} | ||
.task-details { | ||
:.task-details { | ||
flex-grow: 1; | ||
@@ -150,7 +150,7 @@ display: flex; | ||
} | ||
.task-title { | ||
:.task-title { | ||
font-size: large; | ||
font-weight: bold; | ||
} | ||
.task-description { | ||
:.task-description { | ||
font-size: small; | ||
@@ -157,0 +157,0 @@ } |
{ | ||
"name": "kanbancast-components", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/BoardView.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
22428
0.11%0
-100%