@lumx/core 3.9.9-alpha.0 → 3.10.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 09 Jan 2025 16:46:06 GMT
3
+ * Generated on Mon, 13 Jan 2025 09:24:38 GMT
4
4
  */
5
5
 
6
6
  export const DESIGN_TOKENS = {
@@ -442,7 +442,11 @@ export const DESIGN_TOKENS = {
442
442
  },
443
443
  },
444
444
  'theme-dark': {
445
- 'border-color': { value: 'transparent' },
445
+ 'border-color': {
446
+ value: 'var(--lumx-color-light-N)',
447
+ attributes: { hex: 'ffffff', rgb: { r: 255, g: 255, b: 255, a: 1 } },
448
+ $aliasedFrom: 'color.light.N',
449
+ },
446
450
  'background-color': {
447
451
  value: 'var(--lumx-color-light-L5)',
448
452
  attributes: { hex: 'ffffff', rgb: { r: 255, g: 255, b: 255, a: 0.2 } },