@simpleapps-com/augur-tailwind 2.2.9 → 2.2.11

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/EXPORTS.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @simpleapps-com/augur-tailwind exports
2
2
 
3
- Version: 2.0.21
3
+ Version: 2.2.10
4
4
 
5
5
  > Auto-generated from built type declarations. Do not edit manually.
6
6
  > Regenerate with: `pnpm run generate-exports`
package/README.md ADDED
@@ -0,0 +1,48 @@
1
+ # @simpleapps-com/augur-tailwind
2
+
3
+ > Shared Tailwind CSS v4 theme with HSL variables for Augur ecommerce sites
4
+
5
+ > Auto-generated. Do not edit manually. Regenerate with: `pnpm run generate-exports`
6
+
7
+ Part of the **@simpleapps-com/augur-\*** platform. All packages use fixed versioning (same version number).
8
+
9
+ ## Install
10
+
11
+ ```bash
12
+ pnpm add @simpleapps-com/augur-tailwind
13
+ ```
14
+
15
+ ### Peer Dependencies
16
+
17
+ `tailwindcss`, `tailwindcss-animate`
18
+
19
+ ## Entry Points
20
+
21
+ | Import | Description |
22
+ |--------|-------------|
23
+ | `@simpleapps-com/augur-tailwind` | 2 exports, 0 types |
24
+ | `@simpleapps-com/augur-tailwind/base.css` | CSS stylesheet |
25
+
26
+ ## Exports
27
+
28
+ ### Other
29
+
30
+ | Export | Kind | Description |
31
+ |--------|------|-------------|
32
+ | `augurPlugin` | const | Augur Tailwind CSS v4 plugin. |
33
+ | `default` | value | |
34
+
35
+
36
+ ## Related Packages
37
+
38
+ All packages use fixed versioning -- same version number across the platform.
39
+
40
+ | Package | Description |
41
+ |---------|-------------|
42
+ | `@simpleapps-com/augur-config` | Shared tooling configuration presets for Augur ecommerce sites |
43
+ | `@simpleapps-com/augur-core` | Universal foundation for Augur packages — proxy infrastructure, cache keys, method classification, shared types |
44
+ | `@simpleapps-com/augur-hooks` | Cross-platform React Query hooks and Zustand stores for Augur ecommerce sites |
45
+ | `@simpleapps-com/augur-mobile` | React Native/Expo adapters for Augur ecommerce apps (offline sync, biometrics, push) |
46
+ | `@simpleapps-com/augur-server` | Server-side utilities for Augur ecommerce sites (Redis caching, SDK helpers, auth) |
47
+ | `@simpleapps-com/augur-utils` | Shared types, cache configuration, and utility functions for Augur ecommerce sites |
48
+ | `@simpleapps-com/augur-web` | Shared React UI components for Augur ecommerce sites (Radix + Tailwind) |
package/llms.txt CHANGED
@@ -1,8 +1,30 @@
1
+ # Augur Platform Packages
2
+
3
+ This package is part of the @simpleapps-com/augur-* platform.
4
+ All packages use fixed versioning (same version number).
5
+ The proxy pattern (createServerQueryProxy) is the primary data fetching API.
6
+ Pure transform utilities bridge user-facing types to SDK params without breaking proxy type safety.
7
+
8
+ ## Sibling packages
9
+
10
+ - @simpleapps-com/augur-config - Shared tooling configuration presets for Augur ecommerce sites
11
+ - @simpleapps-com/augur-core - Universal foundation for Augur packages — proxy infrastructure, cache keys, method classification, shared types
12
+ - @simpleapps-com/augur-hooks - Cross-platform React Query hooks and Zustand stores for Augur ecommerce sites
13
+ - @simpleapps-com/augur-mobile - React Native/Expo adapters for Augur ecommerce apps (offline sync, biometrics, push)
14
+ - @simpleapps-com/augur-server - Server-side utilities for Augur ecommerce sites (Redis caching, SDK helpers, auth)
15
+ - @simpleapps-com/augur-tailwind (this package) - Shared Tailwind CSS v4 theme with HSL variables for Augur ecommerce sites
16
+ - @simpleapps-com/augur-utils - Shared types, cache configuration, and utility functions for Augur ecommerce sites
17
+ - @simpleapps-com/augur-web - Shared React UI components for Augur ecommerce sites (Radix + Tailwind)
18
+
19
+ Each package ships its own llms.txt with exports and usage patterns.
20
+
21
+ ---
22
+
1
23
  # @simpleapps-com/augur-tailwind
2
24
 
3
25
  > Shared Tailwind CSS v4 theme with HSL variables for Augur ecommerce sites
4
26
 
5
- Version: 2.0.21
27
+ Version: 2.2.10
6
28
 
7
29
  ## @simpleapps-com/augur-tailwind
8
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simpleapps-com/augur-tailwind",
3
- "version": "2.2.9",
3
+ "version": "2.2.11",
4
4
  "description": "Shared Tailwind CSS v4 theme with HSL variables for Augur ecommerce sites",
5
5
  "license": "MIT",
6
6
  "repository": {