@esri/calcite-tailwind-preset 0.1.0 → 0.2.0-next.1
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/README.md +1 -1
- package/dist/index.js +1 -1
- package/package.json +7 -3
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ This package provides a Tailwind CSS preset for Calcite Design System, enabling
|
|
|
7
7
|
Install the Calcite Tailwind preset:
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
npm install @esri/calcite-tailwind-preset
|
|
10
|
+
npm install -D @esri/calcite-tailwind-preset
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
Then import it in your Tailwind CSS configuration file:
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";/*!
|
|
2
2
|
All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
|
3
|
-
See https://github.com/Esri/calcite-design-system/blob/0.
|
|
3
|
+
See https://github.com/Esri/calcite-design-system/blob/0.2.0-next.1/LICENSE.md for details.
|
|
4
4
|
*/function d(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var u={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return o}});const a=i=>Object.assign({},...Object.entries(i??{}).flatMap(([t,r])=>typeof r=="object"?Object.entries(a(r)).map(([c,v])=>({[t+(c==="DEFAULT"?"":`-${c}`)]:v})):[{[`${t}`]:r}])),o=a})(u);const g=d(u);var f={},p={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return o}});function a(i,t){return{handler:i,config:t}}a.withOptions=function(i,t=()=>({})){const r=function(c){return{__options:c,handler:i(c),config:t(c)}};return r.__isOptionsFunction=!0,r.__pluginFunction=i,r.__configFunction=t,r};const o=a})(p);(function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return i}});const a=o(p);function o(t){return t&&t.__esModule?t:{default:t}}const i=a.default})(f);let l=f;var b=(l.__esModule?l:{default:l}).default;const s=d(b);function n(e,a){return`calc(
|
|
5
5
|
${e} *
|
|
6
6
|
calc(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-tailwind-preset",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0-next.1",
|
|
4
4
|
"description": "Tailwind CSS preset for the Calcite Design System",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -22,11 +22,15 @@
|
|
|
22
22
|
"lint:md": "prettier --write \"**/*.md\" >/dev/null && markdownlint \"**/*.md\" --fix --dot --ignore-path .gitignore --ignore-path ../../.gitignore",
|
|
23
23
|
"util:update-3rd-party-licenses": "tsx ../../support/createThirdPartyLicenses.ts"
|
|
24
24
|
},
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"@esri/calcite-design-tokens": "3.1.0-next.0"
|
|
27
|
+
},
|
|
25
28
|
"peerDependencies": {
|
|
26
|
-
"@esri/calcite-design-tokens": "^3.0.2-next.
|
|
29
|
+
"@esri/calcite-design-tokens": "^3.0.2-next.8",
|
|
27
30
|
"tailwindcss": "^3.0.0 < 4.0.0"
|
|
28
31
|
},
|
|
29
32
|
"volta": {
|
|
30
33
|
"extends": "../../package.json"
|
|
31
|
-
}
|
|
34
|
+
},
|
|
35
|
+
"gitHead": "e5b2af3b9a92d3d3b82adbacea032b437ce894aa"
|
|
32
36
|
}
|