zirka 0.0.32 → 0.0.33
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/dist/styleguide.cjs +8 -2
- package/dist/styleguide.js +8 -2
- package/package.json +1 -1
package/dist/styleguide.cjs
CHANGED
|
@@ -514,7 +514,7 @@ var init_import = __esm({
|
|
|
514
514
|
]
|
|
515
515
|
};
|
|
516
516
|
importOverrides = {
|
|
517
|
-
files: ["**/*.config.{js,ts}"],
|
|
517
|
+
files: ["**/*.config.{cjs,cts,js,mjs,mts,ts}"],
|
|
518
518
|
rules: {
|
|
519
519
|
"import/no-default-export": "off"
|
|
520
520
|
}
|
|
@@ -1149,18 +1149,24 @@ var init_imports = __esm({
|
|
|
1149
1149
|
// App Router
|
|
1150
1150
|
"**/app/**/page.{js,jsx,ts,tsx}",
|
|
1151
1151
|
"**/app/**/layout.{js,jsx,ts,tsx}",
|
|
1152
|
+
"**/app/**/template.{js,jsx,ts,tsx}",
|
|
1152
1153
|
"**/app/**/loading.{js,jsx,ts,tsx}",
|
|
1153
1154
|
"**/app/**/error.{js,jsx,ts,tsx}",
|
|
1154
1155
|
"**/app/**/not-found.{js,jsx,ts,tsx}",
|
|
1155
1156
|
"**/app/**/global-error.{js,jsx,ts,tsx}",
|
|
1156
1157
|
"**/app/**/route.{js,ts}",
|
|
1158
|
+
"**/app/**/icon.{js,jsx,ts,tsx}",
|
|
1159
|
+
"**/app/**/apple-icon.{js,jsx,ts,tsx}",
|
|
1157
1160
|
"**/src/app/**/page.{js,jsx,ts,tsx}",
|
|
1158
1161
|
"**/src/app/**/layout.{js,jsx,ts,tsx}",
|
|
1162
|
+
"**/src/app/**/template.{js,jsx,ts,tsx}",
|
|
1159
1163
|
"**/src/app/**/loading.{js,jsx,ts,tsx}",
|
|
1160
1164
|
"**/src/app/**/error.{js,jsx,ts,tsx}",
|
|
1161
1165
|
"**/src/app/**/not-found.{js,jsx,ts,tsx}",
|
|
1162
1166
|
"**/src/app/**/global-error.{js,jsx,ts,tsx}",
|
|
1163
|
-
"**/src/app/**/route.{js,ts}"
|
|
1167
|
+
"**/src/app/**/route.{js,ts}",
|
|
1168
|
+
"**/src/app/**/icon.{js,jsx,ts,tsx}",
|
|
1169
|
+
"**/src/app/**/apple-icon.{js,jsx,ts,tsx}"
|
|
1164
1170
|
];
|
|
1165
1171
|
nextImportRules = {
|
|
1166
1172
|
files: NEXT_JS_FILES,
|
package/dist/styleguide.js
CHANGED
|
@@ -498,7 +498,7 @@ var init_import = __esm({
|
|
|
498
498
|
]
|
|
499
499
|
};
|
|
500
500
|
importOverrides = {
|
|
501
|
-
files: ["**/*.config.{js,ts}"],
|
|
501
|
+
files: ["**/*.config.{cjs,cts,js,mjs,mts,ts}"],
|
|
502
502
|
rules: {
|
|
503
503
|
"import/no-default-export": "off"
|
|
504
504
|
}
|
|
@@ -1133,18 +1133,24 @@ var init_imports = __esm({
|
|
|
1133
1133
|
// App Router
|
|
1134
1134
|
"**/app/**/page.{js,jsx,ts,tsx}",
|
|
1135
1135
|
"**/app/**/layout.{js,jsx,ts,tsx}",
|
|
1136
|
+
"**/app/**/template.{js,jsx,ts,tsx}",
|
|
1136
1137
|
"**/app/**/loading.{js,jsx,ts,tsx}",
|
|
1137
1138
|
"**/app/**/error.{js,jsx,ts,tsx}",
|
|
1138
1139
|
"**/app/**/not-found.{js,jsx,ts,tsx}",
|
|
1139
1140
|
"**/app/**/global-error.{js,jsx,ts,tsx}",
|
|
1140
1141
|
"**/app/**/route.{js,ts}",
|
|
1142
|
+
"**/app/**/icon.{js,jsx,ts,tsx}",
|
|
1143
|
+
"**/app/**/apple-icon.{js,jsx,ts,tsx}",
|
|
1141
1144
|
"**/src/app/**/page.{js,jsx,ts,tsx}",
|
|
1142
1145
|
"**/src/app/**/layout.{js,jsx,ts,tsx}",
|
|
1146
|
+
"**/src/app/**/template.{js,jsx,ts,tsx}",
|
|
1143
1147
|
"**/src/app/**/loading.{js,jsx,ts,tsx}",
|
|
1144
1148
|
"**/src/app/**/error.{js,jsx,ts,tsx}",
|
|
1145
1149
|
"**/src/app/**/not-found.{js,jsx,ts,tsx}",
|
|
1146
1150
|
"**/src/app/**/global-error.{js,jsx,ts,tsx}",
|
|
1147
|
-
"**/src/app/**/route.{js,ts}"
|
|
1151
|
+
"**/src/app/**/route.{js,ts}",
|
|
1152
|
+
"**/src/app/**/icon.{js,jsx,ts,tsx}",
|
|
1153
|
+
"**/src/app/**/apple-icon.{js,jsx,ts,tsx}"
|
|
1148
1154
|
];
|
|
1149
1155
|
nextImportRules = {
|
|
1150
1156
|
files: NEXT_JS_FILES,
|