@guillaumemmm/marquedefabrique 1.0.2 → 1.0.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/build/kit.js CHANGED
@@ -1,4 +1,4 @@
1
- // Generated on Fri Mar 07 2025 from v1.0.2
1
+ // Generated on Sat Mar 15 2025 from v1.0.2
2
2
 
3
3
  export const kit = `/* TITLES */
4
4
  .mdf-title1,
@@ -282,6 +282,8 @@ export const kit = `/* TITLES */
282
282
  &::-webkit-color-swatch {
283
283
  border-top-left-radius: 0.25rem;
284
284
  border-top-right-radius: 0.25rem;
285
+ border-bottom-left-radius: 0;
286
+ border-bottom-right-radius: 0;
285
287
  border: 2px solid black;
286
288
  }
287
289
 
package/build/reset.js CHANGED
@@ -1,4 +1,4 @@
1
- // Generated on Fri Mar 07 2025 from v1.0.2
1
+ // Generated on Sat Mar 15 2025 from v1.0.2
2
2
 
3
3
  export const reset = `@layer reset {
4
4
  * {
@@ -1,4 +1,4 @@
1
- // Generated on Fri Mar 07 2025 from v1.0.2
1
+ // Generated on Sat Mar 15 2025 from v1.0.2
2
2
 
3
3
  export const variables = `:root {
4
4
  --mdf-color-primary: #04675d;
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  const fs = require("fs");
2
- var pjson = require("./package.json");
2
+ const pjson = require("./package.json");
3
3
 
4
4
  const comment = `// Generated on ${new Date().toDateString()} from v${
5
5
  pjson.version
package/kit.css CHANGED
@@ -280,6 +280,8 @@
280
280
  &::-webkit-color-swatch {
281
281
  border-top-left-radius: 0.25rem;
282
282
  border-top-right-radius: 0.25rem;
283
+ border-bottom-left-radius: 0;
284
+ border-bottom-right-radius: 0;
283
285
  border: 2px solid black;
284
286
  }
285
287
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guillaumemmm/marquedefabrique",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
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": {