@trycourier/react-designer 0.0.0-canary-20251210151150 → 0.0.0-canary-20251210164636
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/dist/cjs/index.js +2 -2
- package/dist/cjs/index.js.map +3 -3
- package/dist/cjs/styles.css +44 -10
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +3 -3
- package/dist/esm/styles.css +44 -10
- package/dist/styles.css +44 -10
- package/package.json +1 -1
package/dist/esm/styles.css
CHANGED
|
@@ -2075,6 +2075,9 @@ body {
|
|
|
2075
2075
|
.courier-pb-0 {
|
|
2076
2076
|
padding-bottom: 0px;
|
|
2077
2077
|
}
|
|
2078
|
+
.courier-pb-0\.5 {
|
|
2079
|
+
padding-bottom: 0.125rem;
|
|
2080
|
+
}
|
|
2078
2081
|
.courier-pb-1 {
|
|
2079
2082
|
padding-bottom: 0.25rem;
|
|
2080
2083
|
}
|
|
@@ -2090,9 +2093,6 @@ body {
|
|
|
2090
2093
|
.courier-pb-6 {
|
|
2091
2094
|
padding-bottom: 1.5rem;
|
|
2092
2095
|
}
|
|
2093
|
-
.courier-pb-px {
|
|
2094
|
-
padding-bottom: 1px;
|
|
2095
|
-
}
|
|
2096
2096
|
.courier-pl-0 {
|
|
2097
2097
|
padding-left: 0px;
|
|
2098
2098
|
}
|
|
@@ -2214,6 +2214,9 @@ body {
|
|
|
2214
2214
|
.courier-uppercase {
|
|
2215
2215
|
text-transform: uppercase;
|
|
2216
2216
|
}
|
|
2217
|
+
.courier-leading-\[25px\] {
|
|
2218
|
+
line-height: 25px;
|
|
2219
|
+
}
|
|
2217
2220
|
.courier-leading-none {
|
|
2218
2221
|
line-height: 1;
|
|
2219
2222
|
}
|
|
@@ -4457,14 +4460,45 @@ body {
|
|
|
4457
4460
|
height: 0;
|
|
4458
4461
|
}
|
|
4459
4462
|
/* Variable Input placeholder styles */
|
|
4460
|
-
.variable-input-placeholder .ProseMirror
|
|
4461
|
-
|
|
4462
|
-
|
|
4463
|
-
|
|
4464
|
-
|
|
4465
|
-
|
|
4466
|
-
|
|
4463
|
+
.variable-input-placeholder .ProseMirror {
|
|
4464
|
+
width: 100%;
|
|
4465
|
+
}
|
|
4466
|
+
.variable-input-placeholder .ProseMirror {
|
|
4467
|
+
padding: 0px;
|
|
4468
|
+
}
|
|
4469
|
+
.variable-input-placeholder .ProseMirror p {
|
|
4470
|
+
margin: 0px;
|
|
4467
4471
|
}
|
|
4472
|
+
.variable-input-placeholder .ProseMirror p {
|
|
4473
|
+
height: 25px;
|
|
4474
|
+
}
|
|
4475
|
+
.variable-input-placeholder .ProseMirror p {
|
|
4476
|
+
width: 100%;
|
|
4477
|
+
}
|
|
4478
|
+
.variable-input-placeholder .ProseMirror p {
|
|
4479
|
+
cursor: text;
|
|
4480
|
+
}
|
|
4481
|
+
.variable-input-placeholder .ProseMirror p {
|
|
4482
|
+
border-style: none;
|
|
4483
|
+
}
|
|
4484
|
+
.variable-input-placeholder .ProseMirror p {
|
|
4485
|
+
padding: 0px;
|
|
4486
|
+
}
|
|
4487
|
+
.variable-input-placeholder .ProseMirror p {
|
|
4488
|
+
line-height: 25px;
|
|
4489
|
+
}
|
|
4490
|
+
.variable-input-placeholder .ProseMirror p {
|
|
4491
|
+
outline: 2px solid transparent;
|
|
4492
|
+
outline-offset: 2px;
|
|
4493
|
+
}
|
|
4494
|
+
.variable-input-placeholder .ProseMirror p.is-editor-empty:first-child::before,
|
|
4495
|
+
.variable-input-placeholder .ProseMirror p.is-empty:first-child::before {
|
|
4496
|
+
content: attr(data-placeholder);
|
|
4497
|
+
float: left;
|
|
4498
|
+
color: var(--muted-foreground);
|
|
4499
|
+
pointer-events: none;
|
|
4500
|
+
height: 0;
|
|
4501
|
+
}
|
|
4468
4502
|
.file\:courier-border-0::file-selector-button {
|
|
4469
4503
|
border-width: 0px;
|
|
4470
4504
|
}
|
package/dist/styles.css
CHANGED
|
@@ -2075,6 +2075,9 @@ body {
|
|
|
2075
2075
|
.courier-pb-0 {
|
|
2076
2076
|
padding-bottom: 0px;
|
|
2077
2077
|
}
|
|
2078
|
+
.courier-pb-0\.5 {
|
|
2079
|
+
padding-bottom: 0.125rem;
|
|
2080
|
+
}
|
|
2078
2081
|
.courier-pb-1 {
|
|
2079
2082
|
padding-bottom: 0.25rem;
|
|
2080
2083
|
}
|
|
@@ -2090,9 +2093,6 @@ body {
|
|
|
2090
2093
|
.courier-pb-6 {
|
|
2091
2094
|
padding-bottom: 1.5rem;
|
|
2092
2095
|
}
|
|
2093
|
-
.courier-pb-px {
|
|
2094
|
-
padding-bottom: 1px;
|
|
2095
|
-
}
|
|
2096
2096
|
.courier-pl-0 {
|
|
2097
2097
|
padding-left: 0px;
|
|
2098
2098
|
}
|
|
@@ -2214,6 +2214,9 @@ body {
|
|
|
2214
2214
|
.courier-uppercase {
|
|
2215
2215
|
text-transform: uppercase;
|
|
2216
2216
|
}
|
|
2217
|
+
.courier-leading-\[25px\] {
|
|
2218
|
+
line-height: 25px;
|
|
2219
|
+
}
|
|
2217
2220
|
.courier-leading-none {
|
|
2218
2221
|
line-height: 1;
|
|
2219
2222
|
}
|
|
@@ -4457,14 +4460,45 @@ body {
|
|
|
4457
4460
|
height: 0;
|
|
4458
4461
|
}
|
|
4459
4462
|
/* Variable Input placeholder styles */
|
|
4460
|
-
.variable-input-placeholder .ProseMirror
|
|
4461
|
-
|
|
4462
|
-
|
|
4463
|
-
|
|
4464
|
-
|
|
4465
|
-
|
|
4466
|
-
|
|
4463
|
+
.variable-input-placeholder .ProseMirror {
|
|
4464
|
+
width: 100%;
|
|
4465
|
+
}
|
|
4466
|
+
.variable-input-placeholder .ProseMirror {
|
|
4467
|
+
padding: 0px;
|
|
4468
|
+
}
|
|
4469
|
+
.variable-input-placeholder .ProseMirror p {
|
|
4470
|
+
margin: 0px;
|
|
4467
4471
|
}
|
|
4472
|
+
.variable-input-placeholder .ProseMirror p {
|
|
4473
|
+
height: 25px;
|
|
4474
|
+
}
|
|
4475
|
+
.variable-input-placeholder .ProseMirror p {
|
|
4476
|
+
width: 100%;
|
|
4477
|
+
}
|
|
4478
|
+
.variable-input-placeholder .ProseMirror p {
|
|
4479
|
+
cursor: text;
|
|
4480
|
+
}
|
|
4481
|
+
.variable-input-placeholder .ProseMirror p {
|
|
4482
|
+
border-style: none;
|
|
4483
|
+
}
|
|
4484
|
+
.variable-input-placeholder .ProseMirror p {
|
|
4485
|
+
padding: 0px;
|
|
4486
|
+
}
|
|
4487
|
+
.variable-input-placeholder .ProseMirror p {
|
|
4488
|
+
line-height: 25px;
|
|
4489
|
+
}
|
|
4490
|
+
.variable-input-placeholder .ProseMirror p {
|
|
4491
|
+
outline: 2px solid transparent;
|
|
4492
|
+
outline-offset: 2px;
|
|
4493
|
+
}
|
|
4494
|
+
.variable-input-placeholder .ProseMirror p.is-editor-empty:first-child::before,
|
|
4495
|
+
.variable-input-placeholder .ProseMirror p.is-empty:first-child::before {
|
|
4496
|
+
content: attr(data-placeholder);
|
|
4497
|
+
float: left;
|
|
4498
|
+
color: var(--muted-foreground);
|
|
4499
|
+
pointer-events: none;
|
|
4500
|
+
height: 0;
|
|
4501
|
+
}
|
|
4468
4502
|
.file\:courier-border-0::file-selector-button {
|
|
4469
4503
|
border-width: 0px;
|
|
4470
4504
|
}
|
package/package.json
CHANGED