@alfadocs/ui-kit 0.18.2 → 0.19.0

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.
@@ -82,6 +82,7 @@
82
82
  "lowercase": "Ein Kleinbuchstabe",
83
83
  "digit": "Eine Zahl",
84
84
  "symbol": "Ein Sonderzeichen",
85
+ "noSpaces": "Keine Leerzeichen",
85
86
  "met": "erfüllt",
86
87
  "unmet": "noch nicht erfüllt"
87
88
  },
@@ -157,6 +158,9 @@
157
158
  "popularCountries": "Häufig verwendet",
158
159
  "allCountries": "Alle Länder"
159
160
  },
161
+ "email": {
162
+ "invalid": "Ungültige E-Mail-Adresse"
163
+ },
160
164
  "colorPicker": {
161
165
  "hex": "Hex",
162
166
  "hue": "Farbton",
@@ -95,6 +95,7 @@
95
95
  "lowercase": "One lowercase letter",
96
96
  "digit": "One number",
97
97
  "symbol": "One symbol",
98
+ "noSpaces": "No spaces",
98
99
  "met": "met",
99
100
  "unmet": "not yet met"
100
101
  }
@@ -164,6 +165,9 @@
164
165
  "popularCountries": "Popular",
165
166
  "allCountries": "All countries"
166
167
  },
168
+ "email": {
169
+ "invalid": "Invalid email"
170
+ },
167
171
  "colorPicker": {
168
172
  "hex": "Hex",
169
173
  "hue": "Hue",
@@ -88,6 +88,7 @@
88
88
  "lowercase": "Una lettera minuscola",
89
89
  "digit": "Un numero",
90
90
  "symbol": "Un simbolo",
91
+ "noSpaces": "Nessuno spazio",
91
92
  "met": "soddisfatto",
92
93
  "unmet": "non ancora soddisfatto"
93
94
  }
@@ -157,6 +158,9 @@
157
158
  "popularCountries": "Più usati",
158
159
  "allCountries": "Tutti i paesi"
159
160
  },
161
+ "email": {
162
+ "invalid": "Indirizzo email non valido"
163
+ },
160
164
  "colorPicker": {
161
165
  "hex": "Hex",
162
166
  "hue": "Tonalità",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfadocs/ui-kit",
3
- "version": "0.18.2",
3
+ "version": "0.19.0",
4
4
  "type": "module",
5
5
  "description": "AlfaDocs shared design system — tokens, components, patterns, and translations for platform, booking, and alfascribe.",
6
6
  "license": "BUSL-1.1",
@@ -187,6 +187,10 @@
187
187
  "types": "./dist/components/dropdown-menu/index.d.ts",
188
188
  "import": "./dist/components/dropdown-menu/index.js"
189
189
  },
190
+ "./email-input": {
191
+ "types": "./dist/components/email-input/index.d.ts",
192
+ "import": "./dist/components/email-input/index.js"
193
+ },
190
194
  "./empty-state": {
191
195
  "types": "./dist/components/empty-state/index.d.ts",
192
196
  "import": "./dist/components/empty-state/index.js"
@@ -690,7 +694,8 @@
690
694
  "react-day-picker": "^9.7.0",
691
695
  "react-dropzone": "^15.0.0",
692
696
  "sonner": "^2.0.7",
693
- "tw-animate-css": "^1.4.0"
697
+ "tw-animate-css": "^1.4.0",
698
+ "validator": "^13.15.35"
694
699
  },
695
700
  "devDependencies": {
696
701
  "@chromatic-com/storybook": "^5.1.2",
@@ -727,6 +732,7 @@
727
732
  "@types/google.maps": "^3.58.1",
728
733
  "@types/react": "^18.3.28",
729
734
  "@types/react-dom": "^18.3.7",
735
+ "@types/validator": "^13.15.10",
730
736
  "@vis.gl/react-google-maps": "^1.5.5",
731
737
  "@vitejs/plugin-react": "^4.7.0",
732
738
  "@vitest/browser-playwright": "^4.1.4",