@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 +1 -1
- package/build/reset.js +1 -1
- package/build/variables.js +3 -3
- package/index.html +1 -1
- package/package.json +1 -1
- package/variables.css +2 -2
package/build/kit.js
CHANGED
package/build/reset.js
CHANGED
package/build/variables.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Generated on
|
|
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: #
|
|
17
|
-
--mdf-color-tertiary-transparent-2: #
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@guillaumemmm/marquedefabrique",
|
|
3
|
-
"version": "1.0.
|
|
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: #
|
|
15
|
-
--mdf-color-tertiary-transparent-2: #
|
|
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;
|