@trackunit/css-tailwind 1.11.9 → 1.11.10-alpha-e76d0654d61.0

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.9",
3
+ "version": "1.11.10-alpha-e76d0654d61.0",
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.8",
13
- "@trackunit/css-tailwind-custom-properties-plugin": "1.11.8",
14
- "@trackunit/ui-design-tokens": "1.11.9",
15
- "@trackunit/css-core": "1.11.9",
12
+ "@trackunit/css-component-tokens": "1.11.9-alpha-e76d0654d61.0",
13
+ "@trackunit/css-tailwind-custom-properties-plugin": "1.11.9-alpha-e76d0654d61.0",
14
+ "@trackunit/ui-design-tokens": "1.11.10-alpha-e76d0654d61.0",
15
+ "@trackunit/css-core": "1.11.10-alpha-e76d0654d61.0",
16
16
  "@tailwindcss/typography": "^0.5.10"
17
17
  },
18
18
  "type": "commonjs",
@@ -1,13 +1,13 @@
1
- /* node_modules/.store/tailwindcss-npm-3.4.3-deb88ca0a1/node_modules/tailwindcss/base.css */
1
+ /* node_modules/.pnpm/tailwindcss@3.4.3_ts-node@10.9.1_@swc+core@1.15.10_@swc+helpers@0.5.12__@types+node@24.10.9_typescript@5.9.3_/node_modules/tailwindcss/base.css */
2
2
  @tailwind base;
3
3
 
4
- /* node_modules/.store/tailwindcss-npm-3.4.3-deb88ca0a1/node_modules/tailwindcss/components.css */
4
+ /* node_modules/.pnpm/tailwindcss@3.4.3_ts-node@10.9.1_@swc+core@1.15.10_@swc+helpers@0.5.12__@types+node@24.10.9_typescript@5.9.3_/node_modules/tailwindcss/components.css */
5
5
  @tailwind components;
6
6
 
7
- /* node_modules/.store/tailwindcss-npm-3.4.3-deb88ca0a1/node_modules/tailwindcss/utilities.css */
7
+ /* node_modules/.pnpm/tailwindcss@3.4.3_ts-node@10.9.1_@swc+core@1.15.10_@swc+helpers@0.5.12__@types+node@24.10.9_typescript@5.9.3_/node_modules/tailwindcss/utilities.css */
8
8
  @tailwind utilities;
9
9
 
10
- /* node_modules/.store/react-image-gallery-virtual-e424d4762d/node_modules/react-image-gallery/styles/css/image-gallery.css */
10
+ /* node_modules/.pnpm/react-image-gallery@1.3.0_react@19.0.0/node_modules/react-image-gallery/styles/css/image-gallery.css */
11
11
  .image-gallery-icon {
12
12
  color: #fff;
13
13
  transition: all 0.3s ease-out;
@@ -633,8 +633,9 @@
633
633
  font-weight: 700;
634
634
  }
635
635
  :root {
636
- --fonts-default: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
637
- "Open Sans", "Helvetica Neue", sans-serif;
636
+ --fonts-default:
637
+ "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
638
+ "Helvetica Neue", sans-serif;
638
639
  --fonts-marketplace: "GT Walsheim", var(--fonts-default);
639
640
  }
640
641