@accelint/design-toolkit 2.3.2 → 2.4.1

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.
Files changed (106) hide show
  1. package/dist/components/accordion/index.js +1 -1
  2. package/dist/components/accordion/index.js.map +1 -1
  3. package/dist/components/accordion/styles.js +1 -1
  4. package/dist/components/accordion/styles.js.map +1 -1
  5. package/dist/components/avatar/index.d.ts +16 -24
  6. package/dist/components/avatar/index.js +1 -1
  7. package/dist/components/avatar/index.js.map +1 -1
  8. package/dist/components/avatar/styles.d.ts +47 -0
  9. package/dist/components/avatar/styles.js +2 -0
  10. package/dist/components/avatar/styles.js.map +1 -0
  11. package/dist/components/avatar/types.d.ts +19 -0
  12. package/dist/components/avatar/types.js +2 -0
  13. package/dist/components/avatar/types.js.map +1 -0
  14. package/dist/components/badge/index.d.ts +16 -16
  15. package/dist/components/badge/index.js +1 -1
  16. package/dist/components/badge/index.js.map +1 -1
  17. package/dist/components/badge/styles.d.ts +32 -0
  18. package/dist/components/badge/styles.js +2 -0
  19. package/dist/components/badge/styles.js.map +1 -0
  20. package/dist/components/badge/types.d.ts +16 -0
  21. package/dist/components/badge/types.js +2 -0
  22. package/dist/components/badge/types.js.map +1 -0
  23. package/dist/components/button/index.js +1 -1
  24. package/dist/components/button/index.js.map +1 -1
  25. package/dist/components/button/styles.d.ts +12 -103
  26. package/dist/components/button/styles.js +1 -1
  27. package/dist/components/button/styles.js.map +1 -1
  28. package/dist/components/button/types.d.ts +3 -1
  29. package/dist/components/checkbox/styles.js +1 -1
  30. package/dist/components/checkbox/styles.js.map +1 -1
  31. package/dist/components/chip/index.js +1 -1
  32. package/dist/components/chip/index.js.map +1 -1
  33. package/dist/components/chip/styles.d.ts +130 -134
  34. package/dist/components/chip/styles.js +1 -1
  35. package/dist/components/chip/styles.js.map +1 -1
  36. package/dist/components/chip/types.d.ts +7 -5
  37. package/dist/components/classification-badge/index.js +1 -1
  38. package/dist/components/classification-badge/index.js.map +1 -1
  39. package/dist/components/classification-badge/styles.d.ts +2 -15
  40. package/dist/components/classification-badge/styles.js +1 -1
  41. package/dist/components/classification-badge/styles.js.map +1 -1
  42. package/dist/components/classification-badge/types.d.ts +3 -1
  43. package/dist/components/icon/index.d.ts +0 -2
  44. package/dist/components/icon/index.js +1 -1
  45. package/dist/components/icon/index.js.map +1 -1
  46. package/dist/components/icon/styles.d.ts +2 -31
  47. package/dist/components/icon/styles.js +1 -1
  48. package/dist/components/icon/styles.js.map +1 -1
  49. package/dist/components/icon/types.d.ts +4 -4
  50. package/dist/components/input/index.d.ts +16 -0
  51. package/dist/components/input/index.js +2 -0
  52. package/dist/components/input/index.js.map +1 -0
  53. package/dist/components/input/styles.d.ts +164 -0
  54. package/dist/components/input/styles.js +2 -0
  55. package/dist/components/input/styles.js.map +1 -0
  56. package/dist/components/input/types.d.ts +20 -0
  57. package/dist/components/input/types.js +2 -0
  58. package/dist/components/input/types.js.map +1 -0
  59. package/dist/components/label/styles.js +1 -1
  60. package/dist/components/label/styles.js.map +1 -1
  61. package/dist/components/menu/index.d.ts +48 -0
  62. package/dist/components/menu/index.js +2 -0
  63. package/dist/components/menu/index.js.map +1 -0
  64. package/dist/components/menu/styles.d.ts +95 -0
  65. package/dist/components/menu/styles.js +2 -0
  66. package/dist/components/menu/styles.js.map +1 -0
  67. package/dist/components/menu/types.d.ts +30 -0
  68. package/dist/components/menu/types.js +2 -0
  69. package/dist/components/menu/types.js.map +1 -0
  70. package/dist/components/query-builder/value-editor.js +1 -1
  71. package/dist/components/query-builder/value-editor.js.map +1 -1
  72. package/dist/components/switch/styles.js +1 -1
  73. package/dist/components/switch/styles.js.map +1 -1
  74. package/dist/components/text-area-field/index.d.ts +0 -2
  75. package/dist/components/text-area-field/index.js +1 -1
  76. package/dist/components/text-area-field/index.js.map +1 -1
  77. package/dist/components/text-area-field/styles.d.ts +33 -93
  78. package/dist/components/text-area-field/styles.js +1 -1
  79. package/dist/components/text-area-field/styles.js.map +1 -1
  80. package/dist/components/text-area-field/types.d.ts +6 -9
  81. package/dist/components/text-field/index.d.ts +18 -24
  82. package/dist/components/text-field/index.js +1 -1
  83. package/dist/components/text-field/index.js.map +1 -1
  84. package/dist/components/text-field/styles.d.ts +53 -0
  85. package/dist/components/text-field/styles.js +2 -0
  86. package/dist/components/text-field/styles.js.map +1 -0
  87. package/dist/components/text-field/types.d.ts +26 -0
  88. package/dist/components/text-field/types.js +2 -0
  89. package/dist/components/text-field/types.js.map +1 -0
  90. package/dist/index.css +32 -96
  91. package/dist/index.d.ts +22 -9
  92. package/dist/index.js +1 -1
  93. package/dist/metafile-esm.json +1 -1
  94. package/dist/styles.css +1038 -468
  95. package/dist/tokens/{generated/tokens.d.ts → index.d.ts} +19 -4
  96. package/dist/tokens/index.js +2 -0
  97. package/dist/tokens/index.js.map +1 -0
  98. package/dist/tokens/{generated/themes.css → themes.css} +64 -49
  99. package/dist/tokens/{generated/tokens.css → tokens.css} +18 -3
  100. package/dist/tokens/tokens.d.ts +2 -0
  101. package/dist/variants/variants.css +58 -0
  102. package/dist/variants/variants.d.ts +2 -0
  103. package/package.json +5 -3
  104. package/dist/tokens/generated/tokens.js +0 -2
  105. package/dist/tokens/generated/tokens.js.map +0 -1
  106. /package/dist/tokens/{generated/themes.d.ts → themes.d.ts} +0 -0
@@ -52,34 +52,49 @@ declare const colorClassificationTsSci: RGBAColor;
52
52
  /** Other Design Tokens **/
53
53
  declare const typographyHeaderXxlSize = 32;
54
54
  declare const typographyHeaderXxlHeight = 40;
55
+ declare const typographyHeaderXxlSpacing = 0;
55
56
  declare const typographyHeaderXlSize = 24;
56
57
  declare const typographyHeaderXlHeight = 28;
58
+ declare const typographyHeaderXlSpacing = 0.18;
57
59
  declare const typographyHeaderLSize = 20;
58
60
  declare const typographyHeaderLHeight = 24;
61
+ declare const typographyHeaderLSpacing = 0.18;
59
62
  declare const typographyHeaderMSize = 14;
60
63
  declare const typographyHeaderMHeight = 20;
64
+ declare const typographyHeaderMSpacing = 0.25;
61
65
  declare const typographyHeaderSSize = 12;
62
66
  declare const typographyHeaderSHeight = 16;
67
+ declare const typographyHeaderSSpacing = 0.4;
63
68
  declare const typographyHeaderXsSize = 10;
64
69
  declare const typographyHeaderXsHeight = 12;
70
+ declare const typographyHeaderXsSpacing = 0.25;
65
71
  declare const typographyBodyLSize = 16;
66
72
  declare const typographyBodyLHeight = 24;
73
+ declare const typographyBodyLSpacing = 0.5;
67
74
  declare const typographyBodyMSize = 14;
68
75
  declare const typographyBodyMHeight = 20;
76
+ declare const typographyBodyMSpacing = 0.25;
69
77
  declare const typographyBodySSize = 12;
70
78
  declare const typographyBodySHeight = 16;
79
+ declare const typographyBodySSpacing = 0.4;
71
80
  declare const typographyBodyXsSize = 10;
72
81
  declare const typographyBodyXsHeight = 12;
