@simpleapps-com/augur-tailwind 2.0.9 → 2.0.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 +26 -0
- package/llms.txt +12 -0
- package/package.json +4 -2
package/EXPORTS.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# @simpleapps-com/augur-tailwind exports
|
|
2
|
+
|
|
3
|
+
Version: 2.0.9
|
|
4
|
+
|
|
5
|
+
> Auto-generated from built type declarations. Do not edit manually.
|
|
6
|
+
> Regenerate with: `pnpm run generate-exports`
|
|
7
|
+
|
|
8
|
+
## `@simpleapps-com/augur-tailwind`
|
|
9
|
+
|
|
10
|
+
### Values
|
|
11
|
+
|
|
12
|
+
| Export | Kind | Description |
|
|
13
|
+
|--------|------|-------------|
|
|
14
|
+
| `augurPreset` | const | |
|
|
15
|
+
|
|
16
|
+
```ts
|
|
17
|
+
import { augurPreset } from "@simpleapps-com/augur-tailwind";
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## `@simpleapps-com/augur-tailwind/base.css`
|
|
21
|
+
|
|
22
|
+
CSS stylesheet. Import directly:
|
|
23
|
+
|
|
24
|
+
```ts
|
|
25
|
+
import "@simpleapps-com/augur-tailwind/base.css";
|
|
26
|
+
```
|
package/llms.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# @simpleapps-com/augur-tailwind
|
|
2
|
+
|
|
3
|
+
> Shared Tailwind CSS v3 preset with HSL theme variables for Augur ecommerce sites
|
|
4
|
+
|
|
5
|
+
Version: 2.0.9
|
|
6
|
+
|
|
7
|
+
## @simpleapps-com/augur-tailwind
|
|
8
|
+
|
|
9
|
+
- const: augurPreset
|
|
10
|
+
|
|
11
|
+
## @simpleapps-com/augur-tailwind/base.css
|
|
12
|
+
CSS stylesheet: import "@simpleapps-com/augur-tailwind/base.css";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simpleapps-com/augur-tailwind",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
4
4
|
"description": "Shared Tailwind CSS v3 preset with HSL theme variables for Augur ecommerce sites",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -22,7 +22,9 @@
|
|
|
22
22
|
],
|
|
23
23
|
"files": [
|
|
24
24
|
"dist",
|
|
25
|
-
"src/base.css"
|
|
25
|
+
"src/base.css",
|
|
26
|
+
"EXPORTS.md",
|
|
27
|
+
"llms.txt"
|
|
26
28
|
],
|
|
27
29
|
"dependencies": {
|
|
28
30
|
"tailwindcss-animate": "^1.0.7"
|