@consilioweb/payload-support 0.14.0 → 0.15.0

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.
@@ -38,18 +38,15 @@
38
38
 
39
39
  // RTE display overrides (scoped)
40
40
  .rteDisplay {
41
- :global {
42
- blockquote {
43
- border-left: 3px solid $blue;
41
+ :global(blockquote) { border-left: 3px solid $blue;
44
42
  margin: 8px 0;
45
43
  padding: 8px 16px;
46
44
  background: $bg;
47
- border-radius: 0 $radius-sm $radius-sm 0;
48
- }
49
- img { max-width: 100%; height: auto; border-radius: $radius; margin: 8px 0; }
50
- a { color: $blue; text-decoration: underline; }
51
- ul, ol { margin: 8px 0; padding-left: 24px; }
52
- li { margin: 2px 0; }
53
- p { margin: 0 0 6px 0; }
54
- }
45
+ border-radius: 0 $radius-sm $radius-sm 0; }
46
+ :global(img) { max-width: 100%; height: auto; border-radius: $radius; margin: 8px 0; }
47
+ :global(a) { color: $blue; text-decoration: underline; }
48
+ :global(ul), :global(ol) { margin: 8px 0; padding-left: 24px; }
49
+ :global(li) { margin: 2px 0; }
50
+ :global(p) { margin: 0 0 6px 0; }
51
+
55
52
  }
@@ -977,14 +977,13 @@
977
977
 
978
978
  // RTE
979
979
  .rteDisplay {
980
- :global {
981
- blockquote { border-left: 3px solid #2563eb; margin: 8px 0; padding: 8px 16px; background: var(--theme-elevation-50); border-radius: 0 6px 6px 0; }
982
- img { max-width: 100%; height: auto; border-radius: 8px; margin: 8px 0; }
983
- a { color: #2563eb; text-decoration: underline; }
984
- ul, ol { margin: 8px 0; padding-left: 24px; }
985
- li { margin: 2px 0; }
986
- p { margin: 0 0 6px 0; }
987
- }
980
+ :global(blockquote) { border-left: 3px solid #2563eb; margin: 8px 0; padding: 8px 16px; background: var(--theme-elevation-50); border-radius: 0 6px 6px 0; }
981
+ :global(img) { max-width: 100%; height: auto; border-radius: 8px; margin: 8px 0; }
982
+ :global(a) { color: #2563eb; text-decoration: underline; }
983
+ :global(ul), :global(ol) { margin: 8px 0; padding-left: 24px; }
984
+ :global(li) { margin: 2px 0; }
985
+ :global(p) { margin: 0 0 6px 0; }
986
+
988
987
  }
989
988
 
990
989
  // ─── UNDO TOAST (#2) ───
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@consilioweb/payload-support",
3
- "version": "0.14.0",
3
+ "version": "0.15.0",
4
4
  "description": "Payload CMS plugin — professional support & ticketing system with AI, SLA, time tracking, live chat, and more",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -38,18 +38,15 @@
38
38
 
39
39
  // RTE display overrides (scoped)
40
40
  .rteDisplay {
41
- :global {
42
- blockquote {
43
- border-left: 3px solid $blue;
41
+ :global(blockquote) { border-left: 3px solid $blue;
44
42
  margin: 8px 0;
45
43
  padding: 8px 16px;
46
44
  background: $bg;
47
- border-radius: 0 $radius-sm $radius-sm 0;
48
- }
49
- img { max-width: 100%; height: auto; border-radius: $radius; margin: 8px 0; }
50
- a { color: $blue; text-decoration: underline; }
51
- ul, ol { margin: 8px 0; padding-left: 24px; }
52
- li { margin: 2px 0; }
53
- p { margin: 0 0 6px 0; }
54
- }
45
+ border-radius: 0 $radius-sm $radius-sm 0; }
46
+ :global(img) { max-width: 100%; height: auto; border-radius: $radius; margin: 8px 0; }
47
+ :global(a) { color: $blue; text-decoration: underline; }
48
+ :global(ul), :global(ol) { margin: 8px 0; padding-left: 24px; }
49
+ :global(li) { margin: 2px 0; }
50
+ :global(p) { margin: 0 0 6px 0; }
51
+
55
52
  }
@@ -977,14 +977,13 @@
977
977
 
978
978
  // RTE
979
979
  .rteDisplay {
980
- :global {
981
- blockquote { border-left: 3px solid #2563eb; margin: 8px 0; padding: 8px 16px; background: var(--theme-elevation-50); border-radius: 0 6px 6px 0; }
982
- img { max-width: 100%; height: auto; border-radius: 8px; margin: 8px 0; }
983
- a { color: #2563eb; text-decoration: underline; }
984
- ul, ol { margin: 8px 0; padding-left: 24px; }
985
- li { margin: 2px 0; }
986
- p { margin: 0 0 6px 0; }
987
- }
980
+ :global(blockquote) { border-left: 3px solid #2563eb; margin: 8px 0; padding: 8px 16px; background: var(--theme-elevation-50); border-radius: 0 6px 6px 0; }
981
+ :global(img) { max-width: 100%; height: auto; border-radius: 8px; margin: 8px 0; }
982
+ :global(a) { color: #2563eb; text-decoration: underline; }
983
+ :global(ul), :global(ol) { margin: 8px 0; padding-left: 24px; }
984
+ :global(li) { margin: 2px 0; }
985
+ :global(p) { margin: 0 0 6px 0; }
986
+
988
987
  }
989
988
 
990
989
  // ─── UNDO TOAST (#2) ───