@delightui/components 0.1.106 → 0.1.107

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.
@@ -4614,20 +4614,20 @@ span.flatpickr-weekday {
4614
4614
  }
4615
4615
  [data-theme='dark'] [component-variant="text-bodysmall-regular"], [data-theme='light'] [component-variant="text-bodysmall-regular"] {
4616
4616
  --text-font-family: var(--font-family-body);
4617
- --text-font-size: 13px;
4618
- --text-font-weight: 400;
4619
- --text-line-height: 16px
4617
+ --text-font-size: var(--font-size-body-small);
4618
+ --text-font-weight: var(--font-weight-regular);
4619
+ --text-line-height: var(--line-height-body-small)
4620
4620
  }
4621
4621
  [data-theme='dark'] [component-variant="text-bodymedium-regular"], [data-theme='light'] [component-variant="text-bodymedium-regular"] {
4622
4622
  --text-font-family: var(--font-family-body);
4623
4623
  --text-font-size: var(--font-size-body-medium);
4624
- --text-font-weight: 400;
4625
- --text-line-height: var(--font-size-body-medium)
4624
+ --text-font-weight: var(--font-weight-regular);
4625
+ --text-line-height: var(--line-height-body-medium)
4626
4626
  }
4627
4627
  [data-theme='dark'] [component-variant="text-bodylarge-regular"], [data-theme='light'] [component-variant="text-bodylarge-regular"] {
4628
4628
  --text-font-family: var(--font-family-body);
4629
4629
  --text-font-size: var(--font-size-body-large);
4630
- --text-font-weight: 400;
4630
+ --text-font-weight: var(--font-weight-regular);
4631
4631
  --text-line-height: var(--line-height-body-large)
4632
4632
  }
4633
4633
  [data-theme='dark'] [component-variant="text-bodysmall-medium"], [data-theme='light'] [component-variant="text-bodysmall-medium"] {
@@ -4614,20 +4614,20 @@ span.flatpickr-weekday {
4614
4614
  }
4615
4615
  [data-theme='dark'] [component-variant="text-bodysmall-regular"], [data-theme='light'] [component-variant="text-bodysmall-regular"] {
4616
4616
  --text-font-family: var(--font-family-body);
4617
- --text-font-size: 13px;
4618
- --text-font-weight: 400;
4619
- --text-line-height: 16px
4617
+ --text-font-size: var(--font-size-body-small);
4618
+ --text-font-weight: var(--font-weight-regular);
4619
+ --text-line-height: var(--line-height-body-small)
4620
4620
  }
4621
4621
  [data-theme='dark'] [component-variant="text-bodymedium-regular"], [data-theme='light'] [component-variant="text-bodymedium-regular"] {
4622
4622
  --text-font-family: var(--font-family-body);
4623
4623
  --text-font-size: var(--font-size-body-medium);
4624
- --text-font-weight: 400;
4625
- --text-line-height: var(--font-size-body-medium)
4624
+ --text-font-weight: var(--font-weight-regular);
4625
+ --text-line-height: var(--line-height-body-medium)
4626
4626
  }
4627
4627
  [data-theme='dark'] [component-variant="text-bodylarge-regular"], [data-theme='light'] [component-variant="text-bodylarge-regular"] {
4628
4628
  --text-font-family: var(--font-family-body);
4629
4629
  --text-font-size: var(--font-size-body-large);
4630
- --text-font-weight: 400;
4630
+ --text-font-weight: var(--font-weight-regular);
4631
4631
  --text-line-height: var(--line-height-body-large)
4632
4632
  }
4633
4633
  [data-theme='dark'] [component-variant="text-bodysmall-medium"], [data-theme='light'] [component-variant="text-bodysmall-medium"] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delightui/components",
3
- "version": "0.1.106",
3
+ "version": "0.1.107",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "vite",