Skip to content

Commit f0d70f5

Browse files
authored
Add *.css files to the list of sideEffect(ful) files (#769)
1 parent 4a1ae33 commit f0d70f5

File tree

22 files changed

+66
-22
lines changed

22 files changed

+66
-22
lines changed

packages/accordion/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "Accessible React accordion component",
55
"author": "React Training <hello@reacttraining.com>",
66
"license": "MIT",
7-
"sideEffects": false,
7+
"sideEffects": [
8+
"*.css"
9+
],
810
"repository": {
911
"type": "git",
1012
"url": "git+https://github.com/reach/reach-ui.git",

packages/alert-dialog/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "Accessible React Alert Dialog.",
55
"author": "React Training <hello@reacttraining.com>",
66
"license": "MIT",
7-
"sideEffects": false,
7+
"sideEffects": [
8+
"*.css"
9+
],
810
"repository": {
911
"type": "git",
1012
"url": "git+https://github.com/reach/reach-ui.git",

packages/alert/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "Screen-reader-friendly alert messages.",
55
"author": "React Training <hello@reacttraining.com>",
66
"license": "MIT",
7-
"sideEffects": false,
7+
"sideEffects": [
8+
"*.css"
9+
],
810
"repository": {
911
"type": "git",
1012
"url": "git+https://github.com/reach/reach-ui.git",

packages/auto-id/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "Autogenerate IDs to facilitate WAI-ARIA and server rendering.",
55
"author": "React Training <hello@reacttraining.com>",
66
"license": "MIT",
7-
"sideEffects": false,
7+
"sideEffects": [
8+
"*.css"
9+
],
810
"repository": {
911
"type": "git",
1012
"url": "git+https://github.com/reach/reach-ui.git",

packages/checkbox/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"author": "React Training <hello@reacttraining.com>",
66
"license": "MIT",
77
"source": "",
8-
"sideEffects": false,
8+
"sideEffects": [
9+
"*.css"
10+
],
911
"repository": {
1012
"type": "git",
1113
"url": "git+https://github.com/reach/reach-ui.git",

packages/combobox/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "Accessible React Combobox (Autocomplete).",
55
"author": "React Training <hello@reacttraining.com>",
66
"license": "MIT",
7-
"sideEffects": false,
7+
"sideEffects": [
8+
"*.css"
9+
],
810
"repository": {
911
"type": "git",
1012
"url": "git+https://github.com/reach/reach-ui.git",

packages/component-component/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "Declarative React Component Definitions",
55
"author": "React Training <hello@reacttraining.com>",
66
"license": "MIT",
7-
"sideEffects": false,
7+
"sideEffects": [
8+
"*.css"
9+
],
810
"repository": {
911
"type": "git",
1012
"url": "git+https://github.com/reach/reach-ui.git",

packages/descendants/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "A descendant index solution for better accessibility support in compound components",
55
"author": "React Training <hello@reacttraining.com>",
66
"license": "MIT",
7-
"sideEffects": false,
7+
"sideEffects": [
8+
"*.css"
9+
],
810
"repository": {
911
"type": "git",
1012
"url": "git+https://github.com/reach/reach-ui.git",

packages/dialog/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "Accessible React Modal Dialog.",
55
"author": "React Training <hello@reacttraining.com>",
66
"license": "MIT",
7-
"sideEffects": false,
7+
"sideEffects": [
8+
"*.css"
9+
],
810
"repository": {
911
"type": "git",
1012
"url": "git+https://github.com/reach/reach-ui.git",

packages/disclosure/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "Accessible React disclosure component",
55
"author": "React Training <hello@reacttraining.com>",
66
"license": "MIT",
7-
"sideEffects": false,
7+
"sideEffects": [
8+
"*.css"
9+
],
810
"repository": {
911
"type": "git",
1012
"url": "git+https://github.com/reach/reach-ui.git",

0 commit comments

Comments
 (0)