82
+ declare const typographyBodyXsSpacing = 0.5;
73
83
  declare const typographyBodyXxsSize = 9;
74
84
  declare const typographyBodyXxsHeight = 12;
85
+ declare const typographyBodyXxsSpacing = 0.25;
75
86
  declare const typographyButtonLSize = 16;
76
87
  declare const typographyButtonLHeight = 24;
88
+ declare const typographyButtonLSpacing = 0.5;
77
89
  declare const typographyButtonMSize = 14;
78
90
  declare const typographyButtonMHeight = 20;
91
+ declare const typographyButtonMSpacing = 0.25;
79
92
  declare const typographyButtonSSize = 12;
80
93
  declare const typographyButtonSHeight = 16;
94
+ declare const typographyButtonSSpacing = 0.4;
81
95
  declare const typographyButtonXsSize = 10;
82
96
  declare const typographyButtonXsHeight = 12;
97
+ declare const typographyButtonXsSpacing = 0.5;
83
98
  declare const spacing0 = 0;
84
99
  declare const spacingNone = "unset";
85
100
  declare const spacingXxs = 2;
@@ -95,9 +110,9 @@ declare const radiusSmall = 2;
95
110
  declare const radiusMedium = 4;
96
111
  declare const radiusLarge = 8;
97
112
  declare const radiusRound = 80;
98
- declare const shadowsElevationDefault = "initial";
99
- declare const shadowsElevationOverlay = "0 8px 10px 0 rgba(0 0 0 / 0.2), 0 6px 30px 0 rgba(0 0 0 / 0.12), 0 16px 24px 0 rgba(0 0 0 / 0.14)";
100
- declare const shadowsElevationRaised = "0 5px 5px 0 rgba(0 0 0 / 0.2), 0 3px 14px 0 rgba(0 0 0 / 0.12), 0 8px 10px 0 rgba(0 0 0 / 0.14)";
113
+ declare const shadowElevationDefault = "initial";
114
+ declare const shadowElevationOverlay = "0 8px 10px 0 rgba(0 0 0 / 0.2), 0 6px 30px 0 rgba(0 0 0 / 0.12), 0 16px 24px 0 rgba(0 0 0 / 0.14)";
115
+ declare const shadowElevationRaised = "0 5px 5px 0 rgba(0 0 0 / 0.2), 0 3px 14px 0 rgba(0 0 0 / 0.12), 0 8px 10px 0 rgba(0 0 0 / 0.14)";
101
116
  declare const fontPrimary = "\"Roboto Flex\", sans-serif";
102
117
  declare const fontDisplay = "\"Roboto Mono\", monospace";
103
118
  declare const iconSizeL = 24;
@@ -105,4 +120,4 @@ declare const iconSizeM = 20;
105
120
  declare const iconSizeS = 16;
106
121
  declare const iconSizeXs = 12;
107
122
 
