@rankingcoach/vanguard 1.11.0 → 1.12.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.
Files changed (101) hide show
  1. package/dist/index-Accordion2.js +5 -5
  2. package/dist/index-AccordionDetails.js +4 -4
  3. package/dist/index-AccordionSummary.js +1 -1
  4. package/dist/index-Autocomplete2.js +2 -2
  5. package/dist/index-BasePopper.js +1 -1
  6. package/dist/index-BenchmarkGauge.js +1 -1
  7. package/dist/index-BenchmarkGaugeMarker.js +1 -1
  8. package/dist/index-CalendarOrClockPicker.js +1 -1
  9. package/dist/index-CalendarPicker.js +2 -2
  10. package/dist/index-Clock3.js +1 -1
  11. package/dist/index-ClockNumber.js +4 -4
  12. package/dist/index-ClockPicker.js +1 -1
  13. package/dist/index-ClockPointer.js +1 -1
  14. package/dist/index-ColorPicker.js +1 -1
  15. package/dist/index-CreditCard.js +1 -1
  16. package/dist/index-Cropper.js +1 -1
  17. package/dist/index-DatePickerToolbar.js +1 -1
  18. package/dist/index-DayPicker.js +1 -1
  19. package/dist/index-Fade.js +1 -1
  20. package/dist/index-Grow.js +1 -1
  21. package/dist/index-InputLabel.js +4 -4
  22. package/dist/index-ModalContext.js +3 -3
  23. package/dist/index-MonthPicker.js +7 -7
  24. package/dist/index-PickersArrowSwitcher.js +1 -1
  25. package/dist/index-PickersCalendarHeader.js +1 -1
  26. package/dist/index-PickersDay.js +1 -1
  27. package/dist/index-PickersFadeTransitionGroup.js +6 -6
  28. package/dist/index-PickersMonth.js +4 -4
  29. package/dist/index-PickersPopper.js +1 -1
  30. package/dist/index-PickersSlideTransition.js +6 -6
  31. package/dist/index-PickersToolbar.js +1 -1
  32. package/dist/index-PickersYear.js +1 -1
  33. package/dist/index-Popover2.js +6 -6
  34. package/dist/index-Profile.js +0 -3
  35. package/dist/index-QuoteContainer.js +5 -6
  36. package/dist/index-Select2.js +5 -5
  37. package/dist/index-SelectInput2.js +1 -1
  38. package/dist/index-Slide.js +5 -5
  39. package/dist/index-Slider2.js +1 -1
  40. package/dist/index-Snackbar2.js +6 -6
  41. package/dist/index-StyledSVG2.js +2 -2
  42. package/dist/index-Table.js +3 -3
  43. package/dist/index-Tabs2.js +4 -4
  44. package/dist/index-Tooltip.js +3 -3
  45. package/dist/index-YearPicker.js +7 -7
  46. package/dist/index-_virtual19.js +5 -2
  47. package/dist/index-_virtual20.js +2 -5
  48. package/dist/index-accordionClasses.js +4 -4
  49. package/dist/index-accordionSummaryClasses.js +4 -4
  50. package/dist/index-autocompleteClasses.js +4 -4
  51. package/dist/index-buttonBaseClasses.js +4 -4
  52. package/dist/index-buttonClasses.js +4 -4
  53. package/dist/index-chipClasses.js +4 -4
  54. package/dist/index-clockNumberClasses.js +4 -4
  55. package/dist/index-dist4.js +1 -1
  56. package/dist/index-emotion-is-prop-valid.esm.js +1 -1
  57. package/dist/index-esm.js +1 -1
  58. package/dist/index-esm4.js +293 -128
  59. package/dist/index-esm5.js +128 -293
  60. package/dist/index-esm7.js +0 -1
  61. package/dist/index-formHelperTextClasses.js +4 -4
  62. package/dist/index-helpers2.js +43 -393
  63. package/dist/index-helpers3.js +393 -43
  64. package/dist/index-http.store.js +1 -1
  65. package/dist/index-iconButtonClasses.js +4 -4
  66. package/dist/index-inputAdornmentClasses.js +4 -4
  67. package/dist/index-menuItemClasses.js +4 -4
  68. package/dist/index-nativeSelectClasses.js +4 -4
  69. package/dist/index-pickersMonthClasses.js +4 -4
  70. package/dist/index-pickersToolbarClasses.js +4 -4
  71. package/dist/index-pickersYearClasses.js +4 -4
  72. package/dist/index-react-spring_animated.modern.js +3 -3
  73. package/dist/index-react-spring_core.modern.js +445 -422
  74. package/dist/index-react-spring_web.modern.js +70 -69
  75. package/dist/index-sanitize-html.js +16 -17
  76. package/dist/index-selectClasses.js +4 -4
  77. package/dist/index-sliderClasses.js +4 -4
  78. package/dist/index-styled-engine.js +4 -4
  79. package/dist/index-tabClasses.js +4 -4
  80. package/dist/index-tabScrollButtonClasses.js +4 -4
  81. package/dist/index-tabsClasses.js +4 -4
  82. package/dist/index-toggleButtonClasses.js +4 -4
  83. package/dist/index-toggleButtonGroupClasses.js +4 -4
  84. package/dist/index-tooltipClasses.js +4 -4
  85. package/dist/index-use-benchmark-gauge-render-state.js +1 -1
  86. package/dist/index-useAutocomplete.js +1 -1
  87. package/dist/index-useControlled.js +2 -26
  88. package/dist/index-useControlled2.js +26 -2
  89. package/dist/index-useSlider.js +1 -1
  90. package/dist/index-useViews.js +1 -1
  91. package/dist/index-utils2.js +47 -67
  92. package/dist/index-utils3.js +67 -47
  93. package/dist/index.js +426 -426
  94. package/dist/types/core/CardMotion/CardMotion.config.d.ts +87 -55
  95. package/dist/vanguard-asset-analysis.json +1 -1
  96. package/dist/vanguard.css +1 -1
  97. package/dist-wordpress/index.js +8570 -8546
  98. package/dist-wordpress/vanguard.css +1 -1
  99. package/package.json +44 -46
  100. package/scripts/verify-storybook-tsgo.js +0 -0
  101. package/scripts/verify-tsgo.js +0 -0
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": "rankingCoach",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
- "version": "1.11.0",
7
+ "version": "1.12.0",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.js",
10
10
  "types": "dist/types/index.d.ts",
