@bendyline/squisq-react 2.6.0 → 2.7.1

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.
@@ -9156,6 +9156,36 @@
9156
9156
  .squisq-md-code-copy:disabled {
9157
9157
  cursor: wait;
9158
9158
  }
9159
+ .squisq-md-fence-widget {
9160
+ margin: 0.75rem 0;
9161
+ }
9162
+ .squisq-json-fence-error {
9163
+ margin-top: 0.3rem;
9164
+ font-size: 0.78rem;
9165
+ opacity: 0.7;
9166
+ }
9167
+ .squisq-json-fence-actions {
9168
+ display: flex;
9169
+ gap: 0.45rem;
9170
+ margin-top: 0.55rem;
9171
+ }
9172
+ .squisq-json-fence-action {
9173
+ padding: 0.32rem 0.75rem;
9174
+ border: 1px solid color-mix(in srgb, currentcolor 25%, transparent);
9175
+ border-radius: 6px;
9176
+ background: color-mix(in srgb, Canvas 92%, transparent);
9177
+ color: inherit;
9178
+ font: 500 0.8rem/1.2 system-ui, sans-serif;
9179
+ cursor: pointer;
9180
+ transition: background-color 120ms ease;
9181
+ }
9182
+ .squisq-json-fence-action:hover {
9183
+ background: Canvas;
9184
+ }
9185
+ .squisq-json-fence-action--primary {
9186
+ border-color: color-mix(in srgb, currentcolor 45%, transparent);
9187
+ font-weight: 600;
9188
+ }
9159
9189
  .squisq-mermaid-layer-frame {
9160
9190
  width: 100%;
9161
9191
  height: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bendyline/squisq-react",
3
- "version": "2.6.0",
3
+ "version": "2.7.1",
4
4
  "description": "React component library for doc playback, block rendering, and media layers",
5
5
  "license": "MIT",
6
6
  "author": "Bendyline",
@@ -91,7 +91,7 @@
91
91
  "react-dom": "^18.0.0 || ^19.0.0"
92
92
  },
93
93
  "dependencies": {
94
- "@bendyline/squisq": "2.6.0",
94
+ "@bendyline/squisq": "2.7.1",
95
95
  "@fortawesome/fontawesome-free": "7.2.0",
96
96
  "mermaid": "11.16.0"
97
97
  },