@ayasofyazilim/ui 0.0.8 → 0.0.10

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.
@@ -0,0 +1,159 @@
1
+ [
2
+ "gmail.com",
3
+ "outlook.com",
4
+ "hotmail.com",
5
+ "icloud.com",
6
+ "yahoo.com",
7
+ "aol.com",
8
+ "att.net",
9
+ "comcast.net",
10
+ "facebook.com",
11
+ "gmx.com",
12
+ "googlemail.com",
13
+ "google.com",
14
+ "hotmail.co.uk",
15
+ "mac.com",
16
+ "me.com",
17
+ "mail.com",
18
+ "msn.com",
19
+ "live.com",
20
+ "sbcglobal.net",
21
+ "verizon.net",
22
+ "yahoo.co.uk",
23
+ "email.com",
24
+ "fastmail.fm",
25
+ "games.com",
26
+ "gmx.net",
27
+ "hush.com",
28
+ "hushmail.com",
29
+ "iname.com",
30
+ "inbox.com",
31
+ "lavabit.com",
32
+ "love.com",
33
+ "pobox.com",
34
+ "protonmail.ch",
35
+ "protonmail.com",
36
+ "tutanota.de",
37
+ "tutanota.com",
38
+ "tutamail.com",
39
+ "tuta.io",
40
+ "keemail.me",
41
+ "rocketmail.com",
42
+ "safe-mail.net",
43
+ "wow.com",
44
+ "ygm.com",
45
+ "ymail.com",
46
+ "zoho.com",
47
+ "bellsouth.net",
48
+ "charter.net",
49
+ "cox.net",
50
+ "earthlink.net",
51
+ "juno.com",
52
+ "btinternet.com",
53
+ "virginmedia.com",
54
+ "blueyonder.co.uk",
55
+ "live.co.uk",
56
+ "ntlworld.com",
57
+ "orange.net",
58
+ "sky.com",
59
+ "talktalk.co.uk",
60
+ "tiscali.co.uk",
61
+ "virgin.net",
62
+ "bt.com",
63
+ "sina.com",
64
+ "sina.cn",
65
+ "qq.com",
66
+ "naver.com",
67
+ "hanmail.net",
68
+ "daum.net",
69
+ "nate.com",
70
+ "yahoo.co.jp",
71
+ "yahoo.co.kr",
72
+ "yahoo.co.id",
73
+ "yahoo.co.in",
74
+ "yahoo.com.sg",
75
+ "yahoo.com.ph",
76
+ "163.com",
77
+ "yeah.net",
78
+ "126.com",
79
+ "21cn.com",
80
+ "aliyun.com",
81
+ "foxmail.com",
82
+ "hotmail.fr",
83
+ "live.fr",
84
+ "laposte.net",
85
+ "yahoo.fr",
86
+ "wanadoo.fr",
87
+ "orange.fr",
88
+ "gmx.fr",
89
+ "sfr.fr",
90
+ "neuf.fr",
91
+ "free.fr",
92
+ "gmx.de",
93
+ "hotmail.de",
94
+ "live.de",
95
+ "online.de",
96
+ "t-online.de",
97
+ "web.de",
98
+ "yahoo.de",
99
+ "libero.it",
100
+ "virgilio.it",
101
+ "hotmail.it",
102
+ "aol.it",
103
+ "tiscali.it",
104
+ "alice.it",
105
+ "live.it",
106
+ "yahoo.it",
107
+ "email.it",
108
+ "tin.it",
109
+ "poste.it",
110
+ "teletu.it",
111
+ "bk.ru",
112
+ "inbox.ru",
113
+ "list.ru",
114
+ "mail.ru",
115
+ "rambler.ru",
116
+ "yandex.by",
117
+ "yandex.com",
118
+ "yandex.kz",
119
+ "yandex.ru",
120
+ "yandex.ua",
121
+ "ya.ru",
122
+ "hotmail.be",
123
+ "live.be",
124
+ "skynet.be",
125
+ "voo.be",
126
+ "tvcablenet.be",
127
+ "telenet.be",
128
+ "hotmail.com.ar",
129
+ "live.com.ar",
130
+ "yahoo.com.ar",
131
+ "fibertel.com.ar",
132
+ "speedy.com.ar",
133
+ "arnet.com.ar",
134
+ "yahoo.com.mx",
135
+ "live.com.mx",
136
+ "hotmail.es",
137
+ "hotmail.com.mx",
138
+ "prodigy.net.mx",
139
+ "yahoo.ca",
140
+ "hotmail.ca",
141
+ "bell.net",
142
+ "shaw.ca",
143
+ "sympatico.ca",
144
+ "rogers.com",
145
+ "yahoo.com.br",
146
+ "hotmail.com.br",
147
+ "outlook.com.br",
148
+ "uol.com.br",
149
+ "bol.com.br",
150
+ "terra.com.br",
151
+ "ig.com.br",
152
+ "r7.com",
153
+ "zipmail.com.br",
154
+ "globo.com",
155
+ "globomail.com",
156
+ "oi.com.br",
157
+ "unirefund.com",
158
+ "clomerce.com"
159
+ ]
@@ -0,0 +1,57 @@
1
+ * {
2
+ scroll-behavior: smooth;
3
+ }
4
+
5
+ .no-visible-scrollbar {
6
+ scrollbar-width: none;
7
+ -ms-overflow-style: none;
8
+ -webkit-overflow-scrolling: touch;
9
+ }
10
+
11
+ .no-visible-scrollbar::-webkit-scrollbar {
12
+ display: none;
13
+ }
14
+ body {
15
+ height: 100%;
16
+ }
17
+
18
+ *:has(> .form-ready-component) {
19
+ overflow: hidden;
20
+ }
21
+ .hide-password-toggle::-ms-reveal,
22
+ .hide-password-toggle::-ms-clear {
23
+ visibility: hidden;
24
+ pointer-events: none;
25
+ display: none;
26
+ }
27
+
28
+ .loading-stroke path {
29
+ stroke-width: 1;
30
+ animation: loadingStroke 4s infinite;
31
+ }
32
+
33
+ @keyframes loadingStroke {
34
+ 0% {
35
+ stroke-dasharray: 360px, 0px;
36
+ stroke-dashoffset: 460px;
37
+ }
38
+
39
+ 50% {
40
+ stroke-dasharray: 360px, 100px;
41
+ }
42
+
43
+ 100% {
44
+ stroke-dasharray: 360px, 0px;
45
+ }
46
+ }
47
+ .loading-text {
48
+ --ch-size: 1ch;
49
+ clip-path: inset(0 var(--ch-size) 0 0);
50
+ animation: l 2s steps(4, jump-none) infinite;
51
+ }
52
+
53
+ @keyframes l {
54
+ to {
55
+ clip-path: inset(0);
56
+ }
57
+ }
@@ -0,0 +1,130 @@
1
+ @import "tailwindcss";
2
+ @import "./core.css";
3
+ @source "../../../../packages/ui/**/*.{ts,tsx}";
4
+ @source "../**/*.{ts,tsx}";
5
+
6
+ @import "tw-animate-css";
7
+
8
+ @custom-variant dark (&:is(.dark *));
9
+
10
+ :root {
11
+ --radius: 0.65rem;
12
+ --background: oklch(1 0 0);
13
+ --foreground: oklch(0.145 0 0);
14
+ --card: oklch(1 0 0);
15
+ --card-foreground: oklch(0.145 0 0);
16
+ --popover: oklch(1 0 0);
17
+ --popover-foreground: oklch(0.145 0 0);
18
+ --primary: oklch(0.205 0 0);
19
+ --primary-foreground: oklch(0.985 0 0);
20
+ --secondary: oklch(0.97 0 0);
21
+ --secondary-foreground: oklch(0.205 0 0);
22
+ --muted: oklch(0.97 0 0);
23
+ --muted-foreground: oklch(0.556 0 0);
24
+ --accent: oklch(0.97 0 0);
25
+ --accent-foreground: oklch(0.205 0 0);
26
+ --destructive: oklch(0.577 0.245 27.325);
27
+ --border: oklch(0.922 0 0);
28
+ --input: oklch(0.922 0 0);
29
+ --ring: oklch(0.708 0 0);
30
+ --chart-1: oklch(0.646 0.222 41.116);
31
+ --chart-2: oklch(0.6 0.118 184.704);
32
+ --chart-3: oklch(0.398 0.07 227.392);
33
+ --chart-4: oklch(0.828 0.189 84.429);
34
+ --chart-5: oklch(0.769 0.188 70.08);
35
+ --radius: 0.625rem;
36
+ --sidebar: oklch(0.985 0 0);
37
+ --sidebar-foreground: oklch(0.145 0 0);
38
+ --sidebar-primary: oklch(0.205 0 0);
39
+ --sidebar-primary-foreground: oklch(0.985 0 0);
40
+ --sidebar-accent: oklch(0.97 0 0);
41
+ --sidebar-accent-foreground: oklch(0.205 0 0);
42
+ --sidebar-border: oklch(0.922 0 0);
43
+ --sidebar-ring: oklch(0.708 0 0);
44
+ }
45
+
46
+ .dark {
47
+ --background: oklch(0.145 0 0);
48
+ --foreground: oklch(0.985 0 0);
49
+ --card: oklch(0.205 0 0);
50
+ --card-foreground: oklch(0.985 0 0);
51
+ --popover: oklch(0.205 0 0);
52
+ --popover-foreground: oklch(0.985 0 0);
53
+ --primary: oklch(0.922 0 0);
54
+ --primary-foreground: oklch(0.205 0 0);
55
+ --secondary: oklch(0.269 0 0);
56
+ --secondary-foreground: oklch(0.985 0 0);
57
+ --muted: oklch(0.269 0 0);
58
+ --muted-foreground: oklch(0.708 0 0);
59
+ --accent: oklch(0.269 0 0);
60
+ --accent-foreground: oklch(0.985 0 0);
61
+ --destructive: oklch(0.704 0.191 22.216);
62
+ --border: oklch(1 0 0 / 10%);
63
+ --input: oklch(1 0 0 / 15%);
64
+ --ring: oklch(0.556 0 0);
65
+ --chart-1: oklch(0.488 0.243 264.376);
66
+ --chart-2: oklch(0.696 0.17 162.48);
67
+ --chart-3: oklch(0.769 0.188 70.08);
68
+ --chart-4: oklch(0.627 0.265 303.9);
69
+ --chart-5: oklch(0.645 0.246 16.439);
70
+ --sidebar: oklch(0.205 0 0);
71
+ --sidebar-foreground: oklch(0.985 0 0);
72
+ --sidebar-primary: oklch(0.488 0.243 264.376);
73
+ --sidebar-primary-foreground: oklch(0.985 0 0);
74
+ --sidebar-accent: oklch(0.269 0 0);
75
+ --sidebar-accent-foreground: oklch(0.985 0 0);
76
+ --sidebar-border: oklch(1 0 0 / 10%);
77
+ --sidebar-ring: oklch(0.556 0 0);
78
+ }
79
+
80
+ @theme inline {
81
+ --color-background: var(--background);
82
+ --color-foreground: var(--foreground);
83
+ --color-card: var(--card);
84
+ --color-card-foreground: var(--card-foreground);
85
+ --color-popover: var(--popover);
86
+ --color-popover-foreground: var(--popover-foreground);
87
+ --color-primary: var(--primary);
88
+ --color-primary-foreground: var(--primary-foreground);
89
+ --color-secondary: var(--secondary);
90
+ --color-secondary-foreground: var(--secondary-foreground);
91
+ --color-muted: var(--muted);
92
+ --color-muted-foreground: var(--muted-foreground);
93
+ --color-accent: var(--accent);
94
+ --color-accent-foreground: var(--accent-foreground);
95
+ --color-destructive: var(--destructive);
96
+ --color-destructive-foreground: var(--destructive-foreground);
97
+ --color-border: var(--border);
98
+ --color-input: var(--input);
99
+ --color-ring: var(--ring);
100
+ --color-chart-1: var(--chart-1);
101
+ --color-chart-2: var(--chart-2);
102
+ --color-chart-3: var(--chart-3);
103
+ --color-chart-4: var(--chart-4);
104
+ --color-chart-5: var(--chart-5);
105
+ --radius-sm: calc(var(--radius) - 4px);
106
+ --radius-md: calc(var(--radius) - 2px);
107
+ --radius-lg: var(--radius);
108
+ --radius-xl: calc(var(--radius) + 4px);
109
+ --color-sidebar: var(--sidebar);
110
+ --color-sidebar-foreground: var(--sidebar-foreground);
111
+ --color-sidebar-primary: var(--sidebar-primary);
112
+ --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
113
+ --color-sidebar-accent: var(--sidebar-accent);
114
+ --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
115
+ --color-sidebar-border: var(--sidebar-border);
116
+ --color-sidebar-ring: var(--sidebar-ring);
117
+ }
118
+
119
+ @layer base {
120
+ * {
121
+ @apply border-border outline-ring/50;
122
+ }
123
+ body {
124
+ @apply bg-background text-foreground;
125
+ }
126
+
127
+ :where(button, [role="button"]):not([disabled]) {
128
+ cursor: pointer;
129
+ }
130
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ayasofyazilim/ui",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -124,108 +124,78 @@
124
124
  "./postcss.config": "./postcss.config.mjs",
125
125
  "./lib/*": {
126
126
  "types": "./src/lib/*.ts",
127
- "default": [
128
- "./dist/lib/*.js",
129
- "./src/lib/*.ts"
130
- ]
127
+ "import": "./dist/lib/*.js",
128
+ "default": "./dist/lib/*.js"
131
129
  },
132
130
  "./components/*": {
133
131
  "types": "./src/components/*.tsx",
134
- "default": [
135
- "./dist/components/*.js",
136
- "./src/components/*.tsx"
137
- ]
132
+ "import": "./dist/components/*.js",
133
+ "default": "./dist/components/*.js"
138
134
  },
139
135
  "./aria/*": {
140
136
  "types": "./src/aria/*.tsx",
141
- "default": [
142
- "./dist/aria/*.js",
143
- "./src/aria/*.tsx"
144
- ]
137
+ "import": "./dist/aria/*.js",
138
+ "default": "./dist/aria/*.js"
145
139
  },
146
140
  "./custom/schema-form": {
147
141
  "types": "./src/custom/schema-form/index.tsx",
148
- "default": [
149
- "./dist/custom/schema-form/index.js",
150
- "./src/custom/schema-form/index.tsx"
151
- ]
142
+ "import": "./dist/custom/schema-form/index.js",
143
+ "default": "./dist/custom/schema-form/index.js"
152
144
  },
153
145
  "./custom/master-data-grid": {
154
146
  "types": "./src/custom/master-data-grid/index.ts",
155
- "default": [
156
- "./dist/custom/master-data-grid/index.js",
157
- "./src/custom/master-data-grid/index.ts"
158
- ]
147
+ "import": "./dist/custom/master-data-grid/index.js",
148
+ "default": "./dist/custom/master-data-grid/index.js"
159
149
  },
160
150
  "./custom/filter-component": {
161
151
  "types": "./src/custom/filter-component/index.tsx",
162
- "default": [
163
- "./dist/custom/filter-component/index.js",
164
- "./src/custom/filter-component/index.tsx"
165
- ]
152
+ "import": "./dist/custom/filter-component/index.js",
153
+ "default": "./dist/custom/filter-component/index.js"
166
154
  },
167
155
  "./custom/tanstack-table": {
168
156
  "types": "./src/custom/tanstack-table/index.tsx",
169
- "default": [
170
- "./dist/custom/tanstack-table/index.js",
171
- "./src/custom/tanstack-table/index.tsx"
172
- ]
157
+ "import": "./dist/custom/tanstack-table/index.js",
158
+ "default": "./dist/custom/tanstack-table/index.js"
173
159
  },
174
160
  "./custom/tscanify": {
175
161
  "types": "./src/custom/tscanify/index.ts",
176
- "default": [
177
- "./dist/custom/tscanify/index.js",
178
- "./src/custom/tscanify/index.ts"
179
- ]
162
+ "import": "./dist/custom/tscanify/index.js",
163
+ "default": "./dist/custom/tscanify/index.js"
180
164
  },
181
165
  "./custom/email-input": {
182
166
  "types": "./src/custom/email-input/index.tsx",
183
- "default": [
184
- "./dist/custom/email-input/index.js",
185
- "./src/custom/email-input/index.tsx"
186
- ]
167
+ "import": "./dist/custom/email-input/index.js",
168
+ "default": "./dist/custom/email-input/index.js"
187
169
  },
188
170
  "./custom/document-viewer": {
189
171
  "types": "./src/custom/document-viewer/index.tsx",
190
- "default": [
191
- "./dist/custom/document-viewer/index.js",
192
- "./src/custom/document-viewer/index.tsx"
193
- ]
172
+ "import": "./dist/custom/document-viewer/index.js",
173
+ "default": "./dist/custom/document-viewer/index.js"
194
174
  },
195
175
  "./custom/document-scanner": {
196
176
  "types": "./src/custom/document-scanner/index.tsx",
197
- "default": [
198
- "./dist/custom/document-scanner/index.js",
199
- "./src/custom/document-scanner/index.tsx"
200
- ]
177
+ "import": "./dist/custom/document-scanner/index.js",
178
+ "default": "./dist/custom/document-scanner/index.js"
201
179
  },
202
180
  "./custom/charts": {
203
181
  "types": "./src/custom/charts/index.tsx",
204
- "default": [
205
- "./dist/custom/charts/index.js",
206
- "./src/custom/charts/index.tsx"
207
- ]
182
+ "import": "./dist/custom/charts/index.js",
183
+ "default": "./dist/custom/charts/index.js"
208
184
  },
209
185
  "./custom/date-picker": {
210
186
  "types": "./src/custom/date-picker/index.tsx",
211
- "default": [
212
- "./dist/custom/date-picker/index.js",
213
- "./src/custom/date-picker/index.tsx"
214
- ]
187
+ "import": "./dist/custom/date-picker/index.js",
188
+ "default": "./dist/custom/date-picker/index.js"
215
189
  },
216
190
  "./custom/*": {
217
191
  "types": "./src/custom/*.tsx",
218
- "default": [
219
- "./dist/custom/*.js",
220
- "./src/custom/*.tsx"
221
- ]
192
+ "import": "./dist/custom/*.js",
193
+ "default": "./dist/custom/*.js"
222
194
  },
223
195
  "./hooks/*": {
224
196
  "types": "./src/hooks/*.ts",
225
- "default": [
226
- "./dist/hooks/*.js",
227
- "./src/hooks/*.ts"
228
- ]
197
+ "import": "./dist/hooks/*.js",
198
+ "default": "./dist/hooks/*.js"
229
199
  }
230
200
  },
231
201
  "typesVersions": {