@esri/calcite-tailwind-preset 0.2.0-next.0 → 0.2.0-next.2

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +6 -3
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.2.0-next.0/LICENSE.md for details.
3
+ See https://github.com/Esri/calcite-design-system/blob/0.2.0-next.2/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.2.0-next.0",
3
+ "version": "0.2.0-next.2",
4
4
  "description": "Tailwind CSS preset for the Calcite Design System",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,12 +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.1"
27
+ },
25
28
  "peerDependencies": {
26
- "@esri/calcite-design-tokens": "^3.0.2-next.3",
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
  },
32
- "gitHead": "9b2d801b9f84e5f10da02a7067a215df7599de7d"
35
+ "gitHead": "67b869e28a4b9ed11656bcd364c9e9038d015c4e"
33
36
  }