@apple-pie/slice 0.0.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.
Files changed (145) hide show
  1. package/README.md +80 -0
  2. package/dist/colors.css +237 -0
  3. package/dist/flexBox.module.css +85 -0
  4. package/dist/index.esm.js +4831 -0
  5. package/dist/index.esm.js.map +1 -0
  6. package/dist/index.js +4873 -0
  7. package/dist/index.js.map +1 -0
  8. package/dist/type.css +16 -0
  9. package/dist/type.module.css +161 -0
  10. package/dist/types/hooks/index.d.ts +2 -0
  11. package/dist/types/hooks/useMayaTheme.d.ts +7 -0
  12. package/dist/types/hooks/useObserveResize.d.ts +9 -0
  13. package/dist/types/hooks/useTheme.d.ts +2 -0
  14. package/dist/types/hooks/useTrackRenders.d.ts +5 -0
  15. package/dist/types/index.d.ts +74 -0
  16. package/dist/types/providers/ThemeProvider.d.ts +9 -0
  17. package/dist/types/providers/index.d.ts +1 -0
  18. package/dist/types/theme/colors/colors.d.ts +4 -0
  19. package/dist/types/theme/colors/types.d.ts +160 -0
  20. package/dist/types/theme/corners/corners.d.ts +2 -0
  21. package/dist/types/theme/corners/types.d.ts +10 -0
  22. package/dist/types/theme/index.d.ts +5 -0
  23. package/dist/types/theme/themes.d.ts +12 -0
  24. package/dist/types/theme/type/type.d.ts +2 -0
  25. package/dist/types/theme/type/types.d.ts +20 -0
  26. package/dist/types/uikit/Avatar/Avatar.d.ts +3 -0
  27. package/dist/types/uikit/Avatar/AvatarInline.stories.d.ts +7 -0
  28. package/dist/types/uikit/Avatar/_types.d.ts +19 -0
  29. package/dist/types/uikit/Avatar/index.d.ts +2 -0
  30. package/dist/types/uikit/AvatarGroup/AvatarGroup.d.ts +3 -0
  31. package/dist/types/uikit/AvatarGroup/_types.d.ts +21 -0
  32. package/dist/types/uikit/AvatarGroup/index.d.ts +2 -0
  33. package/dist/types/uikit/Badge/Badge.d.ts +3 -0
  34. package/dist/types/uikit/Badge/_types.d.ts +5 -0
  35. package/dist/types/uikit/Badge/index.d.ts +2 -0
  36. package/dist/types/uikit/CheckBox/CheckBox.d.ts +3 -0
  37. package/dist/types/uikit/CheckBox/_types.d.ts +8 -0
  38. package/dist/types/uikit/CheckBox/index.d.ts +2 -0
  39. package/dist/types/uikit/DivInput/DivInput.d.ts +3 -0
  40. package/dist/types/uikit/DivInput/_types.d.ts +21 -0
  41. package/dist/types/uikit/DivInput/index.d.ts +2 -0
  42. package/dist/types/uikit/DocIcon/DocIcons.d.ts +3 -0
  43. package/dist/types/uikit/DocIcon/_types.d.ts +4 -0
  44. package/dist/types/uikit/DocIcon/index.d.ts +2 -0
  45. package/dist/types/uikit/Dot/Dot.d.ts +3 -0
  46. package/dist/types/uikit/Dot/_types.d.ts +15 -0
  47. package/dist/types/uikit/Dot/index.d.ts +2 -0
  48. package/dist/types/uikit/DraggablePanel/DrggablePanel.d.ts +43 -0
  49. package/dist/types/uikit/DraggablePanel/_types.d.ts +5 -0
  50. package/dist/types/uikit/DraggablePanel/index.d.ts +1 -0
  51. package/dist/types/uikit/DropDown/DropDown.d.ts +3 -0
  52. package/dist/types/uikit/DropDown/_types.d.ts +31 -0
  53. package/dist/types/uikit/DropDown/index.d.ts +2 -0
  54. package/dist/types/uikit/EditorButtonBar/EditorButtonBar.d.ts +4 -0
  55. package/dist/types/uikit/EditorButtonBar/_Data.d.ts +12 -0
  56. package/dist/types/uikit/EditorButtonBar/_types.d.ts +59 -0
  57. package/dist/types/uikit/EditorButtonBar/index.d.ts +2 -0
  58. package/dist/types/uikit/ErrorSummary/ErrorSummary.d.ts +3 -0
  59. package/dist/types/uikit/ErrorSummary/_types.d.ts +9 -0
  60. package/dist/types/uikit/ErrorSummary/index.d.ts +2 -0
  61. package/dist/types/uikit/FlexDiv/FlexDiv.d.ts +3 -0
  62. package/dist/types/uikit/FlexDiv/_types.d.ts +28 -0
  63. package/dist/types/uikit/FlexDiv/index.d.ts +2 -0
  64. package/dist/types/uikit/Grouper/Grouper.d.ts +3 -0
  65. package/dist/types/uikit/Grouper/_types.d.ts +16 -0
  66. package/dist/types/uikit/Grouper/index.d.ts +2 -0
  67. package/dist/types/uikit/Icon/Icon.d.ts +3 -0
  68. package/dist/types/uikit/Icon/_types.d.ts +102 -0
  69. package/dist/types/uikit/Icon/iconRegistry.d.ts +16 -0
  70. package/dist/types/uikit/Icon/index.d.ts +2 -0
  71. package/dist/types/uikit/IconButton/IconButton.d.ts +3 -0
  72. package/dist/types/uikit/IconButton/_types.d.ts +32 -0
  73. package/dist/types/uikit/IconButton/index.d.ts +2 -0
  74. package/dist/types/uikit/Logos/Logos.d.ts +2 -0
  75. package/dist/types/uikit/Logos/_types.d.ts +5 -0
  76. package/dist/types/uikit/Logos/index.d.ts +2 -0
  77. package/dist/types/uikit/MessageInput/ExcerptList/ExcerptList.d.ts +2 -0
  78. package/dist/types/uikit/MessageInput/ExcerptList/_types.d.ts +15 -0
  79. package/dist/types/uikit/MessageInput/FileList/FileList.d.ts +2 -0
  80. package/dist/types/uikit/MessageInput/FileList/_types.d.ts +6 -0
  81. package/dist/types/uikit/MessageInput/InputField/MessageInput.d.ts +2 -0
  82. package/dist/types/uikit/MessageInput/InputField/_types.d.ts +36 -0
  83. package/dist/types/uikit/MessageInput/UserList/UserList.d.ts +5 -0
  84. package/dist/types/uikit/MessageInput/UserList/_types.d.ts +40 -0
  85. package/dist/types/uikit/MessageInput/_Data.d.ts +6 -0
  86. package/dist/types/uikit/MessageInput/_types.d.ts +42 -0
  87. package/dist/types/uikit/MessageInput/index.d.ts +4 -0
  88. package/dist/types/uikit/Overlay/Overlay.d.ts +3 -0
  89. package/dist/types/uikit/Overlay/_types.d.ts +9 -0
  90. package/dist/types/uikit/Overlay/index.d.ts +2 -0
  91. package/dist/types/uikit/Pager/Pager.d.ts +3 -0
  92. package/dist/types/uikit/Pager/_types.d.ts +10 -0
  93. package/dist/types/uikit/Pager/index.d.ts +2 -0
  94. package/dist/types/uikit/Progress/DoneCheck/DoneCheck.d.ts +3 -0
  95. package/dist/types/uikit/Progress/DoneCheck/_types.d.ts +11 -0
  96. package/dist/types/uikit/Progress/ProgressIndicator/ProgressIndicator.d.ts +3 -0
  97. package/dist/types/uikit/Progress/ProgressIndicator/_types.d.ts +11 -0
  98. package/dist/types/uikit/Progress/index.d.ts +4 -0
  99. package/dist/types/uikit/RadioButton/RadioButton.d.ts +3 -0
  100. package/dist/types/uikit/RadioButton/_types.d.ts +20 -0
  101. package/dist/types/uikit/RadioButton/index.d.ts +2 -0
  102. package/dist/types/uikit/RadioButtonList/RadioButtonList.d.ts +3 -0
  103. package/dist/types/uikit/RadioButtonList/_types.d.ts +20 -0
  104. package/dist/types/uikit/RadioButtonList/index.d.ts +2 -0
  105. package/dist/types/uikit/Slider/Slider.d.ts +3 -0
  106. package/dist/types/uikit/Slider/_types.d.ts +17 -0
  107. package/dist/types/uikit/Slider/index.d.ts +2 -0
  108. package/dist/types/uikit/Spacer/Spacer.d.ts +3 -0
  109. package/dist/types/uikit/Spacer/_types.d.ts +3 -0
  110. package/dist/types/uikit/Spacer/index.d.ts +2 -0
  111. package/dist/types/uikit/Switch/Switch.d.ts +3 -0
  112. package/dist/types/uikit/Switch/_types.d.ts +12 -0
  113. package/dist/types/uikit/Switch/index.d.ts +2 -0
  114. package/dist/types/uikit/TabBar/TabBar.d.ts +3 -0
  115. package/dist/types/uikit/TabBar/_types.d.ts +47 -0
  116. package/dist/types/uikit/TabBar/index.d.ts +2 -0
  117. package/dist/types/uikit/TextArea/TextArea.d.ts +3 -0
  118. package/dist/types/uikit/TextArea/_types.d.ts +38 -0
  119. package/dist/types/uikit/TextArea/index.d.ts +2 -0
  120. package/dist/types/uikit/Textfield/TextField.d.ts +3 -0
  121. package/dist/types/uikit/Textfield/_types.d.ts +77 -0
  122. package/dist/types/uikit/Textfield/index.d.ts +2 -0
  123. package/dist/types/uikit/UIButton/UIButton.d.ts +3 -0
  124. package/dist/types/uikit/UIButton/_types.d.ts +42 -0
  125. package/dist/types/uikit/UIButton/index.d.ts +2 -0
  126. package/dist/types/uikit/UIButtonBar/UIButtonBar.d.ts +2 -0
  127. package/dist/types/uikit/UIButtonBar/_types.d.ts +14 -0
  128. package/dist/types/uikit/UIButtonBar/index.d.ts +2 -0
  129. package/dist/types/uikit/UICard/UICard.d.ts +3 -0
  130. package/dist/types/uikit/UICard/_types.d.ts +11 -0
  131. package/dist/types/uikit/UICard/index.d.ts +2 -0
  132. package/dist/types/uikit/UIChip/UIChip.d.ts +3 -0
  133. package/dist/types/uikit/UIChip/_types.d.ts +19 -0
  134. package/dist/types/uikit/UIChip/index.d.ts +3 -0
  135. package/dist/types/uikit/UIFileIcon/UIFileIcon.d.ts +3 -0
  136. package/dist/types/uikit/UIFileIcon/_types.d.ts +17 -0
  137. package/dist/types/uikit/UIFileIcon/index.d.ts +2 -0
  138. package/dist/types/uikit/UILabel/UILabel.d.ts +2 -0
  139. package/dist/types/uikit/UILabel/_types.d.ts +9 -0
  140. package/dist/types/uikit/UILabel/index.d.ts +2 -0
  141. package/dist/types/uikit/sharedTypes.d.ts +21 -0
  142. package/dist/types/util/debounce.d.ts +10 -0
  143. package/dist/types/util/flexBox.d.ts +11 -0
  144. package/dist/types/util/utils.d.ts +33 -0
  145. package/package.json +74 -0
