@esri/calcite-tailwind-preset 1.1.0-next.5 → 1.1.0-next.7
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/dist/utils.d.ts +2 -2
- package/package.json +3 -3
package/dist/utils.d.ts
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
*
|
|
4
4
|
* When the flag is 0, it will not be inverted. When 1, it will invert it (multiplied by -1)
|
|
5
5
|
*
|
|
6
|
-
* @param
|
|
7
|
-
* @param
|
|
6
|
+
* @param value - the CSS value to invert
|
|
7
|
+
* @param flagPropName - the boolean CSS prop (value must be 0 or 1)
|
|
8
8
|
*/
|
|
9
9
|
export declare function invert(value: string, flagPropName: string): string;
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-tailwind-preset",
|
|
3
|
-
"version": "1.1.0-next.
|
|
3
|
+
"version": "1.1.0-next.7",
|
|
4
4
|
"description": "Tailwind CSS preset for the Calcite Design System",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"util:update-3rd-party-licenses": "node ../../support/createThirdPartyLicenses.mts"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@esri/calcite-design-tokens": "4.0.0-next.
|
|
26
|
+
"@esri/calcite-design-tokens": "4.0.0-next.17"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"@esri/calcite-design-tokens": "^4.0.0-next.1",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"volta": {
|
|
33
33
|
"extends": "../../package.json"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "063dde69c93493bed07dd01c957e1b9d8f7dab3b"
|
|
36
36
|
}
|