@bluepic/embed 0.4.0-next.111 → 0.4.0-next.112

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": "@bluepic/embed",
3
- "version": "0.4.0-next.111",
3
+ "version": "0.4.0-next.112",
4
4
  "description": "Bluepic embed sdk",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -14,6 +14,11 @@
14
14
  "import": "./dist/main.mjs",
15
15
  "require": "./dist/main.cjs"
16
16
  },
17
+ "./theme": {
18
+ "types": "./dist/theme/index.d.ts",
19
+ "import": "./dist/theme.mjs",
20
+ "require": "./dist/theme.cjs"
21
+ },
17
22
  "./style.css": "./dist/style.css"
18
23
  },
19
24
  "types": "./dist/main.d.ts",
@@ -22,10 +27,11 @@
22
27
  "!dist/**/*.map"
23
28
  ],
24
29
  "scripts": {
25
- "build": "rimraf dist && vite build && npm run build:types",
30
+ "build": "rimraf dist && vite build && vite build --config vite.theme.config.ts && npm run build:types",
26
31
  "copy-test-js-embed-module": "cp dist/bluepic-embed.umd.js test/test1/bluepic-embed.umd.js && cp dist/bluepic-embed.umd.js.map test/test1/bluepic-embed.umd.js.map && cp dist/style.css test/test1/style.css",
27
32
  "build:types": "vue-tsc -p tsconfig.build.json --declaration --emitDeclarationOnly --outDir dist",
28
33
  "typecheck": "vue-tsc --noEmit",
34
+ "lint:theme": "node scripts/check-theme-literals.mjs",
29
35
  "dev": "rimraf dist && concurrently \"npm:dev:vite\" \"npm:dev:types\"",
30
36
  "dev:vite": "vite build --watch",
31
37
  "dev:types": "vue-tsc -p tsconfig.build.json --declaration --emitDeclarationOnly --outDir dist --watch",
@@ -38,7 +44,7 @@
38
44
  },
39
45
  "devDependencies": {
40
46
  "@auth0/auth0-vue": "^2.4.0",
41
- "@bluepic/types": "^0.6.472",
47
+ "@bluepic/types": "^0.6.473",
42
48
  "@hono/zod-openapi": "^1.1.4",
43
49
  "@types/css": "^0.0.38",
44
50
  "@types/downloadjs": "^1.4.6",