package/README.md ADDED
@@ -0,0 +1,80 @@
1
+ # Maya UIKit
2
+
3
+ A comprehensive React component library and theming system for building modern applications.
4
+
5
+ ## Overview
6
+
7
+ Maya UIKit provides a complete set of UI components and a flexible theming system to accelerate application development. The library includes 30+ production-ready components ranging from basic inputs to complex interactive elements, all built with TypeScript for type safety and developer experience.
8
+
9
+ ### Components
10
+
11
+ The UIKit includes a wide range of components for common UI patterns:
12
+
13
+ **Form Elements:**
14
+ - TextField, TextArea, DivInput - Text input components with validation support
15
+ - CheckBox, RadioButton, RadioButtonList - Selection controls
16
+ - Switch, Slider - Toggle and range inputs
17
+ - DropDown - Customizable dropdown menus
18
+
19
+ **Buttons & Navigation:**
20
+ - UIButton, IconButton - Primary action components
21
+ - TabBar - Tab navigation with customizable options
22
+ - Pager - Pagination controls
23
+
24
+ **Feedback & Status:**
25
+ - Badge - Status indicators and labels
26
+ - Dot - Simple status dots
27
+ - ProgressIndicator, DoneCheck - Loading and completion states
28
+ - ProgressBar - Multi-step progress visualization
29
+ - ErrorSummary - Error message display
30
+
31
+ **Content Display:**
32
+ - Avatar, AvatarGroup - User avatars with grouping
33
+ - UIChip - Dismissible tags and labels
34
+ - UILabel - Styled text labels
35
+ - Overlay - Modal overlays
36
+
37
+ **Icons & Media:**
38
+ - Icon - Comprehensive icon set with IconNames
39
+ - UIFileIcon - File type icons
40
+ - DocIcons - Document type indicators
41
+ - Logos - Brand logos
42
+
43
+ **Layout & Organization:**
44
+ - FlexDiv - Flexible layout container
45
+ - Spacer - Spacing utility
46
+ - Grouper - Content grouping
47
+ - DraggablePanel - Draggable UI panels
48
+
49
+ **Advanced Components:**
50
+ - MessageInput - Rich message input with document upload
51
+ - EditorButtonBar - Text editor toolbar
52
+ - ToolTip - Contextual tooltips
53
+
54
+ ### Theming System
55
+
56
+ The library includes a powerful theming system with:
57
+
58
+ - **Pre-built Themes:** Light and dark themes out of the box
59
+ - **Theme Hook:** `useMayaTheme` for easy theme switching
60
+ - **Type-safe Theme Objects:** Full TypeScript support for theme customization
61
+ - **Comprehensive Styling:** Colors, typography, corners, and legacy style support
62
+
63
+ Theme exports include:
64
+ - `lightTheme` / `darkTheme` - Complete theme objects
65
+ - `light` / `dark` - Theme configurations
66
+ - `GiaTheme`, `LyraColors`, `LyraTypeStyles` - Type definitions
67
+
68
+ ## Installation
69
+
70
+ ```bash
71
+ npm install maya-uikit
72
+ ```
73
+
74
+ ### Peer Dependencies
75
+ You will need to manage your own version of react, react-dom,
76
+ styled-components and motion. Your project must have
77
+ the following dependencies installed:
78
+
79
+ ```bash
80
+ npm install react react-dom styled-components motion
@@ -0,0 +1,237 @@
1
+ /* Core brand colors - theme independent */
2
+ :root {
3
+ --brand-grey-50: #f4f7fa;
4
+ --brand-grey-100: #e5ecf3;
5
+ --brand-grey-200: #d5e0ea;
6
+ --brand-grey-300: #98acbf;
7
+ --brand-grey-400: #7f96a9;
8
+ --brand-grey-500: #657d91;
9
+ --brand-grey-600: #4c6273;
10
+ --brand-grey-700: #405261;
11
+ --brand-grey-800: #37434e;
12
+ --brand-grey-900: #2d353d;
13
+ --brand-grey-950: #1f262d;
14
+ --brand-sea-50: #e8f1ff;
15
+ --brand-sea-100: #c7defe;
16
+ --brand-sea-200: #a5c9ff;
17
+ --brand-sea-300: #7ab3ff;
18
+ --brand-sea-400: #4084ff;
19
+ --brand-sea-500: #2f45ff;
20
+ --brand-sea-600: #2d2fff;
21
+ --brand-sea-700: #0000ff;
22
+ --brand-sea-800: #0609cd;
23
+ --brand-sea-900: #001699;
24
+ --brand-sea-950: #0a0b5c;
25
+ --brand-sky-50: #eafffe;
26
+ --brand-sky-100: #cdfffb;
27
+ --brand-sky-200: #a3f8ff;
28
+ --brand-sky-300: #6af5ff;
29
+ --brand-sky-400: #00edff;
30
+ --brand-sky-500: #00c8e0;
31
+ --brand-sky-600: #00a6c0;
32
+ --brand-sky-700: #03839b;
33
+ --brand-sky-800: #0d697d;
34
+ --brand-sky-900: #105669;
35
+ --brand-sky-950: #033949;
36
+ --brand-land-50: #f4ffe5;
37
+ --brand-land-100: #e0ffb7;
38
+ --brand-land-200: #caff95;
39
+ --brand-land-300: #b7fe59;
40
+ --brand-land-400: #9cf820;
41
+ --brand-land-500: #71e618;
42
+ --brand-land-600: #56c900;
43
+ --brand-land-700: #2d8c00;
44
+ --brand-land-800: #31690b;
45
+ --brand-land-900: #2a580f;
46
+ --brand-land-950: #123201;
47
+ --brand-orange-50: #fff8ec;
48
+ --brand-orange-100: #ffebd7;
49
+ --brand-orange-200: #ffe3c6;
50
+ --brand-orange-300: #ffc182;
51
+ --brand-orange-400: #ff972e;
52
+ --brand-orange-500: #ff800a;
53
+ --brand-orange-600: #ff6700;
54
+ --brand-orange-700: #ff3700;
55
+ --brand-orange-800: #a02b0b;
56
+ --brand-orange-900: #80250b;
57
+ --brand-orange-950: #461604;
58
+ --brand-yellow-50: #ffffea;
59
+ --brand-yellow-100: #fffdca;
60
+ --brand-yellow-200: #fff2a0;
61
+ --brand-yellow-300: #ffeb72;
62
+ --brand-yellow-400: #ffd333;
63
+ --brand-yellow-500: #ffc200;
64
+ --brand-yellow-600: #ffad00;
65
+ --brand-yellow-700: #c68601;
66
+ --brand-yellow-800: #8f6307;
67
+ --brand-yellow-900: #5f430a;
68
+ --brand-yellow-950: #442e00;
69
+ --brand-purple-50: #faf0ff;
70
+ --brand-purple-100: #f4ddff;
71
+ --brand-purple-200: #e5cdff;
72
+ --brand-purple-300: #ccafff;
73
+ --brand-purple-400: #b891ff;
74
+ --brand-purple-500: #7d48ff;
75
+ --brand-purple-600: #6a14ff;
76
+ --brand-purple-700: #5600f1;
77
+ --brand-purple-800: #4d01d6;
78
+ --brand-purple-900: #4003af;
79
+ --brand-purple-950: #1e007c;
80
+ --brand-magenta-50: #fef1fc;
81
+ --brand-magenta-100: #ffdcef;
82
+ --brand-magenta-200: #ffcae6;
83
+ --brand-magenta-300: #ff90cb;
84
+ --brand-magenta-400: #ff61ca;
85
+ --brand-magenta-500: #ff3ac2;
86
+ --brand-magenta-600: #f012aa;
87
+ --brand-magenta-700: #df059b;
88
+ --brand-magenta-800: #9b0069;
89
+ --brand-magenta-900: #790a55;
90
+ --brand-magenta-950: #58003a;
91
+ --brand-white-0: #ffffff;
92
+ --product-red-400: #ff474a;
93
+ --product-red-500: #df0529;
94
+ }
95
+
96
+ /* Light theme colors */
97
+ :root,
98
+ [data-theme="lightMode"] {
99
+ --array-land: #e0ffb7;
100
+ --array-land-label: #56c900;
101
+ --array-magenta: #ffdcef;
102
+ --array-magenta-label: #f012aa;
103
+ --array-orange: #ffebd7;
104
+ --array-orange-label: #ff6700;
105
+ --array-purple: #f4ddff;
106
+ --array-purple-label: #6a14ff;
107
+ --array-sea: #c7defe;
108
+ --array-sea-label: #2d2fff;
109
+ --array-sky: #cdfffb;
110
+ --array-sky-label: #00a6c0;
111
+ --array-yellow: #fffdca;
112
+ --array-yellow-label: #ffad00;
113
+ --core-badge-primary: #2f45ff;
114
+ --core-badge-secondary: #e5ecf3;
115
+ --core-button-disabled: #f4f7fa;
116
+ --core-button-primary: #2f45ff;
117
+ --core-drop-shadow: #0339491a;
118
+ --core-gp-logo-primary: #0000ff;
119
+ --core-gp-logo-secondary: #1f262d;
120
+ --core-icon-dark: #1f262d;
121
+ --core-icon-disabled: #98acbf;
122
+ --core-icon-error: #df0529;
123
+ --core-icon-light: #ffffff;
124
+ --core-icon-primary: #1f262d;
125
+ --core-icon-secondary: #405261;
126
+ --core-icon-tertiary: #2f45ff;
127
+ --core-outline-secondary: #405261;
128
+ --core-outline-primary: #e5ecf3;
129
+ --core-outline-special: #c7defe;
130
+ --core-outline-tertiary: #2f45ff;
131
+ --core-surface-coverup-translucent: #1f262d52;
132
+ --core-surface-overlay-translucent: #ffffffcc;
133
+ --core-surface-primary: #ffffff;
134
+ --core-surface-secondary: #f4f7fa;
135
+ --core-surface-special: #e8f1ff;
136
+ --core-text-dark: #1f262d;
137
+ --core-text-disabled: #98acbf;
138
+ --core-text-error: #df0529;
139
+ --core-text-light: #ffffff;
140
+ --core-text-primary: #1f262d;
141
+ --core-text-secondary: #405261;
142
+ --core-text-tertiary: #4c6273;
143
+ --core-text-special: #2f45ff;
144
+ --core-link-primary: #0000ff;
145
+ --eor-tag-employee: #03839b;
146
+ --eor-tag-overdue: #df0529;
147
+ --eor-tag-paid: #2d8c00;
148
+ --eor-tag-pending: #ff800a;
149
+ --eor-tag-professional: #2f45ff;
150
+ --feedback-attention: #ffc200;
151
+ --feedback-informative: #03839b;
152
+ --feedback-positive: #2d8c00;
153
+ --feedback-urgency: #ff800a;
154
+ --feedback-warning: #df0529;
155
+ --gia-tag-risk-high: #df0529;
156
+ --gia-tag-risk-low: #03839b;
157
+ --gia-tag-risk-moderate: #ff800a;
158
+ --gia-text-excerpt-highlight: #ffebd7;
159
+ --gia-text-selection: #c7defe;
160
+ --scroll-bar: #e3e8ef;
161
+ --scroll-bar-hover: #cdd5df;
162
+ --surface-shadow-soft: 0px 4px 24px #0339491a;
163
+ --surface-shadow-strong: 0px 4px 64px #0339491a;
164
+ }
165
+
166
+ /* Dark theme colors */
167
+ [data-theme="darkMode"] {
168
+ --array-land: #e0ffb7;
169
+ --array-land-label: #56c900;
170
+ --array-magenta: #ffdcef;
171
+ --array-magenta-label: #f012aa;
172
+ --array-orange: #ffebd7;
173
+ --array-orange-label: #ff6700;
174
+ --array-purple: #f4ddff;
175
+ --array-purple-label: #6a14ff;
176
+ --array-sea: #c7defe;
177
+ --array-sea-label: #2d2fff;
178
+ --array-sky: #cdfffb;
179
+ --array-sky-label: #00a6c0;
180
+ --array-yellow: #fffdca;
181
+ --array-yellow-label: #ffad00;
182
+ --core-badge-primary: #2f45ff;
183
+ --core-badge-secondary: #405261;
184
+ --core-button-disabled: #2d353d;
185
+ --core-button-primary: #2f45ff;
186
+ --core-drop-shadow: #0000007a;
187
+ --core-gp-logo-primary: #2f45ff;
188
+ --core-gp-logo-secondary: #ffffff;
189
+ --core-icon-dark: #1f262d;
190
+ --core-icon-disabled: #657d91;
191
+ --core-icon-error: #ff474a;
192
+ --core-icon-light: #ffffff;
193
+ --core-icon-primary: #ffffff;
194
+ --core-icon-secondary: #d5e0ea;
195
+ --core-icon-tertiary: #6af5ff;
196
+ --core-outline-secondary: #e5ecf3;
197
+ --core-outline-primary: #405261;
198
+ --core-outline-special: #105669;
199
+ --core-outline-tertiary: #6af5ff;
200
+ --core-surface-coverup-translucent: #0000007a;
201
+ --core-surface-overlay-translucent: #1f262dcc;
202
+ --core-surface-primary: #1f262d;
203
+ --core-surface-secondary: #2d353d;
204
+ --core-surface-special: #033949;
205
+ --core-text-dark: #1f262d;
206
+ --core-text-disabled: #657d91;
207
+ --core-text-error: #ff474a;
208
+ --core-text-light: #ffffff;
209
+ --core-text-primary: #ffffff;
210
+ --core-text-secondary: #d5e0ea;
211
+ --core-text-tertiary: #7f96a9;
212
+ --core-text-special: #6af5ff;
213
+ --core-link-primary: #6af5ff;
214
+ --eor-tag-employee: #03839b;
215
+ --eor-tag-overdue: #ff474a;
216
+ --eor-tag-paid: #2d8c00;
217
+ --eor-tag-pending: #ff800a;
218
+ --eor-tag-professional: #2f45ff;
219
+ --feedback-attention: #ffd333;
220
+ --feedback-informative: #00a6c0;
221
+ --feedback-positive: #2d8c00;
222
+ --feedback-urgency: #ff800a;
223
+ --feedback-warning: #ff474a;
224
+ --gia-tag-risk-high: #ff474a;
225
+ --gia-tag-risk-low: #00a6c0;
226
+ --gia-tag-risk-moderate: #ff800a;
227
+ --gia-text-excerpt-highlight: #ffebd7;
228
+ --gia-text-selection: #001699;
229
+ --scroll-bar: rgba(255, 255, 255, 0.1);
230
+ --scroll-bar-hover: rgba(255, 255, 255, 0.15);
231
+ --surface-shadow-soft: 0px 4px 24px #0000007a;
232
+ --surface-shadow-strong: 0px 4px 64px #0000007a;
233
+ }
234
+
235
+ body {
236
+ background: var(--core-surface-primary);
237
+ }
@@ -0,0 +1,85 @@
1
+ .row {
2
+ display: flex;
3
+ justify-content: center;
4
+ align-items: center;
5
+ box-sizing: border-box;
6
+ padding: 0;
7
+ margin: 0;
8
+ }
9
+
10
+ .rowBetween {
11
+ display: flex;
12
+ justify-content: space-between;
13
+ align-items: center;
14
+ box-sizing: border-box;
15
+ padding: 0;
16
+ margin: 0;
17
+ }
18
+
19
+ .rowStart {
20
+ display: flex;
21
+ justify-content: flex-start;
22
+ align-items: center;
23
+ box-sizing: border-box;
24
+ padding: 0;
25
+ margin: 0;
26
+ }
27
+
28
+ .rowEnd {
29
+ display: flex;
30
+ justify-content: flex-end;
31
+ align-items: center;
32
+ box-sizing: border-box;
33
+ padding: 0;
34
+ margin: 0;
35
+ }
36
+
37
+ .column {
38
+ display: flex;
39
+ flex-direction: column;
40
+ justify-content: center;
41
+ align-items: center;
42
+ box-sizing: border-box;
43
+ padding: 0;
44
+ margin: 0;
45
+ }
46
+
47
+ .columnStart {
48
+ display: flex;
49
+ flex-direction: column;
50
+ justify-content: flex-start;
51
+ align-items: flex-start;
52
+ box-sizing: border-box;
53
+ padding: 0;
54
+ margin: 0;
55
+ }
56
+
57
+ .columnStartCenter {
58
+ display: flex;
59
+ flex-direction: column;
60
+ justify-content: flex-start;
61
+ align-items: center;
62
+ box-sizing: border-box;
63
+ padding: 0;
64
+ margin: 0;
65
+ }
66
+
67
+ .columnBetween {
68
+ display: flex;
69
+ flex-direction: column;
70
+ justify-content: space-between;
71
+ align-items: center;
72
+ box-sizing: border-box;
73
+ padding: 0;
74
+ margin: 0;
75
+ }
76
+
77
+ .columnEnd {
78
+ display: flex;
79
+ flex-direction: column;
80
+ justify-content: flex-end;
81
+ align-items: flex-end;
82
+ box-sizing: border-box;
83
+ padding: 0;
84
+ margin: 0;
85
+ }