@trackunit/css-tailwind 1.7.7 → 1.7.10

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.7.7",
3
+ "version": "1.7.10",
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.7.7",
13
- "@trackunit/css-tailwind-custom-properties-plugin": "1.7.7",
14
- "@trackunit/ui-design-tokens": "1.7.7",
15
- "@trackunit/css-core": "1.7.7",
12
+ "@trackunit/css-component-tokens": "1.7.10",
13
+ "@trackunit/css-tailwind-custom-properties-plugin": "1.7.10",
14
+ "@trackunit/ui-design-tokens": "1.7.10",
15
+ "@trackunit/css-core": "1.7.10",
16
16
  "@tailwindcss/typography": "^0.5.10"
17
17
  },
18
18
  "type": "commonjs",
@@ -431,7 +431,7 @@
431
431
  --spacing-responsive-space-sm: var(--spacing-1);
432
432
  --spacing-responsive-space: var(--spacing-3);
433
433
  --spacing-responsive-space-lg: var(--spacing-5);
434
- --color-sidebar: var(--color-gray-900);
434
+ --color-sidebar: var(--color-neutral-900);
435
435
  }
436
436
  @media (min-width: 768px) {
437
437
  :root {
@@ -7299,13 +7299,13 @@ var BaseInput_tokens_default = BaseInputTokenDefinition;
7299
7299
  // libs/css/component-tokens/src/component-tokens/components/Button.tokens.ts
7300
7300
  var ButtonTokenDefinition = AsComponentTokenDefinition({
7301
7301
  DEFAULT: {
7302
- "secondary-color": { backgroundColor: "rgb(var(--color-secondary-200))", color: "rgb(var(--color-secondary-600))" },
7302
+ "secondary-color": { backgroundColor: "rgb(var(--color-neutral-200))", color: "rgb(var(--color-neutral-600))" },
7303
7303
  border: { borderRadius: "var(--border-radius-lg)" },
7304
7304
  height: { height: "auto" },
7305
7305
  padding: { paddingLeft: "var(--spacing-2-5)", paddingRight: "var(--spacing-2-5)" },
7306
7306
  },
7307
7307
  "theme-marketing": {
7308
- "secondary-color": { backgroundColor: "rgb(var(--color-secondary-600))", color: "rgb(var(--color-secondary-50))" },
7308
+ "secondary-color": { backgroundColor: "rgb(var(--color-neutral-600))", color: "rgb(var(--color-neutral-50))" },
7309
7309
  border: { borderRadius: "50px" },
7310
7310
  height: { height: "55px" },
7311
7311
  padding: { paddingLeft: "var(--spacing-12)", paddingRight: "var(--spacing-12)" },
@@ -7315,7 +7315,7 @@ var ButtonTokenDefinition = AsComponentTokenDefinition({
7315
7315
  // libs/css/component-tokens/src/component-tokens/components/Card.tokens.ts
7316
7316
  var CardTokenDefinition = AsComponentTokenDefinition({
7317
7317
  DEFAULT: {
7318
- border: { borderColor: "rgb(var(--color-secondary-200))", borderRadius: "var(--border-radius-lg)" },
7318
+ border: { borderColor: "rgb(var(--color-neutral-200))", borderRadius: "var(--border-radius-lg)" },
7319
7319
  "popover-border": { borderRadius: "var(--border-radius-lg)" },
7320
7320
  shadow: { boxShadow: "var(--box-shadow-none)" },
7321
7321
  spacing: { gap: "var(--spacing-3)", padding: "var(--spacing-3)" },
@@ -7376,26 +7376,26 @@ var SearchTokenDefinition = AsComponentTokenDefinition({
7376
7376
  "focus-hover": {
7377
7377
  borderWidth: "1px",
7378
7378
  borderBottomWidth: "1px",
7379
- borderColor: "rgb(var(--color-gray-400))",
7380
- borderBottomColor: "rgb(var(--color-gray-400))",
7381
- backgroundColor: "rgb(var(--color-slate-50))",
7379
+ borderColor: "rgb(var(--color-neutral-400))",
7380
+ borderBottomColor: "rgb(var(--color-neutral-400))",
7381
+ backgroundColor: "rgb(var(--color-neutral-50))",
7382
7382
  },
7383
7383
  border: {
7384
7384
  borderStyle: "solid",
7385
7385
  borderWidth: "1px",
7386
7386
  borderBottomWidth: "1px",
7387
- borderColor: "rgb(var(--color-gray-200))",
7388
- borderBottomColor: "rgb(var(--color-gray-200))",
7387
+ borderColor: "rgb(var(--color-neutral-200))",
7388
+ borderBottomColor: "rgb(var(--color-neutral-200))",
7389
7389
  borderRadius: "0.5rem",
7390
7390
  },
7391
7391
  "focus-within": {
7392
- borderColor: "rgb(var(--color-slate-400))",
7392
+ borderColor: "rgb(var(--color-neutral-400))",
7393
7393
  boxShadow: "var(--tw-ring-inset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)",
7394
7394
  },
7395
- widen: { borderBottomColor: "rgb(var(--color-gray-400))" },
7396
- "widen-focus": { borderBottomColor: "rgb(var(--color-gray-400))" },
7395
+ widen: { borderBottomColor: "rgb(var(--color-neutral-400))" },
7396
+ "widen-focus": { borderBottomColor: "rgb(var(--color-neutral-400))" },
7397
7397
  prefix: {
7398
- color: "rgb(var(--color-slate-400))",
7398
+ color: "rgb(var(--color-neutral-400))",
7399
7399
  cursor: "default",
7400
7400
  },
7401
7401
  },
@@ -7416,8 +7416,8 @@ var SearchTokenDefinition = AsComponentTokenDefinition({
7416
7416
  borderStyle: "solid",
7417
7417
  borderWidth: "1px",
7418
7418
  borderBottomWidth: "1px",
7419
- borderColor: "rgb(var(--color-gray-300))",
7420
- borderBottomColor: "rgb(var(--color-gray-300))",
7419
+ borderColor: "rgb(var(--color-neutral-300))",
7420
+ borderBottomColor: "rgb(var(--color-neutral-300))",
7421
7421
  borderRadius: "0px",
7422
7422
  },
7423
7423
  "focus-within": {
@@ -7431,7 +7431,7 @@ var SearchTokenDefinition = AsComponentTokenDefinition({
7431
7431
  borderBottomColor: "rgb(var(--color-black-DEFAULT))",
7432
7432
  },
7433
7433
  prefix: {
7434
- color: "rgb(var(--color-slate-600))",
7434
+ color: "rgb(var(--color-neutral-600))",
7435
7435
  cursor: "pointer",
7436
7436
  },
7437
7437
  },
@@ -8310,6 +8310,8 @@ var animations = {
8310
8310
  "modal-fade-fast": "modalFade 0.15s ease-in-out 1 forwards",
8311
8311
  "fade-in-rising": "fadeInRising 0.2s ease-in",
8312
8312
  "pulse-back": "pulseBack 4s infinite",
8313
+ "widget-loader": "widgetLoaderRider 2s ease-in-out infinite",
8314
+ "widget-loader-reverse": "widgetLoaderReverse 2s ease-in-out infinite",
8313
8315
  },
8314
8316
  keyframes: {
8315
8317
  modalFade: {
@@ -8385,6 +8387,38 @@ var animations = {
8385
8387
  "box-shadow": "0 0 0 0 rgba(0, 0, 0, 0)",
8386
8388
  },
8387
8389
  },
8390
+ knightRider: {
8391
+ "0%": {
8392
+ transform: "translateX(-100%)",
8393
+ opacity: "0",
8394
+ },
8395
+ "10%": {
8396
+ opacity: "1",
8397
+ },
8398
+ "90%": {
8399
+ opacity: "1",
8400
+ },
8401
+ "100%": {
8402
+ transform: "translateX(100%)",
8403
+ opacity: "0",
8404
+ },
8405
+ },
8406
+ knightRiderReverse: {
8407
+ "0%": {
8408
+ transform: "translateX(100%)",
8409
+ opacity: "0",
8410
+ },
8411
+ "10%": {
8412
+ opacity: "0.6",
8413
+ },
8414
+ "90%": {
8415
+ opacity: "0.6",
8416
+ },
8417
+ "100%": {
8418
+ transform: "translateX(-100%)",
8419
+ opacity: "0",
8420
+ },
8421
+ },
8388
8422
  },
8389
8423
  };
8390
8424