@agorapulse/ui-theme 13.0.1 → 13.1.1

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.
Binary file
@@ -126,7 +126,7 @@
126
126
  }
127
127
  }
128
128
  }
129
- &.square {
129
+ &.square, &.square-rounded {
130
130
  min-width: 36px;
131
131
  padding: 0;
132
132
  &.small {
@@ -139,6 +139,10 @@
139
139
  min-width: 44px;
140
140
  }
141
141
  }
142
+
143
+ &.square-rounded {
144
+ border-radius: 8px;
145
+ }
142
146
  }
143
147
 
144
148
  @mixin flat-button-color($background-color, $hover-background-color, $active-background-color) {
@@ -279,7 +283,7 @@ button.mat-stroked-button {
279
283
  &:not([disabled]) {
280
284
  border-color: map_get($colors-grey, 20);
281
285
  &.active {
282
- border-color: map_get($colors-electric-blue, 40);
286
+ border-color: map_get($colors-electric-blue, 100);
283
287
  }
284
288
  }
285
289
  &:not([disabled]):hover, &.force-hover {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-theme",
3
- "version": "13.0.1",
3
+ "version": "13.1.1",
4
4
  "description": "Agorapulse UI Theme Library",
5
5
  "repository": {
6
6
  "type": "git",
@@ -13,6 +13,6 @@
13
13
  },
14
14
  "homepage": "https://github.com/agorapulse/design#readme",
15
15
  "peerDependencies": {
16
- "@angular/material": "^13.2.3"
16
+ "@angular/material": "^13.2.3"
17
17
  }
18
18
  }
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "@agorapulse/ui-theme",
3
+ "version": "1.0.0-SNAPSHOT",
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
+ "homepage": "https://github.com/agorapulse/design#readme",
15
+ "peerDependencies": {
16
+ "@angular/material": "^13.2.3"
17
+ }
18
+ }
Binary file