@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 +3 -1
- package/build/reset.js +1 -1
- package/build/variables.js +1 -1
- package/index.js +1 -1
- package/kit.css +2 -0
- package/package.json +1 -1
package/build/kit.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Generated on
|
|
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
package/build/variables.js
CHANGED
package/index.js
CHANGED
package/kit.css
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@guillaumemmm/marquedefabrique",
|
|
3
|
-
"version": "1.0.
|
|
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": {
|