@trackunit/css-tailwind 1.3.99 → 1.3.102

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.3.99",
3
+ "version": "1.3.102",
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.3.96",
13
- "@trackunit/css-tailwind-custom-properties-plugin": "1.3.96",
14
- "@trackunit/ui-design-tokens": "1.3.96",
15
- "@trackunit/css-core": "1.3.97",
12
+ "@trackunit/css-component-tokens": "1.3.98",
13
+ "@trackunit/css-tailwind-custom-properties-plugin": "1.3.98",
14
+ "@trackunit/ui-design-tokens": "1.3.98",
15
+ "@trackunit/css-core": "1.3.100",
16
16
  "@tailwindcss/typography": "^0.5.10"
17
17
  },
18
18
  "type": "commonjs",
@@ -778,3 +778,15 @@ input[type="color"]::-webkit-color-swatch {
778
778
  input[type="color"]::-moz-color-swatch {
779
779
  border: none;
780
780
  }
781
+ tr > th[data-pinned="left"]:not(:has(+ th[data-pinned="left"])) {
782
+ border-right-width: 2px;
783
+ }
784
+ tr > td[data-pinned="left"]:not(:has(+ td[data-pinned="left"])) {
785
+ border-right-width: 2px;
786
+ }
787
+ tr > th[data-pinned=""] + th[data-pinned="right"] {
788
+ border-left-width: 2px;
789
+ }
790
+ tr > td[data-pinned=""] + td[data-pinned="right"] {
791
+ border-left-width: 2px;
792
+ }
@@ -8272,7 +8272,7 @@ var LayoutsPlugin = (0, import_plugin4.default)(({ addUtilities, addComponents,
8272
8272
  ".max-w-8xl": { "max-width": "88rem" },
8273
8273
  ".max-w-9xl": { "max-width": "96rem" },
8274
8274
  ".max-w-10xl": { "max-width": "104rem" },
8275
- ":root": { "--table-spacing": "0.75rem" },
8275
+ ":root": { "--table-spacing": "0.25rem" },
8276
8276
  ".table-compact": { "--table-spacing": "0.25rem" },
8277
8277
  });
8278
8278
  addComponents({