@ds-pack/components
Advanced tools
Comparing version 1.0.17 to 1.0.18
@@ -0,1 +1,6 @@ | ||
### 1.0.18 | ||
- Fix `Input`, `Textarea`, `RadioInput`, and `ToggleInput` not being marked as | ||
client components correctly | ||
### 1.0.17 | ||
@@ -2,0 +7,0 @@ |
"use strict"; | ||
'use client'; | ||
@@ -3,0 +4,0 @@ Object.defineProperty(exports, "__esModule", { |
"use strict"; | ||
'use client'; | ||
@@ -3,0 +4,0 @@ Object.defineProperty(exports, "__esModule", { |
"use strict"; | ||
'use client'; | ||
@@ -3,0 +4,0 @@ Object.defineProperty(exports, "__esModule", { |
"use strict"; | ||
'use client'; | ||
@@ -3,0 +4,0 @@ Object.defineProperty(exports, "__esModule", { |
{ | ||
"name": "@ds-pack/components", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"main": "dist/index.js", | ||
@@ -14,3 +14,3 @@ "source": "src/index.ts", | ||
"build-ts": "tsc --emitDeclarationOnly --outDir ./dist --project tsconfig.build.json", | ||
"build": "rm -rf ./dist && yarn build-styles && yarn build-js && yarn build-ts", | ||
"build": "rm -rf ./dist && yarn build-styles && yarn build-js && yarn build-ts && yarn post-build", | ||
"post-build": "babel ./dist/vars.vanilla.js --out-file ./dist/vars.js", | ||
@@ -17,0 +17,0 @@ "test": "jest", |
@@ -22,3 +22,4 @@ # `@ds-pack/components` | ||
// within `layout.tsx` or `_app.tsx`: | ||
import '@ds-pack/components/dist/index.css' | ||
import '@ds-pack/components/dist/vars.css' | ||
import '@ds-pack/components/dist/reset.css' | ||
@@ -39,3 +40,4 @@ // ... | ||
// Import the styles: | ||
import '@ds-pack/components/dist/index.css' | ||
import '@ds-pack/components/dist/vars.css' | ||
import '@ds-pack/components/dist/reset.css' | ||
import { Button } from '@ds-pack/components' | ||
@@ -42,0 +44,0 @@ ``` |
@@ -0,1 +1,5 @@ | ||
### 1.0.17 -> 1.0.18 | ||
No other changes needed! | ||
### 1.0.16 -> 1.0.17 | ||
@@ -2,0 +6,0 @@ |
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
Sorry, the diff of this file is not supported yet
380313
324
8164
94