108
- export { type RGBAColor, colorAdvisory, colorAdvisoryBold, colorAdvisoryHover, colorAdvisorySubtle, colorClassificationConfidential, colorClassificationCui, colorClassificationMissing, colorClassificationSecret, colorClassificationTopSecret, colorClassificationTsSci, colorClassificationUnclass, colorCritical, colorCriticalBold, colorCriticalHover, colorCriticalSubtle, colorDefaultDark, colorDefaultLight, colorDisabled, colorHighlight, colorHighlightBold, colorHighlightHover, colorHighlightSubtle, colorInfo, colorInfoBold, colorInfoHover, colorInfoSubtle, colorInteractive, colorInteractiveDefault, colorInteractiveDisabled, colorInteractiveHover, colorInteractiveHoverDark, colorInteractiveHoverLight, colorInverseDark, colorInverseLight, colorNormal, colorNormalBold, colorNormalHover, colorNormalSubtle, colorSerious, colorSeriousBold, colorSeriousHover, colorSeriousSubtle, colorStaticDark, colorStaticLight, colorSurfaceDefault, colorSurfaceOverlay, colorSurfaceRaised, colorTransparentDark, colorTransparentLight, fontDisplay, fontPrimary, iconSizeL, iconSizeM, iconSizeS, iconSizeXs, radiusLarge, radiusMedium, radiusNone, radiusRound, radiusSmall, shadowsElevationDefault, shadowsElevationOverlay, shadowsElevationRaised, spacing0, spacingL, spacingM, spacingNone, spacingOversized, spacingS, spacingXl, spacingXs, spacingXxl, spacingXxs, typographyBodyLHeight, typographyBodyLSize, typographyBodyMHeight, typographyBodyMSize, typographyBodySHeight, typographyBodySSize, typographyBodyXsHeight, typographyBodyXsSize, typographyBodyXxsHeight, typographyBodyXxsSize, typographyButtonLHeight, typographyButtonLSize, typographyButtonMHeight, typographyButtonMSize, typographyButtonSHeight, typographyButtonSSize, typographyButtonXsHeight, typographyButtonXsSize, typographyHeaderLHeight, typographyHeaderLSize, typographyHeaderMHeight, typographyHeaderMSize, typographyHeaderSHeight, typographyHeaderSSize, typographyHeaderXlHeight, typographyHeaderXlSize, typographyHeaderXsHeight, typographyHeaderXsSize, typographyHeaderXxlHeight, typographyHeaderXxlSize };
123
+ export { type RGBAColor, colorAdvisory, colorAdvisoryBold, colorAdvisoryHover, colorAdvisorySubtle, colorClassificationConfidential, colorClassificationCui, colorClassificationMissing, colorClassificationSecret, colorClassificationTopSecret, colorClassificationTsSci, colorClassificationUnclass, colorCritical, colorCriticalBold, colorCriticalHover, colorCriticalSubtle, colorDefaultDark, colorDefaultLight, colorDisabled, colorHighlight, colorHighlightBold, colorHighlightHover, colorHighlightSubtle, colorInfo, colorInfoBold, colorInfoHover, colorInfoSubtle, colorInteractive, colorInteractiveDefault, colorInteractiveDisabled, colorInteractiveHover, colorInteractiveHoverDark, colorInteractiveHoverLight, colorInverseDark, colorInverseLight, colorNormal, colorNormalBold, colorNormalHover, colorNormalSubtle, colorSerious, colorSeriousBold, colorSeriousHover, colorSeriousSubtle, colorStaticDark, colorStaticLight, colorSurfaceDefault, colorSurfaceOverlay, colorSurfaceRaised, colorTransparentDark, colorTransparentLight, fontDisplay, fontPrimary, iconSizeL, iconSizeM, iconSizeS, iconSizeXs, radiusLarge, radiusMedium, radiusNone, radiusRound, radiusSmall, shadowElevationDefault, shadowElevationOverlay, shadowElevationRaised, spacing0, spacingL, spacingM, spacingNone, spacingOversized, spacingS, spacingXl, spacingXs, spacingXxl, spacingXxs, typographyBodyLHeight, typographyBodyLSize, typographyBodyLSpacing, typographyBodyMHeight, typographyBodyMSize, typographyBodyMSpacing, typographyBodySHeight, typographyBodySSize, typographyBodySSpacing, typographyBodyXsHeight, typographyBodyXsSize, typographyBodyXsSpacing, typographyBodyXxsHeight, typographyBodyXxsSize, typographyBodyXxsSpacing, typographyButtonLHeight, typographyButtonLSize, typographyButtonLSpacing, typographyButtonMHeight, typographyButtonMSize, typographyButtonMSpacing, typographyButtonSHeight, typographyButtonSSize, typographyButtonSSpacing, typographyButtonXsHeight, typographyButtonXsSize, typographyButtonXsSpacing, typographyHeaderLHeight, typographyHeaderLSize, typographyHeaderLSpacing, typographyHeaderMHeight, typographyHeaderMSize, typographyHeaderMSpacing, typographyHeaderSHeight, typographyHeaderSSize, typographyHeaderSSpacing, typographyHeaderXlHeight, typographyHeaderXlSize, typographyHeaderXlSpacing, typographyHeaderXsHeight, typographyHeaderXsSize, typographyHeaderXsSpacing, typographyHeaderXxlHeight, typographyHeaderXxlSize, typographyHeaderXxlSpacing };
@@ -0,0 +1,2 @@
1
+ var o=[11,11,11,1],t=[34,34,34,1],r=[47,47,49,1],e=[0,0,0,.4],p=[255,255,255,.08],c=[86,86,86,1],n=[230,230,230,1],s=[255,255,255,1],a=[137,137,137,1],l=[47,47,49,1],i=[56,56,56,1],x=[56,56,56,1],y=[34,34,34,1],g=[40,245,190,1],B=[40,245,190,1],h=[24,147,114,1],S=[10,61,48,1],C=[104,104,104,1],d=[104,104,104,1],R=[66,66,68,1],A=[34,34,34,1],G=[98,166,255,1],H=[98,166,255,1],u=[58,100,153,1],v=[20,33,51,1],f=[48,210,126,1],X=[48,210,126,1],b=[28,126,76,1],z=[10,42,25,1],L=[252,164,0,1],M=[252,164,0,1],D=[151,98,1,1],m=[50,33,0,1],I=[212,35,29,1],N=[212,35,29,1],k=[127,21,17,1],T=[42,7,6,1],w=[255,255,255,1],E=[137,137,137,1],O=[56,56,56,1],F=[34,34,34,1],P=[86,86,86,1],U=[11,11,11,1],j=[0,122,51,1],q=[80,43,133,1],J=[0,51,160,1],K=[200,16,46,1],Q=[255,140,0,1],V=[252,232,58,1],W=32,Y=40,Z=0,_=24,$=28,oo=.18,to=20,ro=24,eo=.18,po=14,co=20,no=.25,so=12,ao=16,lo=.4,io=10,xo=12,yo=.25,go=16,Bo=24,ho=.5,So=14,Co=20,Ro=.25,Ao=12,Go=16,Ho=.4,uo=10,vo=12,fo=.5,Xo=9,bo=12,zo=.25,Lo=16,Mo=24,Do=.5,mo=14,Io=20,No=.25,ko=12,To=16,wo=.4,Eo=10,Oo=12,Fo=.5,Po=0,Uo="unset",jo=2,qo=4,Jo=8,Ko=12,Qo=16,Vo=24,Wo=40,Yo=80,Zo=0,_o=2,$o=4,ot=8,tt=80,rt="initial",et="0 8px 10px 0 rgba(0 0 0 / 0.2), 0 6px 30px 0 rgba(0 0 0 / 0.12), 0 16px 24px 0 rgba(0 0 0 / 0.14)",pt="0 5px 5px 0 rgba(0 0 0 / 0.2), 0 3px 14px 0 rgba(0 0 0 / 0.12), 0 8px 10px 0 rgba(0 0 0 / 0.14)",ct='"Roboto Flex", sans-serif',nt='"Roboto Mono", monospace',st=24,at=20,lt=16,it=12;export{G as colorAdvisory,H as colorAdvisoryBold,u as colorAdvisoryHover,v as colorAdvisorySubtle,J as colorClassificationConfidential,q as colorClassificationCui,U as colorClassificationMissing,K as colorClassificationSecret,Q as colorClassificationTopSecret,V as colorClassificationTsSci,j as colorClassificationUnclass,I as colorCritical,N as colorCriticalBold,k as colorCriticalHover,T as colorCriticalSubtle,E as colorDefaultDark,w as colorDefaultLight,P as colorDisabled,g as colorHighlight,B as colorHighlightBold,h as colorHighlightHover,S as colorHighlightSubtle,C as colorInfo,d as colorInfoBold,R as colorInfoHover,A as colorInfoSubtle,c as colorInteractive,n as colorInteractiveDefault,i as colorInteractiveDisabled,s as colorInteractiveHover,l as colorInteractiveHoverDark,a as colorInteractiveHoverLight,O as colorInverseDark,F as colorInverseLight,f as colorNormal,X as colorNormalBold,b as colorNormalHover,z as colorNormalSubtle,L as colorSerious,M as colorSeriousBold,D as colorSeriousHover,m as colorSeriousSubtle,y as colorStaticDark,x as colorStaticLight,o as colorSurfaceDefault,r as colorSurfaceOverlay,t as colorSurfaceRaised,e as colorTransparentDark,p as colorTransparentLight,nt as fontDisplay,ct as fontPrimary,st as iconSizeL,at as iconSizeM,lt as iconSizeS,it as iconSizeXs,ot as radiusLarge,$o as radiusMedium,Zo as radiusNone,tt as radiusRound,_o as radiusSmall,rt as shadowElevationDefault,et as shadowElevationOverlay,pt as shadowElevationRaised,Po as spacing0,Qo as spacingL,Ko as spacingM,Uo as spacingNone,Yo as spacingOversized,Jo as spacingS,Vo as spacingXl,qo as spacingXs,Wo as spacingXxl,jo as spacingXxs,Bo as typographyBodyLHeight,go as typographyBodyLSize,ho as typographyBodyLSpacing,Co as typographyBodyMHeight,So as typographyBodyMSize,Ro as typographyBodyMSpacing,Go as typographyBodySHeight,Ao as typographyBodySSize,Ho as typographyBodySSpacing,vo as typographyBodyXsHeight,uo as typographyBodyXsSize,fo as typographyBodyXsSpacing,bo as typographyBodyXxsHeight,Xo as typographyBodyXxsSize,zo as typographyBodyXxsSpacing,Mo as typographyButtonLHeight,Lo as typographyButtonLSize,Do as typographyButtonLSpacing,Io as typographyButtonMHeight,mo as typographyButtonMSize,No as typographyButtonMSpacing,To as typographyButtonSHeight,ko as typographyButtonSSize,wo as typographyButtonSSpacing,Oo as typographyButtonXsHeight,Eo as typographyButtonXsSize,Fo as typographyButtonXsSpacing,ro as typographyHeaderLHeight,to as typographyHeaderLSize,eo as typographyHeaderLSpacing,co as typographyHeaderMHeight,po as typographyHeaderMSize,no as typographyHeaderMSpacing,ao as typographyHeaderSHeight,so as typographyHeaderSSize,lo as typographyHeaderSSpacing,$ as typographyHeaderXlHeight,_ as typographyHeaderXlSize,oo as typographyHeaderXlSpacing,xo as typographyHeaderXsHeight,io as typographyHeaderXsSize,yo as typographyHeaderXsSpacing,Y as typographyHeaderXxlHeight,W as typographyHeaderXxlSize,Z as typographyHeaderXxlSpacing};//# sourceMappingURL=index.js.map
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/tokens/index.ts"],"names":["colorSurfaceDefault","colorSurfaceRaised","colorSurfaceOverlay","colorTransparentDark","colorTransparentLight","colorInteractive","colorInteractiveDefault","colorInteractiveHover","colorInteractiveHoverLight","colorInteractiveHoverDark","colorInteractiveDisabled","colorStaticLight","colorStaticDark","colorHighlight","colorHighlightBold","colorHighlightHover","colorHighlightSubtle","colorInfo","colorInfoBold","colorInfoHover","colorInfoSubtle","colorAdvisory","colorAdvisoryBold","colorAdvisoryHover","colorAdvisorySubtle","colorNormal","colorNormalBold","colorNormalHover","colorNormalSubtle","colorSerious","colorSeriousBold","colorSeriousHover","colorSeriousSubtle","colorCritical","colorCriticalBold","colorCriticalHover","colorCriticalSubtle","colorDefaultLight","colorDefaultDark","colorInverseDark","colorInverseLight","colorDisabled","colorClassificationMissing","colorClassificationUnclass","colorClassificationCui","colorClassificationConfidential","colorClassificationSecret","colorClassificationTopSecret","colorClassificationTsSci","typographyHeaderXxlSize","typographyHeaderXxlHeight","typographyHeaderXxlSpacing","typographyHeaderXlSize","typographyHeaderXlHeight","typographyHeaderXlSpacing","typographyHeaderLSize","typographyHeaderLHeight","typographyHeaderLSpacing","typographyHeaderMSize","typographyHeaderMHeight","typographyHeaderMSpacing","typographyHeaderSSize","typographyHeaderSHeight","typographyHeaderSSpacing","typographyHeaderXsSize","typographyHeaderXsHeight","typographyHeaderXsSpacing","typographyBodyLSize","typographyBodyLHeight","typographyBodyLSpacing","typographyBodyMSize","typographyBodyMHeight","typographyBodyMSpacing","typographyBodySSize","typographyBodySHeight","typographyBodySSpacing","typographyBodyXsSize","typographyBodyXsHeight","typographyBodyXsSpacing","typographyBodyXxsSize","typographyBodyXxsHeight","typographyBodyXxsSpacing","typographyButtonLSize","typographyButtonLHeight","typographyButtonLSpacing","typographyButtonMSize","typographyButtonMHeight","typographyButtonMSpacing","typographyButtonSSize","typographyButtonSHeight","typographyButtonSSpacing","typographyButtonXsSize","typographyButtonXsHeight","typographyButtonXsSpacing","spacing0","spacingNone","spacingXxs","spacingXs","spacingS","spacingM","spacingL","spacingXl","spacingXxl","spacingOversized","radiusNone","radiusSmall","radiusMedium","radiusLarge","radiusRound","shadowElevationDefault","shadowElevationOverlay","shadowElevationRaised","fontPrimary","fontDisplay","iconSizeL","iconSizeM","iconSizeS","iconSizeXs"],"mappings":"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","file":"index.js","sourcesContent":["\nexport type RGBAColor = [number, number, number, number];\n\n/** Semantic Colors **/\nexport const colorSurfaceDefault: RGBAColor = [11, 11, 11, 1];\nexport const colorSurfaceRaised: RGBAColor = [34, 34, 34, 1];\nexport const colorSurfaceOverlay: RGBAColor = [47, 47, 49, 1];\nexport const colorTransparentDark: RGBAColor = [0, 0, 0, 0.4];\nexport const colorTransparentLight: RGBAColor = [255, 255, 255, 0.08];\nexport const colorInteractive: RGBAColor = [86, 86, 86, 1];\nexport const colorInteractiveDefault: RGBAColor = [230, 230, 230, 1];\nexport const colorInteractiveHover: RGBAColor = [255, 255, 255, 1];\nexport const colorInteractiveHoverLight: RGBAColor = [137, 137, 137, 1];\nexport const colorInteractiveHoverDark: RGBAColor = [47, 47, 49, 1];\nexport const colorInteractiveDisabled: RGBAColor = [56, 56, 56, 1];\nexport const colorStaticLight: RGBAColor = [56, 56, 56, 1];\nexport const colorStaticDark: RGBAColor = [34, 34, 34, 1];\nexport const colorHighlight: RGBAColor = [40, 245, 190, 1];\nexport const colorHighlightBold: RGBAColor = [40, 245, 190, 1];\nexport const colorHighlightHover: RGBAColor = [24, 147, 114, 1];\nexport const colorHighlightSubtle: RGBAColor = [10, 61, 48, 1];\nexport const colorInfo: RGBAColor = [104, 104, 104, 1];\nexport const colorInfoBold: RGBAColor = [104, 104, 104, 1];\nexport const colorInfoHover: RGBAColor = [66, 66, 68, 1];\nexport const colorInfoSubtle: RGBAColor = [34, 34, 34, 1];\nexport const colorAdvisory: RGBAColor = [98, 166, 255, 1];\nexport const colorAdvisoryBold: RGBAColor = [98, 166, 255, 1];\nexport const colorAdvisoryHover: RGBAColor = [58, 100, 153, 1];\nexport const colorAdvisorySubtle: RGBAColor = [20, 33, 51, 1];\nexport const colorNormal: RGBAColor = [48, 210, 126, 1];\nexport const colorNormalBold: RGBAColor = [48, 210, 126, 1];\nexport const colorNormalHover: RGBAColor = [28, 126, 76, 1];\nexport const colorNormalSubtle: RGBAColor = [10, 42, 25, 1];\nexport const colorSerious: RGBAColor = [252, 164, 0, 1];\nexport const colorSeriousBold: RGBAColor = [252, 164, 0, 1];\nexport const colorSeriousHover: RGBAColor = [151, 98, 1, 1];\nexport const colorSeriousSubtle: RGBAColor = [50, 33, 0, 1];\nexport const colorCritical: RGBAColor = [212, 35, 29, 1];\nexport const colorCriticalBold: RGBAColor = [212, 35, 29, 1];\nexport const colorCriticalHover: RGBAColor = [127, 21, 17, 1];\nexport const colorCriticalSubtle: RGBAColor = [42, 7, 6, 1];\nexport const colorDefaultLight: RGBAColor = [255, 255, 255, 1];\nexport const colorDefaultDark: RGBAColor = [137, 137, 137, 1];\nexport const colorInverseDark: RGBAColor = [56, 56, 56, 1];\nexport const colorInverseLight: RGBAColor = [34, 34, 34, 1];\nexport const colorDisabled: RGBAColor = [86, 86, 86, 1];\nexport const colorClassificationMissing: RGBAColor = [11, 11, 11, 1];\nexport const colorClassificationUnclass: RGBAColor = [0, 122, 51, 1];\nexport const colorClassificationCui: RGBAColor = [80, 43, 133, 1];\nexport const colorClassificationConfidential: RGBAColor = [0, 51, 160, 1];\nexport const colorClassificationSecret: RGBAColor = [200, 16, 46, 1];\nexport const colorClassificationTopSecret: RGBAColor = [255, 140, 0, 1];\nexport const colorClassificationTsSci: RGBAColor = [252, 232, 58, 1];\n/** Other Design Tokens **/\nexport const typographyHeaderXxlSize = 32;\nexport const typographyHeaderXxlHeight = 40;\nexport const typographyHeaderXxlSpacing = 0;\nexport const typographyHeaderXlSize = 24;\nexport const typographyHeaderXlHeight = 28;\nexport const typographyHeaderXlSpacing = 0.18;\nexport const typographyHeaderLSize = 20;\nexport const typographyHeaderLHeight = 24;\nexport const typographyHeaderLSpacing = 0.18;\nexport const typographyHeaderMSize = 14;\nexport const typographyHeaderMHeight = 20;\nexport const typographyHeaderMSpacing = 0.25;\nexport const typographyHeaderSSize = 12;\nexport const typographyHeaderSHeight = 16;\nexport const typographyHeaderSSpacing = 0.4;\nexport const typographyHeaderXsSize = 10;\nexport const typographyHeaderXsHeight = 12;\nexport const typographyHeaderXsSpacing = 0.25;\nexport const typographyBodyLSize = 16;\nexport const typographyBodyLHeight = 24;\nexport const typographyBodyLSpacing = 0.5;\nexport const typographyBodyMSize = 14;\nexport const typographyBodyMHeight = 20;\nexport const typographyBodyMSpacing = 0.25;\nexport const typographyBodySSize = 12;\nexport const typographyBodySHeight = 16;\nexport const typographyBodySSpacing = 0.4;\nexport const typographyBodyXsSize = 10;\nexport const typographyBodyXsHeight = 12;\nexport const typographyBodyXsSpacing = 0.5;\nexport const typographyBodyXxsSize = 9;\nexport const typographyBodyXxsHeight = 12;\nexport const typographyBodyXxsSpacing = 0.25;\nexport const typographyButtonLSize = 16;\nexport const typographyButtonLHeight = 24;\nexport const typographyButtonLSpacing = 0.5;\nexport const typographyButtonMSize = 14;\nexport const typographyButtonMHeight = 20;\nexport const typographyButtonMSpacing = 0.25;\nexport const typographyButtonSSize = 12;\nexport const typographyButtonSHeight = 16;\nexport const typographyButtonSSpacing = 0.4;\nexport const typographyButtonXsSize = 10;\nexport const typographyButtonXsHeight = 12;\nexport const typographyButtonXsSpacing = 0.5;\nexport const spacing0 = 0;\nexport const spacingNone = 'unset';\nexport const spacingXxs = 2;\nexport const spacingXs = 4;\nexport const spacingS = 8;\nexport const spacingM = 12;\nexport const spacingL = 16;\nexport const spacingXl = 24;\nexport const spacingXxl = 40;\nexport const spacingOversized = 80;\nexport const radiusNone = 0;\nexport const radiusSmall = 2;\nexport const radiusMedium = 4;\nexport const radiusLarge = 8;\nexport const radiusRound = 80;\nexport const shadowElevationDefault = 'initial';\nexport const shadowElevationOverlay = '0 8px 10px 0 rgba(0 0 0 / 0.2), 0 6px 30px 0 rgba(0 0 0 / 0.12), 0 16px 24px 0 rgba(0 0 0 / 0.14)';\nexport const shadowElevationRaised = '0 5px 5px 0 rgba(0 0 0 / 0.2), 0 3px 14px 0 rgba(0 0 0 / 0.12), 0 8px 10px 0 rgba(0 0 0 / 0.14)';\nexport const fontPrimary = '\"Roboto Flex\", sans-serif';\nexport const fontDisplay = '\"Roboto Mono\", monospace';\nexport const iconSizeL = 24;\nexport const iconSizeM = 20;\nexport const iconSizeS = 16;\nexport const iconSizeXs = 12;"]}
@@ -70,66 +70,81 @@
70
70
 
