@agorapulse/ui-theme 0.0.2 → 13.0.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.
- package/agorapulse-ui-theme-13.0.0.tgz +0 -0
- package/assets/{lib-ui-theme/fonts → fonts}/averta/AvertaStd-Black.otf +0 -0
- package/assets/{lib-ui-theme/fonts → fonts}/averta/AvertaStd-Bold.otf +0 -0
- package/assets/{lib-ui-theme/fonts → fonts}/averta/AvertaStd-Extrabold.otf +0 -0
- package/assets/{lib-ui-theme/fonts → fonts}/averta/AvertaStd-Regular.otf +0 -0
- package/assets/{lib-ui-theme/fonts → fonts}/averta/AvertaStd-Semibold.otf +0 -0
- package/assets/{lib-ui-theme/style → style}/_colors.scss +0 -0
- package/assets/{lib-ui-theme/style → style}/_font-face.scss +0 -0
- package/assets/{lib-ui-theme/style → style}/_grid.scss +0 -0
- package/assets/{lib-ui-theme/style → style}/_helpers.scss +0 -0
- package/assets/{lib-ui-theme/style → style}/_mat-typography.scss +0 -0
- package/assets/{lib-ui-theme/style → style}/_variables.scss +0 -0
- package/assets/{lib-ui-theme/style → style}/components-custom-style/_alert.scss +0 -0
- package/assets/{lib-ui-theme/style → style}/components-custom-style/_clickable-text.scss +0 -0
- package/assets/{lib-ui-theme/style → style}/components-custom-style/_form.scss +0 -0
- package/assets/{lib-ui-theme/style → style}/components-custom-style/_input-error.scss +0 -0
- package/assets/{lib-ui-theme/style → style}/components-custom-style/_input.scss +1 -1
- package/assets/{lib-ui-theme/style → style}/components-custom-style/_mat-button-toggle-group.scss +4 -7
- package/assets/{lib-ui-theme/style → style}/components-custom-style/_mat-button.scss +0 -0
- package/assets/{lib-ui-theme/style → style}/components-custom-style/_mat-checkbox.scss +0 -0
- package/assets/{lib-ui-theme/style → style}/components-custom-style/_mat-dialog.scss +4 -3
- package/assets/{lib-ui-theme/style → style}/components-custom-style/_mat-divider.scss +0 -0
- package/assets/style/components-custom-style/_mat-expansion-panel.scss +21 -0
- package/assets/{lib-ui-theme/style → style}/components-custom-style/_mat-list.scss +0 -0
- package/assets/{lib-ui-theme/style → style}/components-custom-style/_mat-menu.scss +0 -0
- package/assets/{lib-ui-theme/style → style}/components-custom-style/_mat-radio-button.scss +0 -0
- package/assets/{lib-ui-theme/style → style}/components-custom-style/_mat-slide-toggle.scss +0 -0
- package/assets/{lib-ui-theme/style → style}/components-custom-style/_mat-snack-bar.scss +0 -0
- package/assets/{lib-ui-theme/style → style}/components-custom-style/_ng-select.scss +0 -0
- package/assets/{lib-ui-theme/style → style}/components-custom-style/_notification.scss +0 -0
- package/assets/{lib-ui-theme/style → style}/components-custom-style/_reduction.scss +0 -0
- package/assets/{lib-ui-theme/style → style}/components-custom-style/_select.scss +0 -0
- package/assets/{lib-ui-theme/style → style}/components-custom-style/_sign.scss +0 -0
- package/assets/{lib-ui-theme/style → style}/theme.scss +0 -0
- package/package.json +2 -3
- package/agorapulse-ui-theme-0.0.2.tgz +0 -0
- package/assets/lib-ui-theme/style/components-custom-style/_mat-expansion-panel.scss +0 -21
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/assets/{lib-ui-theme/style → style}/components-custom-style/_mat-button-toggle-group.scss
RENAMED
|
@@ -7,11 +7,9 @@
|
|
|
7
7
|
|
|
8
8
|
.mat-button-toggle {
|
|
9
9
|
margin-left: -1px;
|
|
10
|
-
height: 34px;
|
|
11
|
-
line-height: 34px;
|
|
12
10
|
color: map_get($colors-grey, 100);
|
|
13
11
|
font-weight: bold;
|
|
14
|
-
border: 1px solid
|
|
12
|
+
border: 1px solid map_get($colors-grey, 20);
|
|
15
13
|
|
|
16
14
|
&.mat-button-toggle-checked {
|
|
17
15
|
color: map_get($colors-electric-blue, 100);
|
|
@@ -36,18 +34,17 @@
|
|
|
36
34
|
height: 100%;
|
|
37
35
|
z-index: 1;
|
|
38
36
|
.mat-button-toggle-focus-overlay {
|
|
39
|
-
opacity: 0!important;
|
|
37
|
+
opacity: 0 !important;
|
|
40
38
|
}
|
|
41
39
|
}
|
|
42
40
|
|
|
43
41
|
button {
|
|
44
|
-
margin-top: -2px;
|
|
45
42
|
height: 36px;
|
|
46
43
|
line-height: 36px;
|
|
47
44
|
}
|
|
48
45
|
|
|
49
46
|
span {
|
|
50
|
-
|
|
47
|
+
padding: 0 $padding-m;
|
|
51
48
|
height: 36px;
|
|
52
49
|
line-height: 36px;
|
|
53
50
|
&.mat-button-toggle-focus-overlay {
|
|
@@ -58,7 +55,7 @@
|
|
|
58
55
|
.mat-button-toggle:first-of-type {
|
|
59
56
|
border-bottom-left-radius: $border-radius;
|
|
60
57
|
border-top-left-radius: $border-radius;
|
|
61
|
-
margin-left:
|
|
58
|
+
margin-left: 0 !important;
|
|
62
59
|
}
|
|
63
60
|
.mat-button-toggle:last-of-type {
|
|
64
61
|
border-bottom-right-radius: $border-radius;
|
|
File without changes
|
|
File without changes
|
|
@@ -6,16 +6,17 @@
|
|
|
6
6
|
margin-top: $padding-l;
|
|
7
7
|
padding: $padding-l;
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
&.ap-space-between {
|
|
10
10
|
margin-left: -$padding-l;
|
|
11
11
|
margin-right: -$padding-l;
|
|
12
|
+
justify-content: space-between;
|
|
12
13
|
}
|
|
13
14
|
|
|
14
|
-
|
|
15
|
+
div:first-child {
|
|
15
16
|
margin-left: $padding-l;
|
|
16
17
|
}
|
|
17
18
|
|
|
18
|
-
|
|
19
|
+
div:last-child {
|
|
19
20
|
margin-right: $padding-l;
|
|
20
21
|
}
|
|
21
22
|
}
|
|
File without changes
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
@import '../variables';
|
|
2
|
+
|
|
3
|
+
.mat-accordion {
|
|
4
|
+
.mat-expansion-panel-spacing {
|
|
5
|
+
margin: 0;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.mat-action-row {
|
|
9
|
+
background-color: $color-grey-white;
|
|
10
|
+
padding: $padding-l;
|
|
11
|
+
&.ap-space-between {
|
|
12
|
+
justify-content: space-between;
|
|
13
|
+
}
|
|
14
|
+
div {
|
|
15
|
+
button {
|
|
16
|
+
margin: 0;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agorapulse/ui-theme",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "13.0.0",
|
|
4
4
|
"description": "Agorapulse UI Theme Library",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
},
|
|
14
14
|
"homepage": "https://github.com/agorapulse/design#readme",
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@angular/material": "^
|
|
17
|
-
"@ng-select/ng-select": "^7.2.0"
|
|
16
|
+
"@angular/material": "^13.1.3"
|
|
18
17
|
}
|
|
19
18
|
}
|
|
Binary file
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
.mat-accordion {
|
|
2
|
-
.mat-expansion-panel-spacing {
|
|
3
|
-
margin: 0;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.mat-action-row {
|
|
7
|
-
background-color: $color-grey-white;
|
|
8
|
-
padding: $padding-l;
|
|
9
|
-
&[fxLayout] {
|
|
10
|
-
margin-left: -$padding-l;
|
|
11
|
-
margin-right: -$padding-l;
|
|
12
|
-
}
|
|
13
|
-
[fxFlex]:first-child {
|
|
14
|
-
margin-left: $padding-l;
|
|
15
|
-
}
|
|
16
|
-
[fxFlex]:last-child {
|
|
17
|
-
margin-right: $padding-l;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
}
|