@launchpad-ui/markdown
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -7,2 +7,3 @@ // ../../scripts/react-shim.js | ||
import DOMPurify2 from "isomorphic-dompurify"; | ||
import "./styles/Markdown.css"; | ||
@@ -9,0 +10,0 @@ // src/utils.ts |
@@ -36,2 +36,3 @@ "use strict"; | ||
var import_isomorphic_dompurify2 = __toESM(require("isomorphic-dompurify")); | ||
var import_Markdown = require("./styles/Markdown.css"); | ||
@@ -38,0 +39,0 @@ // src/utils.ts |
import type { RefObject } from 'react'; | ||
import './styles/Markdown.css'; | ||
declare type MarkdownProps = { | ||
@@ -3,0 +4,0 @@ source: string; |
{ | ||
"name": "@launchpad-ui/markdown", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"status": "beta", | ||
@@ -15,2 +15,5 @@ "publishConfig": { | ||
"types": "dist/index.d.ts", | ||
"sideEffects": [ | ||
"**/*.css" | ||
], | ||
"exports": { | ||
@@ -22,3 +25,4 @@ ".": { | ||
}, | ||
"./package.json": "./package.json" | ||
"./package.json": "./package.json", | ||
"./styles/*": "./dist/styles/*" | ||
}, | ||
@@ -43,8 +47,8 @@ "source": "src/index.ts", | ||
"scripts": { | ||
"build": "tsc --project tsconfig.build.json && node build.js", | ||
"build": "tsc --project tsconfig.build.json && node ../../scripts/build.js", | ||
"clean": "rm -rf dist", | ||
"e2e": "playwright test --config=../../playwright.config.ct.ts", | ||
"lint": "eslint '**/*.{ts,tsx,js}'", | ||
"lint": "eslint '**/*.{ts,tsx,js}' && stylelint '**/*.css' --ignore-path ../../.stylelintignore", | ||
"test": "vitest run --coverage" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
18257
14
195