zuii 1.5.5 → 1.5.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.
@@ -1,4 +1,4 @@
1
- const r = {
1
+ const e = {
2
2
  brands: {
3
3
  primary: {
4
4
  value: "#296782",
@@ -6,7 +6,7 @@ const r = {
6
6
  dark: "#1D4A5D",
7
7
  light: "#73B6D3"
8
8
  },
9
- filePath: "/home/runner/work/zuii/zuii/tokens/brands.json",
9
+ filePath: "/Users/innovdata/Desktop/projet-web/zuii/tokens/brands.json",
10
10
  isSource: !0,
11
11
  original: {
12
12
  value: "#296782",
@@ -34,7 +34,7 @@ const r = {
34
34
  mixPercent: {
35
35
  border: 20
36
36
  },
37
- filePath: "/home/runner/work/zuii/zuii/tokens/brands.json",
37
+ filePath: "/Users/innovdata/Desktop/projet-web/zuii/tokens/brands.json",
38
38
  isSource: !0,
39
39
  original: {
40
40
  value: "#49B4E8",
@@ -65,7 +65,7 @@ const r = {
65
65
  mixPercent: {
66
66
  border: 20
67
67
  },
68
- filePath: "/home/runner/work/zuii/zuii/tokens/brands.json",
68
+ filePath: "/Users/innovdata/Desktop/projet-web/zuii/tokens/brands.json",
69
69
  isSource: !0,
70
70
  original: {
71
71
  value: "#49B4E8",
@@ -94,7 +94,7 @@ const r = {
94
94
  light: 80,
95
95
  border: 60
96
96
  },
97
- filePath: "/home/runner/work/zuii/zuii/tokens/brands.json",
97
+ filePath: "/Users/innovdata/Desktop/projet-web/zuii/tokens/brands.json",
98
98
  isSource: !0,
99
99
  original: {
100
100
  value: "#f5524d",
@@ -121,7 +121,7 @@ const r = {
121
121
  light: 50,
122
122
  border: 60
123
123
  },
124
- filePath: "/home/runner/work/zuii/zuii/tokens/brands.json",
124
+ filePath: "/Users/innovdata/Desktop/projet-web/zuii/tokens/brands.json",
125
125
  isSource: !0,
126
126
  original: {
127
127
  value: "#73D3B6",
@@ -150,7 +150,7 @@ const r = {
150
150
  mixPercent: {
151
151
  border: 60
152
152
  },
153
- filePath: "/home/runner/work/zuii/zuii/tokens/brands.json",
153
+ filePath: "/Users/innovdata/Desktop/projet-web/zuii/tokens/brands.json",
154
154
  isSource: !0,
155
155
  original: {
156
156
  value: "#EA5F5F",
@@ -179,7 +179,7 @@ const r = {
179
179
  light: 50,
180
180
  border: 60
181
181
  },
182
- filePath: "/home/runner/work/zuii/zuii/tokens/brands.json",
182
+ filePath: "/Users/innovdata/Desktop/projet-web/zuii/tokens/brands.json",
183
183
  isSource: !0,
184
184
  original: {
185
185
  value: "#F5D762",
@@ -206,7 +206,7 @@ const r = {
206
206
  light: 50,
207
207
  border: 60
208
208
  },
209
- filePath: "/home/runner/work/zuii/zuii/tokens/brands.json",
209
+ filePath: "/Users/innovdata/Desktop/projet-web/zuii/tokens/brands.json",
210
210
  isSource: !0,
211
211
  original: {
212
212
  value: "#73B6D3",
@@ -233,7 +233,7 @@ const r = {
233
233
  light: 80,
234
234
  border: 60
235
235
  },
236
- filePath: "/home/runner/work/zuii/zuii/tokens/brands.json",
236
+ filePath: "/Users/innovdata/Desktop/projet-web/zuii/tokens/brands.json",
237
237
  isSource: !0,
238
238
  original: {
239
239
  value: "#FFFFFF",
@@ -260,7 +260,7 @@ const r = {
260
260
  light: 80,
261
261
  border: 60
262
262
  },
263
- filePath: "/home/runner/work/zuii/zuii/tokens/brands.json",
263
+ filePath: "/Users/innovdata/Desktop/projet-web/zuii/tokens/brands.json",
264
264
  isSource: !0,
265
265
  original: {
266
266
  value: "#000000",
@@ -283,5 +283,5 @@ const r = {
283
283
  }
284
284
  };
285
285
  export {
286
- r as tokens
286
+ e as tokens
287
287
  };
@@ -32,6 +32,12 @@ export const FormsElements = () => {
32
32
  <Form.Control id="search" type="search" placeholder="Enter search" name="search" icon="icon-search" />
33
33
  <Form.Control id="email" type="email" placeholder="Enter email" name="email" icon="icon-at-sign" />
34
34
  <Form.Control id="number" type="number" placeholder="Enter number" name="number" icon="icon-number" />
35
+ <Form.Control id="icon-right" type="text" placeholder="Icône à droite" name="icon-right" iconRight="icon-eye" />
36
+ <Form.Control id="icon-both" type="text" placeholder="Icônes des deux côtés" name="icon-both" icon="icon-user" iconRight="icon-eye" />
37
+ <Form.Control id="text-left" type="text" placeholder="Montant" name="text-left" textLeft="€" />
38
+ <Form.Control id="text-right" type="text" placeholder="Poids" name="text-right" textRight="kg" />
39
+ <Form.Control id="text-both" type="text" placeholder="Valeur" name="text-both" textLeft="$" textRight=".00" />
40
+ <Form.Control id="icon-text" type="text" placeholder="Nom d'utilisateur" name="icon-text" icon="icon-user" textRight="@domain.com" />
35
41
  <Form.Number id="number-button" placeholder="Enter number" name="number-button" onChange={(val) => console.log(val)} step={1} min={0} max={10} required={true} className='fees-field__input' />
36
42
  <fieldset disabled>
37
43
  <Form.Number id="number-button" placeholder="Enter number" name="number-button" onChange={(val) => console.log(val)} step={1} min={0} max={10} required={true} className='fees-field__input' />
package/package.json CHANGED
@@ -1,112 +1,114 @@
1
1
  {
2
- "name": "zuii",
3
- "version": "1.5.5",
4
- "description": "Bibliothèque de composants UI légère, intuitive et modulaire pour les interfaces web modernes.",
5
- "type": "module",
6
- "repository": {
7
- "type": "git",
8
- "url": "git+https://github.com/vincentm498/zuii.git"
9
- },
10
- "bugs": {
11
- "url": "https://github.com/vincentm498/zuii/issues"
12
- },
13
- "homepage": "https://github.com/vincentm498/zuii#readme",
14
- "main": "./dist/index.js",
15
- "module": "./dist/index.js",
16
- "types": "./dist/index.d.ts",
17
- "files": [
18
- "dist",
19
- "scripts/tokens"
20
- ],
21
- "exports": {
22
- ".": {
23
- "import": "./dist/index.js",
24
- "types": "./dist/index.d.ts"
25
- },
26
- "./templates": {
27
- "import": "./dist/templates/index.ts",
28
- "types": "./dist/templates/index.d.ts"
29
- },
30
- "./core/*": "./dist/core/*"
31
- },
32
- "bin": {
33
- "zuii-tokens": "./scripts/tokens/build.js"
34
- },
35
- "keywords": [],
36
- "author": "Vincent Moreau",
37
- "license": "MIT",
38
- "peerDependencies": {
39
- "react": ">=16.8.0",
40
- "react-dom": ">=16.8.0",
41
- "react-router-dom": "^7.13.0"
42
- },
43
- "publishConfig": {
44
- "access": "public",
45
- "registry": "https://registry.npmjs.org/"
46
- },
47
- "dependencies": {
48
- "@ag-grid-community/locale": "^35.0.1",
49
- "@simonwep/pickr": "^1.9.1",
50
- "@splidejs/react-splide": "^0.7.12",
51
- "@splidejs/splide": "^4.1.4",
52
- "@uppy/compressor": "^3.1.0",
53
- "@uppy/core": "^5.2.0",
54
- "@uppy/dashboard": "^5.1.1",
55
- "@uppy/image-editor": "^4.2.0",
56
- "@uppy/locales": "^5.1.1",
57
- "@uppy/react": "^5.2.0",
58
- "@uppy/webcam": "^5.1.0",
59
- "ag-grid-community": "^35.0.1",
60
- "ag-grid-react": "^35.0.1",
61
- "apca-w3": "^0.1.9",
62
- "bootstrap": "^5.3.8",
63
- "choices.js": "^11.1.0",
64
- "colord": "^2.9.3",
65
- "flag-icons": "^7.5.0",
66
- "flatpickr": "^4.6.13",
67
- "intl-tel-input": "^26.1.1",
68
- "lucide-static": "^0.563.0",
69
- "react-bootstrap": "^2.10.10",
70
- "sass-embedded": "^1.97.3",
71
- "style-dictionary": "^4.2.0",
72
- "sweetalert2": "^11.26.18",
73
- "sweetalert2-react-content": "^5.1.1",
74
- "vanilla-cookieconsent": "^3.1.0"
75
- },
76
- "devDependencies": {
77
- "@changesets/cli": "^2.30.0",
78
- "@semantic-release/changelog": "^6.0.3",
79
- "@semantic-release/git": "^10.0.1",
80
- "@semantic-release/github": "^12.0.2",
81
- "@semantic-release/npm": "^13.1.3",
82
- "@types/intl-tel-input": "^18.1.4",
83
- "@types/node": "^25.1.0",
84
- "@types/react": "^19.2.10",
85
- "@types/react-dom": "^19.2.3",
86
- "@types/react-router-dom": "^5.3.3",
87
- "@vitejs/plugin-react": "^5.1.2",
88
- "esbuild": "^0.27.4",
89
- "esbuild-sass-plugin": "^3.7.0",
90
- "react": "^19.2.4",
91
- "react-dom": "^19.2.4",
92
- "sass": "^1.97.3",
93
- "semantic-release": "^25.0.2",
94
- "tsup": "^8.5.1",
95
- "typescript": "^5.9.3",
96
- "vite": "^7.3.1",
97
- "vite-plugin-dts": "^4.5.4",
98
- "vite-plugin-lib-inject-css": "^2.2.2",
99
- "@zuii/cookie-consent": "0.3.0",
100
- "@zuii/core": "0.3.0"
101
- },
102
- "scripts": {
103
- "dev": "vite",
104
- "prebuild": "pnpm run tokens:build",
105
- "build:packages": "pnpm --filter \"@zuii/*\" --parallel run build",
106
- "build": "vite build",
107
- "postbuild": "mkdir -p dist/core/styles && cp packages/core/src/styles/_tokens.scss packages/core/src/styles/tokens.css packages/core/src/styles/tokens.ts dist/core/styles/ && cp -r src/templates dist/",
108
- "preview": "vite preview",
109
- "tokens:build": "node scripts/tokens/build.js --output packages/core/src/styles",
110
- "component:create": "node scripts/create-component.js"
111
- }
112
- }
2
+ "name": "zuii",
3
+ "version": "1.5.6",
4
+ "packageManager": "pnpm@9.9.0",
5
+ "description": "Bibliothèque de composants UI légère, intuitive et modulaire pour les interfaces web modernes.",
6
+ "type": "module",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/vincentm498/zuii.git"
10
+ },
11
+ "bugs": {
12
+ "url": "https://github.com/vincentm498/zuii/issues"
13
+ },
14
+ "homepage": "https://github.com/vincentm498/zuii#readme",
15
+ "main": "./dist/index.js",
16
+ "module": "./dist/index.js",
17
+ "types": "./dist/index.d.ts",
18
+ "files": [
19
+ "dist",
20
+ "scripts/tokens"
21
+ ],
22
+ "exports": {
23
+ ".": {
24
+ "import": "./dist/index.js",
25
+ "types": "./dist/index.d.ts"
26
+ },
27
+ "./templates": {
28
+ "import": "./dist/templates/index.ts",
29
+ "types": "./dist/templates/index.d.ts"
30
+ },
31
+ "./core/*": "./dist/core/*"
32
+ },
33
+ "bin": {
34
+ "zuii-tokens": "./scripts/tokens/build.js"
35
+ },
36
+ "scripts": {
37
+ "dev": "vite",
38
+ "prebuild": "pnpm run tokens:build",
39
+ "build:packages": "pnpm --filter \"@zuii/*\" --parallel run build",
40
+ "build": "vite build",
41
+ "postbuild": "mkdir -p dist/core/styles && cp packages/core/src/styles/_tokens.scss packages/core/src/styles/tokens.css packages/core/src/styles/tokens.ts dist/core/styles/ && cp -r src/templates dist/",
42
+ "preview": "vite preview",
43
+ "prepublishOnly": "pnpm run build",
44
+ "tokens:build": "node scripts/tokens/build.js --output packages/core/src/styles",
45
+ "component:create": "node scripts/create-component.js"
46
+ },
47
+ "keywords": [],
48
+ "author": "Vincent Moreau",
49
+ "license": "MIT",
50
+ "peerDependencies": {
51
+ "react": ">=16.8.0",
52
+ "react-dom": ">=16.8.0",
53
+ "react-router-dom": "^7.13.0"
54
+ },
55
+ "publishConfig": {
56
+ "access": "public",
57
+ "registry": "https://registry.npmjs.org/"
58
+ },
59
+ "dependencies": {
60
+ "@ag-grid-community/locale": "^35.0.1",
61
+ "@simonwep/pickr": "^1.9.1",
62
+ "@splidejs/react-splide": "^0.7.12",
63
+ "@splidejs/splide": "^4.1.4",
64
+ "@uppy/compressor": "^3.1.0",
65
+ "@uppy/core": "^5.2.0",
66
+ "@uppy/dashboard": "^5.1.1",
67
+ "@uppy/image-editor": "^4.2.0",
68
+ "@uppy/locales": "^5.1.1",
69
+ "@uppy/react": "^5.2.0",
70
+ "@uppy/webcam": "^5.1.0",
71
+ "ag-grid-community": "^35.0.1",
72
+ "ag-grid-react": "^35.0.1",
73
+ "apca-w3": "^0.1.9",
74
+ "bootstrap": "^5.3.8",
75
+ "choices.js": "^11.1.0",
76
+ "colord": "^2.9.3",
77
+ "flag-icons": "^7.5.0",
78
+ "flatpickr": "^4.6.13",
79
+ "intl-tel-input": "^26.1.1",
80
+ "lucide-static": "^0.563.0",
81
+ "react-bootstrap": "^2.10.10",
82
+ "sass-embedded": "^1.97.3",
83
+ "style-dictionary": "^4.2.0",
84
+ "sweetalert2": "^11.26.18",
85
+ "sweetalert2-react-content": "^5.1.1",
86
+ "vanilla-cookieconsent": "^3.1.0"
87
+ },
88
+ "devDependencies": {
89
+ "@changesets/cli": "^2.30.0",
90
+ "@semantic-release/changelog": "^6.0.3",
91
+ "@semantic-release/git": "^10.0.1",
92
+ "@semantic-release/github": "^12.0.2",
93
+ "@semantic-release/npm": "^13.1.3",
94
+ "@types/intl-tel-input": "^18.1.4",
95
+ "@types/node": "^25.1.0",
96
+ "@types/react": "^19.2.10",
97
+ "@types/react-dom": "^19.2.3",
98
+ "@types/react-router-dom": "^5.3.3",
99
+ "@vitejs/plugin-react": "^5.1.2",
100
+ "@zuii/cookie-consent": "workspace:*",
101
+ "@zuii/core": "workspace:*",
102
+ "esbuild": "^0.27.4",
103
+ "esbuild-sass-plugin": "^3.7.0",
104
+ "react": "^19.2.4",
105
+ "react-dom": "^19.2.4",
106
+ "sass": "^1.97.3",
107
+ "semantic-release": "^25.0.2",
108
+ "tsup": "^8.5.1",
109
+ "typescript": "^5.9.3",
110
+ "vite": "^7.3.1",
111
+ "vite-plugin-dts": "^4.5.4",
112
+ "vite-plugin-lib-inject-css": "^2.2.2"
113
+ }
114
+ }