pasika 0.3.4 → 0.3.6

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 CHANGED
@@ -136,7 +136,10 @@ export default [pasikaConfig];
136
136
  | `pasika/stay-flat` † | A component stays flat until it has exclusive children |
137
137
  | `pasika/type-extraction` † | A type or schema with cross-folder consumers is extracted |
138
138
  | `pasika/locale-placement` † | Shared locales at the top level, single-feature locales namespaced |
139
+ | `pasika/locale-key-shape` | camelCase locale keys; keys over 30 characters end in a WAI-ARIA element role |
139
140
  | `pasika/shared-style-dedup` † | A className combo used by two or more components becomes a named utility |
141
+ | `pasika/repeated-structure` | A block of elements repeated two or more times is extracted as a named component |
142
+ | `pasika/sole-state-owner` | A contiguous JSX part that is the sole consumer of a useState hook is extracted into a named component |
140
143
  | `pasika/no-eslint-disable` | No `eslint-disable` directives |
141
144
  | `pasika/zod-schema-validation` | Runtime validation through Zod schemas, not hand-written type guards |
142
145
  | `pasika/source-under-src` | Application source lives under `src/`, not in root-level folders |