@aristobyte-ui/card 2.14.2 → 2.14.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.
@@ -4,8 +4,8 @@
4
4
  align-self: stretch;
5
5
  align-items: flex-start;
6
6
  border-radius: 10px;
7
- border: 1px solid #314158; //@TODO: @COLOR
8
- background-color: rgba(29, 41, 61, 0.3); //@TODO: @COLOR
7
+ border: 1px solid #314158; // @TODO: @COLOR
8
+ background-color: rgba(29, 41, 61, 0.3); // @TODO: @COLOR
9
9
  display: flex;
10
10
  flex-direction: column;
11
11
  padding: 17px 17px 30px;
@@ -20,7 +20,7 @@
20
20
 
21
21
  &__title {
22
22
  align-items: center;
23
- color: #e2e8f0; //@TODO: @COLOR
23
+ color: #e2e8f0; // @TODO: @COLOR
24
24
  display: flex;
25
25
  font-size: 20px;
26
26
  font-style: normal;
@@ -38,7 +38,7 @@
38
38
  }
39
39
 
40
40
  &__description {
41
- color: #90a1b9; //@TODO: @COLOR
41
+ color: #90a1b9; // @TODO: @COLOR
42
42
  font-size: 16px;
43
43
  font-style: normal;
44
44
  font-weight: 400;
@@ -4,8 +4,8 @@
4
4
  align-self: stretch;
5
5
  align-items: flex-start;
6
6
  border-radius: 10px;
7
- border: 1px solid #314158; //@TODO: @COLOR
8
- background-color: rgba(29, 41, 61, 0.3); //@TODO: @COLOR
7
+ border: 1px solid #314158; // @TODO: @COLOR
8
+ background-color: rgba(29, 41, 61, 0.3); // @TODO: @COLOR
9
9
  display: flex;
10
10
  flex-direction: column;
11
11
  padding: 17px 17px 30px;
@@ -20,7 +20,7 @@
20
20
 
21
21
  &__title {
22
22
  align-items: center;
23
- color: #e2e8f0; //@TODO: @COLOR
23
+ color: #e2e8f0; // @TODO: @COLOR
24
24
  display: flex;
25
25
  font-size: 20px;
26
26
  font-style: normal;
@@ -38,7 +38,7 @@
38
38
  }
39
39
 
40
40
  &__description {
41
- color: #90a1b9; //@TODO: @COLOR
41
+ color: #90a1b9; // @TODO: @COLOR
42
42
  font-size: 16px;
43
43
  font-style: normal;
44
44
  font-weight: 400;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aristobyte-ui/card",
3
3
  "description": "AristoByteUI Card component: a versatile container for displaying content and UI elements.",
4
- "version": "2.14.2",
4
+ "version": "2.14.4",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "author": "AristoByte <info@aristobyte.com>",
@@ -49,8 +49,8 @@
49
49
  "sass": "^1.97.3"
50
50
  },
51
51
  "dependencies": {
52
- "@aristobyte-ui/label": "^2.14.2",
53
- "@aristobyte-ui/utils": "^2.14.2"
52
+ "@aristobyte-ui/label": "^2.14.4",
53
+ "@aristobyte-ui/utils": "^2.14.4"
54
54
  },
55
55
  "exports": {
56
56
  ".": {