@kiva/kv-tokens 2.11.1 → 2.11.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.11.2](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-tokens@2.11.1...@kiva/kv-tokens@2.11.2) (2024-05-20)
7
+
8
+ **Note:** Version bump only for package @kiva/kv-tokens
9
+
10
+
11
+
12
+
13
+
6
14
  ## [2.11.1](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-tokens@2.11.0...@kiva/kv-tokens@2.11.1) (2024-04-25)
7
15
 
8
16
 
@@ -1,6 +1,5 @@
1
1
  const plugin = require('tailwindcss/plugin');
2
2
  const typographyPlugin = require('@tailwindcss/typography');
3
- const lineClampPlugin = require('@tailwindcss/line-clamp');
4
3
  const kivaTypography = require('./kivaTypography.cjs');
5
4
  const { defaultTheme, buildColorChoices } = require('./kivaColors.cjs');
6
5
  const designtokens = require('../primitives.json');
@@ -181,7 +180,6 @@ module.exports = {
181
180
  },
182
181
  plugins: [
183
182
  typographyPlugin, // prose plugin. See overrides in theme.extend.typography
184
- lineClampPlugin,
185
183
  plugin(({ addBase, addUtilities }) => {
186
184
  const { webFonts, textStyles, textBaseColor } = kivaTypography;
187
185
  addBase(webFonts);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-tokens",
3
- "version": "2.11.1",
3
+ "version": "2.11.2",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -12,9 +12,8 @@
12
12
  "build": "echo No build needed for @kiva/kv-tokens."
13
13
  },
14
14
  "dependencies": {
15
- "@tailwindcss/line-clamp": "^0.4.0",
16
15
  "@tailwindcss/typography": "^0.5.1",
17
- "tailwindcss": "^3.0.18"
16
+ "tailwindcss": "^3.4.3"
18
17
  },
19
- "gitHead": "73b73507755589f1da39f60a50875e4784801ed3"
18
+ "gitHead": "c6f35180e5a27c234e8c7f4ea19d7b267b842677"
20
19
  }