@trycourier/react-designer 0.0.0-canary-20251016130317 → 0.0.0-canary-20251016171912

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.
@@ -2019,6 +2019,9 @@ body {
2019
2019
  .courier-pr-4 {
2020
2020
  padding-right: 1rem;
2021
2021
  }
2022
+ .courier-pr-5 {
2023
+ padding-right: 1.25rem;
2024
+ }
2022
2025
  .courier-pr-8 {
2023
2026
  padding-right: 2rem;
2024
2027
  }
package/dist/styles.css CHANGED
@@ -2019,6 +2019,9 @@ body {
2019
2019
  .courier-pr-4 {
2020
2020
  padding-right: 1rem;
2021
2021
  }
2022
+ .courier-pr-5 {
2023
+ padding-right: 1.25rem;
2024
+ }
2022
2025
  .courier-pr-8 {
2023
2026
  padding-right: 2rem;
2024
2027
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trycourier/react-designer",
3
- "version": "0.0.0-canary-20251016130317",
3
+ "version": "0.0.0-canary-20251016171912",
4
4
  "description": "React-based rich text designer component",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",