@rolster/styles-foundations 2.6.12 → 2.6.13

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": "@rolster/styles-foundations",
3
- "version": "2.6.12",
3
+ "version": "2.6.13",
4
4
  "description": "Front-end style pack to develop responsive and mobile projects on the web with Rolster.",
5
5
  "sass": "scss/styles.scss",
6
6
  "style": "dist/styles.css",
@@ -1,9 +1,9 @@
1
1
  // Rolster Technology Colors Foundations
2
- // v2.6.6
2
+ // v2.6.7
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 03/Mar/2022
6
- // Updated: 13/Nov/2025
6
+ // Updated: 16/Dic/2025
7
7
 
8
8
  @use 'helpers' as helpers;
9
9
 
@@ -120,17 +120,17 @@ body {
120
120
 
121
121
  @include helpers.rolster-theme(
122
122
  'danger',
123
- #500000,
124
- #900c0d,
125
- #af0506,
126
- #cc0001,
127
- #fc0607,
123
+ #4b0404,
124
+ #881415,
125
+ #a50f10,
126
+ #c80d0e,
127
+ #ed1516,
128
128
  #ff2627,
129
- #ff595a,
130
- #ff9596,
131
- #ffc1c1,
132
- #ffdddd,
133
- #fff0f0
129
+ #ff6465,
130
+ #ff9d9d,
131
+ #ffc5c5,
132
+ #ffdfdf,
133
+ #fff1f1
134
134
  );
135
135
 
136
136
  @include helpers.rolster-theme(
@@ -1,12 +1,12 @@
1
1
  // Rolster Technology Normalize Utilities
2
- // v2.0.4
2
+ // v2.0.5
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 11/Ago/2022
6
- // Updated: 06/May/2025
6
+ // Updated: 17/Dic/2025
7
7
 
8
8
  :root {
9
- --rls-app-font-family: -apple-system, -rolster-system-font, BlinkMacSystemFont,
9
+ --rls-app-font-family: -rolster-system-font, -apple-system, BlinkMacSystemFont,
10
10
  'Segoe UI', Roboto, Helvetica;
11
11
  }
12
12