@nswds/app 1.116.0 → 1.117.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.
- package/dist/index.cjs +7 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -61,7 +61,8 @@ import { tv } from 'tailwind-variants';
|
|
|
61
61
|
import * as ResizablePrimitive from 'react-resizable-panels';
|
|
62
62
|
import * as SliderPrimitive from '@radix-ui/react-slider';
|
|
63
63
|
import { Prism as Prism$1 } from 'react-syntax-highlighter';
|
|
64
|
-
import
|
|
64
|
+
import oneDark from 'react-syntax-highlighter/dist/esm/styles/prism/one-dark';
|
|
65
|
+
import oneLight from 'react-syntax-highlighter/dist/esm/styles/prism/one-light';
|
|
65
66
|
import { estimateCost } from 'tokenlens';
|
|
66
67
|
import { StickToBottom, useStickToBottomContext } from 'use-stick-to-bottom';
|
|
67
68
|
import crypto from 'crypto';
|
|
@@ -18770,7 +18771,7 @@ function FormatToggle({ format, setFormat }) {
|
|
|
18770
18771
|
|
|
18771
18772
|
// package.json
|
|
18772
18773
|
var package_default = {
|
|
18773
|
-
version: "1.
|
|
18774
|
+
version: "1.116.0"};
|
|
18774
18775
|
var SluggerContext = React5__default.createContext(null);
|
|
18775
18776
|
function flattenText(nodes) {
|
|
18776
18777
|
if (nodes == null || typeof nodes === "boolean") return "";
|