@lluc_llull/ui-lib 0.14.2 → 0.15.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.
@@ -6,6 +6,7 @@
6
6
  --spacing-sm: 0.5rem;
7
7
  --spacing-md: 1rem;
8
8
  --spacing-lg: 2rem;
9
+ --border-radius: 8px;
9
10
  }
10
11
 
11
12
  .btn {
@@ -29,6 +30,17 @@
29
30
  color: var(--button-primary-text-hover);
30
31
  }
31
32
 
33
+ .btn-primary--outline {
34
+ background: transparent;
35
+ border: 1px solid var(--button-primary-outline-border);
36
+ border-radius: var(--border-radius);
37
+ color: var(--button-primary-outline-text);
38
+ }
39
+ .btn-primary--outline:hover {
40
+ background-color: var(--button-primary-outline-bg-hover);
41
+ color: var(--button-primary-outline-text-hover);
42
+ }
43
+
32
44
  .btn-secondary {
33
45
  background: none;
34
46
  border: 1px solid var(--button-secondary-bg);
@@ -134,6 +146,10 @@ a {
134
146
  --button-primary-text: #f9f9f9;
135
147
  --button-primary-bg-hover: #033468;
136
148
  --button-primary-text-hover: #f9f9f9;
149
+ --button-primary-outline-border: #020202;
150
+ --button-primary-outline-text: #020202;
151
+ --button-primary-outline-bg-hover: #007bff;
152
+ --button-primary-outline-text-hover: #f9f9f9;
137
153
  --button-secondary-bg: #2b3035;
138
154
  --button-secondary-text: #f9f9f9;
139
155
  --button-secondary-bg-hover: #1c1e20;
@@ -170,6 +186,10 @@ a {
170
186
  --button-primary-text: #f9f9f9;
171
187
  --button-primary-bg-hover: #033468;
172
188
  --button-primary-text-hover: #f9f9f9;
189
+ --button-primary-outline-border: #020202;
190
+ --button-primary-outline-text: #020202;
191
+ --button-primary-outline-bg-hover: #007bff;
192
+ --button-primary-outline-text-hover: #f9f9f9;
173
193
  --button-secondary-bg: #6c757d;
174
194
  --button-secondary-text: #f9f9f9;
175
195
  --button-secondary-bg-hover: #1c1e20;
package/styles/main.css CHANGED
@@ -6,6 +6,7 @@
6
6
  --spacing-sm: 0.5rem;
7
7
  --spacing-md: 1rem;
8
8
  --spacing-lg: 2rem;
9
+ --border-radius: 8px;
9
10
  }
10
11
 
11
12
  .btn {
@@ -29,6 +30,17 @@
29
30
  color: var(--button-primary-text-hover);
30
31
  }
31
32
 
33
+ .btn-primary--outline {
34
+ background: transparent;
35
+ border: 1px solid var(--button-primary-outline-border);
36
+ border-radius: var(--border-radius);
37
+ color: var(--button-primary-outline-text);
38
+ }
39
+ .btn-primary--outline:hover {
40
+ background-color: var(--button-primary-outline-bg-hover);
41
+ color: var(--button-primary-outline-text-hover);
42
+ }
43
+
32
44
  .btn-secondary {
33
45
  background: none;
34
46
  border: 1px solid var(--button-secondary-bg);
@@ -134,6 +146,10 @@ a {
134
146
  --button-primary-text: #f9f9f9;
135
147
  --button-primary-bg-hover: #033468;
136
148
  --button-primary-text-hover: #f9f9f9;
149
+ --button-primary-outline-border: #020202;
150
+ --button-primary-outline-text: #020202;
151
+ --button-primary-outline-bg-hover: #007bff;
152
+ --button-primary-outline-text-hover: #f9f9f9;
137
153
  --button-secondary-bg: #2b3035;
138
154
  --button-secondary-text: #f9f9f9;
139
155
  --button-secondary-bg-hover: #1c1e20;
@@ -170,6 +186,10 @@ a {
170
186
  --button-primary-text: #f9f9f9;
171
187
  --button-primary-bg-hover: #033468;
172
188
  --button-primary-text-hover: #f9f9f9;
189
+ --button-primary-outline-border: #020202;
190
+ --button-primary-outline-text: #020202;
191
+ --button-primary-outline-bg-hover: #007bff;
192
+ --button-primary-outline-text-hover: #f9f9f9;
173
193
  --button-secondary-bg: #6c757d;
174
194
  --button-secondary-text: #f9f9f9;
175
195
  --button-secondary-bg-hover: #1c1e20;
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "lucide-angular";
3
- export declare class IconsModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<IconsModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<IconsModule, never, [typeof i1.LucideAngularModule], [typeof i1.LucideAngularModule]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<IconsModule>;
7
- }
@@ -1 +0,0 @@
1
- export * from './icon.module';
@@ -1 +0,0 @@
1
- export * from './icons';