71
71
  @theme {
72
72
  /** Typography **/
73
- --typography-header-xxl-size: var(--typography-header-xxl-size);
74
- --typography-header-xxl-height: var(--typography-header-xxl-height);
75
- --typography-header-xl-size: var(--typography-header-xl-size);
76
- --typography-header-xl-height: var(--typography-header-xl-height);
77
- --typography-header-l-size: var(--typography-header-l-size);
78
- --typography-header-l-height: var(--typography-header-l-height);
79
- --typography-header-m-size: var(--typography-header-m-size);
80
- --typography-header-m-height: var(--typography-header-m-height);
81
- --typography-header-s-size: var(--typography-header-s-size);
82
- --typography-header-s-height: var(--typography-header-s-height);
83
- --typography-header-xs-size: var(--typography-header-xs-size);
84
- --typography-header-xs-height: var(--typography-header-xs-height);
85
- --typography-body-l-size: var(--typography-body-l-size);
86
- --typography-body-l-height: var(--typography-body-l-height);
87
- --typography-body-m-size: var(--typography-body-m-size);
88
- --typography-body-m-height: var(--typography-body-m-height);
89
- --typography-body-s-size: var(--typography-body-s-size);
90
- --typography-body-s-height: var(--typography-body-s-height);
91
- --typography-body-xs-size: var(--typography-body-xs-size);
92
- --typography-body-xs-height: var(--typography-body-xs-height);
93
- --typography-body-xxs-size: var(--typography-body-xxs-size);
94
- --typography-body-xxs-height: var(--typography-body-xxs-height);
95
- --typography-button-l-size: var(--typography-button-l-size);
96
- --typography-button-l-height: var(--typography-button-l-height);
97
- --typography-button-m-size: var(--typography-button-m-size);
98
- --typography-button-m-height: var(--typography-button-m-height);
99
- --typography-button-s-size: var(--typography-button-s-size);
100
- --typography-button-s-height: var(--typography-button-s-height);
101
- --typography-button-xs-size: var(--typography-button-xs-size);
102
- --typography-button-xs-height: var(--typography-button-xs-height);
73
+ --typography-header-xxl-size: var(--typography-header-xxl-size, 32px);
74
+ --typography-header-xxl-height: var(--typography-header-xxl-height, 40px);
75
+ --typography-header-xxl-spacing: var(--typography-header-xxl-spacing, 0px);
76
+ --typography-header-xl-size: var(--typography-header-xl-size, 24px);
77
+ --typography-header-xl-height: var(--typography-header-xl-height, 28px);
78
+ --typography-header-xl-spacing: var(--typography-header-xl-spacing, 0.18px);
79
+ --typography-header-l-size: var(--typography-header-l-size, 20px);
80
+ --typography-header-l-height: var(--typography-header-l-height, 24px);
81
+ --typography-header-l-spacing: var(--typography-header-l-spacing, 0.18px);
82
+ --typography-header-m-size: var(--typography-header-m-size, 14px);
83
+ --typography-header-m-height: var(--typography-header-m-height, 20px);
84
+ --typography-header-m-spacing: var(--typography-header-m-spacing, 0.25px);
85
+ --typography-header-s-size: var(--typography-header-s-size, 12px);
86
+ --typography-header-s-height: var(--typography-header-s-height, 16px);
87
+ --typography-header-s-spacing: var(--typography-header-s-spacing, 0.4px);
88
+ --typography-header-xs-size: var(--typography-header-xs-size, 10px);
89
+ --typography-header-xs-height: var(--typography-header-xs-height, 12px);
90
+ --typography-header-xs-spacing: var(--typography-header-xs-spacing, 0.25px);
91
+ --typography-body-l-size: var(--typography-body-l-size, 16px);
92
+ --typography-body-l-height: var(--typography-body-l-height, 24px);
93
+ --typography-body-l-spacing: var(--typography-body-l-spacing, 0.5px);
94
+ --typography-body-m-size: var(--typography-body-m-size, 14px);
95
+ --typography-body-m-height: var(--typography-body-m-height, 20px);
96
+ --typography-body-m-spacing: var(--typography-body-m-spacing, 0.25px);
97
+ --typography-body-s-size: var(--typography-body-s-size, 12px);
98
+ --typography-body-s-height: var(--typography-body-s-height, 16px);
99
+ --typography-body-s-spacing: var(--typography-body-s-spacing, 0.4px);
100
+ --typography-body-xs-size: var(--typography-body-xs-size, 10px);
101
+ --typography-body-xs-height: var(--typography-body-xs-height, 12px);
102
+ --typography-body-xs-spacing: var(--typography-body-xs-spacing, 0.5px);
103
+ --typography-body-xxs-size: var(--typography-body-xxs-size, 9px);
104
+ --typography-body-xxs-height: var(--typography-body-xxs-height, 12px);
105
+ --typography-body-xxs-spacing: var(--typography-body-xxs-spacing, 0.25px);
106
+ --typography-button-l-size: var(--typography-button-l-size, 16px);
107
+ --typography-button-l-height: var(--typography-button-l-height, 24px);
108
+ --typography-button-l-spacing: var(--typography-button-l-spacing, 0.5px);
109
+ --typography-button-m-size: var(--typography-button-m-size, 14px);
110
+ --typography-button-m-height: var(--typography-button-m-height, 20px);
111
+ --typography-button-m-spacing: var(--typography-button-m-spacing, 0.25px);
112
+ --typography-button-s-size: var(--typography-button-s-size, 12px);
113
+ --typography-button-s-height: var(--typography-button-s-height, 16px);
114
+ --typography-button-s-spacing: var(--typography-button-s-spacing, 0.4px);
115
+ --typography-button-xs-size: var(--typography-button-xs-size, 10px);
116
+ --typography-button-xs-height: var(--typography-button-xs-height, 12px);
117
+ --typography-button-xs-spacing: var(--typography-button-xs-spacing, 0.5px);
103
118
  }
