@globalbrain/sefirot 4.5.0 → 4.6.0

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.
@@ -14,6 +14,7 @@
14
14
  .SContent :deep(h1),
15
15
  .SContent :deep(.h1) {
16
16
  margin: 0;
17
+ padding: 0;
17
18
  max-width: 640px;
18
19
  line-height: 40px;
19
20
  font-size: 32px;
@@ -23,16 +24,26 @@
23
24
 
24
25
  .SContent :deep(h2),
25
26
  .SContent :deep(.h2) {
26
- border-top: 0;
27
27
  margin: 0;
28
28
  padding: 0;
29
29
  max-width: 640px;
30
- line-height: 28px;
30
+ line-height: 32px;
31
31
  font-size: 20px;
32
32
  font-weight: 500;
33
33
  color: var(--c-text-1);
34
34
  }
35
35
 
36
+ .SContent :deep(h3),
37
+ .SContent :deep(.h3) {
38
+ margin: 0;
39
+ padding: 0;
40
+ max-width: 640px;
41
+ line-height: 24px;
42
+ font-size: 16px;
43
+ font-weight: 500;
44
+ color: var(--c-text-1);
45
+ }
46
+
36
47
  .SContent :deep(p) {
37
48
  margin: 0;
38
49
  max-width: 640px;
@@ -79,12 +90,12 @@
79
90
 
80
91
  .SContent :deep(ul > li::before) {
81
92
  position: absolute;
82
- top: 8px;
93
+ top: 9px;
83
94
  left: 2px;
84
- width: 8px;
85
- height: 8px;
95
+ width: 6px;
96
+ height: 6px;
86
97
  border-radius: 50%;
87
- background-color: var(--c-text-3);
98
+ background-color: var(--c-text-1);
88
99
  content: "";
89
100
  }
90
101
 
@@ -95,7 +106,7 @@
95
106
  .SContent :deep(ol > li::before) {
96
107
  margin-right: 3px;
97
108
  margin-left: -20px;
98
- color: var(--c-text-2);
109
+ color: var(--c-text-1);
99
110
  font-feature-settings: "tnum";
100
111
  content: counter(s-medium-counter)". ";
101
112
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@globalbrain/sefirot",
3
3
  "type": "module",
4
- "version": "4.5.0",
4
+ "version": "4.6.0",
5
5
  "packageManager": "pnpm@9.12.1",
6
6
  "description": "Vue Components for Global Brain Design System.",
7
7
  "author": "Kia Ishii <ka.ishii@globalbrains.com>",