@collabchron/notiq 1.0.2 → 1.0.4
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/README.md +6 -17
- package/dist/{FloatingTextFormatToolbarPlugin-F2GY6LMI.mjs → FloatingTextFormatToolbarPlugin-XGVUIG42.mjs} +2 -2
- package/dist/{SlashCommand-GMT5JI33.mjs → SlashCommand-DTHJZRRO.mjs} +3 -3
- package/dist/{chunk-GYIOYVCN.mjs → chunk-56XWNIVH.mjs} +2 -2
- package/dist/{chunk-WJRHXI2C.mjs → chunk-DSFQHA7I.mjs} +0 -1
- package/dist/{chunk-LQN3CMKV.mjs → chunk-FNYPGJZQ.mjs} +1 -1
- package/dist/{chunk-6RNZQOH2.mjs → chunk-KLBJT6EH.mjs} +1 -1
- package/dist/{chunk-XLER2DHM.mjs → chunk-UNMJLVGC.mjs} +2 -2
- package/dist/index.js +1 -2
- package/dist/index.mjs +5 -5
- package/dist/{stepper-FSARL6X6.mjs → stepper-WC3QI3D4.mjs} +5 -5
- package/dist/styles/notiq.css +2 -1149
- package/package.json +5 -6
- package/src/styles/notiq.css +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@collabchron/notiq",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -150,12 +150,11 @@
|
|
|
150
150
|
"lexical": ">=0.14.0",
|
|
151
151
|
"next": ">=14.0.0",
|
|
152
152
|
"react": ">=18",
|
|
153
|
-
"react-dom": ">=18"
|
|
154
|
-
"@tailwindcss/typography": ">=0.5.0",
|
|
155
|
-
"tailwind-scrollbar": ">=3.0.0"
|
|
153
|
+
"react-dom": ">=18"
|
|
156
154
|
},
|
|
157
155
|
"devDependencies": {
|
|
158
156
|
"@eslint/eslintrc": "^3.3.1",
|
|
157
|
+
"@tailwindcss/cli": "^4.1.18",
|
|
159
158
|
"@tailwindcss/typography": "^0.5.16",
|
|
160
159
|
"@tanstack/eslint-plugin-query": "^5.86.0",
|
|
161
160
|
"@testing-library/dom": "^10.4.1",
|
|
@@ -186,8 +185,8 @@
|
|
|
186
185
|
"scripts": {
|
|
187
186
|
"dev": "next dev --turbopack",
|
|
188
187
|
"build": "pnpm install --no-frozen-lockfile && next build",
|
|
189
|
-
"build:lib": "tsup && pnpm build:
|
|
190
|
-
"build:
|
|
188
|
+
"build:lib": "tsup && pnpm build:css",
|
|
189
|
+
"build:css": "tailwindcss -i src/styles/notiq.css -o dist/styles/notiq.css --minify",
|
|
191
190
|
"start": "next start",
|
|
192
191
|
"lint": "next lint",
|
|
193
192
|
"test": "vitest"
|