104
119
 
105
120
  @theme {
106
121
  /** Spacing **/
107
- --spacing-0: var(--spacing-0);
108
- --spacing-none: var(--spacing-none);
109
- --spacing-xxs: var(--spacing-xxs);
110
- --spacing-xs: var(--spacing-xs);
111
- --spacing-s: var(--spacing-s);
112
- --spacing-m: var(--spacing-m);
113
- --spacing-l: var(--spacing-l);
114
- --spacing-xl: var(--spacing-xl);
115
- --spacing-xxl: var(--spacing-xxl);
116
- --spacing-oversized: var(--spacing-oversized);
122
+ --spacing-0: var(--spacing-0, 0px);
123
+ --spacing-none: var(--spacing-none, unset);
124
+ --spacing-xxs: var(--spacing-xxs, 2px);
125
+ --spacing-xs: var(--spacing-xs, 4px);
126
+ --spacing-s: var(--spacing-s, 8px);
127
+ --spacing-m: var(--spacing-m, 12px);
128
+ --spacing-l: var(--spacing-l, 16px);
129
+ --spacing-xl: var(--spacing-xl, 24px);
130
+ --spacing-xxl: var(--spacing-xxl, 40px);
131
+ --spacing-oversized: var(--spacing-oversized, 80px);
117
132
  }
118
133
 
119
134
  @theme {
120
135
  /** Radius **/
121
- --radius-none: var(--radius-none);
122
- --radius-small: var(--radius-small);
123
- --radius-medium: var(--radius-medium);
124
- --radius-large: var(--radius-large);
125
- --radius-round: var(--radius-round);
136
+ --radius-none: var(--radius-none, 0px);
137
+ --radius-small: var(--radius-small, 2px);
138
+ --radius-medium: var(--radius-medium, 4px);
139
+ --radius-large: var(--radius-large, 8px);
140
+ --radius-round: var(--radius-round, 80px);
126
141
  }
127
142
 
128
143
  @theme {
129
- /** Shadows **/
130
- --shadows-elevation-default: var(--shadows-elevation-default);
131
- --shadows-elevation-overlay: var(--shadows-elevation-overlay);
132
- --shadows-elevation-raised: var(--shadows-elevation-raised);
144
+ /** Shadow **/
145
+ --shadow-elevation-default: var(--shadow-elevation-default);
146
+ --shadow-elevation-overlay: var(--shadow-elevation-overlay);
147
+ --shadow-elevation-raised: var(--shadow-elevation-raised);
133
148
  }
134
149
 
