@wistia/ui 0.22.2-beta.21ba487f.ec7eaed → 0.22.2-beta.21d69964.f14fca2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/ui",
3
- "version": "0.22.2-beta.21ba487f.ec7eaed",
3
+ "version": "0.22.2-beta.21d69964.f14fca2",
4
4
  "description": "Wistia UI React component library",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
@@ -21,15 +21,16 @@
21
21
  "node": ">=22.16.0 || >=24.0.0"
22
22
  },
23
23
  "scripts": {
24
- "build:analyze": "cross-env ANALYZE=true vp run build && open ./dist/bundle-stats.html",
25
- "build:watch": "tsdown --watch",
24
+ "build": "tsdown && node scripts/generateCssCustomData.mjs",
25
+ "build:analyze": "cross-env ANALYZE=true yarn build && open ./dist/bundle-stats.html",
26
+ "build:watch": "yarn build --watch",
26
27
  "chromatic": "chromatic --build-script-name=storybook:build --storybook-base-dir==packages/ui --allow-console-errors",
27
28
  "clean": "rm -rf ./dist && echo 'dist directory has been removed'",
28
29
  "docgen-output": "node ../../scripts/test-docgen.mjs",
29
30
  "figma": "npx figma connect publish",
30
31
  "generate": "node ./scripts/generators/generateComponent.mjs",
31
32
  "generateIconMap": "node ./scripts/generators/generateIconMap.mjs",
32
- "prepack": "vp run build",
33
+ "prepack": "yarn run build",
33
34
  "publint": "publint-check",
34
35
  "publint:export": "check-export-map",
35
36
  "storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook dev --host 127.0.0.1 --port 6006 $([ -n \"${CLOUD_DEV_TUNNEL:-}\" ] && echo '--no-open')",
@@ -64,8 +65,10 @@
64
65
  "@radix-ui/react-tooltip": "^1.2.8",
65
66
  "@wistia/type-guards": "^0.10.0",
66
67
  "culori": "^4.0.2",
68
+ "date-fns": "^4.1.0",
67
69
  "match-sorter": "^8.2.0",
68
70
  "polished": "^4.3.1",
71
+ "react-day-picker": "^9.6.4",
69
72
  "react-markdown": "^10.1.0",
70
73
  "sonner": "^2.0.7",
71
74
  "throttle-debounce": "^5.0.2",