Compare commits
2 Commits
43751ed0b5
...
bc63618190
| Author | SHA1 | Date | |
|---|---|---|---|
| bc63618190 | |||
| bf33754e74 |
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@zen/core",
|
"name": "@zen/core",
|
||||||
"version": "1.4.25",
|
"version": "1.4.26",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@zen/core",
|
"name": "@zen/core",
|
||||||
"version": "1.4.25",
|
"version": "1.4.26",
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@headlessui/react": "^2.0.0",
|
"@headlessui/react": "^2.0.0",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@zen/core",
|
"name": "@zen/core",
|
||||||
"version": "1.4.25",
|
"version": "1.4.26",
|
||||||
"description": "Un CMS Next.js construit sur l'essentiel, rien de plus, rien de moins.",
|
"description": "Un CMS Next.js construit sur l'essentiel, rien de plus, rien de moins.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ const ColorPicker = ({
|
|||||||
|
|
||||||
<div className="flex flex-wrap items-start gap-3">
|
<div className="flex flex-wrap items-start gap-3">
|
||||||
{/* Left: big custom swatch + hex input */}
|
{/* Left: big custom swatch + hex input */}
|
||||||
<div className="flex flex-col gap-2 w-14 flex-shrink-0">
|
<div className="flex flex-col gap-2 w-18 flex-shrink-0">
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
title="Couleur personnalisée"
|
title="Couleur personnalisée"
|
||||||
|
|||||||
Reference in New Issue
Block a user