@iamgld/ui 21.1.2 → 21.1.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iamgld/ui",
3
- "version": "21.1.2",
3
+ "version": "21.1.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "21.0.1",
6
6
  "@angular/core": "21.0.1",
@@ -1,5 +1,5 @@
1
- @use './setting' as setting;
2
- @use './tools' as tools;
1
+ @use 'setting' as setting;
2
+ @use 'tools' as tools;
3
3
 
4
4
  /*
5
5
  En esta capa estarán:
@@ -16,7 +16,7 @@
16
16
 
17
17
  html,
18
18
  body {
19
- font-family: var(--gld-font--poppins);
19
+ font-family: var(--gld-font--poppins) sans-serif;
20
20
  }
21
21
 
22
22
  body {
@@ -1,5 +1,5 @@
1
- @use './setting' as setting;
2
- @use './tools' as tools;
1
+ @use 'setting' as setting;
2
+ @use 'tools' as tools;
3
3
 
4
4
  /*
5
5
  En esta capa estarán:
@@ -22,6 +22,7 @@
22
22
  --gld-font-size--small: 12px;
23
23
  --gld-font-size--tiny: 8px;
24
24
  --gld-font--poppins: 'Poppins', sans-serif;
25
+ --gld-font--megrim: 'Megrim', serif;
25
26
 
26
27
  // Radius
27
28
  --gld-radius--z: 0;
@@ -181,5 +182,7 @@
181
182
  --gld-line-height: 1.2;
182
183
  --gld-max-width: 1280px;
183
184
  --gld-navbar-height: 50px;
184
- --gld-sidebar-width: 250px;
185
+ --gld-footer-height: 200px;
186
+ --gld-sidebar-width: 56px;
187
+ --gld-sidebar-width--opened: 260px;
185
188
  }
@@ -1,4 +1,4 @@
1
- @use './setting';
1
+ @use 'setting';
2
2
 
3
3
  /*
4
4
  En esta capa estarán:
@@ -1,5 +1,5 @@
1
- @use './setting' as setting;
2
- @use './tools' as tools;
1
+ @use 'setting' as setting;
2
+ @use 'tools' as tools;
3
3
 
4
4
  /*
5
5
  En esta capa estarán:
@@ -7,8 +7,8 @@
7
7
  4. Se pueden añadir o eliminar capaz de ser necesario
8
8
  */
9
9
 
10
- @forward './layers/_setting';
11
- @forward './layers/_tools';
12
- @forward './layers/_base';
13
- @forward './layers/_objects';
14
- @forward './layers/_trumps';
10
+ @forward 'layers/setting';
11
+ @forward 'layers/tools';
12
+ @forward 'layers/base';
13
+ @forward 'layers/objects';
14
+ @forward 'layers/trumps';