@svadmin/create 0.17.0 → 0.18.1

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.
@@ -156,6 +156,10 @@ Use Inter or the consumer's compatible system sans. Product pages use compact
156
156
  headings and normal letter spacing. Uppercase table labels, negative tracking,
157
157
  and oversized dashboard numerals are not defaults.
158
158
 
159
+ - **Tabular Figures**: All data tables, numeric metrics, counters, and
160
+ timestamps use `tabular-nums` (monospaced figures) to guarantee stable column
161
+ alignment and avoid visual jitter during live updates.
162
+
159
163
  ## Layout
160
164
 
161
165
  Use an 8px spacing rhythm with 4px for tight internal alignment. Pages are
@@ -211,6 +215,12 @@ Transitions provide clear state confirmation without delaying user action:
211
215
  ring and a 2px offset.
212
216
  - **Accessibility**: All transitions and keyframe animations collapse to 0.01ms
213
217
  when `prefers-reduced-motion: reduce` is active.
218
+ - **Accessible Authentication & OTP**: One-time passwords, 2FA codes, and
219
+ security tokens must support multi-digit paste distribution, keyboard navigation,
220
+ and `autocomplete="one-time-code"` without cognitive barriers (WCAG 2.2 AA).
221
+ - **Destructive Action Defenses**: Irreversible operations (such as deleting
222
+ records or revoking keys) require confirmation with clear loading states and
223
+ accidental submission defense.
214
224
 
215
225
  ### Reference responsibilities
216
226
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@svadmin/create",
3
- "version": "0.17.0",
3
+ "version": "0.18.1",
4
4
  "description": "Scaffolding tool for svadmin projects",
5
5
  "type": "module",
6
6
  "bin": {
@@ -10,8 +10,8 @@
10
10
  "check": "svelte-check --tsconfig ./tsconfig.json"
11
11
  },
12
12
  "dependencies": {
13
- "@svadmin/core": "^0.42.0",
14
- "@svadmin/ui": "^0.59.0",
13
+ "@svadmin/core": "^0.42.1",
14
+ "@svadmin/ui": "^0.60.1",
15
15
  "@tanstack/svelte-query": "^6.1.38",
16
16
  "highlight.js": "^11.11.1",
17
17
  "@lucide/svelte": "^1.31.0"
@@ -32,16 +32,16 @@
32
32
  "@refinedev/core": "^5.0.12"
33
33
  },
34
34
  "simple-rest": {
35
- "@svadmin/simple-rest": "^0.9.14",
35
+ "@svadmin/simple-rest": "^0.9.15",
36
36
  "@refinedev/simple-rest": "^6.0.1"
37
37
  },
38
38
  "supabase": {
39
- "@svadmin/supabase": "^0.12.2",
39
+ "@svadmin/supabase": "^0.12.3",
40
40
  "@supabase/supabase-js": "^2.112.3",
41
41
  "@refinedev/supabase": "^6.0.2"
42
42
  },
43
43
  "graphql": {
44
- "@svadmin/graphql": "^0.9.14",
44
+ "@svadmin/graphql": "^0.9.15",
45
45
  "@refinedev/graphql": "^8.0.1",
46
46
  "graphql-request": "^7.4.0",
47
47
  "graphql": "^16.8.0"