@telegraph/postcss-config 0.0.1 → 0.0.6

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 ADDED
@@ -0,0 +1,55 @@
1
+ # @telegraph/postcss-config
2
+
3
+ ## 0.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#31](https://github.com/knocklabs/telegraph/pull/31) [`05bd163`](https://github.com/knocklabs/telegraph/commit/05bd1637a93ede8b3ad13c6943c5e454114fca32) Thanks [@kylemcd](https://github.com/kylemcd)! - design tokens & tailwind config generated from design tokens
8
+
9
+ - Updated dependencies [[`05bd163`](https://github.com/knocklabs/telegraph/commit/05bd1637a93ede8b3ad13c6943c5e454114fca32), [`572641b`](https://github.com/knocklabs/telegraph/commit/572641b5eb828f06110a0d573dae8b43e6c33cf1)]:
10
+ - @telegraph/tailwind-config@0.0.6
11
+
12
+ ## 0.0.5
13
+
14
+ ### Patch Changes
15
+
16
+ - [#17](https://github.com/knocklabs/telegraph/pull/17) [`615c6c4`](https://github.com/knocklabs/telegraph/commit/615c6c4f835819933ab292ecbdf12cba3b95f446) Thanks [@kylemcd](https://github.com/kylemcd)! - bump versions
17
+
18
+ - Updated dependencies [[`615c6c4`](https://github.com/knocklabs/telegraph/commit/615c6c4f835819933ab292ecbdf12cba3b95f446)]:
19
+ - @telegraph/tailwind-config@0.0.5
20
+
21
+ ## 0.0.4
22
+
23
+ ### Patch Changes
24
+
25
+ - [#15](https://github.com/knocklabs/telegraph/pull/15) [`4c8c13d`](https://github.com/knocklabs/telegraph/commit/4c8c13d877b3065d03c156519646a5641185da17) Thanks [@kylemcd](https://github.com/kylemcd)! - bump versions
26
+
27
+ - Updated dependencies [[`4c8c13d`](https://github.com/knocklabs/telegraph/commit/4c8c13d877b3065d03c156519646a5641185da17)]:
28
+ - @telegraph/tailwind-config@0.0.4
29
+
30
+ ## 0.0.3
31
+
32
+ ### Patch Changes
33
+
34
+ - [#13](https://github.com/knocklabs/telegraph/pull/13) [`cb2e132`](https://github.com/knocklabs/telegraph/commit/cb2e1322647c2f86c72bca4a1fe342c530ba9feb) Thanks [@kylemcd](https://github.com/kylemcd)! - bump versions
35
+
36
+ - Updated dependencies [[`cb2e132`](https://github.com/knocklabs/telegraph/commit/cb2e1322647c2f86c72bca4a1fe342c530ba9feb)]:
37
+ - @telegraph/tailwind-config@0.0.3
38
+
39
+ ## 0.0.2
40
+
41
+ ### Patch Changes
42
+
43
+ - [#11](https://github.com/knocklabs/telegraph/pull/11) [`4fe3fa2`](https://github.com/knocklabs/telegraph/commit/4fe3fa2eda03d14301ab58977a8ce4e122187d9d) Thanks [@kylemcd](https://github.com/kylemcd)! - Add package READMEs and dist folder
44
+
45
+ - Updated dependencies [[`4fe3fa2`](https://github.com/knocklabs/telegraph/commit/4fe3fa2eda03d14301ab58977a8ce4e122187d9d)]:
46
+ - @telegraph/tailwind-config@0.0.2
47
+
48
+ ## 0.0.1
49
+
50
+ ### Patch Changes
51
+
52
+ - [#7](https://github.com/knocklabs/telegraph/pull/7) [`82b7f89`](https://github.com/knocklabs/telegraph/commit/82b7f89254b8bb53f1a2ac0aacb27103acb76337) Thanks [@kylemcd](https://github.com/kylemcd)! - first iteration of shared config packages
53
+
54
+ - Updated dependencies [[`82b7f89`](https://github.com/knocklabs/telegraph/commit/82b7f89254b8bb53f1a2ac0aacb27103acb76337)]:
55
+ - @telegraph/tailwind-config@0.0.1
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # @telegraph/postcss-config
2
+
3
+ Shared `PostCSS` config for internal use in the telegraph project.
@@ -0,0 +1,2 @@
1
+ export { default as postCssConfig } from "./postcss-config";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,kBAAkB,CAAC"}
package/dist/index.js ADDED
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.postCssConfig = void 0;
7
+ var postcss_config_1 = require("./postcss-config");
8
+ Object.defineProperty(exports, "postCssConfig", { enumerable: true, get: function () { return __importDefault(postcss_config_1).default; } });
@@ -0,0 +1,5 @@
1
+ declare const _default: {
2
+ plugins: any[];
3
+ };
4
+ export default _default;
5
+ //# sourceMappingURL=postcss-config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"postcss-config.d.ts","sourceRoot":"","sources":["../src/postcss-config.ts"],"names":[],"mappings":";;;AAEA,wBAUE"}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const tailwind_config_1 = __importDefault(require("@telegraph/tailwind-config"));
7
+ exports.default = {
8
+ plugins: [
9
+ // eslint-disable-next-line @typescript-eslint/no-var-requires
10
+ require("tailwindcss")({
11
+ config: tailwind_config_1.default,
12
+ }),
13
+ require("postcss-combine-duplicated-selectors"),
14
+ require("postcss-discard-empty"),
15
+ require("autoprefixer"),
16
+ ],
17
+ };
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@telegraph/postcss-config",
3
- "version": "0.0.1",
3
+ "version": "0.0.6",
4
4
  "author": "@knocklabs",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/knocklabs/telegraph/tree/main/packages/postcss-config",
7
7
  "main": "dist/index.js",
8
8
  "files": [
9
- "dist/*"
9
+ "dist/*",
10
+ "README.md"
10
11
  ],
11
12
  "prettier": "@telegraph/prettier-config",
12
13
  "scripts": {
@@ -17,7 +18,7 @@
17
18
  "format:check": "prettier \"src/**/*.{js,ts,tsx}\" --check"
18
19
  },
19
20
  "dependencies": {
20
- "@telegraph/tailwind-config": "workspace:^",
21
+ "@telegraph/tailwind-config": "^0.0.6",
21
22
  "autoprefixer": "^10.4.17",
22
23
  "postcss": "^8.4.33",
23
24
  "postcss-combine-duplicated-selectors": "^10.0.3",
@@ -27,8 +28,8 @@
27
28
  "devDependencies": {
28
29
  "@knocklabs/eslint-config": "^0.0.3",
29
30
  "@knocklabs/typescript-config": "^0.0.2",
30
- "@telegraph/prettier-config": "workspace:^",
31
+ "@telegraph/prettier-config": "^0.0.5",
31
32
  "eslint": "^8.56.0",
32
33
  "typescript": "^5.3.3"
33
34
  }
34
- }
35
+ }