@guillaumemmm/marquedefabrique 1.0.4 → 1.0.6

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/build/kit.js CHANGED
@@ -1,4 +1,4 @@
1
- // Generated on Fri Apr 04 2025 from v1.0.3
1
+ // Generated on Sat Aug 09 2025 from v1.0.5
2
2
 
3
3
  export const kit = `/* TITLES */
4
4
  .mdf-title1,
package/build/reset.js CHANGED
@@ -1,4 +1,4 @@
1
- // Generated on Fri Apr 04 2025 from v1.0.3
1
+ // Generated on Sat Aug 09 2025 from v1.0.5
2
2
 
3
3
  export const reset = `@layer reset {
4
4
  * {
@@ -1,4 +1,4 @@
1
- // Generated on Fri Apr 04 2025 from v1.0.3
1
+ // Generated on Sat Aug 09 2025 from v1.0.5
2
2
 
3
3
  export const variables = `:root {
4
4
  --mdf-color-primary: #04675d;
@@ -13,8 +13,8 @@ export const variables = `:root {
13
13
 
14
14
  --mdf-color-tertiary: #482c68;
15
15
  --mdf-color-tertiary-light: #805bab;
16
- --mdf-color-tertiary-transparent: #482c6827;
17
- --mdf-color-tertiary-transparent-2: #482c687a;
16
+ --mdf-color-tertiary-transparent: #7e6d9127;
17
+ --mdf-color-tertiary-transparent-2: #7e6d917a;
18
18
 
19
19
  --mdf-color-error: #a43030;
20
20
  --mdf-color-error-transparent: #a4303027;
package/index.html CHANGED
@@ -217,7 +217,7 @@
217
217
  </div>
218
218
  </main>
219
219
  <footer class="footer">
220
- <p id="version">v1.0.3</p>
220
+ <p>v1.0.5</p>
221
221
  </footer>
222
222
  </body>
223
223
  </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guillaumemmm/marquedefabrique",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Marque de Fabrique is a minimalistic UI kit. It includes a set of core styles and CSS variables centralizing design elements to maintain consistency across personal projects.",
5
5
  "main": "index.css",
6
6
  "scripts": {
package/variables.css CHANGED
@@ -11,8 +11,8 @@
11
11
 
12
12
  --mdf-color-tertiary: #482c68;
13
13
  --mdf-color-tertiary-light: #805bab;
14
- --mdf-color-tertiary-transparent: #482c6827;
15
- --mdf-color-tertiary-transparent-2: #482c687a;
14
+ --mdf-color-tertiary-transparent: #7e6d9127;
15
+ --mdf-color-tertiary-transparent-2: #7e6d917a;
16
16
 
17
17
  --mdf-color-error: #a43030;
18
18
  --mdf-color-error-transparent: #a4303027;