@ws-ui/roles-editor 1.8.4-rc7 → 1.8.4-rc9

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": "@ws-ui/roles-editor",
3
- "version": "1.8.4-rc7",
3
+ "version": "1.8.4-rc9",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",
@@ -11,7 +11,7 @@
11
11
  "scripts": {
12
12
  "dev": "vite",
13
13
  "build": "tsc && vite build && npm run build:styles:standalone",
14
- "build:styles:standalone": "npx tailwindcss -i src/Standalone/style.css -o dist/Standalone/style.css --postcss ./postcss.config.scoped.cjs --minify",
14
+ "build:styles:standalone": "npx tailwindcss -i src/Standalone/style.css -o dist/Standalone/style.css --postcss ./postcss.config.scoped.js --minify",
15
15
  "prepack": "npm run build",
16
16
  "test": "jest",
17
17
  "publish": "yarn npm publish --access public"
@@ -20,7 +20,7 @@
20
20
  "@headlessui/react": "^1.7.19",
21
21
  "@radix-ui/react-hover-card": "^1.0.2",
22
22
  "@ws-ui/icons": "1.8.3",
23
- "@ws-ui/shared": "1.8.4-rc7",
23
+ "@ws-ui/shared": "1.8.4-rc8",
24
24
  "@ws-ui/store": "1.8.3",
25
25
  "classnames": "^2.3.1",
26
26
  "dagre": "^0.8.5",
@@ -1 +0,0 @@
1
- {"version":3,"file":"common.cjs","sources":["../src/common.ts"],"sourcesContent":["export const ROLES_EDITOR_SCOPE_CLASS = 'qodly-roles-editor';\r\n"],"names":["ROLES_EDITOR_SCOPE_CLASS"],"mappings":"gFAAO,MAAMA,EAA2B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"common.es","sources":["../src/common.ts"],"sourcesContent":["export const ROLES_EDITOR_SCOPE_CLASS = 'qodly-roles-editor';\r\n"],"names":["ROLES_EDITOR_SCOPE_CLASS"],"mappings":"AAAO,MAAMA,IAA2B;"}