@qratilabs/qrati-connect 2.3.1 → 2.3.3

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 (2) hide show
  1. package/CHANGELOG.md +14 -4
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,15 +1,25 @@
1
- # [2.3.0](https://github.com/qrati-labs/qrati-connect-js/compare/v2.2.3...v2.3.0) (2025-11-03)
1
+ ## [2.3.2](https://github.com/qrati-labs/qrati-connect-js/compare/v2.3.1...v2.3.2) (2025-11-03)
2
+
3
+ ### Bug Fixes
4
+
5
+ - reset styles and isolate CSS variables for #qrati-connect-container to prevent host site leakage ([bdc95ed](https://github.com/qrati-labs/qrati-connect-js/commit/bdc95ed2d0480c401e0b7591f16420bf5fa9f648)), closes [#qrati-connect-container](https://github.com/qrati-labs/qrati-connect-js/issues/qrati-connect-container)
2
6
 
7
+ ## [2.3.1](https://github.com/qrati-labs/qrati-connect-js/compare/v2.3.0...v2.3.1) (2025-11-03)
3
8
 
4
9
  ### Bug Fixes
5
10
 
6
- * update typography styles for consistent font weight and layout adjustments in EventHeader and UploadPage components ([2d3d1b7](https://github.com/qrati-labs/qrati-connect-js/commit/2d3d1b747d2623b70678b6613caa028b308df83e))
11
+ - remove postcss-scope-plugin and update global.css to enforce important on Tailwind classes ([8067cec](https://github.com/qrati-labs/qrati-connect-js/commit/8067cecc4356386be031550fa9acbf00309b4f0f))
12
+
13
+ # [2.3.0](https://github.com/qrati-labs/qrati-connect-js/compare/v2.2.3...v2.3.0) (2025-11-03)
14
+
15
+ ### Bug Fixes
7
16
 
17
+ - update typography styles for consistent font weight and layout adjustments in EventHeader and UploadPage components ([2d3d1b7](https://github.com/qrati-labs/qrati-connect-js/commit/2d3d1b747d2623b70678b6613caa028b308df83e))
8
18
 
9
19
  ### Features
10
20
 
11
- * add PostCSS plugin to scope qc: prefixed Tailwind classes and enhance specificity ([5fff0af](https://github.com/qrati-labs/qrati-connect-js/commit/5fff0af706b43ec859c98edadfbb0c63041760b9))
12
- * add QratiConnect component with TypeScript definitions ([e493b0d](https://github.com/qrati-labs/qrati-connect-js/commit/e493b0d1ce2d3224a373d174533769df54b9e539))
21
+ - add PostCSS plugin to scope qc: prefixed Tailwind classes and enhance specificity ([5fff0af](https://github.com/qrati-labs/qrati-connect-js/commit/5fff0af706b43ec859c98edadfbb0c63041760b9))
22
+ - add QratiConnect component with TypeScript definitions ([e493b0d](https://github.com/qrati-labs/qrati-connect-js/commit/e493b0d1ce2d3224a373d174533769df54b9e539))
13
23
 
14
24
  ## [2.2.3](https://github.com/qrati-labs/qrati-connect-js/compare/v2.2.2...v2.2.3) (2025-10-30)
15
25
 
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "React Component"
13
13
  ],
14
14
  "author": "Qrati Labs LLC",
15
- "version": "2.3.1",
15
+ "version": "2.3.3",
16
16
  "type": "module",
17
17
  "main": "./react.es.js",
18
18
  "module": "./react.es.js",