Skip to content

Commit 163f8c1

Browse files
authored
chore: add style exports for all stylesheets (#1657)
1 parent f5b1a57 commit 163f8c1

File tree

9 files changed

+20
-10
lines changed

9 files changed

+20
-10
lines changed

packages/ariakit/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
},
4545
"./style.css": {
4646
"import": "./dist/style.css",
47-
"require": "./dist/style.css"
47+
"require": "./dist/style.css",
48+
"style": "./dist/style.css"
4849
}
4950
},
5051
"scripts": {

packages/core/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,13 @@
4444
},
4545
"./style.css": {
4646
"import": "./dist/style.css",
47-
"require": "./dist/style.css"
47+
"require": "./dist/style.css",
48+
"style": "./dist/style.css"
4849
},
4950
"./fonts/inter.css": {
5051
"import": "./src/fonts/inter.css",
51-
"require": "./src/fonts/inter.css"
52+
"require": "./src/fonts/inter.css",
53+
"style": "./src/fonts/inter.css"
5254
},
5355
"./comments": {
5456
"types": "./types/src/comments/index.d.ts",

packages/mantine/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
},
4545
"./style.css": {
4646
"import": "./dist/style.css",
47-
"require": "./dist/style.css"
47+
"require": "./dist/style.css",
48+
"style": "./dist/style.css"
4849
}
4950
},
5051
"scripts": {

packages/react/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
},
4545
"./style.css": {
4646
"import": "./dist/style.css",
47-
"require": "./dist/style.css"
47+
"require": "./dist/style.css",
48+
"style": "./dist/style.css"
4849
}
4950
},
5051
"scripts": {

packages/server-util/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
},
4545
"./style.css": {
4646
"import": "./dist/style.css",
47-
"require": "./dist/style.css"
47+
"require": "./dist/style.css",
48+
"style": "./dist/style.css"
4849
}
4950
},
5051
"scripts": {

packages/shadcn/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
},
4545
"./style.css": {
4646
"import": "./dist/style.css",
47-
"require": "./dist/style.css"
47+
"require": "./dist/style.css",
48+
"style": "./dist/style.css"
4849
}
4950
},
5051
"scripts": {

packages/xl-docx-exporter/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
},
4545
"./style.css": {
4646
"import": "./dist/style.css",
47-
"require": "./dist/style.css"
47+
"require": "./dist/style.css",
48+
"style": "./dist/style.css"
4849
}
4950
},
5051
"scripts": {

packages/xl-odt-exporter/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
},
4545
"./style.css": {
4646
"import": "./dist/style.css",
47-
"require": "./dist/style.css"
47+
"require": "./dist/style.css",
48+
"style": "./dist/style.css"
4849
}
4950
},
5051
"scripts": {

packages/xl-pdf-exporter/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
},
4444
"./style.css": {
4545
"import": "./dist/style.css",
46-
"require": "./dist/style.css"
46+
"require": "./dist/style.css",
47+
"style": "./dist/style.css"
4748
}
4849
},
4950
"scripts": {

0 commit comments

Comments
 (0)