radiant-docs 0.1.59 → 0.1.60
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.
- package/package.json +1 -1
- package/template/astro.config.mjs +24 -2
- package/template/package-lock.json +121 -508
- package/template/package.json +3 -2
- package/template/scripts/generate-og-images.mjs +338 -6
- package/template/scripts/generate-og-metadata.mjs +29 -0
- package/template/src/components/Footer.astro +1 -1
- package/template/src/components/Header.astro +3 -10
- package/template/src/components/OpenApiPage.astro +20 -830
- package/template/src/components/SidebarGroup.astro +1 -1
- package/template/src/components/ThemeSwitcher.astro +5 -15
- package/template/src/components/endpoint/PlaygroundField.astro +1 -1
- package/template/src/components/endpoint/PlaygroundForm.astro +8 -4
- package/template/src/layouts/Layout.astro +6 -12
- package/template/src/lib/ai-artifacts.ts +792 -0
- package/template/src/lib/mdx/remark-resolve-internal-links.ts +22 -8
- package/template/src/lib/oas.ts +5 -1
- package/template/src/lib/openapi/operation-doc.ts +1150 -0
- package/template/src/lib/page-description.ts +20 -0
- package/template/src/lib/routes.ts +73 -18
- package/template/src/pages/[...slug]/index.md.ts +35 -0
- package/template/src/pages/[...spec].json.ts +33 -0
- package/template/src/pages/[...spec].yaml.ts +33 -0
- package/template/src/pages/[...spec].yml.ts +33 -0
- package/template/src/pages/index.md.ts +17 -0
- package/template/src/pages/llms-full.txt.ts +11 -0
- package/template/src/pages/llms.txt.ts +11 -0
- package/template/src/styles/global.css +18 -15
- package/template/src/styles/vaul.css +0 -255
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
"alpinejs": "^3.15.2",
|
|
44
44
|
"astro": "^5.16.4",
|
|
45
45
|
"astro-icon": "^1.1.5",
|
|
46
|
+
"fontkit": "^2.0.4",
|
|
46
47
|
"fs-extra": "^11.3.3",
|
|
47
48
|
"mdast-util-gfm": "^3.1.0",
|
|
48
49
|
"micromark-extension-gfm": "^3.0.0",
|
|
@@ -52,13 +53,13 @@
|
|
|
52
53
|
"preact": "^10.29.0",
|
|
53
54
|
"prism-themes": "^1.9.0",
|
|
54
55
|
"prismjs": "^1.30.0",
|
|
55
|
-
"radiant-docs-validator": "^0.1.
|
|
56
|
+
"radiant-docs-validator": "^0.1.20",
|
|
56
57
|
"rehype-autolink-headings": "^7.1.0",
|
|
57
58
|
"rehype-slug": "^6.0.0",
|
|
58
59
|
"remark-gfm": "^4.0.1",
|
|
59
60
|
"simple-git": "^3.30.0",
|
|
60
61
|
"tailwindcss": "^4.2.2",
|
|
61
|
-
"
|
|
62
|
+
"wawoff2": "^2.0.1",
|
|
62
63
|
"yaml": "^2.8.2",
|
|
63
64
|
"zod": "^3.25.76"
|
|
64
65
|
},
|
|
@@ -3049,337 +3050,6 @@
|
|
|
3049
3050
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
3050
3051
|
}
|
|
3051
3052
|
},
|
|
3052
|
-
"node_modules/@radix-ui/primitive": {
|
|
3053
|
-
"version": "1.1.3",
|
|
3054
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.3.tgz",
|
|
3055
|
-
"integrity": "sha512-JTF99U/6XIjCBo0wqkU5sK10glYe27MRRsfwoiq5zzOEZLHU3A3KCMa5X/azekYRCJ0HlwI0crAXS/5dEHTzDg==",
|
|
3056
|
-
"license": "MIT"
|
|
3057
|
-
},
|
|
3058
|
-
"node_modules/@radix-ui/react-compose-refs": {
|
|
3059
|
-
"version": "1.1.2",
|
|
3060
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.2.tgz",
|
|
3061
|
-
"integrity": "sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==",
|
|
3062
|
-
"license": "MIT",
|
|
3063
|
-
"peerDependencies": {
|
|
3064
|
-
"@types/react": "*",
|
|
3065
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
3066
|
-
},
|
|
3067
|
-
"peerDependenciesMeta": {
|
|
3068
|
-
"@types/react": {
|
|
3069
|
-
"optional": true
|
|
3070
|
-
}
|
|
3071
|
-
}
|
|
3072
|
-
},
|
|
3073
|
-
"node_modules/@radix-ui/react-context": {
|
|
3074
|
-
"version": "1.1.2",
|
|
3075
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.2.tgz",
|
|
3076
|
-
"integrity": "sha512-jCi/QKUM2r1Ju5a3J64TH2A5SpKAgh0LpknyqdQ4m6DCV0xJ2HG1xARRwNGPQfi1SLdLWZ1OJz6F4OMBBNiGJA==",
|
|
3077
|
-
"license": "MIT",
|
|
3078
|
-
"peerDependencies": {
|
|
3079
|
-
"@types/react": "*",
|
|
3080
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
3081
|
-
},
|
|
3082
|
-
"peerDependenciesMeta": {
|
|
3083
|
-
"@types/react": {
|
|
3084
|
-
"optional": true
|
|
3085
|
-
}
|
|
3086
|
-
}
|
|
3087
|
-
},
|
|
3088
|
-
"node_modules/@radix-ui/react-dialog": {
|
|
3089
|
-
"version": "1.1.15",
|
|
3090
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-dialog/-/react-dialog-1.1.15.tgz",
|
|
3091
|
-
"integrity": "sha512-TCglVRtzlffRNxRMEyR36DGBLJpeusFcgMVD9PZEzAKnUs1lKCgX5u9BmC2Yg+LL9MgZDugFFs1Vl+Jp4t/PGw==",
|
|
3092
|
-
"license": "MIT",
|
|
3093
|
-
"dependencies": {
|
|
3094
|
-
"@radix-ui/primitive": "1.1.3",
|
|
3095
|
-
"@radix-ui/react-compose-refs": "1.1.2",
|
|
3096
|
-
"@radix-ui/react-context": "1.1.2",
|
|
3097
|
-
"@radix-ui/react-dismissable-layer": "1.1.11",
|
|
3098
|
-
"@radix-ui/react-focus-guards": "1.1.3",
|
|
3099
|
-
"@radix-ui/react-focus-scope": "1.1.7",
|
|
3100
|
-
"@radix-ui/react-id": "1.1.1",
|
|
3101
|
-
"@radix-ui/react-portal": "1.1.9",
|
|
3102
|
-
"@radix-ui/react-presence": "1.1.5",
|
|
3103
|
-
"@radix-ui/react-primitive": "2.1.3",
|
|
3104
|
-
"@radix-ui/react-slot": "1.2.3",
|
|
3105
|
-
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
3106
|
-
"aria-hidden": "^1.2.4",
|
|
3107
|
-
"react-remove-scroll": "^2.6.3"
|
|
3108
|
-
},
|
|
3109
|
-
"peerDependencies": {
|
|
3110
|
-
"@types/react": "*",
|
|
3111
|
-
"@types/react-dom": "*",
|
|
3112
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
3113
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
3114
|
-
},
|
|
3115
|
-
"peerDependenciesMeta": {
|
|
3116
|
-
"@types/react": {
|
|
3117
|
-
"optional": true
|
|
3118
|
-
},
|
|
3119
|
-
"@types/react-dom": {
|
|
3120
|
-
"optional": true
|
|
3121
|
-
}
|
|
3122
|
-
}
|
|
3123
|
-
},
|
|
3124
|
-
"node_modules/@radix-ui/react-dismissable-layer": {
|
|
3125
|
-
"version": "1.1.11",
|
|
3126
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.11.tgz",
|
|
3127
|
-
"integrity": "sha512-Nqcp+t5cTB8BinFkZgXiMJniQH0PsUt2k51FUhbdfeKvc4ACcG2uQniY/8+h1Yv6Kza4Q7lD7PQV0z0oicE0Mg==",
|
|
3128
|
-
"license": "MIT",
|
|
3129
|
-
"dependencies": {
|
|
3130
|
-
"@radix-ui/primitive": "1.1.3",
|
|
3131
|
-
"@radix-ui/react-compose-refs": "1.1.2",
|
|
3132
|
-
"@radix-ui/react-primitive": "2.1.3",
|
|
3133
|
-
"@radix-ui/react-use-callback-ref": "1.1.1",
|
|
3134
|
-
"@radix-ui/react-use-escape-keydown": "1.1.1"
|
|
3135
|
-
},
|
|
3136
|
-
"peerDependencies": {
|
|
3137
|
-
"@types/react": "*",
|
|
3138
|
-
"@types/react-dom": "*",
|
|
3139
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
3140
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
3141
|
-
},
|
|
3142
|
-
"peerDependenciesMeta": {
|
|
3143
|
-
"@types/react": {
|
|
3144
|
-
"optional": true
|
|
3145
|
-
},
|
|
3146
|
-
"@types/react-dom": {
|
|
3147
|
-
"optional": true
|
|
3148
|
-
}
|
|
3149
|
-
}
|
|
3150
|
-
},
|
|
3151
|
-
"node_modules/@radix-ui/react-focus-guards": {
|
|
3152
|
-
"version": "1.1.3",
|
|
3153
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-focus-guards/-/react-focus-guards-1.1.3.tgz",
|
|
3154
|
-
"integrity": "sha512-0rFg/Rj2Q62NCm62jZw0QX7a3sz6QCQU0LpZdNrJX8byRGaGVTqbrW9jAoIAHyMQqsNpeZ81YgSizOt5WXq0Pw==",
|
|
3155
|
-
"license": "MIT",
|
|
3156
|
-
"peerDependencies": {
|
|
3157
|
-
"@types/react": "*",
|
|
3158
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
3159
|
-
},
|
|
3160
|
-
"peerDependenciesMeta": {
|
|
3161
|
-
"@types/react": {
|
|
3162
|
-
"optional": true
|
|
3163
|
-
}
|
|
3164
|
-
}
|
|
3165
|
-
},
|
|
3166
|
-
"node_modules/@radix-ui/react-focus-scope": {
|
|
3167
|
-
"version": "1.1.7",
|
|
3168
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.1.7.tgz",
|
|
3169
|
-
"integrity": "sha512-t2ODlkXBQyn7jkl6TNaw/MtVEVvIGelJDCG41Okq/KwUsJBwQ4XVZsHAVUkK4mBv3ewiAS3PGuUWuY2BoK4ZUw==",
|
|
3170
|
-
"license": "MIT",
|
|
3171
|
-
"dependencies": {
|
|
3172
|
-
"@radix-ui/react-compose-refs": "1.1.2",
|
|
3173
|
-
"@radix-ui/react-primitive": "2.1.3",
|
|
3174
|
-
"@radix-ui/react-use-callback-ref": "1.1.1"
|
|
3175
|
-
},
|
|
3176
|
-
"peerDependencies": {
|
|
3177
|
-
"@types/react": "*",
|
|
3178
|
-
"@types/react-dom": "*",
|
|
3179
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
3180
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
3181
|
-
},
|
|
3182
|
-
"peerDependenciesMeta": {
|
|
3183
|
-
"@types/react": {
|
|
3184
|
-
"optional": true
|
|
3185
|
-
},
|
|
3186
|
-
"@types/react-dom": {
|
|
3187
|
-
"optional": true
|
|
3188
|
-
}
|
|
3189
|
-
}
|
|
3190
|
-
},
|
|
3191
|
-
"node_modules/@radix-ui/react-id": {
|
|
3192
|
-
"version": "1.1.1",
|
|
3193
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.1.tgz",
|
|
3194
|
-
"integrity": "sha512-kGkGegYIdQsOb4XjsfM97rXsiHaBwco+hFI66oO4s9LU+PLAC5oJ7khdOVFxkhsmlbpUqDAvXw11CluXP+jkHg==",
|
|
3195
|
-
"license": "MIT",
|
|
3196
|
-
"dependencies": {
|
|
3197
|
-
"@radix-ui/react-use-layout-effect": "1.1.1"
|
|
3198
|
-
},
|
|
3199
|
-
"peerDependencies": {
|
|
3200
|
-
"@types/react": "*",
|
|
3201
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
3202
|
-
},
|
|
3203
|
-
"peerDependenciesMeta": {
|
|
3204
|
-
"@types/react": {
|
|
3205
|
-
"optional": true
|
|
3206
|
-
}
|
|
3207
|
-
}
|
|
3208
|
-
},
|
|
3209
|
-
"node_modules/@radix-ui/react-portal": {
|
|
3210
|
-
"version": "1.1.9",
|
|
3211
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.1.9.tgz",
|
|
3212
|
-
"integrity": "sha512-bpIxvq03if6UNwXZ+HTK71JLh4APvnXntDc6XOX8UVq4XQOVl7lwok0AvIl+b8zgCw3fSaVTZMpAPPagXbKmHQ==",
|
|
3213
|
-
"license": "MIT",
|
|
3214
|
-
"dependencies": {
|
|
3215
|
-
"@radix-ui/react-primitive": "2.1.3",
|
|
3216
|
-
"@radix-ui/react-use-layout-effect": "1.1.1"
|
|
3217
|
-
},
|
|
3218
|
-
"peerDependencies": {
|
|
3219
|
-
"@types/react": "*",
|
|
3220
|
-
"@types/react-dom": "*",
|
|
3221
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
3222
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
3223
|
-
},
|
|
3224
|
-
"peerDependenciesMeta": {
|
|
3225
|
-
"@types/react": {
|
|
3226
|
-
"optional": true
|
|
3227
|
-
},
|
|
3228
|
-
"@types/react-dom": {
|
|
3229
|
-
"optional": true
|
|
3230
|
-
}
|
|
3231
|
-
}
|
|
3232
|
-
},
|
|
3233
|
-
"node_modules/@radix-ui/react-presence": {
|
|
3234
|
-
"version": "1.1.5",
|
|
3235
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.1.5.tgz",
|
|
3236
|
-
"integrity": "sha512-/jfEwNDdQVBCNvjkGit4h6pMOzq8bHkopq458dPt2lMjx+eBQUohZNG9A7DtO/O5ukSbxuaNGXMjHicgwy6rQQ==",
|
|
3237
|
-
"license": "MIT",
|
|
3238
|
-
"dependencies": {
|
|
3239
|
-
"@radix-ui/react-compose-refs": "1.1.2",
|
|
3240
|
-
"@radix-ui/react-use-layout-effect": "1.1.1"
|
|
3241
|
-
},
|
|
3242
|
-
"peerDependencies": {
|
|
3243
|
-
"@types/react": "*",
|
|
3244
|
-
"@types/react-dom": "*",
|
|
3245
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
3246
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
3247
|
-
},
|
|
3248
|
-
"peerDependenciesMeta": {
|
|
3249
|
-
"@types/react": {
|
|
3250
|
-
"optional": true
|
|
3251
|
-
},
|
|
3252
|
-
"@types/react-dom": {
|
|
3253
|
-
"optional": true
|
|
3254
|
-
}
|
|
3255
|
-
}
|
|
3256
|
-
},
|
|
3257
|
-
"node_modules/@radix-ui/react-primitive": {
|
|
3258
|
-
"version": "2.1.3",
|
|
3259
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.1.3.tgz",
|
|
3260
|
-
"integrity": "sha512-m9gTwRkhy2lvCPe6QJp4d3G1TYEUHn/FzJUtq9MjH46an1wJU+GdoGC5VLof8RX8Ft/DlpshApkhswDLZzHIcQ==",
|
|
3261
|
-
"license": "MIT",
|
|
3262
|
-
"dependencies": {
|
|
3263
|
-
"@radix-ui/react-slot": "1.2.3"
|
|
3264
|
-
},
|
|
3265
|
-
"peerDependencies": {
|
|
3266
|
-
"@types/react": "*",
|
|
3267
|
-
"@types/react-dom": "*",
|
|
3268
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
3269
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
3270
|
-
},
|
|
3271
|
-
"peerDependenciesMeta": {
|
|
3272
|
-
"@types/react": {
|
|
3273
|
-
"optional": true
|
|
3274
|
-
},
|
|
3275
|
-
"@types/react-dom": {
|
|
3276
|
-
"optional": true
|
|
3277
|
-
}
|
|
3278
|
-
}
|
|
3279
|
-
},
|
|
3280
|
-
"node_modules/@radix-ui/react-slot": {
|
|
3281
|
-
"version": "1.2.3",
|
|
3282
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.3.tgz",
|
|
3283
|
-
"integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==",
|
|
3284
|
-
"license": "MIT",
|
|
3285
|
-
"dependencies": {
|
|
3286
|
-
"@radix-ui/react-compose-refs": "1.1.2"
|
|
3287
|
-
},
|
|
3288
|
-
"peerDependencies": {
|
|
3289
|
-
"@types/react": "*",
|
|
3290
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
3291
|
-
},
|
|
3292
|
-
"peerDependenciesMeta": {
|
|
3293
|
-
"@types/react": {
|
|
3294
|
-
"optional": true
|
|
3295
|
-
}
|
|
3296
|
-
}
|
|
3297
|
-
},
|
|
3298
|
-
"node_modules/@radix-ui/react-use-callback-ref": {
|
|
3299
|
-
"version": "1.1.1",
|
|
3300
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.1.tgz",
|
|
3301
|
-
"integrity": "sha512-FkBMwD+qbGQeMu1cOHnuGB6x4yzPjho8ap5WtbEJ26umhgqVXbhekKUQO+hZEL1vU92a3wHwdp0HAcqAUF5iDg==",
|
|
3302
|
-
"license": "MIT",
|
|
3303
|
-
"peerDependencies": {
|
|
3304
|
-
"@types/react": "*",
|
|
3305
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
3306
|
-
},
|
|
3307
|
-
"peerDependenciesMeta": {
|
|
3308
|
-
"@types/react": {
|
|
3309
|
-
"optional": true
|
|
3310
|
-
}
|
|
3311
|
-
}
|
|
3312
|
-
},
|
|
3313
|
-
"node_modules/@radix-ui/react-use-controllable-state": {
|
|
3314
|
-
"version": "1.2.2",
|
|
3315
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.2.2.tgz",
|
|
3316
|
-
"integrity": "sha512-BjasUjixPFdS+NKkypcyyN5Pmg83Olst0+c6vGov0diwTEo6mgdqVR6hxcEgFuh4QrAs7Rc+9KuGJ9TVCj0Zzg==",
|
|
3317
|
-
"license": "MIT",
|
|
3318
|
-
"dependencies": {
|
|
3319
|
-
"@radix-ui/react-use-effect-event": "0.0.2",
|
|
3320
|
-
"@radix-ui/react-use-layout-effect": "1.1.1"
|
|
3321
|
-
},
|
|
3322
|
-
"peerDependencies": {
|
|
3323
|
-
"@types/react": "*",
|
|
3324
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
3325
|
-
},
|
|
3326
|
-
"peerDependenciesMeta": {
|
|
3327
|
-
"@types/react": {
|
|
3328
|
-
"optional": true
|
|
3329
|
-
}
|
|
3330
|
-
}
|
|
3331
|
-
},
|
|
3332
|
-
"node_modules/@radix-ui/react-use-effect-event": {
|
|
3333
|
-
"version": "0.0.2",
|
|
3334
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-effect-event/-/react-use-effect-event-0.0.2.tgz",
|
|
3335
|
-
"integrity": "sha512-Qp8WbZOBe+blgpuUT+lw2xheLP8q0oatc9UpmiemEICxGvFLYmHm9QowVZGHtJlGbS6A6yJ3iViad/2cVjnOiA==",
|
|
3336
|
-
"license": "MIT",
|
|
3337
|
-
"dependencies": {
|
|
3338
|
-
"@radix-ui/react-use-layout-effect": "1.1.1"
|
|
3339
|
-
},
|
|
3340
|
-
"peerDependencies": {
|
|
3341
|
-
"@types/react": "*",
|
|
3342
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
3343
|
-
},
|
|
3344
|
-
"peerDependenciesMeta": {
|
|
3345
|
-
"@types/react": {
|
|
3346
|
-
"optional": true
|
|
3347
|
-
}
|
|
3348
|
-
}
|
|
3349
|
-
},
|
|
3350
|
-
"node_modules/@radix-ui/react-use-escape-keydown": {
|
|
3351
|
-
"version": "1.1.1",
|
|
3352
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.1.1.tgz",
|
|
3353
|
-
"integrity": "sha512-Il0+boE7w/XebUHyBjroE+DbByORGR9KKmITzbR7MyQ4akpORYP/ZmbhAr0DG7RmmBqoOnZdy2QlvajJ2QA59g==",
|
|
3354
|
-
"license": "MIT",
|
|
3355
|
-
"dependencies": {
|
|
3356
|
-
"@radix-ui/react-use-callback-ref": "1.1.1"
|
|
3357
|
-
},
|
|
3358
|
-
"peerDependencies": {
|
|
3359
|
-
"@types/react": "*",
|
|
3360
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
3361
|
-
},
|
|
3362
|
-
"peerDependenciesMeta": {
|
|
3363
|
-
"@types/react": {
|
|
3364
|
-
"optional": true
|
|
3365
|
-
}
|
|
3366
|
-
}
|
|
3367
|
-
},
|
|
3368
|
-
"node_modules/@radix-ui/react-use-layout-effect": {
|
|
3369
|
-
"version": "1.1.1",
|
|
3370
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.1.tgz",
|
|
3371
|
-
"integrity": "sha512-RbJRS4UWQFkzHTTwVymMTUv8EqYhOp8dOOviLj2ugtTiXRaRQS7GLGxZTLL1jWhMeoSCf5zmcZkqTl9IiYfXcQ==",
|
|
3372
|
-
"license": "MIT",
|
|
3373
|
-
"peerDependencies": {
|
|
3374
|
-
"@types/react": "*",
|
|
3375
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
3376
|
-
},
|
|
3377
|
-
"peerDependenciesMeta": {
|
|
3378
|
-
"@types/react": {
|
|
3379
|
-
"optional": true
|
|
3380
|
-
}
|
|
3381
|
-
}
|
|
3382
|
-
},
|
|
3383
3053
|
"node_modules/@readme/better-ajv-errors": {
|
|
3384
3054
|
"version": "2.4.0",
|
|
3385
3055
|
"resolved": "https://registry.npmjs.org/@readme/better-ajv-errors/-/better-ajv-errors-2.4.0.tgz",
|
|
@@ -5141,6 +4811,15 @@
|
|
|
5141
4811
|
"node": "^12.20 || >=14.13"
|
|
5142
4812
|
}
|
|
5143
4813
|
},
|
|
4814
|
+
"node_modules/@swc/helpers": {
|
|
4815
|
+
"version": "0.5.23",
|
|
4816
|
+
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.23.tgz",
|
|
4817
|
+
"integrity": "sha512-5lSsMOTXURePglDfvuAQUqkGek9Hg2kksOYay2m0+XR++b2NWYL/4sWyuvVBIs8oKnJaxkdi9whaL/sqN13afw==",
|
|
4818
|
+
"license": "Apache-2.0",
|
|
4819
|
+
"dependencies": {
|
|
4820
|
+
"tslib": "^2.8.0"
|
|
4821
|
+
}
|
|
4822
|
+
},
|
|
5144
4823
|
"node_modules/@tailwindcss/node": {
|
|
5145
4824
|
"version": "4.1.17",
|
|
5146
4825
|
"resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.17.tgz",
|
|
@@ -5861,18 +5540,6 @@
|
|
|
5861
5540
|
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
5862
5541
|
"license": "Python-2.0"
|
|
5863
5542
|
},
|
|
5864
|
-
"node_modules/aria-hidden": {
|
|
5865
|
-
"version": "1.2.6",
|
|
5866
|
-
"resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.6.tgz",
|
|
5867
|
-
"integrity": "sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==",
|
|
5868
|
-
"license": "MIT",
|
|
5869
|
-
"dependencies": {
|
|
5870
|
-
"tslib": "^2.0.0"
|
|
5871
|
-
},
|
|
5872
|
-
"engines": {
|
|
5873
|
-
"node": ">=10"
|
|
5874
|
-
}
|
|
5875
|
-
},
|
|
5876
5543
|
"node_modules/aria-query": {
|
|
5877
5544
|
"version": "5.3.2",
|
|
5878
5545
|
"resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz",
|
|
@@ -6591,6 +6258,26 @@
|
|
|
6591
6258
|
"integrity": "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==",
|
|
6592
6259
|
"license": "MIT"
|
|
6593
6260
|
},
|
|
6261
|
+
"node_modules/base64-js": {
|
|
6262
|
+
"version": "1.5.1",
|
|
6263
|
+
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
6264
|
+
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
|
6265
|
+
"funding": [
|
|
6266
|
+
{
|
|
6267
|
+
"type": "github",
|
|
6268
|
+
"url": "https://github.com/sponsors/feross"
|
|
6269
|
+
},
|
|
6270
|
+
{
|
|
6271
|
+
"type": "patreon",
|
|
6272
|
+
"url": "https://www.patreon.com/feross"
|
|
6273
|
+
},
|
|
6274
|
+
{
|
|
6275
|
+
"type": "consulting",
|
|
6276
|
+
"url": "https://feross.org/support"
|
|
6277
|
+
}
|
|
6278
|
+
],
|
|
6279
|
+
"license": "MIT"
|
|
6280
|
+
},
|
|
6594
6281
|
"node_modules/baseline-browser-mapping": {
|
|
6595
6282
|
"version": "2.10.9",
|
|
6596
6283
|
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.9.tgz",
|
|
@@ -6657,6 +6344,15 @@
|
|
|
6657
6344
|
"concat-map": "0.0.1"
|
|
6658
6345
|
}
|
|
6659
6346
|
},
|
|
6347
|
+
"node_modules/brotli": {
|
|
6348
|
+
"version": "1.3.3",
|
|
6349
|
+
"resolved": "https://registry.npmjs.org/brotli/-/brotli-1.3.3.tgz",
|
|
6350
|
+
"integrity": "sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==",
|
|
6351
|
+
"license": "MIT",
|
|
6352
|
+
"dependencies": {
|
|
6353
|
+
"base64-js": "^1.1.2"
|
|
6354
|
+
}
|
|
6355
|
+
},
|
|
6660
6356
|
"node_modules/browserslist": {
|
|
6661
6357
|
"version": "4.28.1",
|
|
6662
6358
|
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
|
|
@@ -6933,6 +6629,15 @@
|
|
|
6933
6629
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6934
6630
|
}
|
|
6935
6631
|
},
|
|
6632
|
+
"node_modules/clone": {
|
|
6633
|
+
"version": "2.1.2",
|
|
6634
|
+
"resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
|
|
6635
|
+
"integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==",
|
|
6636
|
+
"license": "MIT",
|
|
6637
|
+
"engines": {
|
|
6638
|
+
"node": ">=0.8"
|
|
6639
|
+
}
|
|
6640
|
+
},
|
|
6936
6641
|
"node_modules/clsx": {
|
|
6937
6642
|
"version": "2.1.1",
|
|
6938
6643
|
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
|
|
@@ -7313,12 +7018,6 @@
|
|
|
7313
7018
|
"node": ">=8"
|
|
7314
7019
|
}
|
|
7315
7020
|
},
|
|
7316
|
-
"node_modules/detect-node-es": {
|
|
7317
|
-
"version": "1.1.0",
|
|
7318
|
-
"resolved": "https://registry.npmjs.org/detect-node-es/-/detect-node-es-1.1.0.tgz",
|
|
7319
|
-
"integrity": "sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==",
|
|
7320
|
-
"license": "MIT"
|
|
7321
|
-
},
|
|
7322
7021
|
"node_modules/deterministic-object-hash": {
|
|
7323
7022
|
"version": "2.0.2",
|
|
7324
7023
|
"resolved": "https://registry.npmjs.org/deterministic-object-hash/-/deterministic-object-hash-2.0.2.tgz",
|
|
@@ -7350,6 +7049,12 @@
|
|
|
7350
7049
|
"url": "https://github.com/sponsors/wooorm"
|
|
7351
7050
|
}
|
|
7352
7051
|
},
|
|
7052
|
+
"node_modules/dfa": {
|
|
7053
|
+
"version": "1.2.0",
|
|
7054
|
+
"resolved": "https://registry.npmjs.org/dfa/-/dfa-1.2.0.tgz",
|
|
7055
|
+
"integrity": "sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==",
|
|
7056
|
+
"license": "MIT"
|
|
7057
|
+
},
|
|
7353
7058
|
"node_modules/diff": {
|
|
7354
7059
|
"version": "8.0.4",
|
|
7355
7060
|
"resolved": "https://registry.npmjs.org/diff/-/diff-8.0.4.tgz",
|
|
@@ -8119,6 +7824,23 @@
|
|
|
8119
7824
|
"fontkitten": "^1.0.2"
|
|
8120
7825
|
}
|
|
8121
7826
|
},
|
|
7827
|
+
"node_modules/fontkit": {
|
|
7828
|
+
"version": "2.0.4",
|
|
7829
|
+
"resolved": "https://registry.npmjs.org/fontkit/-/fontkit-2.0.4.tgz",
|
|
7830
|
+
"integrity": "sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g==",
|
|
7831
|
+
"license": "MIT",
|
|
7832
|
+
"dependencies": {
|
|
7833
|
+
"@swc/helpers": "^0.5.12",
|
|
7834
|
+
"brotli": "^1.3.2",
|
|
7835
|
+
"clone": "^2.1.2",
|
|
7836
|
+
"dfa": "^1.2.0",
|
|
7837
|
+
"fast-deep-equal": "^3.1.3",
|
|
7838
|
+
"restructure": "^3.0.0",
|
|
7839
|
+
"tiny-inflate": "^1.0.3",
|
|
7840
|
+
"unicode-properties": "^1.4.0",
|
|
7841
|
+
"unicode-trie": "^2.0.0"
|
|
7842
|
+
}
|
|
7843
|
+
},
|
|
8122
7844
|
"node_modules/fontkitten": {
|
|
8123
7845
|
"version": "1.0.3",
|
|
8124
7846
|
"resolved": "https://registry.npmjs.org/fontkitten/-/fontkitten-1.0.3.tgz",
|
|
@@ -8272,15 +7994,6 @@
|
|
|
8272
7994
|
"url": "https://github.com/sponsors/ljharb"
|
|
8273
7995
|
}
|
|
8274
7996
|
},
|
|
8275
|
-
"node_modules/get-nonce": {
|
|
8276
|
-
"version": "1.0.1",
|
|
8277
|
-
"resolved": "https://registry.npmjs.org/get-nonce/-/get-nonce-1.0.1.tgz",
|
|
8278
|
-
"integrity": "sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==",
|
|
8279
|
-
"license": "MIT",
|
|
8280
|
-
"engines": {
|
|
8281
|
-
"node": ">=6"
|
|
8282
|
-
}
|
|
8283
|
-
},
|
|
8284
7997
|
"node_modules/get-own-enumerable-property-symbols": {
|
|
8285
7998
|
"version": "3.0.2",
|
|
8286
7999
|
"resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz",
|
|
@@ -11375,6 +11088,12 @@
|
|
|
11375
11088
|
"@pagefind/windows-x64": "1.4.0"
|
|
11376
11089
|
}
|
|
11377
11090
|
},
|
|
11091
|
+
"node_modules/pako": {
|
|
11092
|
+
"version": "0.2.9",
|
|
11093
|
+
"resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz",
|
|
11094
|
+
"integrity": "sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==",
|
|
11095
|
+
"license": "MIT"
|
|
11096
|
+
},
|
|
11378
11097
|
"node_modules/parse-entities": {
|
|
11379
11098
|
"version": "4.0.2",
|
|
11380
11099
|
"resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz",
|
|
@@ -11723,9 +11442,9 @@
|
|
|
11723
11442
|
"license": "MIT"
|
|
11724
11443
|
},
|
|
11725
11444
|
"node_modules/radiant-docs-validator": {
|
|
11726
|
-
"version": "0.1.
|
|
11727
|
-
"resolved": "https://registry.npmjs.org/radiant-docs-validator/-/radiant-docs-validator-0.1.
|
|
11728
|
-
"integrity": "sha512-
|
|
11445
|
+
"version": "0.1.20",
|
|
11446
|
+
"resolved": "https://registry.npmjs.org/radiant-docs-validator/-/radiant-docs-validator-0.1.20.tgz",
|
|
11447
|
+
"integrity": "sha512-yypDfSOyMPMppeXdpe9XAZLyZnBkUcN4c8SoBoTQ6gdL9fvfv6gOwTrjrwln+KhqxbSYaRBORUKroWinRevc8Q==",
|
|
11729
11448
|
"license": "MIT",
|
|
11730
11449
|
"dependencies": {
|
|
11731
11450
|
"@iconify-json/fluent": "^1.2.47",
|
|
@@ -11755,88 +11474,6 @@
|
|
|
11755
11474
|
"node": ">=0.10.0"
|
|
11756
11475
|
}
|
|
11757
11476
|
},
|
|
11758
|
-
"node_modules/react-dom": {
|
|
11759
|
-
"version": "19.2.4",
|
|
11760
|
-
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz",
|
|
11761
|
-
"integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==",
|
|
11762
|
-
"license": "MIT",
|
|
11763
|
-
"peer": true,
|
|
11764
|
-
"dependencies": {
|
|
11765
|
-
"scheduler": "^0.27.0"
|
|
11766
|
-
},
|
|
11767
|
-
"peerDependencies": {
|
|
11768
|
-
"react": "^19.2.4"
|
|
11769
|
-
}
|
|
11770
|
-
},
|
|
11771
|
-
"node_modules/react-remove-scroll": {
|
|
11772
|
-
"version": "2.7.2",
|
|
11773
|
-
"resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.7.2.tgz",
|
|
11774
|
-
"integrity": "sha512-Iqb9NjCCTt6Hf+vOdNIZGdTiH1QSqr27H/Ek9sv/a97gfueI/5h1s3yRi1nngzMUaOOToin5dI1dXKdXiF+u0Q==",
|
|
11775
|
-
"license": "MIT",
|
|
11776
|
-
"dependencies": {
|
|
11777
|
-
"react-remove-scroll-bar": "^2.3.7",
|
|
11778
|
-
"react-style-singleton": "^2.2.3",
|
|
11779
|
-
"tslib": "^2.1.0",
|
|
11780
|
-
"use-callback-ref": "^1.3.3",
|
|
11781
|
-
"use-sidecar": "^1.1.3"
|
|
11782
|
-
},
|
|
11783
|
-
"engines": {
|
|
11784
|
-
"node": ">=10"
|
|
11785
|
-
},
|
|
11786
|
-
"peerDependencies": {
|
|
11787
|
-
"@types/react": "*",
|
|
11788
|
-
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
11789
|
-
},
|
|
11790
|
-
"peerDependenciesMeta": {
|
|
11791
|
-
"@types/react": {
|
|
11792
|
-
"optional": true
|
|
11793
|
-
}
|
|
11794
|
-
}
|
|
11795
|
-
},
|
|
11796
|
-
"node_modules/react-remove-scroll-bar": {
|
|
11797
|
-
"version": "2.3.8",
|
|
11798
|
-
"resolved": "https://registry.npmjs.org/react-remove-scroll-bar/-/react-remove-scroll-bar-2.3.8.tgz",
|
|
11799
|
-
"integrity": "sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==",
|
|
11800
|
-
"license": "MIT",
|
|
11801
|
-
"dependencies": {
|
|
11802
|
-
"react-style-singleton": "^2.2.2",
|
|
11803
|
-
"tslib": "^2.0.0"
|
|
11804
|
-
},
|
|
11805
|
-
"engines": {
|
|
11806
|
-
"node": ">=10"
|
|
11807
|
-
},
|
|
11808
|
-
"peerDependencies": {
|
|
11809
|
-
"@types/react": "*",
|
|
11810
|
-
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
11811
|
-
},
|
|
11812
|
-
"peerDependenciesMeta": {
|
|
11813
|
-
"@types/react": {
|
|
11814
|
-
"optional": true
|
|
11815
|
-
}
|
|
11816
|
-
}
|
|
11817
|
-
},
|
|
11818
|
-
"node_modules/react-style-singleton": {
|
|
11819
|
-
"version": "2.2.3",
|
|
11820
|
-
"resolved": "https://registry.npmjs.org/react-style-singleton/-/react-style-singleton-2.2.3.tgz",
|
|
11821
|
-
"integrity": "sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==",
|
|
11822
|
-
"license": "MIT",
|
|
11823
|
-
"dependencies": {
|
|
11824
|
-
"get-nonce": "^1.0.0",
|
|
11825
|
-
"tslib": "^2.0.0"
|
|
11826
|
-
},
|
|
11827
|
-
"engines": {
|
|
11828
|
-
"node": ">=10"
|
|
11829
|
-
},
|
|
11830
|
-
"peerDependencies": {
|
|
11831
|
-
"@types/react": "*",
|
|
11832
|
-
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
11833
|
-
},
|
|
11834
|
-
"peerDependenciesMeta": {
|
|
11835
|
-
"@types/react": {
|
|
11836
|
-
"optional": true
|
|
11837
|
-
}
|
|
11838
|
-
}
|
|
11839
|
-
},
|
|
11840
11477
|
"node_modules/readdirp": {
|
|
11841
11478
|
"version": "5.0.0",
|
|
11842
11479
|
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
|
|
@@ -12217,6 +11854,12 @@
|
|
|
12217
11854
|
"url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
|
|
12218
11855
|
}
|
|
12219
11856
|
},
|
|
11857
|
+
"node_modules/restructure": {
|
|
11858
|
+
"version": "3.0.2",
|
|
11859
|
+
"resolved": "https://registry.npmjs.org/restructure/-/restructure-3.0.2.tgz",
|
|
11860
|
+
"integrity": "sha512-gSfoiOEA0VPE6Tukkrr7I0RBdE0s7H1eFCDBk05l1KIQT1UIKNc5JZy6jdyW6eYH3aR3g5b3PuL77rq0hvwtAw==",
|
|
11861
|
+
"license": "MIT"
|
|
11862
|
+
},
|
|
12220
11863
|
"node_modules/retext": {
|
|
12221
11864
|
"version": "9.0.0",
|
|
12222
11865
|
"resolved": "https://registry.npmjs.org/retext/-/retext-9.0.0.tgz",
|
|
@@ -12395,13 +12038,6 @@
|
|
|
12395
12038
|
"node": ">=11.0.0"
|
|
12396
12039
|
}
|
|
12397
12040
|
},
|
|
12398
|
-
"node_modules/scheduler": {
|
|
12399
|
-
"version": "0.27.0",
|
|
12400
|
-
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
|
|
12401
|
-
"integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
|
|
12402
|
-
"license": "MIT",
|
|
12403
|
-
"peer": true
|
|
12404
|
-
},
|
|
12405
12041
|
"node_modules/semver": {
|
|
12406
12042
|
"version": "7.7.3",
|
|
12407
12043
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
|
@@ -13691,6 +13327,26 @@
|
|
|
13691
13327
|
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
|
|
13692
13328
|
"license": "MIT"
|
|
13693
13329
|
},
|
|
13330
|
+
"node_modules/unicode-properties": {
|
|
13331
|
+
"version": "1.4.1",
|
|
13332
|
+
"resolved": "https://registry.npmjs.org/unicode-properties/-/unicode-properties-1.4.1.tgz",
|
|
13333
|
+
"integrity": "sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==",
|
|
13334
|
+
"license": "MIT",
|
|
13335
|
+
"dependencies": {
|
|
13336
|
+
"base64-js": "^1.3.0",
|
|
13337
|
+
"unicode-trie": "^2.0.0"
|
|
13338
|
+
}
|
|
13339
|
+
},
|
|
13340
|
+
"node_modules/unicode-trie": {
|
|
13341
|
+
"version": "2.0.0",
|
|
13342
|
+
"resolved": "https://registry.npmjs.org/unicode-trie/-/unicode-trie-2.0.0.tgz",
|
|
13343
|
+
"integrity": "sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==",
|
|
13344
|
+
"license": "MIT",
|
|
13345
|
+
"dependencies": {
|
|
13346
|
+
"pako": "^0.2.5",
|
|
13347
|
+
"tiny-inflate": "^1.0.0"
|
|
13348
|
+
}
|
|
13349
|
+
},
|
|
13694
13350
|
"node_modules/unified": {
|
|
13695
13351
|
"version": "11.0.5",
|
|
13696
13352
|
"resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
|
|
@@ -13998,49 +13654,6 @@
|
|
|
13998
13654
|
"integrity": "sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ==",
|
|
13999
13655
|
"license": "MIT"
|
|
14000
13656
|
},
|
|
14001
|
-
"node_modules/use-callback-ref": {
|
|
14002
|
-
"version": "1.3.3",
|
|
14003
|
-
"resolved": "https://registry.npmjs.org/use-callback-ref/-/use-callback-ref-1.3.3.tgz",
|
|
14004
|
-
"integrity": "sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==",
|
|
14005
|
-
"license": "MIT",
|
|
14006
|
-
"dependencies": {
|
|
14007
|
-
"tslib": "^2.0.0"
|
|
14008
|
-
},
|
|
14009
|
-
"engines": {
|
|
14010
|
-
"node": ">=10"
|
|
14011
|
-
},
|
|
14012
|
-
"peerDependencies": {
|
|
14013
|
-
"@types/react": "*",
|
|
14014
|
-
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
14015
|
-
},
|
|
14016
|
-
"peerDependenciesMeta": {
|
|
14017
|
-
"@types/react": {
|
|
14018
|
-
"optional": true
|
|
14019
|
-
}
|
|
14020
|
-
}
|
|
14021
|
-
},
|
|
14022
|
-
"node_modules/use-sidecar": {
|
|
14023
|
-
"version": "1.1.3",
|
|
14024
|
-
"resolved": "https://registry.npmjs.org/use-sidecar/-/use-sidecar-1.1.3.tgz",
|
|
14025
|
-
"integrity": "sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==",
|
|
14026
|
-
"license": "MIT",
|
|
14027
|
-
"dependencies": {
|
|
14028
|
-
"detect-node-es": "^1.1.0",
|
|
14029
|
-
"tslib": "^2.0.0"
|
|
14030
|
-
},
|
|
14031
|
-
"engines": {
|
|
14032
|
-
"node": ">=10"
|
|
14033
|
-
},
|
|
14034
|
-
"peerDependencies": {
|
|
14035
|
-
"@types/react": "*",
|
|
14036
|
-
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
14037
|
-
},
|
|
14038
|
-
"peerDependenciesMeta": {
|
|
14039
|
-
"@types/react": {
|
|
14040
|
-
"optional": true
|
|
14041
|
-
}
|
|
14042
|
-
}
|
|
14043
|
-
},
|
|
14044
13657
|
"node_modules/util-deprecate": {
|
|
14045
13658
|
"version": "1.0.2",
|
|
14046
13659
|
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
@@ -14089,19 +13702,6 @@
|
|
|
14089
13702
|
"resolved": "https://registry.npmjs.org/validate.io-number/-/validate.io-number-1.0.3.tgz",
|
|
14090
13703
|
"integrity": "sha512-kRAyotcbNaSYoDnXvb4MHg/0a1egJdLwS6oJ38TJY7aw9n93Fl/3blIXdyYvPOp55CNxywooG/3BcrwNrBpcSg=="
|
|
14091
13704
|
},
|
|
14092
|
-
"node_modules/vaul": {
|
|
14093
|
-
"version": "1.1.2",
|
|
14094
|
-
"resolved": "https://registry.npmjs.org/vaul/-/vaul-1.1.2.tgz",
|
|
14095
|
-
"integrity": "sha512-ZFkClGpWyI2WUQjdLJ/BaGuV6AVQiJ3uELGk3OYtP+B6yCO7Cmn9vPFXVJkRaGkOJu3m8bQMgtyzNHixULceQA==",
|
|
14096
|
-
"license": "MIT",
|
|
14097
|
-
"dependencies": {
|
|
14098
|
-
"@radix-ui/react-dialog": "^1.1.1"
|
|
14099
|
-
},
|
|
14100
|
-
"peerDependencies": {
|
|
14101
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc",
|
|
14102
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc"
|
|
14103
|
-
}
|
|
14104
|
-
},
|
|
14105
13705
|
"node_modules/vfile": {
|
|
14106
13706
|
"version": "6.0.3",
|
|
14107
13707
|
"resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
|
|
@@ -14263,6 +13863,19 @@
|
|
|
14263
13863
|
"@types/jasmine": "^3.6.3"
|
|
14264
13864
|
}
|
|
14265
13865
|
},
|
|
13866
|
+
"node_modules/wawoff2": {
|
|
13867
|
+
"version": "2.0.1",
|
|
13868
|
+
"resolved": "https://registry.npmjs.org/wawoff2/-/wawoff2-2.0.1.tgz",
|
|
13869
|
+
"integrity": "sha512-r0CEmvpH63r4T15ebFqeOjGqU4+EgTx4I510NtK35EMciSdcTxCw3Byy3JnBonz7iyIFZ0AbVo0bbFpEVuhCYA==",
|
|
13870
|
+
"license": "MIT",
|
|
13871
|
+
"dependencies": {
|
|
13872
|
+
"argparse": "^2.0.1"
|
|
13873
|
+
},
|
|
13874
|
+
"bin": {
|
|
13875
|
+
"woff2_compress.js": "bin/woff2_compress.js",
|
|
13876
|
+
"woff2_decompress.js": "bin/woff2_decompress.js"
|
|
13877
|
+
}
|
|
13878
|
+
},
|
|
14266
13879
|
"node_modules/web-namespaces": {
|
|
14267
13880
|
"version": "2.0.1",
|
|
14268
13881
|
"resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz",
|