@terrazzo/plugin-tailwind 2.0.0-alpha.2 → 2.0.0-alpha.5
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 +2 -11
- package/README.md +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -2947
- package/dist/index.js.map +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,5 @@
|
|
|
1
1
|
# @terrazzo/plugin-tailwind
|
|
2
2
|
|
|
3
|
-
## 2.0.0-alpha.2
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- [#568](https://github.com/terrazzoapp/terrazzo/pull/568) [`67c75be`](https://github.com/terrazzoapp/terrazzo/commit/67c75be78978cece52b61cf258ccc3a875e6af48) Thanks [@drwpow](https://github.com/drwpow)! - Fix border tokens not cascading correctly across modes
|
|
8
|
-
|
|
9
|
-
- Updated dependencies [[`67c75be`](https://github.com/terrazzoapp/terrazzo/commit/67c75be78978cece52b61cf258ccc3a875e6af48)]:
|
|
10
|
-
- @terrazzo/plugin-css@2.0.0-alpha.2
|
|
11
|
-
- @terrazzo/cli@2.0.0-alpha.2
|
|
12
|
-
- @terrazzo/token-tools@2.0.0-alpha.2
|
|
13
|
-
|
|
14
3
|
## 2.0.0
|
|
15
4
|
|
|
16
5
|
### Minor Changes
|
|
@@ -25,6 +14,8 @@
|
|
|
25
14
|
|
|
26
15
|
- [#530](https://github.com/terrazzoapp/terrazzo/pull/530) [`370ed7b`](https://github.com/terrazzoapp/terrazzo/commit/370ed7b0f578a64824124145d7f4936536b37bb3) Thanks [@drwpow](https://github.com/drwpow)! - Validation moved to lint rules, which means token validation can be individually configured, and optionally extended.
|
|
27
16
|
|
|
17
|
+
- [#568](https://github.com/terrazzoapp/terrazzo/pull/568) [`67c75be`](https://github.com/terrazzoapp/terrazzo/commit/67c75be78978cece52b61cf258ccc3a875e6af48) Thanks [@drwpow](https://github.com/drwpow)! - Fix border tokens not cascading correctly across modes
|
|
18
|
+
|
|
28
19
|
## 0.3.3
|
|
29
20
|
|
|
30
21
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -4,13 +4,13 @@ Generate a Tailwind v4 theme from DTCG tokens.
|
|
|
4
4
|
|
|
5
5
|
## Setup
|
|
6
6
|
|
|
7
|
-
Requires [Node.js
|
|
7
|
+
Requires [Node.js](https://nodejs.org). With that installed, run:
|
|
8
8
|
|
|
9
9
|
```sh
|
|
10
10
|
npm i -D @terrazzo/cli @terrazzo/plugin-css @terrazzo/plugin-tailwind
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
Add a `terrazzo.config.
|
|
13
|
+
Add a `terrazzo.config.ts` to the root of your project with:
|
|
14
14
|
|
|
15
15
|
```ts
|
|
16
16
|
import { defineConfig } from "@terrazzo/cli";
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../src/lib.ts","../src/index.ts"],"sourcesContent":[],"mappings":";;;UAAiB,qBAAA;;;AAAjB;AAaA;;;SANS;ECHI;EAIW,YAAA,CAAA,EAAA
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../src/lib.ts","../src/index.ts"],"sourcesContent":[],"mappings":";;;UAAiB,qBAAA;;;AAAjB;AAaA;;;SANS;ECHI;EAIW,YAAA,CAAA,EAAA;;;;;;iBDKR,eAAA,WAA0B;;;;;;cCT7B,SAAA;ADSG,iBCLQ,cAAA,CDKkB,OAAM,ECLA,qBDKA,CAAA,ECLwB,MDKxB"}
|