@@ -15,49 +15,6 @@
15
15
  "bin": {
16
16
  "vanguard": "./scripts/vanguard-cli.js"
17
17
  },
18
- "scripts": {
19
- "dev": "vite --config vite.config.app.ts",
20
- "build": "node scripts/analyze-dynamic-imports.js && npm run build-lib && npm run build-wordpress",
21
- "build-lib": "vite build --config vite.config.lib.ts && node scripts/fix-dynamic-imports.js && echo 'default' > dist/.version",
22
- "build-wordpress": "vite build --config vite.config.wordpress.ts && node scripts/fix-dynamic-imports.js ; mv dist-wordpress/types/src/index-wordpress.d.ts dist-wordpress/types/index.d.ts ; echo 'wp' > dist-wordpress/.version && node scripts/cleanup-wordpress-assets.js",
23
- "build-wordpress-no-clean": "vite build --config vite.config.wordpress.ts",
24
- "postinstall": "npm run vanguard:clean-assets",
25
- "build:analyze": "npm run build-lib && echo '📊 Bundle analysis saved to dist/bundle-analysis.html'",
26
- "build-app": "tsgo --project tsconfig.app.json && vite build --config vite.config.app.ts",
27
- "generate-dts": "vite build --config vite.config.lib.ts",
28
- "husky": "husky install",
29
- "lint": "eslint src",
30
- "preview": "vite preview",
31
- "release": "standard-version",
32
- "release-dry-run": "standard-version --dry-run",
33
- "release-beta": "standard-version --prerelease beta",
34
- "release-beta-dry-run": "standard-version --prerelease beta --dry-run",
35
- "publish-tags": "git push --follow-tags origin master",
36
- "publish-beta": "npm publish --tag beta",
37
- "deploy-master": "git push --follow-tags origin master && npm publish",
38
- "storybook": "storybook dev -p 6006",
39
- "build-storybook": "storybook build",
40
- "serve-storybook": "npm run build-storybook && cd storybook-static && python3 -m http.server 8080",
41
- "clean": "rm -rf dist",
42
- "test": "vitest run --project storybook --project spec",
43
- "test:w": "vitest --project storybook --project spec",
44
- "test:ui": "vitest --ui --coverage",
45
- "test:ui:c": "vitest --coverage --project storybook-ui",
46
- "test:w:c": "vitest --coverage --watch --project storybook --project spec",
47
- "verify-tsgo": "node scripts/verify-tsgo.js",
48
- "verify-storybook-tsgo": "node scripts/verify-storybook-tsgo.js",
49
- "prepare": "npm run build",
50
- "vanguard": "node scripts/vanguard-cli.js",
51
- "vanguard:init": "node scripts/vanguard-cli.js init",
52
- "vanguard:list": "node scripts/vanguard-cli.js list",
53
- "vanguard:status": "node scripts/vanguard-cli.js status",
54
- "vanguard:rebuild": "node scripts/vanguard-cli.js rebuild",
55
- "vanguard:cleanup-unused-assets": "node scripts/cleanup-unused-assets.js",
56
- "vanguard:postinstall-build": "node scripts/postinstall-build.js",
57
- "vanguard:test-components": "node scripts/test-component-assets.js",
58
- "vanguard:analyze-dynamic-imports": "node scripts/analyze-dynamic-imports.js",
59
- "vanguard:clean-assets": "node scripts/clean-assets-based-on-vanguardrc.js"
60
- },
61
18
  "repository": {
62
19
  "type": "git",
63
20
  "url": "git+https://github.com/rankingCoach/rc-webapp-vanguard"
@@ -214,7 +171,6 @@
214
171
  "lottie-web": "5.9.6",
215
172
  "minimist": "1.2.8",
216
173
  "moment": "2.30.1",
217
- "npm": "10.9.2",
218
174
  "playwright": "1.49.0",
219
175
  "prettier": "3.4.1",
220
176
  "prop-types": "15.8.1",
@@ -269,5 +225,47 @@
269
225
  "htmlparser2": "8.0.2",
270
226
  "redux-logger": "3.0.6",
271
227
  "type-fest": "4.41.0"
228
+ },
229
+ "scripts": {
230
+ "dev": "vite --config vite.config.app.ts",
231
+ "build": "node scripts/analyze-dynamic-imports.js && pnpm run build-lib && pnpm run build-wordpress",
232
+ "build-lib": "vite build --config vite.config.lib.ts && node scripts/fix-dynamic-imports.js && echo 'default' > dist/.version",
233
+ "build-wordpress": "vite build --config vite.config.wordpress.ts && node scripts/fix-dynamic-imports.js ; mv dist-wordpress/types/src/index-wordpress.d.ts dist-wordpress/types/index.d.ts ; echo 'wp' > dist-wordpress/.version && node scripts/cleanup-wordpress-assets.js",
234
+ "build-wordpress-no-clean": "vite build --config vite.config.wordpress.ts",
235
+ "postinstall": "npm run vanguard:clean-assets",
236
+ "build:analyze": "pnpm run build-lib && echo '📊 Bundle analysis saved to dist/bundle-analysis.html'",
237
+ "build-app": "tsgo --project tsconfig.app.json && vite build --config vite.config.app.ts",
238
+ "generate-dts": "vite build --config vite.config.lib.ts",
239
+ "husky": "husky install",
240
+ "lint": "eslint src",
241
+ "preview": "vite preview",
242
+ "release": "standard-version",
243
+ "release-dry-run": "standard-version --dry-run",
244
+ "release-beta": "standard-version --prerelease beta",
245
+ "release-beta-dry-run": "standard-version --prerelease beta --dry-run",
246
+ "publish-tags": "git push --follow-tags origin master",
247
+ "publish-beta": "pnpm publish --tag beta",
248
+ "deploy-master": "git push --follow-tags origin master && pnpm publish",
249
+ "storybook": "storybook dev -p 6006",
250
+ "build-storybook": "storybook build",
251
+ "serve-storybook": "pnpm run build-storybook && cd storybook-static && python3 -m http.server 8080",
252
+ "clean": "rm -rf dist",
253
+ "test": "vitest run --project storybook --project spec",
254
+ "test:w": "vitest --project storybook --project spec",
255
+ "test:ui": "vitest --ui --coverage",
256
+ "test:ui:c": "vitest --coverage --project storybook-ui",
257
+ "test:w:c": "vitest --coverage --watch --project storybook --project spec",
258
+ "verify-tsgo": "node scripts/verify-tsgo.js",
259
+ "verify-storybook-tsgo": "node scripts/verify-storybook-tsgo.js",
260
+ "vanguard": "node scripts/vanguard-cli.js",
261
+ "vanguard:init": "node scripts/vanguard-cli.js init",
262
+ "vanguard:list": "node scripts/vanguard-cli.js list",
263
+ "vanguard:status": "node scripts/vanguard-cli.js status",
264
+ "vanguard:rebuild": "node scripts/vanguard-cli.js rebuild",
265
+ "vanguard:cleanup-unused-assets": "node scripts/cleanup-unused-assets.js",
266
+ "vanguard:postinstall-build": "node scripts/postinstall-build.js",
267
+ "vanguard:test-components": "node scripts/test-component-assets.js",
268
+ "vanguard:analyze-dynamic-imports": "node scripts/analyze-dynamic-imports.js",
269
+ "vanguard:clean-assets": "node scripts/clean-assets-based-on-vanguardrc.js"
272
270
  }
273
- }
271
+ }
File without changes
File without changes