135
150
  @theme {
@@ -64,34 +64,49 @@
64
64
  --colors-classification-ts-sci: #fce83a;
65
65
  --typography-header-xxl-size: 32px;
66
66
  --typography-header-xxl-height: 40px;
67
+ --typography-header-xxl-spacing: 0px;
67
68
  --typography-header-xl-size: 24px;
68
69
  --typography-header-xl-height: 28px;
70
+ --typography-header-xl-spacing: 0.18px;
69
71
  --typography-header-l-size: 20px;
70
72
  --typography-header-l-height: 24px;
73
+ --typography-header-l-spacing: 0.18px;
71
74
  --typography-header-m-size: 14px;
72
75
  --typography-header-m-height: 20px;
76
+ --typography-header-m-spacing: 0.25px;
73
77
  --typography-header-s-size: 12px;
74
78
  --typography-header-s-height: 16px;
79
+ --typography-header-s-spacing: 0.4px;
75
80
  --typography-header-xs-size: 10px;
76
81
  --typography-header-xs-height: 12px;
82
+ --typography-header-xs-spacing: 0.25px;
77
83
  --typography-body-l-size: 16px;
78
84
  --typography-body-l-height: 24px;
85
+ --typography-body-l-spacing: 0.5px;
79
86
  --typography-body-m-size: 14px;
80
87
  --typography-body-m-height: 20px;
88
+ --typography-body-m-spacing: 0.25px;
81
89
  --typography-body-s-size: 12px;
82
90
  --typography-body-s-height: 16px;
91
+ --typography-body-s-spacing: 0.4px;
83
92
  --typography-body-xs-size: 10px;
84
93
  --typography-body-xs-height: 12px;
94
+ --typography-body-xs-spacing: 0.5px;
85
95
  --typography-body-xxs-size: 9px;
86
96
  --typography-body-xxs-height: 12px;
97
+ --typography-body-xxs-spacing: 0.25px;
87
98
  --typography-button-l-size: 16px;
88
99
  --typography-button-l-height: 24px;
100
+ --typography-button-l-spacing: 0.5px;
89
101
  --typography-button-m-size: 14px;
90
102
  --typography-button-m-height: 20px;
103
+ --typography-button-m-spacing: 0.25px;
91
104
  --typography-button-s-size: 12px;
92
105
  --typography-button-s-height: 16px;
106
+ --typography-button-s-spacing: 0.4px;
93
107
  --typography-button-xs-size: 10px;
94
108
  --typography-button-xs-height: 12px;
109
+ --typography-button-xs-spacing: 0.5px;
95
110
  --spacing-0: 0px;
96
111
  --spacing-none: unset;
97
112
  --spacing-xxs: 2px;
@@ -107,9 +122,9 @@
107
122
  --radius-medium: 4px;
108
123
  --radius-large: 8px;
109
124
  --radius-round: 80px;
110
- --shadows-elevation-default: initial;
111
- --shadows-elevation-overlay: 0 8px 10px 0 rgba(0 0 0 / 0.2), 0 6px 30px 0 rgba(0 0 0 / 0.12), 0 16px 24px 0 rgba(0 0 0 / 0.14);
112
- --shadows-elevation-raised: 0 5px 5px 0 rgba(0 0 0 / 0.2), 0 3px 14px 0 rgba(0 0 0 / 0.12), 0 8px 10px 0 rgba(0 0 0 / 0.14);
125
+ --shadow-elevation-default: initial;
126
+ --shadow-elevation-overlay: 0 8px 10px 0 rgba(0 0 0 / 0.2), 0 6px 30px 0 rgba(0 0 0 / 0.12), 0 16px 24px 0 rgba(0 0 0 / 0.14);
127
+ --shadow-elevation-raised: 0 5px 5px 0 rgba(0 0 0 / 0.2), 0 3px 14px 0 rgba(0 0 0 / 0.12), 0 8px 10px 0 rgba(0 0 0 / 0.14);
113
128
  --font-primary: "Roboto Flex", sans-serif;
114
129
  --font-display: "Roboto Mono", monospace;
115
130
  --icon-size-l: var(--spacing-xl);
@@ -0,0 +1,2 @@
1
+
2
+ export { }
@@ -0,0 +1,58 @@
1
+ @custom-variant placement-left (&:where([data-placement~="left"]));
2
+ @custom-variant placement-right (&:where([data-placement~="right"]));
3
+ @custom-variant placement-top (&:where([data-placement~="top"]));
4
+ @custom-variant placement-bottom (&:where([data-placement~="bottom"]));
5
+ @custom-variant size-xlarge (&:where([data-size="xlarge"]));
6
+ @custom-variant size-large (&:where([data-size="large"]));
7
+ @custom-variant size-medium (&:where([data-size="medium"]));
8
+ @custom-variant size-small (&:where([data-size="small"]));
9
+ @custom-variant size-xsmall (&:where([data-size="xsmall"]));
10
+ @custom-variant type-literal (&:where([data-type="literal"]));
11
+ @custom-variant type-year (&:where([data-type="year"]));
12
+ @custom-variant type-month (&:where([data-type="month"]));
13
+ @custom-variant type-day (&:where([data-type="day"]));
14
+ @custom-variant layout-grid (&:where([data-layout="grid"]));
15
+ @custom-variant layout-stack (&:where([data-layout="stack"]));
16
+ @custom-variant orientation-horizontal (&:where([data-orientation="horizontal"]));
17
+ @custom-variant orientation-vertical (&:where([data-orientation="vertical"]));
18
+ @custom-variant selection-single (&:where([data-selection-mode="single"]));
19
+ @custom-variant selection-multiple (&:where([data-selection-mode="multiple"]));
20
+ @custom-variant resizable-right (&:where([data-resizable-direction="right"]));
21
+ @custom-variant resizable-left (&:where([data-resizable-direction="left"]));
22
+ @custom-variant resizable-both (&:where([data-resizable-direction="both"]));
23
+ @custom-variant sort-ascending (&:where([data-sort-direction="ascending"]));
24
+ @custom-variant sort-descending (&:where([data-sort-direction="descending"]));
25
+ @custom-variant allows-removing (&:where([data-allows-removing]));
26
+ @custom-variant allows-sorting (&:where([data-allows-sorting]));
27
+ @custom-variant allows-dragging (&:where([data-allows-dragging]));
28
+ @custom-variant has-submenu (&:where([data-has-submenu]));
29
+ @custom-variant has-child-items (&:where([data-has-child-items]));
30
+ @custom-variant enabled (&:where(:not([disabled], [data-disabled]), :enabled));
31
+ @custom-variant open (&:where([open], [data-open], :open));
32
+ @custom-variant expanded (&:where([expanded], [data-expanded]));
33
+ @custom-variant entering (&:where([data-entering]));
34
+ @custom-variant exiting (&:where([data-exiting]));
35
+ @custom-variant indeterminate (&:where([data-indeterminate], :indeterminate));
36
+ @custom-variant placeholder-shown (&:where([data-placeholder], :placeholder-shown));
37
+ @custom-variant current (&:where([data-current]));
38
+ @custom-variant optional (&:where(:not([required], [data-required]), :optional));
39
+ @custom-variant required (&:where([required], [data-required], :required));
40
+ @custom-variant unavailable (&:where([data-unavailable]));
41
+ @custom-variant invalid (&:where([invalid], [data-invalid], :invalid));
42
+ @custom-variant read-only (&:where([readonly], [data-readonly], :read-only));
43
+ @custom-variant outside-month (&:where([data-outside-month]));
44
+ @custom-variant outside-visible-range (&:where([data-outside-visible-range]));
45
+ @custom-variant pending (&:where([data-pending]));
46
+ @custom-variant empty (&:where([data-empty], :empty));
47
+ @custom-variant focus-within (&:where([data-focus-within], :focus-within));
48
+ @custom-variant hover (&:where([data-hovered], :hover));
49
+ @custom-variant focus (&:where([data-focused], :focus));
50
+ @custom-variant focus-visible (&:where([data-focus-visible], :focus-visible));
51
+ @custom-variant pressed (&:where([data-pressed], :active));
52
+ @custom-variant selected (&:where([data-selected], :checked));
53
+ @custom-variant selection-start (&:where([data-selection-start]));
54
+ @custom-variant selection-end (&:where([data-selection-end]));
55
+ @custom-variant dragging (&:where([data-dragging]));
56
+ @custom-variant drop-target (&:where([data-drop-target]));
57
+ @custom-variant resizing (&:where([data-resizing]));
58
+ @custom-variant disabled (&:where([disabled], [data-disabled], :disabled));
@@ -0,0 +1,2 @@
1
+
2
+ export { }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@accelint/design-toolkit",
3
- "version": "2.3.2",
3
+ "version": "2.4.1",
4
4
  "private": false,
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -60,6 +60,7 @@
60
60
  "@react-stately/utils": "^3.10.7",
61
61
  "@react-aria/ssr": "^3.9.6",
62
62
  "@react-types/shared": "^3.25.0",
63
+ "@react-types/overlays": "^3.8.16",
63
64
  "react": "^19.0.0",
64
65
  "react-aria-components": "^1.10.1",
65
66
  "react-dom": "^19.0.0",
@@ -109,8 +110,8 @@
109
110
  "vite": "5.4.18",
110
111
  "vite-tsconfig-paths": "5.0.1",
111
112
  "vitest": "^3.1.1",
112
- "@accelint/biome-config": "0.1.2",
113
113
  "@accelint/typescript-config": "0.1.2",
114
+ "@accelint/biome-config": "0.1.2",
114
115
  "@accelint/vitest-config": "0.1.3"
115
116
  },
