@csstools/postcss-ic-unit 3.0.2 → 3.0.4
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 +12 -54
- package/README.md +3 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.mjs +1 -1
- package/package.json +12 -26
- package/dist/has-fallback-decl.d.ts +0 -2
- package/dist/has-supports-at-rule-ancestor.d.ts +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,65 +1,23 @@
|
|
|
1
1
|
# Changes to PostCSS IC Unit
|
|
2
2
|
|
|
3
|
-
### 3.0.
|
|
4
|
-
|
|
5
|
-
_October 9, 2023_
|
|
6
|
-
|
|
7
|
-
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#302) (patch)
|
|
8
|
-
|
|
9
|
-
### 3.0.1
|
|
10
|
-
|
|
11
|
-
_September 18, 2023_
|
|
12
|
-
|
|
13
|
-
- Improve performance
|
|
14
|
-
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#301) (patch)
|
|
15
|
-
|
|
16
|
-
### 3.0.0
|
|
17
|
-
|
|
18
|
-
_July 3, 2023_
|
|
19
|
-
|
|
20
|
-
- Change license to `MIT-0` ([read more about this change in the blog post](https://preset-env.cssdb.org/blog/license-change/))
|
|
21
|
-
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#300) (major)
|
|
22
|
-
|
|
23
|
-
### 2.0.4
|
|
24
|
-
|
|
25
|
-
_June 1, 2023_
|
|
26
|
-
|
|
27
|
-
- Updated `@csstools/postcss-progressive-custom-properties` to `2.3.0` (minor)
|
|
3
|
+
### 3.0.4
|
|
28
4
|
|
|
5
|
+
_February 19, 2024_
|
|
29
6
|
|
|
30
|
-
|
|
7
|
+
- Reuse code with `@csstools/utilities`
|
|
8
|
+
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.1.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#310) (minor)
|
|
31
9
|
|
|
32
|
-
|
|
10
|
+
### 3.0.3
|
|
33
11
|
|
|
34
|
-
|
|
12
|
+
_December 15, 2023_
|
|
35
13
|
|
|
14
|
+
- Fix type definitions
|
|
15
|
+
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#303) (patch)
|
|
36
16
|
|
|
37
|
-
###
|
|
38
|
-
|
|
39
|
-
_February 8, 2023_
|
|
40
|
-
|
|
41
|
-
- Reduce the amount of duplicate fallback CSS.
|
|
42
|
-
|
|
43
|
-
### 2.0.1
|
|
44
|
-
|
|
45
|
-
_January 28, 2023_
|
|
46
|
-
|
|
47
|
-
- Improve `types` declaration in `package.json`
|
|
48
|
-
|
|
49
|
-
### 2.0.0
|
|
50
|
-
|
|
51
|
-
_January 24, 2023_
|
|
52
|
-
|
|
53
|
-
- Updated: Support for Node v14+ (major).
|
|
54
|
-
|
|
55
|
-
### 1.0.1
|
|
56
|
-
|
|
57
|
-
_July 8, 2022_
|
|
58
|
-
|
|
59
|
-
- Fix case insensitive matching.
|
|
17
|
+
### 3.0.2
|
|
60
18
|
|
|
61
|
-
|
|
19
|
+
_October 9, 2023_
|
|
62
20
|
|
|
63
|
-
|
|
21
|
+
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#302) (patch)
|
|
64
22
|
|
|
65
|
-
-
|
|
23
|
+
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit/CHANGELOG.md)
|
package/README.md
CHANGED
|
@@ -2,9 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
[<img alt="npm version" src="https://img.shields.io/npm/v/@csstools/postcss-ic-unit.svg" height="20">][npm-url]
|
|
5
|
-
[<img alt="CSS Standard Status" src="https://cssdb.org/images/badges/ic-unit.svg" height="20">][css-url]
|
|
6
5
|
[<img alt="Build Status" src="https://github.com/csstools/postcss-plugins/workflows/test/badge.svg" height="20">][cli-url]
|
|
7
6
|
[<img alt="Discord" src="https://shields.io/badge/Discord-5865F2?logo=discord&logoColor=white">][discord]
|
|
7
|
+
<br><br>
|
|
8
|
+
[<img alt="Baseline Status" src="https://cssdb.org/images/badges-baseline/ic-unit.svg" height="20">][css-url]
|
|
9
|
+
[<img alt="CSS Standard Status" src="https://cssdb.org/images/badges/ic-unit.svg" height="20">][css-url]
|
|
8
10
|
|
|
9
11
|
[PostCSS IC Unit] lets you use the ic length unit, following the [CSS Values and Units Module] specification.
|
|
10
12
|
|
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var s=require("@csstools/postcss-progressive-custom-properties"),e=require("postcss-value-parser"),r=require("@csstools/utilities");const t=/ic\b/i,o=/\(font-size: \d+ic\)/i,basePlugin=s=>({postcssPlugin:"postcss-ic-unit",Declaration(i){if(!t.test(i.value))return;if(r.hasFallback(i))return;if(r.hasSupportsAtRuleAncestor(i,o))return;const u=e(i.value);u.walk((s=>{if(!s.type||"word"!==s.type)return;const r=e.unit(s.value);r&&"ic"===r.unit.toLowerCase()&&(s.value=`${r.number}em`)}));const c=String(u);c!==i.value&&(i.cloneBefore({value:c}),s?.preserve||i.remove())}});basePlugin.postcss=!0;const postcssPlugin=e=>{const r=Object.assign({preserve:!1,enableProgressiveCustomProperties:!0},e);return r.enableProgressiveCustomProperties&&r.preserve?{postcssPlugin:"postcss-ic-unit",plugins:[s(),basePlugin(r)]}:basePlugin(r)};postcssPlugin.postcss=!0,module.exports=postcssPlugin;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import type { PluginCreator } from 'postcss';
|
|
2
|
+
|
|
2
3
|
/** postcss-ic-unit plugin options */
|
|
3
|
-
export type pluginOptions = {
|
|
4
|
+
export declare type pluginOptions = {
|
|
4
5
|
/** Preserve the original notation. default: false */
|
|
5
6
|
preserve?: boolean;
|
|
6
7
|
/** Enable "@csstools/postcss-progressive-custom-properties". default: true */
|
|
7
8
|
enableProgressiveCustomProperties?: boolean;
|
|
8
9
|
};
|
|
10
|
+
|
|
9
11
|
declare const postcssPlugin: PluginCreator<pluginOptions>;
|
|
10
12
|
export default postcssPlugin;
|
|
13
|
+
|
|
14
|
+
export { }
|
package/dist/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import s from"@csstools/postcss-progressive-custom-properties";import e from"postcss-value-parser";import{hasFallback as t,hasSupportsAtRuleAncestor as r}from"@csstools/utilities";const o=/ic\b/i,i=/\(font-size: \d+ic\)/i,basePlugin=s=>({postcssPlugin:"postcss-ic-unit",Declaration(n){if(!o.test(n.value))return;if(t(n))return;if(r(n,i))return;const c=e(n.value);c.walk((s=>{if(!s.type||"word"!==s.type)return;const t=e.unit(s.value);t&&"ic"===t.unit.toLowerCase()&&(s.value=`${t.number}em`)}));const u=String(c);u!==n.value&&(n.cloneBefore({value:u}),s?.preserve||n.remove())}});basePlugin.postcss=!0;const postcssPlugin=e=>{const t=Object.assign({preserve:!1,enableProgressiveCustomProperties:!0},e);return t.enableProgressiveCustomProperties&&t.preserve?{postcssPlugin:"postcss-ic-unit",plugins:[s(),basePlugin(t)]}:basePlugin(t)};postcssPlugin.postcss=!0;export{postcssPlugin as default};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@csstools/postcss-ic-unit",
|
|
3
3
|
"description": "Use the ic length unit",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.4",
|
|
5
5
|
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
|
|
6
6
|
"license": "MIT-0",
|
|
7
7
|
"funding": [
|
|
@@ -17,15 +17,18 @@
|
|
|
17
17
|
"engines": {
|
|
18
18
|
"node": "^14 || ^16 || >=18"
|
|
19
19
|
},
|
|
20
|
+
"type": "module",
|
|
20
21
|
"main": "dist/index.cjs",
|
|
21
22
|
"module": "dist/index.mjs",
|
|
22
|
-
"types": "dist/index.d.ts",
|
|
23
23
|
"exports": {
|
|
24
24
|
".": {
|
|
25
|
-
"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
25
|
+
"import": {
|
|
26
|
+
"types": "./dist/index.d.ts",
|
|
27
|
+
"default": "./dist/index.mjs"
|
|
28
|
+
},
|
|
29
|
+
"require": {
|
|
30
|
+
"default": "./dist/index.cjs"
|
|
31
|
+
}
|
|
29
32
|
}
|
|
30
33
|
},
|
|
31
34
|
"files": [
|
|
@@ -35,23 +38,13 @@
|
|
|
35
38
|
"dist"
|
|
36
39
|
],
|
|
37
40
|
"dependencies": {
|
|
38
|
-
"@csstools/postcss-progressive-custom-properties": "^3.0
|
|
41
|
+
"@csstools/postcss-progressive-custom-properties": "^3.1.0",
|
|
42
|
+
"@csstools/utilities": "^1.0.0",
|
|
39
43
|
"postcss-value-parser": "^4.2.0"
|
|
40
44
|
},
|
|
41
45
|
"peerDependencies": {
|
|
42
46
|
"postcss": "^8.4"
|
|
43
47
|
},
|
|
44
|
-
"devDependencies": {
|
|
45
|
-
"@csstools/postcss-tape": "*"
|
|
46
|
-
},
|
|
47
|
-
"scripts": {
|
|
48
|
-
"build": "rollup -c ../../rollup/default.mjs",
|
|
49
|
-
"docs": "node ../../.github/bin/generate-docs/install.mjs",
|
|
50
|
-
"lint": "node ../../.github/bin/format-package-json.mjs",
|
|
51
|
-
"prepublishOnly": "npm run build && npm run test",
|
|
52
|
-
"test": "node .tape.mjs && node ./test/_import.mjs && node ./test/_require.cjs",
|
|
53
|
-
"test:rewrite-expects": "REWRITE_EXPECTS=true node .tape.mjs"
|
|
54
|
-
},
|
|
55
48
|
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit#readme",
|
|
56
49
|
"repository": {
|
|
57
50
|
"type": "git",
|
|
@@ -67,12 +60,5 @@
|
|
|
67
60
|
"length",
|
|
68
61
|
"postcss-plugin",
|
|
69
62
|
"values"
|
|
70
|
-
]
|
|
71
|
-
"csstools": {
|
|
72
|
-
"exportName": "postcssIcUnit",
|
|
73
|
-
"humanReadableName": "PostCSS IC Unit"
|
|
74
|
-
},
|
|
75
|
-
"volta": {
|
|
76
|
-
"extends": "../../package.json"
|
|
77
|
-
}
|
|
63
|
+
]
|
|
78
64
|
}
|