@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.
Files changed (37) hide show
  1. package/agorapulse-ui-theme-13.0.0.tgz +0 -0
  2. package/assets/{lib-ui-theme/fonts → fonts}/averta/AvertaStd-Black.otf +0 -0
  3. package/assets/{lib-ui-theme/fonts → fonts}/averta/AvertaStd-Bold.otf +0 -0
  4. package/assets/{lib-ui-theme/fonts → fonts}/averta/AvertaStd-Extrabold.otf +0 -0
  5. package/assets/{lib-ui-theme/fonts → fonts}/averta/AvertaStd-Regular.otf +0 -0
  6. package/assets/{lib-ui-theme/fonts → fonts}/averta/AvertaStd-Semibold.otf +0 -0
  7. package/assets/{lib-ui-theme/style → style}/_colors.scss +0 -0
  8. package/assets/{lib-ui-theme/style → style}/_font-face.scss +0 -0
  9. package/assets/{lib-ui-theme/style → style}/_grid.scss +0 -0
  10. package/assets/{lib-ui-theme/style → style}/_helpers.scss +0 -0
  11. package/assets/{lib-ui-theme/style → style}/_mat-typography.scss +0 -0
  12. package/assets/{lib-ui-theme/style → style}/_variables.scss +0 -0
  13. package/assets/{lib-ui-theme/style → style}/components-custom-style/_alert.scss +0 -0
  14. package/assets/{lib-ui-theme/style → style}/components-custom-style/_clickable-text.scss +0 -0
  15. package/assets/{lib-ui-theme/style → style}/components-custom-style/_form.scss +0 -0
  16. package/assets/{lib-ui-theme/style → style}/components-custom-style/_input-error.scss +0 -0
  17. package/assets/{lib-ui-theme/style → style}/components-custom-style/_input.scss +1 -1
  18. package/assets/{lib-ui-theme/style → style}/components-custom-style/_mat-button-toggle-group.scss +4 -7
  19. package/assets/{lib-ui-theme/style → style}/components-custom-style/_mat-button.scss +0 -0
  20. package/assets/{lib-ui-theme/style → style}/components-custom-style/_mat-checkbox.scss +0 -0
  21. package/assets/{lib-ui-theme/style → style}/components-custom-style/_mat-dialog.scss +4 -3
  22. package/assets/{lib-ui-theme/style → style}/components-custom-style/_mat-divider.scss +0 -0
  23. package/assets/style/components-custom-style/_mat-expansion-panel.scss +21 -0
  24. package/assets/{lib-ui-theme/style → style}/components-custom-style/_mat-list.scss +0 -0
  25. package/assets/{lib-ui-theme/style → style}/components-custom-style/_mat-menu.scss +0 -0
  26. package/assets/{lib-ui-theme/style → style}/components-custom-style/_mat-radio-button.scss +0 -0
  27. package/assets/{lib-ui-theme/style → style}/components-custom-style/_mat-slide-toggle.scss +0 -0
  28. package/assets/{lib-ui-theme/style → style}/components-custom-style/_mat-snack-bar.scss +0 -0
  29. package/assets/{lib-ui-theme/style → style}/components-custom-style/_ng-select.scss +0 -0
  30. package/assets/{lib-ui-theme/style → style}/components-custom-style/_notification.scss +0 -0
  31. package/assets/{lib-ui-theme/style → style}/components-custom-style/_reduction.scss +0 -0
  32. package/assets/{lib-ui-theme/style → style}/components-custom-style/_select.scss +0 -0
  33. package/assets/{lib-ui-theme/style → style}/components-custom-style/_sign.scss +0 -0
  34. package/assets/{lib-ui-theme/style → style}/theme.scss +0 -0
  35. package/package.json +2 -3
  36. package/agorapulse-ui-theme-0.0.2.tgz +0 -0
  37. package/assets/lib-ui-theme/style/components-custom-style/_mat-expansion-panel.scss +0 -21
Binary file
File without changes
@@ -45,7 +45,7 @@ input, textarea {
45
45
  &.valid:not([disabled]):not(.transparent) {
46
46
  border: 1px solid $color-success;
47
47
  }
48
-
48
+
49
49
  // Transparent
50
50
  &.transparent {
51
51
  border: 0;
@@ -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 #D6DAE0;
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
- margin-top: -2px;
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: 0px !important;
58
+ margin-left: 0 !important;
62
59
  }
63
60
  .mat-button-toggle:last-of-type {
64
61
  border-bottom-right-radius: $border-radius;
@@ -6,16 +6,17 @@
6
6
  margin-top: $padding-l;
7
7
  padding: $padding-l;
8
8
 
9
- &[fxLayout] {
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
- [fxFlex]:first-child {
15
+ div:first-child {
15
16
  margin-left: $padding-l;
16
17
  }
17
18
 
18
- [fxFlex]:last-child {
19
+ div:last-child {
19
20
  margin-right: $padding-l;
20
21
  }
21
22
  }
@@ -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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-theme",
3
- "version": "0.0.2",
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": "^12.2.3",
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
- }