116
117
  "$schema": "https://json.schemastore.org/package",
@@ -120,10 +121,11 @@
120
121
  },
121
122
  "scripts": {
122
123
  "bench": "pnpm vitest bench --run --dir src",
123
- "build": "pnpm gen:tokens && pnpm tsup && pnpm build:css",
124
+ "build": "pnpm gen:tokens && pnpm gen:variants && pnpm tsup && pnpm build:css",
124
125
  "build:css": "pnpm tailwindcss -i ./src/index.css -o ./dist/styles.css",
125
126
  "dev": "pnpm tsc --watch",
126
127
  "gen:tokens": "node scripts/generate-tokens.mjs",
128
+ "gen:variants": "node scripts/generate-variants.mjs",
127
129
  "index": "pnpm zx ../../scripts/indexer.mjs design-toolkit/components",
128
130
  "lint": "pnpm biome lint",
129
131
  "preview": "pnpm storybook dev -p 6006",
@@ -1,2 +0,0 @@
1
- var o=[11,11,11,1],t=[34,34,34,1],r=[47,47,49,1],e=[0,0,0,.4],c=[255,255,255,.08],p=[86,86,86,1],s=[230,230,230,1],n=[255,255,255,1],l=[137,137,137,1],i=[47,47,49,1],a=[56,56,56,1],x=[56,56,56,1],y=[34,34,34,1],g=[40,245,190,1],B=[40,245,190,1],C=[24,147,114,1],h=[10,61,48,1],R=[104,104,104,1],A=[104,104,104,1],G=[66,66,68,1],d=[34,34,34,1],S=[98,166,255,1],H=[98,166,255,1],u=[58,100,153,1],v=[20,33,51,1],f=[48,210,126,1],b=[48,210,126,1],z=[28,126,76,1],X=[10,42,25,1],L=[252,164,0,1],D=[252,164,0,1],m=[151,98,1,1],I=[50,33,0,1],M=[212,35,29,1],N=[212,35,29,1],k=[127,21,17,1],T=[42,7,6,1],w=[255,255,255,1],E=[137,137,137,1],O=[56,56,56,1],F=[34,34,34,1],P=[86,86,86,1],U=[11,11,11,1],j=[0,122,51,1],q=[80,43,133,1],J=[0,51,160,1],K=[200,16,46,1],Q=[255,140,0,1],V=[252,232,58,1],W=32,Y=40,Z=24,_=28,$=20,oo=24,to=14,ro=20,eo=12,co=16,po=10,so=12,no=16,lo=24,io=14,ao=20,xo=12,yo=16,go=10,Bo=12,Co=9,ho=12,Ro=16,Ao=24,Go=14,So=20,Ho=12,uo=16,vo=10,fo=12,bo=0,zo="unset",Xo=2,Lo=4,Do=8,mo=12,Io=16,Mo=24,No=40,ko=80,To=0,wo=2,Eo=4,Oo=8,Fo=80,Po="initial",Uo="0 8px 10px 0 rgba(0 0 0 / 0.2), 0 6px 30px 0 rgba(0 0 0 / 0.12), 0 16px 24px 0 rgba(0 0 0 / 0.14)",jo="0 5px 5px 0 rgba(0 0 0 / 0.2), 0 3px 14px 0 rgba(0 0 0 / 0.12), 0 8px 10px 0 rgba(0 0 0 / 0.14)",qo='"Roboto Flex", sans-serif',Jo='"Roboto Mono", monospace',Ko=24,Qo=20,Vo=16,Wo=12;export{S as colorAdvisory,H as colorAdvisoryBold,u as colorAdvisoryHover,v as colorAdvisorySubtle,J as colorClassificationConfidential,q as colorClassificationCui,U as colorClassificationMissing,K as colorClassificationSecret,Q as colorClassificationTopSecret,V as colorClassificationTsSci,j as colorClassificationUnclass,M as colorCritical,N as colorCriticalBold,k as colorCriticalHover,T as colorCriticalSubtle,E as colorDefaultDark,w as colorDefaultLight,P as colorDisabled,g as colorHighlight,B as colorHighlightBold,C as colorHighlightHover,h as colorHighlightSubtle,R as colorInfo,A as colorInfoBold,G as colorInfoHover,d as colorInfoSubtle,p as colorInteractive,s as colorInteractiveDefault,a as colorInteractiveDisabled,n as colorInteractiveHover,i as colorInteractiveHoverDark,l as colorInteractiveHoverLight,O as colorInverseDark,F as colorInverseLight,f as colorNormal,b as colorNormalBold,z as colorNormalHover,X as colorNormalSubtle,L as colorSerious,D as colorSeriousBold,m as colorSeriousHover,I as colorSeriousSubtle,y as colorStaticDark,x as colorStaticLight,o as colorSurfaceDefault,r as colorSurfaceOverlay,t as colorSurfaceRaised,e as colorTransparentDark,c as colorTransparentLight,Jo as fontDisplay,qo as fontPrimary,Ko as iconSizeL,Qo as iconSizeM,Vo as iconSizeS,Wo as iconSizeXs,Oo as radiusLarge,Eo as radiusMedium,To as radiusNone,Fo as radiusRound,wo as radiusSmall,Po as shadowsElevationDefault,Uo as shadowsElevationOverlay,jo as shadowsElevationRaised,bo as spacing0,Io as spacingL,mo as spacingM,zo as spacingNone,ko as spacingOversized,Do as spacingS,Mo as spacingXl,Lo as spacingXs,No as spacingXxl,Xo as spacingXxs,lo as typographyBodyLHeight,no as typographyBodyLSize,ao as typographyBodyMHeight,io as typographyBodyMSize,yo as typographyBodySHeight,xo as typographyBodySSize,Bo as typographyBodyXsHeight,go as typographyBodyXsSize,ho as typographyBodyXxsHeight,Co as typographyBodyXxsSize,Ao as typographyButtonLHeight,Ro as typographyButtonLSize,So as typographyButtonMHeight,Go as typographyButtonMSize,uo as typographyButtonSHeight,Ho as typographyButtonSSize,fo as typographyButtonXsHeight,vo as typographyButtonXsSize,oo as typographyHeaderLHeight,$ as typographyHeaderLSize,ro as typographyHeaderMHeight,to as typographyHeaderMSize,co as typographyHeaderSHeight,eo as typographyHeaderSSize,_ as typographyHeaderXlHeight,Z as typographyHeaderXlSize,so as typographyHeaderXsHeight,po as typographyHeaderXsSize,Y as typographyHeaderXxlHeight,W as typographyHeaderXxlSize};//# sourceMappingURL=tokens.js.map
2
- //# sourceMappingURL=tokens.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../src/tokens/generated/tokens.ts"],"names":["colorSurfaceDefault","colorSurfaceRaised","colorSurfaceOverlay","colorTransparentDark","colorTransparentLight","colorInteractive","colorInteractiveDefault","colorInteractiveHover","colorInteractiveHoverLight","colorInteractiveHoverDark","colorInteractiveDisabled","colorStaticLight","colorStaticDark","colorHighlight","colorHighlightBold","colorHighlightHover","colorHighlightSubtle","colorInfo","colorInfoBold","colorInfoHover","colorInfoSubtle","colorAdvisory","colorAdvisoryBold","colorAdvisoryHover","colorAdvisorySubtle","colorNormal","colorNormalBold","colorNormalHover","colorNormalSubtle","colorSerious","colorSeriousBold","colorSeriousHover","colorSeriousSubtle","colorCritical","colorCriticalBold","colorCriticalHover","colorCriticalSubtle","colorDefaultLight","colorDefaultDark","colorInverseDark","colorInverseLight","colorDisabled","colorClassificationMissing","colorClassificationUnclass","colorClassificationCui","colorClassificationConfidential","colorClassificationSecret","colorClassificationTopSecret","colorClassificationTsSci","typographyHeaderXxlSize","typographyHeaderXxlHeight","typographyHeaderXlSize","typographyHeaderXlHeight","typographyHeaderLSize","typographyHeaderLHeight","typographyHeaderMSize","typographyHeaderMHeight","typographyHeaderSSize","typographyHeaderSHeight","typographyHeaderXsSize","typographyHeaderXsHeight","typographyBodyLSize","typographyBodyLHeight","typographyBodyMSize","typographyBodyMHeight","typographyBodySSize","typographyBodySHeight","typographyBodyXsSize","typographyBodyXsHeight","typographyBodyXxsSize","typographyBodyXxsHeight","typographyButtonLSize","typographyButtonLHeight","typographyButtonMSize","typographyButtonMHeight","typographyButtonSSize","typographyButtonSHeight","typographyButtonXsSize","typographyButtonXsHeight","spacing0","spacingNone","spacingXxs","spacingXs","spacingS","spacingM","spacingL","spacingXl","spacingXxl","spacingOversized","radiusNone","radiusSmall","radiusMedium","radiusLarge","radiusRound","shadowsElevationDefault","shadowsElevationOverlay","shadowsElevationRaised","fontPrimary","fontDisplay","iconSizeL","iconSizeM","iconSizeS","iconSizeXs"],"mappings":"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","file":"tokens.js","sourcesContent":["\nexport type RGBAColor = [number, number, number, number];\n\n/** Semantic Colors **/\nexport const colorSurfaceDefault: RGBAColor = [11, 11, 11, 1];\nexport const colorSurfaceRaised: RGBAColor = [34, 34, 34, 1];\nexport const colorSurfaceOverlay: RGBAColor = [47, 47, 49, 1];\nexport const colorTransparentDark: RGBAColor = [0, 0, 0, 0.4];\nexport const colorTransparentLight: RGBAColor = [255, 255, 255, 0.08];\nexport const colorInteractive: RGBAColor = [86, 86, 86, 1];\nexport const colorInteractiveDefault: RGBAColor = [230, 230, 230, 1];\nexport const colorInteractiveHover: RGBAColor = [255, 255, 255, 1];\nexport const colorInteractiveHoverLight: RGBAColor = [137, 137, 137, 1];\nexport const colorInteractiveHoverDark: RGBAColor = [47, 47, 49, 1];\nexport const colorInteractiveDisabled: RGBAColor = [56, 56, 56, 1];\nexport const colorStaticLight: RGBAColor = [56, 56, 56, 1];\nexport const colorStaticDark: RGBAColor = [34, 34, 34, 1];\nexport const colorHighlight: RGBAColor = [40, 245, 190, 1];\nexport const colorHighlightBold: RGBAColor = [40, 245, 190, 1];\nexport const colorHighlightHover: RGBAColor = [24, 147, 114, 1];\nexport const colorHighlightSubtle: RGBAColor = [10, 61, 48, 1];\nexport const colorInfo: RGBAColor = [104, 104, 104, 1];\nexport const colorInfoBold: RGBAColor = [104, 104, 104, 1];\nexport const colorInfoHover: RGBAColor = [66, 66, 68, 1];\nexport const colorInfoSubtle: RGBAColor = [34, 34, 34, 1];\nexport const colorAdvisory: RGBAColor = [98, 166, 255, 1];\nexport const colorAdvisoryBold: RGBAColor = [98, 166, 255, 1];\nexport const colorAdvisoryHover: RGBAColor = [58, 100, 153, 1];\nexport const colorAdvisorySubtle: RGBAColor = [20, 33, 51, 1];\nexport const colorNormal: RGBAColor = [48, 210, 126, 1];\nexport const colorNormalBold: RGBAColor = [48, 210, 126, 1];\nexport const colorNormalHover: RGBAColor = [28, 126, 76, 1];\nexport const colorNormalSubtle: RGBAColor = [10, 42, 25, 1];\nexport const colorSerious: RGBAColor = [252, 164, 0, 1];\nexport const colorSeriousBold: RGBAColor = [252, 164, 0, 1];\nexport const colorSeriousHover: RGBAColor = [151, 98, 1, 1];\nexport const colorSeriousSubtle: RGBAColor = [50, 33, 0, 1];\nexport const colorCritical: RGBAColor = [212, 35, 29, 1];\nexport const colorCriticalBold: RGBAColor = [212, 35, 29, 1];\nexport const colorCriticalHover: RGBAColor = [127, 21, 17, 1];\nexport const colorCriticalSubtle: RGBAColor = [42, 7, 6, 1];\nexport const colorDefaultLight: RGBAColor = [255, 255, 255, 1];\nexport const colorDefaultDark: RGBAColor = [137, 137, 137, 1];\nexport const colorInverseDark: RGBAColor = [56, 56, 56, 1];\nexport const colorInverseLight: RGBAColor = [34, 34, 34, 1];\nexport const colorDisabled: RGBAColor = [86, 86, 86, 1];\nexport const colorClassificationMissing: RGBAColor = [11, 11, 11, 1];\nexport const colorClassificationUnclass: RGBAColor = [0, 122, 51, 1];\nexport const colorClassificationCui: RGBAColor = [80, 43, 133, 1];\nexport const colorClassificationConfidential: RGBAColor = [0, 51, 160, 1];\nexport const colorClassificationSecret: RGBAColor = [200, 16, 46, 1];\nexport const colorClassificationTopSecret: RGBAColor = [255, 140, 0, 1];\nexport const colorClassificationTsSci: RGBAColor = [252, 232, 58, 1];\n/** Other Design Tokens **/\nexport const typographyHeaderXxlSize = 32;\nexport const typographyHeaderXxlHeight = 40;\nexport const typographyHeaderXlSize = 24;\nexport const typographyHeaderXlHeight = 28;\nexport const typographyHeaderLSize = 20;\nexport const typographyHeaderLHeight = 24;\nexport const typographyHeaderMSize = 14;\nexport const typographyHeaderMHeight = 20;\nexport const typographyHeaderSSize = 12;\nexport const typographyHeaderSHeight = 16;\nexport const typographyHeaderXsSize = 10;\nexport const typographyHeaderXsHeight = 12;\nexport const typographyBodyLSize = 16;\nexport const typographyBodyLHeight = 24;\nexport const typographyBodyMSize = 14;\nexport const typographyBodyMHeight = 20;\nexport const typographyBodySSize = 12;\nexport const typographyBodySHeight = 16;\nexport const typographyBodyXsSize = 10;\nexport const typographyBodyXsHeight = 12;\nexport const typographyBodyXxsSize = 9;\nexport const typographyBodyXxsHeight = 12;\nexport const typographyButtonLSize = 16;\nexport const typographyButtonLHeight = 24;\nexport const typographyButtonMSize = 14;\nexport const typographyButtonMHeight = 20;\nexport const typographyButtonSSize = 12;\nexport const typographyButtonSHeight = 16;\nexport const typographyButtonXsSize = 10;\nexport const typographyButtonXsHeight = 12;\nexport const spacing0 = 0;\nexport const spacingNone = 'unset';\nexport const spacingXxs = 2;\nexport const spacingXs = 4;\nexport const spacingS = 8;\nexport const spacingM = 12;\nexport const spacingL = 16;\nexport const spacingXl = 24;\nexport const spacingXxl = 40;\nexport const spacingOversized = 80;\nexport const radiusNone = 0;\nexport const radiusSmall = 2;\nexport const radiusMedium = 4;\nexport const radiusLarge = 8;\nexport const radiusRound = 80;\nexport const shadowsElevationDefault = 'initial';\nexport const shadowsElevationOverlay = '0 8px 10px 0 rgba(0 0 0 / 0.2), 0 6px 30px 0 rgba(0 0 0 / 0.12), 0 16px 24px 0 rgba(0 0 0 / 0.14)';\nexport const shadowsElevationRaised = '0 5px 5px 0 rgba(0 0 0 / 0.2), 0 3px 14px 0 rgba(0 0 0 / 0.12), 0 8px 10px 0 rgba(0 0 0 / 0.14)';\nexport const fontPrimary = '\"Roboto Flex\", sans-serif';\nexport const fontDisplay = '\"Roboto Mono\", monospace';\nexport const iconSizeL = 24;\nexport const iconSizeM = 20;\nexport const iconSizeS = 16;\nexport const iconSizeXs = 12;"]}