@lynx-js/tailwind-preset-canary 0.2.0 → 0.2.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @lynx-js/tailwind-preset
2
2
 
3
+ ## 0.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Extend the `uiVariants` plugin with additional states: `initial`, `closed`, `indeterminate`, and `invalid`. These can be used with the `ui-*` prefix (e.g., `ui-initial`, `ui-closed`, `ui-indeterminate`, `ui-invalid`). ([#1663](https://github.com/lynx-family/lynx-stack/pull/1663))
8
+
3
9
  ## 0.2.0
4
10
 
5
11
  ### Minor Changes
package/dist/lynx.cjs CHANGED
@@ -935,7 +935,11 @@ const DEFAULT_PREFIXES = {
935
935
  'readonly',
936
936
  'checked',
937
937
  'selected',
938
+ 'indeterminate',
939
+ 'invalid',
940
+ 'initial',
938
941
  'open',
942
+ 'closed',
939
943
  'leaving',
940
944
  'entering',
941
945
  'animating',
package/dist/lynx.js CHANGED
@@ -895,7 +895,11 @@ const DEFAULT_PREFIXES = {
895
895
  'readonly',
896
896
  'checked',
897
897
  'selected',
898
+ 'indeterminate',
899
+ 'invalid',
900
+ 'initial',
898
901
  'open',
902
+ 'closed',
899
903
  'leaving',
900
904
  'entering',
901
905
  'animating',
@@ -1,7 +1,7 @@
1
1
  import type { PluginWithOptions } from '../../helpers.js';
2
2
  import type { KeyValuePairOrList } from '../../types/plugin-types.js';
3
3
  declare const DEFAULT_PREFIXES: {
4
- readonly ui: readonly ["active", "disabled", "readonly", "checked", "selected", "open", "leaving", "entering", "animating", "busy"];
4
+ readonly ui: readonly ["active", "disabled", "readonly", "checked", "selected", "indeterminate", "invalid", "initial", "open", "closed", "leaving", "entering", "animating", "busy"];
5
5
  readonly 'ui-side': readonly ["left", "right", "top", "bottom"];
6
6
  readonly 'ui-align': readonly ["start", "end", "center"];
7
7
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/tailwind-preset-canary",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "A tailwindcss preset for ReactLynx",
5
5
  "keywords": [
6
6
  "Lynx",