@terrazzo/plugin-tailwind 0.3.1 → 0.3.3
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 +15 -0
- package/dist/index.d.ts +0 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1218 -208
- package/dist/index.js.map +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @terrazzo/plugin-tailwind
|
|
2
2
|
|
|
3
|
+
## 0.3.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#550](https://github.com/terrazzoapp/terrazzo/pull/550) [`936789e`](https://github.com/terrazzoapp/terrazzo/commit/936789eb0604c5d8adfa256f16322d11fd99da6a) Thanks [@nlemoine](https://github.com/nlemoine)! - Add support for color-scheme property
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`936789e`](https://github.com/terrazzoapp/terrazzo/commit/936789eb0604c5d8adfa256f16322d11fd99da6a)]:
|
|
10
|
+
- @terrazzo/plugin-css@0.10.4
|
|
11
|
+
|
|
12
|
+
## 0.3.2
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [#513](https://github.com/terrazzoapp/terrazzo/pull/513) [`7bb2b26`](https://github.com/terrazzoapp/terrazzo/commit/7bb2b2612e00df34f15f75f6bd5c7251163b9783) Thanks [@camerondubas](https://github.com/camerondubas)! - fix tailwind import
|
|
17
|
+
|
|
3
18
|
## 0.3.1
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -20,13 +20,10 @@ declare function flattenThemeObj(themeObj: Record<string, unknown>): {
|
|
|
20
20
|
path: string[];
|
|
21
21
|
value: string | string[];
|
|
22
22
|
}[];
|
|
23
|
-
//# sourceMappingURL=lib.d.ts.map
|
|
24
23
|
//#endregion
|
|
25
24
|
//#region src/index.d.ts
|
|
26
25
|
declare const FORMAT_ID = "tailwind";
|
|
27
26
|
declare function pluginTailwind(options: TailwindPluginOptions): Plugin;
|
|
28
|
-
//# sourceMappingURL=index.d.ts.map
|
|
29
|
-
|
|
30
27
|
//#endregion
|
|
31
28
|
export { FORMAT_ID, TailwindPluginOptions, pluginTailwind as default, flattenThemeObj };
|
|
32
29
|
//# sourceMappingURL=index.d.ts.map
|
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;IAAc,OAAA,EAAA,MAAA;IAAU,IAAA,EAAA,MAAA;
|
|
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;IAAc,OAAA,EAAA,MAAA;IAAU,IAAA,EAAA,MAAA;KAAwB;;;iBDKxD,eAAA,WAA0B;;;;;;cCT7B,SAAA;ADSG,iBCLQ,cAAA,CDKwB,OAAA,ECLA,qBDKA,CAAA,ECLwB,MDKxB"}
|