@agorapulse/ui-theme 13.1.1 → 13.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.
Binary file
@@ -87,6 +87,11 @@ form.submitted {
87
87
  box-shadow: 0 7px 50px rgba(0, 0, 0, 0.08);
88
88
  margin-top: $padding-sm;
89
89
  }
90
+ &.ng-select-top {
91
+ border-radius: $border-radius;
92
+ box-shadow: 0 7px 50px rgba(0, 0, 0, 0.08);
93
+ margin-bottom: $padding-sm;
94
+ }
90
95
  .ng-dropdown-panel-items {
91
96
  padding: $padding-s 0;
92
97
  .ng-option, .ng-optgroup {
@@ -120,6 +125,11 @@ form.submitted {
120
125
  }
121
126
  }
122
127
 
128
+ .ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
129
+ border-top-right-radius: 0;
130
+ border-top-left-radius: 0;
131
+ }
132
+
123
133
  .ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
124
134
  border-bottom-right-radius: 0;
125
135
  border-bottom-left-radius: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-theme",
3
- "version": "13.1.1",
3
+ "version": "13.1.2",
4
4
  "description": "Agorapulse UI Theme Library",
5
5
  "repository": {
6
6
  "type": "git",
Binary file
package/package.json.bak DELETED
@@ -1,18 +0,0 @@
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
- }