@simpleapps-com/augur-tailwind 2.0.23 → 2.1.0
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 +4 -3
- package/llms.txt +4 -3
- package/package.json +1 -1
package/EXPORTS.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @simpleapps-com/augur-tailwind exports
|
|
2
2
|
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.21
|
|
4
4
|
|
|
5
5
|
> Auto-generated from built type declarations. Do not edit manually.
|
|
6
6
|
> Regenerate with: `pnpm run generate-exports`
|
|
@@ -11,10 +11,11 @@ Version: 2.0.9
|
|
|
11
11
|
|
|
12
12
|
| Export | Kind | Description |
|
|
13
13
|
|--------|------|-------------|
|
|
14
|
-
| `
|
|
14
|
+
| `augurPlugin` | const | Augur Tailwind CSS v4 plugin. |
|
|
15
|
+
| `default` | value | |
|
|
15
16
|
|
|
16
17
|
```ts
|
|
17
|
-
import {
|
|
18
|
+
import { augurPlugin, default } from "@simpleapps-com/augur-tailwind";
|
|
18
19
|
```
|
|
19
20
|
|
|
20
21
|
## `@simpleapps-com/augur-tailwind/base.css`
|
package/llms.txt
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
# @simpleapps-com/augur-tailwind
|
|
2
2
|
|
|
3
|
-
> Shared Tailwind CSS
|
|
3
|
+
> Shared Tailwind CSS v4 theme with HSL variables for Augur ecommerce sites
|
|
4
4
|
|
|
5
|
-
Version: 2.0.
|
|
5
|
+
Version: 2.0.21
|
|
6
6
|
|
|
7
7
|
## @simpleapps-com/augur-tailwind
|
|
8
8
|
|
|
9
|
-
- const:
|
|
9
|
+
- const: augurPlugin - Augur Tailwind CSS v4 plugin.
|
|
10
|
+
- value: default
|
|
10
11
|
|
|
11
12
|
## @simpleapps-com/augur-tailwind/base.css
|
|
12
13
|
CSS stylesheet: import "@simpleapps-com/augur-tailwind/base.css";
|