@epam/ai-dial-publish-panel 1.1.0-dev.221 → 1.1.0-dev.224

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.
@@ -1 +1 @@
1
- {"version":3,"file":"PublishAccessRuleEditor.d.ts","sourceRoot":"","sources":["../../../src/components/PublishAccessRuleEditor/PublishAccessRuleEditor.tsx"],"names":[],"mappings":"AAQA,OAAO,EACL,EAAE,EAOH,MAAM,OAAO,CAAC;AAEf,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,yCAAyC,CAAC;AAoB5F,+EAA+E;AAC/E,eAAO,MAAM,uBAAuB,EAAE,EAAE,CAAC,4BAA4B,CA4RpE,CAAC"}
1
+ {"version":3,"file":"PublishAccessRuleEditor.d.ts","sourceRoot":"","sources":["../../../src/components/PublishAccessRuleEditor/PublishAccessRuleEditor.tsx"],"names":[],"mappings":"AAQA,OAAO,EACL,EAAE,EAOH,MAAM,OAAO,CAAC;AAEf,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,yCAAyC,CAAC;AAoB5F,+EAA+E;AAC/E,eAAO,MAAM,uBAAuB,EAAE,EAAE,CAAC,4BAA4B,CAuSpE,CAAC"}
package/index.js CHANGED
@@ -50308,7 +50308,8 @@ var rM = {
50308
50308
  options: we,
50309
50309
  value: se,
50310
50310
  onChange: (e) => {
50311
- ce(Array.isArray(e) ? e[0] : e), ue([]), fe(""), ge(!1);
50311
+ let t = Array.isArray(e) ? e[0] : e;
50312
+ se === At.Regex != (t === At.Regex) && (ue([]), fe("")), ce(t), ge(!1);
50312
50313
  },
50313
50314
  placeholder: g,
50314
50315
  disabled: r,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-publish-panel",
3
3
  "description": "Publish-to-folder UI and state flow shared by catalog entity publish and conversation publish",
4
- "version": "1.1.0-dev.221",
4
+ "version": "1.1.0-dev.224",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "main": "./index.js",
@@ -19,7 +19,7 @@
19
19
  "peerDependencies": {
20
20
  "react": "^19.0.0",
21
21
  "@tabler/icons-react": "^3.0.0",
22
- "@epam/ai-dial-chat-shared": "1.1.0-dev.221",
22
+ "@epam/ai-dial-chat-shared": "1.1.0-dev.224",
23
23
  "@epam/ai-dial-ui-kit": "^0.13.0-dev.64",
24
24
  "@epam/ai-dial-react-file-manager": "^0.1.0-dev.22"
25
25
  },