@trackunit/css-tailwind 1.11.16 → 1.11.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/css-tailwind",
3
- "version": "1.11.16",
3
+ "version": "1.11.19",
4
4
  "main": "./index.cjs.js",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -9,10 +9,10 @@
9
9
  },
10
10
  "dependencies": {
11
11
  "tailwindcss": "3.4.3",
12
- "@trackunit/css-component-tokens": "1.11.14",
13
- "@trackunit/css-tailwind-custom-properties-plugin": "1.11.14",
14
- "@trackunit/ui-design-tokens": "1.11.14",
15
- "@trackunit/css-core": "1.11.15",
12
+ "@trackunit/css-component-tokens": "1.11.16",
13
+ "@trackunit/css-tailwind-custom-properties-plugin": "1.11.16",
14
+ "@trackunit/ui-design-tokens": "1.11.16",
15
+ "@trackunit/css-core": "1.11.18",
16
16
  "@tailwindcss/typography": "^0.5.10"
17
17
  },
18
18
  "type": "commonjs",
@@ -597,12 +597,12 @@
597
597
  .react-calendar__tile--rangeStart {
598
598
  background: rgb(var(--color-primary-600) / var(--tw-bg-opacity)) !important;
599
599
  border-radius: 8px;
600
- color: white !important;
600
+ color: white;
601
601
  }
602
602
  .react-calendar__tile--rangeEnd {
603
603
  background: rgb(var(--color-primary-600) / var(--tw-bg-opacity)) !important;
604
604
  border-radius: 8px;
605
- color: white !important;
605
+ color: white;
606
606
  }
607
607
 
608
608
  /* libs/css/core/src/lib/fonts.css */