randmarcomps 1.629.0 → 1.632.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.
- package/dist/randmarcomps.js +2309 -2176
- package/dist/randmarcomps.umd.cjs +49 -49
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "randmarcomps",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.632.0",
|
|
5
5
|
"description": "The UI library enabling speed and consistency in Randmar frontends.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"files": [
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
"dev": "vite",
|
|
40
40
|
"build": "vite build",
|
|
41
41
|
"lint": "eslint .",
|
|
42
|
+
"test:navbar-matcher": "rm -rf .tmp/navbar-regression && tsc --pretty false --target ES2022 --module NodeNext --moduleResolution NodeNext --outDir .tmp/navbar-regression scripts/navbar-route-matcher-regression.ts src/components/ui/navbar-route-matcher.ts && node .tmp/navbar-regression/scripts/navbar-route-matcher-regression.js",
|
|
42
43
|
"ux-audit": "node scripts/ux-audit.mjs",
|
|
43
44
|
"api-audit": "node scripts/api-audit.mjs",
|
|
44
45
|
"storybook": "storybook dev -p 6006",
|