@agorapulse/ui-theme 16.1.2-beta → 16.1.2
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/agorapulse-ui-theme-16.1.2.tgz +0 -0
- package/assets/desktop_variables.css +2 -2
- package/assets/mobile_variables.css +2 -2
- package/assets/style/_link.scss +17 -28
- package/package.json +22 -22
- package/src/tokens/components/link.json +1 -1
- package/src/tokens/reference/color.json +1 -1
- package/agorapulse-ui-theme-16.1.2-beta.tgz +0 -0
|
Binary file
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
--ref-color-soft-blue-40: #C0DBF4;
|
|
29
29
|
--ref-color-soft-blue-60: #A0C8EF;
|
|
30
30
|
--ref-color-soft-blue-80: #78B1E8;
|
|
31
|
-
--ref-color-soft-blue-100: #
|
|
31
|
+
--ref-color-soft-blue-100: #61A4E4;
|
|
32
32
|
--ref-color-soft-blue-150: #2873BA;
|
|
33
33
|
--ref-color-grey-10: #EAECEF;
|
|
34
34
|
--ref-color-grey-20: #D6DAE0;
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
--comp-link-standalone-small-text-style-size: 12px;
|
|
410
410
|
--comp-link-standalone-small-text-style-font-weight: 700;
|
|
411
411
|
--comp-link-standalone-small-text-style-line-height: 16px;
|
|
412
|
-
--comp-link-default-color: #
|
|
412
|
+
--comp-link-default-color: #0E72D6;
|
|
413
413
|
--comp-link-hover-color: #3A9EFE;
|
|
414
414
|
--comp-link-clicked-color: #0E72D6;
|
|
415
415
|
--comp-link-disabled-color: #D1E8FF;
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
--ref-color-soft-blue-40: #C0DBF4;
|
|
29
29
|
--ref-color-soft-blue-60: #A0C8EF;
|
|
30
30
|
--ref-color-soft-blue-80: #78B1E8;
|
|
31
|
-
--ref-color-soft-blue-100: #
|
|
31
|
+
--ref-color-soft-blue-100: #61A4E4;
|
|
32
32
|
--ref-color-soft-blue-150: #2873BA;
|
|
33
33
|
--ref-color-grey-10: #EAECEF;
|
|
34
34
|
--ref-color-grey-20: #D6DAE0;
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
--comp-link-standalone-small-text-style-size: 12px;
|
|
410
410
|
--comp-link-standalone-small-text-style-font-weight: 700;
|
|
411
411
|
--comp-link-standalone-small-text-style-line-height: 16px;
|
|
412
|
-
--comp-link-default-color: #
|
|
412
|
+
--comp-link-default-color: #0E72D6;
|
|
413
413
|
--comp-link-hover-color: #3A9EFE;
|
|
414
414
|
--comp-link-clicked-color: #0E72D6;
|
|
415
415
|
--comp-link-disabled-color: #D1E8FF;
|
package/assets/style/_link.scss
CHANGED
|
@@ -24,6 +24,22 @@ a {
|
|
|
24
24
|
font-size: var(--comp-link-big-text-style-size);
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
+
&.standalone {
|
|
28
|
+
text-decoration: none;
|
|
29
|
+
font-family: var(--comp-link-standalone-default-text-style-font-family);
|
|
30
|
+
font-weight: var(--comp-link-standalone-default-text-style-font-weight);
|
|
31
|
+
line-height: var(--comp-link-standalone-default-text-style-line-height);
|
|
32
|
+
font-size: var(--comp-link-standalone-default-text-style-size);
|
|
33
|
+
color: var(--comp-link-default-color);
|
|
34
|
+
|
|
35
|
+
&.small {
|
|
36
|
+
font-family: var(--comp-link-standalone-small-text-style-font-family);
|
|
37
|
+
font-weight: var(--comp-link-standalone-small-text-style-font-weight);
|
|
38
|
+
line-height: var(--comp-link-standalone-small-text-style-line-height);
|
|
39
|
+
font-size: var(--comp-link-standalone-small-text-style-size);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
27
43
|
&:not(:visited) {
|
|
28
44
|
color: var(--comp-link-default-color);
|
|
29
45
|
}
|
|
@@ -36,7 +52,7 @@ a {
|
|
|
36
52
|
color: var(--comp-link-clicked-color);
|
|
37
53
|
}
|
|
38
54
|
|
|
39
|
-
&:visited {
|
|
55
|
+
&:visited:not(.standalone) {
|
|
40
56
|
color: var(--comp-link-visited-color);
|
|
41
57
|
}
|
|
42
58
|
|
|
@@ -51,31 +67,4 @@ a {
|
|
|
51
67
|
max-width: var(--comp-link-icon-size);
|
|
52
68
|
max-height: var(--comp-link-icon-size);
|
|
53
69
|
}
|
|
54
|
-
|
|
55
|
-
&.standalone {
|
|
56
|
-
text-decoration: none;
|
|
57
|
-
font-family: var(--comp-link-standalone-default-text-style-font-family);
|
|
58
|
-
font-weight: var(--comp-link-standalone-default-text-style-font-weight);
|
|
59
|
-
line-height: var(--comp-link-standalone-default-text-style-line-height);
|
|
60
|
-
font-size: var(--comp-link-standalone-default-text-style-size);
|
|
61
|
-
|
|
62
|
-
&.small {
|
|
63
|
-
font-family: var(--comp-link-standalone-small-text-style-font-family);
|
|
64
|
-
font-weight: var(--comp-link-standalone-small-text-style-font-weight);
|
|
65
|
-
line-height: var(--comp-link-standalone-small-text-style-line-height);
|
|
66
|
-
font-size: var(--comp-link-standalone-small-text-style-size);
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
&:visited {
|
|
70
|
-
color: var(--comp-link-visited-color) !important;
|
|
71
|
-
|
|
72
|
-
ap-symbol {
|
|
73
|
-
color: var(--comp-link-visited-color) !important;
|
|
74
|
-
|
|
75
|
-
.svg {
|
|
76
|
-
color: var(--comp-link-visited-color) !important;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
70
|
}
|
package/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
2
|
+
"name": "@agorapulse/ui-theme",
|
|
3
|
+
"version": "16.1.2",
|
|
4
|
+
"description": "Agorapulse UI Theme Library",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/agorapulse/design.git"
|
|
8
|
+
},
|
|
9
|
+
"author": "Arnaud BUSO",
|
|
10
|
+
"license": "ISC",
|
|
11
|
+
"bugs": {
|
|
12
|
+
"url": "https://github.com/agorapulse/design/issues"
|
|
13
|
+
},
|
|
14
|
+
"scripts": {
|
|
15
|
+
"generate-tokens": "cd src && node build.js && cd ../assets && git add mobile_variables.css && git add desktop_variables.css"
|
|
16
|
+
},
|
|
17
|
+
"homepage": "https://github.com/agorapulse/design#readme",
|
|
18
|
+
"peerDependencies": {
|
|
19
|
+
"@angular/material": "^16.2.9"
|
|
20
|
+
},
|
|
21
|
+
"devDependencies": {
|
|
22
|
+
"style-dictionary": "^3.7.2"
|
|
23
|
+
}
|
|
24
24
|
}
|
|
Binary file
|