@trackunit/css-tailwind 0.0.157 → 0.0.158

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": "0.0.157",
3
+ "version": "0.0.158",
4
4
  "main": "./index.cjs.js",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -174,7 +174,7 @@ var BaseInputTokenDefinition = AsComponentTokenDefinition({
174
174
  prefix: { borderRightWidth: "1px" },
175
175
  },
176
176
  "theme-marketing": {
177
- border: { borderRadius: "70px", borderWidth: "0px" },
177
+ border: { borderRadius: "8px", borderWidth: "1px" },
178
178
  shadow: { boxShadow: "none" },
179
179
  background: { backgroundColor: "rgb(var(--color-stone-50))" },
180
180
  prefix: { borderRightWidth: "0px" },
@@ -201,12 +201,12 @@ var ButtonTokenDefinition = AsComponentTokenDefinition({
201
201
  // libs/css/component-tokens/src/component-tokens/components/Card.tokens.ts
202
202
  var CardTokenDefinition = AsComponentTokenDefinition({
203
203
  DEFAULT: {
204
- border: { borderColor: "rgb(var(--color-slate-200))", borderRadius: "var(--border-radius-DEFAULT)" },
205
- "popover-border": { borderRadius: "var(--border-radius-DEFAULT)" },
206
- shadow: { boxShadow: "var(--box-shadow-DEFAULT)" },
204
+ border: { borderColor: "rgb(var(--color-secondary-200))", borderRadius: "var(--border-radius-lg)" },
205
+ "popover-border": { borderRadius: "var(--border-radius-lg)" },
206
+ shadow: { boxShadow: "var(--box-shadow-none)" },
207
207
  spacing: { gap: "var(--spacing-3)", padding: "var(--spacing-3)" },
208
208
  "spacing-sm": { gap: "var(--spacing-4)", padding: "var(--spacing-4)" },
209
- "spacing-md": { gap: "var(--spacing-4)", padding: "var(--spacing-6)" },
209
+ "spacing-md": { gap: "var(--spacing-4)", padding: "var(--spacing-4)" },
210
210
  },
211
211
  "theme-marketing": {
212
212
  border: { borderColor: "rgba(0, 0, 0, 0)", borderRadius: "2rem" },
@@ -292,18 +292,18 @@ var SearchTokenDefinition = AsComponentTokenDefinition({
292
292
  borderStyle: "hidden",
293
293
  },
294
294
  "focus-hover": {
295
- borderWidth: "0px",
296
- borderBottomWidth: "2px",
295
+ borderWidth: "1px",
296
+ borderBottomWidth: "1px",
297
297
  borderColor: "rgb(var(--color-black-DEFAULT))",
298
298
  borderBottomColor: "rgb(var(--color-black-DEFAULT))",
299
299
  backgroundColor: "transparent",
300
300
  },
301
301
  border: {
302
302
  borderStyle: "solid",
303
- borderWidth: "0px",
304
- borderBottomWidth: "2px",
305
- borderColor: "rgb(var(--color-white-DEFAULT))",
306
- borderBottomColor: "rgb(var(--color-black-DEFAULT))",
303
+ borderWidth: "1px",
304
+ borderBottomWidth: "1px",
305
+ borderColor: "rgb(var(--color-gray-300))",
306
+ borderBottomColor: "rgb(var(--color-gray-300))",
307
307
  borderRadius: "0px",
308
308
  },
309
309
  "focus-within": {