@instincthub/react-ui 0.0.1 → 0.0.2

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 (155) hide show
  1. package/dist/_virtual/index8.js +2 -0
  2. package/dist/_virtual/index8.js.map +1 -0
  3. package/dist/_virtual/react-is.development3.js +2 -0
  4. package/dist/_virtual/react-is.development3.js.map +1 -0
  5. package/dist/_virtual/react-is.production.min2.js +2 -0
  6. package/dist/_virtual/react-is.production.min2.js.map +1 -0
  7. package/dist/_virtual/stylis.js +2 -0
  8. package/dist/_virtual/stylis.js.map +1 -0
  9. package/dist/assets/css/bootstrap.css +315 -0
  10. package/dist/assets/css/darkmode.css +57 -0
  11. package/dist/assets/css/fonts.css +1 -0
  12. package/dist/assets/css/forms/input-fields.css +77 -0
  13. package/dist/assets/css/forms/react-action.css +46 -0
  14. package/dist/assets/css/forms/submit-btn.css +39 -0
  15. package/dist/assets/css/forms.css +145 -0
  16. package/dist/assets/css/invoice.css +196 -0
  17. package/dist/assets/css/loading.css +57 -0
  18. package/dist/assets/css/main.css +2357 -0
  19. package/dist/assets/css/material-ui.css +82 -0
  20. package/dist/assets/css/modals.css +208 -0
  21. package/dist/assets/css/primereact.css +367 -0
  22. package/dist/assets/css/react-video-player.css +81 -0
  23. package/dist/assets/css/readme/overflow.md +93 -0
  24. package/dist/assets/css/readme/width-height-padding.md +342 -0
  25. package/dist/assets/css/readme/z-index.md +80 -0
  26. package/dist/assets/css/root.css +70 -0
  27. package/dist/assets/css/styles.css +23 -0
  28. package/dist/assets/css/tag-only-selectors.css +240 -0
  29. package/dist/assets/css/tooltip.css +26 -0
  30. package/dist/assets/css/ui/code-display.css +132 -0
  31. package/dist/assets/css/ui/content-viewer.css +599 -0
  32. package/dist/assets/css/ui/editor.css +161 -0
  33. package/dist/assets/css/ui/list-styles.css +318 -0
  34. package/dist/assets/css/ui/parent-list-styles.css +223 -0
  35. package/dist/node_modules/@babel/runtime/helpers/esm/extends.js +2 -0
  36. package/dist/node_modules/@babel/runtime/helpers/esm/extends.js.map +1 -0
  37. package/dist/node_modules/@emotion/cache/dist/emotion-cache.esm.js +2 -0
  38. package/dist/node_modules/@emotion/cache/dist/emotion-cache.esm.js.map +1 -0
  39. package/dist/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js +2 -0
  40. package/dist/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js.map +1 -0
  41. package/dist/node_modules/@emotion/react/dist/emotion-element-d59e098f.esm.js +2 -0
  42. package/dist/node_modules/@emotion/react/dist/emotion-element-d59e098f.esm.js.map +1 -0
  43. package/dist/node_modules/@emotion/react/dist/emotion-react.esm.js +2 -0
  44. package/dist/node_modules/@emotion/react/dist/emotion-react.esm.js.map +1 -0
  45. package/dist/node_modules/@emotion/sheet/dist/emotion-sheet.esm.js +2 -0
  46. package/dist/node_modules/@emotion/sheet/dist/emotion-sheet.esm.js.map +1 -0
  47. package/dist/node_modules/@emotion/styled/base/dist/emotion-styled-base.esm.js +2 -0
  48. package/dist/node_modules/@emotion/styled/base/dist/emotion-styled-base.esm.js.map +1 -0
  49. package/dist/node_modules/@emotion/styled/dist/emotion-styled.esm.js +2 -0
  50. package/dist/node_modules/@emotion/styled/dist/emotion-styled.esm.js.map +1 -0
  51. package/dist/node_modules/@emotion/use-insertion-effect-with-fallbacks/dist/emotion-use-insertion-effect-with-fallbacks.esm.js +2 -0
  52. package/dist/node_modules/@emotion/use-insertion-effect-with-fallbacks/dist/emotion-use-insertion-effect-with-fallbacks.esm.js.map +1 -0
  53. package/dist/node_modules/@emotion/utils/dist/emotion-utils.esm.js +2 -0
  54. package/dist/node_modules/@emotion/utils/dist/emotion-utils.esm.js.map +1 -0
  55. package/dist/node_modules/@emotion/weak-memoize/dist/emotion-weak-memoize.esm.js +2 -0
  56. package/dist/node_modules/@emotion/weak-memoize/dist/emotion-weak-memoize.esm.js.map +1 -0
  57. package/dist/node_modules/@mui/material/styles/createThemeWithVars.js +1 -1
  58. package/dist/node_modules/@mui/material/styles/createThemeWithVars.js.map +1 -1
  59. package/dist/node_modules/@mui/material/utils/memoTheme.js +1 -1
  60. package/dist/node_modules/@mui/material/utils/memoTheme.js.map +1 -1
  61. package/dist/node_modules/@mui/styled-engine/index.js +2 -2
  62. package/dist/node_modules/@mui/system/esm/Box/Box.js +2 -0
  63. package/dist/node_modules/@mui/system/esm/Box/Box.js.map +1 -0
  64. package/dist/node_modules/@mui/system/esm/Box/boxClasses.js +2 -0
  65. package/dist/node_modules/@mui/system/esm/Box/boxClasses.js.map +1 -0
  66. package/dist/node_modules/@mui/system/esm/Container/Container.js +2 -0
  67. package/dist/node_modules/@mui/system/esm/Container/Container.js.map +1 -0
  68. package/dist/node_modules/@mui/system/esm/Container/containerClasses.js +2 -0
  69. package/dist/node_modules/@mui/system/esm/Container/containerClasses.js.map +1 -0
  70. package/dist/node_modules/@mui/system/esm/Container/createContainer.js +2 -0
  71. package/dist/node_modules/@mui/system/esm/Container/createContainer.js.map +1 -0
  72. package/dist/node_modules/@mui/system/esm/GlobalStyles/GlobalStyles.js +2 -0
  73. package/dist/node_modules/@mui/system/esm/GlobalStyles/GlobalStyles.js.map +1 -0
  74. package/dist/node_modules/@mui/system/esm/Grid/Grid.js +2 -0
  75. package/dist/node_modules/@mui/system/esm/Grid/Grid.js.map +1 -0
  76. package/dist/node_modules/@mui/system/esm/Grid/createGrid.js +2 -0
  77. package/dist/node_modules/@mui/system/esm/Grid/createGrid.js.map +1 -0
  78. package/dist/node_modules/@mui/system/esm/Grid/deleteLegacyGridProps.js +2 -0
  79. package/dist/node_modules/@mui/system/esm/Grid/deleteLegacyGridProps.js.map +1 -0
  80. package/dist/node_modules/@mui/system/esm/Grid/gridClasses.js +2 -0
  81. package/dist/node_modules/@mui/system/esm/Grid/gridClasses.js.map +1 -0
  82. package/dist/node_modules/@mui/system/esm/Grid/gridGenerator.js +2 -0
  83. package/dist/node_modules/@mui/system/esm/Grid/gridGenerator.js.map +1 -0
  84. package/dist/node_modules/@mui/system/esm/Grid/traverseBreakpoints.js +2 -0
  85. package/dist/node_modules/@mui/system/esm/Grid/traverseBreakpoints.js.map +1 -0
  86. package/dist/node_modules/@mui/system/esm/Stack/Stack.js +2 -0
  87. package/dist/node_modules/@mui/system/esm/Stack/Stack.js.map +1 -0
  88. package/dist/node_modules/@mui/system/esm/Stack/createStack.js +2 -0
  89. package/dist/node_modules/@mui/system/esm/Stack/createStack.js.map +1 -0
  90. package/dist/node_modules/@mui/system/esm/Stack/stackClasses.js +2 -0
  91. package/dist/node_modules/@mui/system/esm/Stack/stackClasses.js.map +1 -0
  92. package/dist/node_modules/@mui/system/esm/ThemeProvider/ThemeProvider.js +1 -1
  93. package/dist/node_modules/@mui/system/esm/borders/borders.js +1 -1
  94. package/dist/node_modules/@mui/system/esm/borders/borders.js.map +1 -1
  95. package/dist/node_modules/@mui/system/esm/breakpoints/breakpoints.js +1 -1
  96. package/dist/node_modules/@mui/system/esm/breakpoints/breakpoints.js.map +1 -1
  97. package/dist/node_modules/@mui/system/esm/createBox/createBox.js +2 -0
  98. package/dist/node_modules/@mui/system/esm/createBox/createBox.js.map +1 -0
  99. package/dist/node_modules/@mui/system/esm/cssGrid/cssGrid.js +1 -1
  100. package/dist/node_modules/@mui/system/esm/cssGrid/cssGrid.js.map +1 -1
  101. package/dist/node_modules/@mui/system/esm/cssVars/createGetCssVar.js +2 -0
  102. package/dist/node_modules/@mui/system/esm/cssVars/createGetCssVar.js.map +1 -0
  103. package/dist/node_modules/@mui/system/esm/display/display.js +2 -0
  104. package/dist/node_modules/@mui/system/esm/display/display.js.map +1 -0
  105. package/dist/node_modules/@mui/system/esm/flexbox/flexbox.js +2 -0
  106. package/dist/node_modules/@mui/system/esm/flexbox/flexbox.js.map +1 -0
  107. package/dist/node_modules/@mui/system/esm/getThemeValue/getThemeValue.js +2 -0
  108. package/dist/node_modules/@mui/system/esm/getThemeValue/getThemeValue.js.map +1 -0
  109. package/dist/node_modules/@mui/system/esm/memoTheme.js +2 -0
  110. package/dist/node_modules/@mui/system/esm/memoTheme.js.map +1 -0
  111. package/dist/node_modules/@mui/system/esm/palette/palette.js +1 -1
  112. package/dist/node_modules/@mui/system/esm/palette/palette.js.map +1 -1
  113. package/dist/node_modules/@mui/system/esm/positions/positions.js +2 -0
  114. package/dist/node_modules/@mui/system/esm/positions/positions.js.map +1 -0
  115. package/dist/node_modules/@mui/system/esm/shadows/shadows.js +2 -0
  116. package/dist/node_modules/@mui/system/esm/shadows/shadows.js.map +1 -0
  117. package/dist/node_modules/@mui/system/esm/sizing/sizing.js +1 -1
  118. package/dist/node_modules/@mui/system/esm/sizing/sizing.js.map +1 -1
  119. package/dist/node_modules/@mui/system/esm/spacing/spacing.js +1 -1
  120. package/dist/node_modules/@mui/system/esm/spacing/spacing.js.map +1 -1
  121. package/dist/node_modules/@mui/system/esm/styleFunctionSx/extendSxProp.js +2 -0
  122. package/dist/node_modules/@mui/system/esm/styleFunctionSx/extendSxProp.js.map +1 -0
  123. package/dist/node_modules/@mui/system/esm/styled/styled.js +2 -0
  124. package/dist/node_modules/@mui/system/esm/styled/styled.js.map +1 -0
  125. package/dist/node_modules/@mui/system/esm/typography/typography.js +2 -0
  126. package/dist/node_modules/@mui/system/esm/typography/typography.js.map +1 -0
  127. package/dist/node_modules/@mui/system/esm/useTheme/useTheme.js +2 -0
  128. package/dist/node_modules/@mui/system/esm/useTheme/useTheme.js.map +1 -0
  129. package/dist/node_modules/@mui/system/esm/useThemeProps/getThemeProps.js +2 -0
  130. package/dist/node_modules/@mui/system/esm/useThemeProps/getThemeProps.js.map +1 -0
  131. package/dist/node_modules/@mui/system/esm/useThemeProps/useThemeProps.js +2 -0
  132. package/dist/node_modules/@mui/system/esm/useThemeProps/useThemeProps.js.map +1 -0
  133. package/dist/node_modules/@mui/system/esm/useThemeWithoutDefault/useThemeWithoutDefault.js +1 -1
  134. package/dist/node_modules/@mui/utils/esm/isMuiElement/isMuiElement.js +2 -0
  135. package/dist/node_modules/@mui/utils/esm/isMuiElement/isMuiElement.js.map +1 -0
  136. package/dist/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js +2 -0
  137. package/dist/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js.map +1 -0
  138. package/dist/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.development.js +10 -0
  139. package/dist/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.development.js.map +1 -0
  140. package/dist/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.production.min.js +10 -0
  141. package/dist/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.production.min.js.map +1 -0
  142. package/dist/node_modules/hoist-non-react-statics/node_modules/react-is/index.js +2 -0
  143. package/dist/node_modules/hoist-non-react-statics/node_modules/react-is/index.js.map +1 -0
  144. package/dist/node_modules/stylis/dist/umd/stylis.js +2 -0
  145. package/dist/node_modules/stylis/dist/umd/stylis.js.map +1 -0
  146. package/dist/src/components/forms/AnimatedBox.js.map +1 -1
  147. package/dist/src/components/forms/SubmitBtn.js.map +1 -1
  148. package/dist/src/components/ui/viewer/CodeDisplay.js +1 -1
  149. package/dist/src/styles.js.map +1 -1
  150. package/dist/src/types/components/forms/CountryInput.d.ts +0 -1
  151. package/dist/src/types/components/forms/CountryStateInput.d.ts +0 -1
  152. package/dist/src/types/components/ui/viewer/CodeDisplay.d.ts +1 -1
  153. package/dist/src/types/styles.d.ts +1 -13
  154. package/dist/styles.css +1 -1
  155. package/package.json +6 -4
@@ -0,0 +1,599 @@
1
+ /* Content Viewer Container */
2
+ .ihub-content-container {
3
+ position: relative;
4
+ width: 100%;
5
+ margin: 1rem 0;
6
+ border-radius: 0.5rem;
7
+ overflow: hidden;
8
+ transition: all 0.3s ease;
9
+ }
10
+
11
+ .ihub-content-container.ihub-fullscreen {
12
+ position: fixed;
13
+ top: 0;
14
+ left: 0;
15
+ width: 100vw;
16
+ height: 100vh;
17
+ margin: 0;
18
+ border-radius: 0;
19
+ background-color: var(--White);
20
+ z-index: var(--z-popup);
21
+ overflow-y: auto;
22
+ padding: 2rem;
23
+ }
24
+
25
+ /* Toolbar */
26
+ .ihub-content-toolbar {
27
+ display: flex;
28
+ align-items: center;
29
+ gap: 0.5rem;
30
+ background-color: var(--Gray);
31
+ border-bottom: var(--borderDefault);
32
+ flex-direction: row-reverse;
33
+ }
34
+
35
+ .ihub-toolbar-btn {
36
+ display: flex;
37
+ align-items: center;
38
+ justify-content: center;
39
+ width: 2rem;
40
+ height: 2rem;
41
+ background: transparent;
42
+ border: none;
43
+ border-radius: 0.25rem;
44
+ color: var(--Gunmetal);
45
+ cursor: pointer;
46
+ transition: background-color 0.2s ease;
47
+ }
48
+
49
+ .ihub-toolbar-btn:hover {
50
+ background-color: var(--OpacityBackground);
51
+ color: var(--DarkCyan);
52
+ }
53
+
54
+ /* Content Viewer */
55
+ .ihub-content-viewer {
56
+ padding: 1.5rem;
57
+ background-color: var(--White);
58
+ line-height: 1.6;
59
+ font-size: 1rem;
60
+ overflow-wrap: break-word;
61
+ word-wrap: break-word;
62
+ hyphens: auto;
63
+ }
64
+
65
+ /* Typography */
66
+ .ihub-content-viewer h1 {
67
+ font-size: 2.5rem;
68
+ margin-top: 1.5rem;
69
+ margin-bottom: 1rem;
70
+ font-weight: 700;
71
+ line-height: 1.2;
72
+ font-family: var(--Montserat);
73
+ color: var(--Gunmetal);
74
+ }
75
+
76
+ .ihub-content-viewer h2 {
77
+ font-size: 2rem;
78
+ margin-top: 1.5rem;
79
+ margin-bottom: 0.75rem;
80
+ font-weight: 600;
81
+ line-height: 1.3;
82
+ font-family: var(--Montserat);
83
+ color: var(--Gunmetal);
84
+ }
85
+
86
+ .ihub-content-viewer h3 {
87
+ font-size: 1.5rem;
88
+ margin-top: 1.25rem;
89
+ margin-bottom: 0.5rem;
90
+ font-weight: 600;
91
+ line-height: 1.4;
92
+ font-family: var(--Montserat);
93
+ color: var(--Gunmetal);
94
+ }
95
+
96
+ .ihub-content-viewer strong {
97
+ font-weight: 600;
98
+ }
99
+
100
+ .ihub-content-viewer em {
101
+ font-style: italic;
102
+ }
103
+
104
+ /* Links */
105
+ .ihub-content-viewer a {
106
+ color: var(--DarkCyan);
107
+ text-decoration: none;
108
+ transition: color 0.2s ease;
109
+ font-family: var(--Montserat);
110
+ }
111
+
112
+ .ihub-content-viewer a:hover {
113
+ color: var(--ViridianGreen);
114
+ text-decoration: underline;
115
+ opacity: 0.8;
116
+ }
117
+
118
+ /* Lists */
119
+ .ihub-content-viewer ul,
120
+ .ihub-content-viewer ol {
121
+ margin: 1rem 0;
122
+ padding-left: 2rem;
123
+ }
124
+
125
+ .ihub-content-viewer li {
126
+ margin-bottom: 0.5rem;
127
+ font-family: var(--Nunito);
128
+ font-style: normal;
129
+ font-weight: 400;
130
+ line-height: 28px;
131
+ color: var(--Gunmetal);
132
+ }
133
+
134
+ /* Task Lists */
135
+ .ihub-content-viewer ul[data-type="taskList"] {
136
+ list-style-type: none;
137
+ padding-left: 0.5rem;
138
+ }
139
+
140
+ .ihub-content-viewer ul[data-type="taskList"] li {
141
+ display: flex;
142
+ align-items: flex-start;
143
+ margin-bottom: 0.5rem;
144
+ gap: 0.5rem;
145
+ }
146
+
147
+ .ihub-content-viewer ul[data-type="taskList"] li input[type="checkbox"] {
148
+ margin-top: 0.25rem;
149
+ position: relative;
150
+ border: 2px solid var(--DarkCyan);
151
+ border-radius: 2px;
152
+ background: none;
153
+ cursor: pointer;
154
+ line-height: 0;
155
+ outline: 0;
156
+ padding: 0 !important;
157
+ vertical-align: text-top;
158
+ height: 20px;
159
+ width: 20px;
160
+ -webkit-appearance: none;
161
+ opacity: 0.5;
162
+ }
163
+
164
+ .ihub-content-viewer ul[data-type="taskList"] li input[type="checkbox"]:hover {
165
+ opacity: 1;
166
+ }
167
+
168
+ .ihub-content-viewer ul[data-type="taskList"] li[data-checked="true"] div,
169
+ .ihub-content-viewer ul[data-type="taskList"] li[data-checked="false"] div {
170
+ position: relative;
171
+ top: -8px;
172
+ }
173
+
174
+ .ihub-content-viewer
175
+ ul[data-type="taskList"]
176
+ li
177
+ input[type="checkbox"]:checked {
178
+ background-color: var(--DarkCyan);
179
+ opacity: 1;
180
+ }
181
+
182
+ .ihub-content-viewer ul[data-type="taskList"] li input[type="checkbox"]:before {
183
+ content: "";
184
+ position: absolute;
185
+ right: 50%;
186
+ top: 50%;
187
+ width: 4px;
188
+ height: 10px;
189
+ border: solid #fff;
190
+ border-width: 0 2px 2px 0;
191
+ margin: -1px -1px 0 -1px;
192
+ transform: rotate(45deg) translate(-50%, -50%);
193
+ z-index: var(--z-navigation);
194
+ }
195
+
196
+ /* Images */
197
+ .ihub-content-viewer img {
198
+ max-width: 100%;
199
+ height: auto;
200
+ border-radius: 0.25rem;
201
+ margin: 1rem 0;
202
+ }
203
+
204
+ /* Code */
205
+ .ihub-content-viewer code {
206
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
207
+ font-size: 1rem;
208
+ background-color: var(--Gray);
209
+ padding: 0.2em 0.4em;
210
+ border-radius: 0.25rem;
211
+ }
212
+
213
+ .ihub-content-viewer pre {
214
+ background-color: var(--Gunmetal);
215
+ color: var(--White);
216
+ padding: 1rem;
217
+ border-radius: 0.25rem;
218
+ overflow-x: auto;
219
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
220
+ font-size: 1rem;
221
+ margin: 1rem 0;
222
+ }
223
+
224
+ .ihub-content-viewer pre code {
225
+ background-color: transparent;
226
+ padding: 0;
227
+ color: inherit;
228
+ }
229
+
230
+ /* Blockquote */
231
+ .ihub-content-viewer blockquote {
232
+ border-left: 4px solid var(--LavenderGray);
233
+ padding-left: 1rem;
234
+ margin-left: 0;
235
+ margin-right: 0;
236
+ font-style: italic;
237
+ color: var(--Gunmetal);
238
+ }
239
+
240
+ /* Tables */
241
+ .ihub-content-viewer table {
242
+ border-collapse: collapse;
243
+ width: 100%;
244
+ margin: 1rem 0;
245
+ font-family: var(--Nunito);
246
+ margin: 25px 0;
247
+ font-size: 1rem;
248
+ font-weight: 600;
249
+ }
250
+
251
+ .ihub-content-viewer table th,
252
+ .ihub-content-viewer table td {
253
+ border: var(--borderDefault);
254
+ padding: 0.5rem;
255
+ }
256
+
257
+ .ihub-content-viewer table th {
258
+ background-color: var(--LavenderGray);
259
+ font-weight: 600;
260
+ text-align: left;
261
+ color: var(--Gunmetal);
262
+ }
263
+
264
+ .ihub-content-viewer table tr:nth-child(even) {
265
+ background-color: var(--Gray);
266
+ }
267
+
268
+ /* Horizontal Rule */
269
+ .ihub-content-viewer hr {
270
+ border: 0.5px solid rgba(44, 51, 58, 0.5);
271
+ margin: 40px 0;
272
+ }
273
+
274
+ /* Highlight */
275
+ .ihub-content-viewer mark {
276
+ background-color: var(--Corn);
277
+ padding: 0.1em 0.4em;
278
+ border-radius: 0.2em;
279
+ }
280
+
281
+ /* Notification */
282
+ .ihub-notification {
283
+ position: fixed;
284
+ top: 20px;
285
+ right: 20px;
286
+ padding: 0.75rem 1.25rem;
287
+ border-radius: 0.375rem;
288
+ z-index: var(--z-popup);
289
+ animation: slide-in 0.3s ease-out forwards,
290
+ fade-out 0.5s ease-in forwards 2.5s;
291
+ max-width: 300px;
292
+ box-shadow: var(--shadow);
293
+ }
294
+
295
+ .ihub-notification-success {
296
+ background-color: var(--CaribbeanGreen);
297
+ color: var(--White);
298
+ border-left: 4px solid var(--DarkCyan);
299
+ }
300
+
301
+ .ihub-notification-error {
302
+ background-color: var(--Danger);
303
+ color: var(--White);
304
+ border-left: 4px solid var(--TurkishRose);
305
+ }
306
+
307
+ /* Button Styles - Matching Main CSS */
308
+ .ihub-btn {
309
+ padding: 12px 35px;
310
+ margin: 25px 0 10px 0;
311
+ border-radius: 5px;
312
+ border: 0;
313
+ background-color: unset;
314
+ font-family: var(--Montserat);
315
+ outline: 0;
316
+ cursor: pointer;
317
+ font-weight: 600;
318
+ font-size: 1rem;
319
+ }
320
+
321
+ .ihub-btn-primary,
322
+ .ihub-btn-important {
323
+ background-color: var(--DarkCyan);
324
+ color: var(--White);
325
+ }
326
+
327
+ .ihub-btn-primary:hover,
328
+ .ihub-btn-important:hover {
329
+ background-color: var(--DarkCyan);
330
+ opacity: 0.8;
331
+ }
332
+
333
+ .ihub-btn-secondary,
334
+ .ihub-btn-outlined {
335
+ background-color: var(--White);
336
+ color: var(--DarkCyan);
337
+ border: 1px solid var(--DarkCyan);
338
+ }
339
+
340
+ .ihub-btn-secondary:hover,
341
+ .ihub-btn-outlined:hover {
342
+ color: var(--White);
343
+ background-color: var(--DarkCyan);
344
+ }
345
+
346
+ @keyframes slide-in {
347
+ from {
348
+ transform: translateX(100%);
349
+ opacity: 0;
350
+ }
351
+ to {
352
+ transform: translateX(0);
353
+ opacity: 1;
354
+ }
355
+ }
356
+
357
+ @keyframes fade-out {
358
+ from {
359
+ opacity: 1;
360
+ }
361
+ to {
362
+ opacity: 0;
363
+ }
364
+ }
365
+
366
+ /* Print styles */
367
+ @media print {
368
+ .ihub-content-toolbar {
369
+ display: none;
370
+ }
371
+
372
+ .ihub-content-viewer {
373
+ padding: 0;
374
+ border: none;
375
+ box-shadow: none;
376
+ }
377
+
378
+ .ihub-content-container {
379
+ border: none;
380
+ box-shadow: none;
381
+ margin: 0;
382
+ }
383
+ }
384
+
385
+ /* ========================================================================== */
386
+ /* Markdown styles */
387
+
388
+ /* Markdown content styles */
389
+ .ihub-markdown-content {
390
+ font-family: var(--Nunito);
391
+ line-height: 1.6;
392
+ color: var(--Gunmetal);
393
+ }
394
+
395
+ /* Blockquotes */
396
+ .ihub-blockquote {
397
+ border-left: 4px solid var(--DarkCyan);
398
+ padding-left: 16px;
399
+ margin: 20px 0;
400
+ color: var(--Gunmetal);
401
+ font-style: italic;
402
+ background-color: var(--OpacityBackground);
403
+ padding: 16px 20px;
404
+ border-radius: 4px;
405
+ }
406
+
407
+ /* Code blocks */
408
+ .ihub-code-block {
409
+ background-color: var(--OpacityBackground);
410
+ border-radius: 4px;
411
+ margin: 20px 0;
412
+ overflow-x: auto;
413
+ position: relative;
414
+ }
415
+
416
+ .ihub-code {
417
+ display: block;
418
+ padding: 16px;
419
+ color: var(--Gunmetal);
420
+ font-family: monospace;
421
+ font-size: 14px;
422
+ line-height: 1.5;
423
+ tab-size: 2;
424
+ }
425
+
426
+ /* Inline code */
427
+ .ihub-inline-code {
428
+ background-color: var(--OpacityBackground);
429
+ border-radius: 3px;
430
+ color: var(--DarkCyan);
431
+ font-family: monospace;
432
+ font-size: 0.9em;
433
+ padding: 2px 4px;
434
+ }
435
+
436
+ /* Tables */
437
+ .ihub-table {
438
+ border-collapse: collapse;
439
+ width: 100%;
440
+ margin: 20px 0;
441
+ overflow-x: auto;
442
+ display: block;
443
+ }
444
+
445
+ .ihub-table th {
446
+ background-color: var(--LavenderGray);
447
+ color: var(--Gunmetal);
448
+ font-weight: 600;
449
+ padding: 12px;
450
+ text-align: left;
451
+ border: var(--borderDefault);
452
+ }
453
+
454
+ .ihub-table td {
455
+ padding: 10px 12px;
456
+ border: var(--borderDefault);
457
+ }
458
+
459
+ .ihub-table tr:nth-child(even) {
460
+ background-color: var(--Gray);
461
+ }
462
+
463
+ /* Task lists */
464
+ .ihub-markdown-content ul[data-type="taskList"] {
465
+ list-style-type: none;
466
+ padding-left: 0;
467
+ }
468
+
469
+ .ihub-markdown-content ul[data-type="taskList"] li {
470
+ display: flex;
471
+ align-items: center;
472
+ margin: 8px 0;
473
+ }
474
+
475
+ .ihub-markdown-content ul[data-type="taskList"] li input[type="checkbox"] {
476
+ margin-right: 10px;
477
+ }
478
+
479
+ /* Headings */
480
+ .ihub-markdown-content h1,
481
+ .ihub-markdown-content h2,
482
+ .ihub-markdown-content h3,
483
+ .ihub-markdown-content h4,
484
+ .ihub-markdown-content h5,
485
+ .ihub-markdown-content h6 {
486
+ font-family: var(--Montserat);
487
+ color: var(--Gunmetal);
488
+ font-weight: 600;
489
+ margin-top: 30px;
490
+ margin-bottom: 15px;
491
+ }
492
+
493
+ .ihub-markdown-content h1 {
494
+ font-size: 2em;
495
+ border-bottom: 2px solid var(--OpacityBackground);
496
+ padding-bottom: 10px;
497
+ }
498
+
499
+ .ihub-markdown-content h2 {
500
+ font-size: 1.5em;
501
+ border-bottom: 1px solid var(--OpacityBackground);
502
+ padding-bottom: 8px;
503
+ }
504
+
505
+ .ihub-markdown-content h3 {
506
+ font-size: 1.3em;
507
+ }
508
+
509
+ .ihub-markdown-content h4 {
510
+ font-size: 1.2em;
511
+ }
512
+
513
+ .ihub-markdown-content h5 {
514
+ font-size: 1.1em;
515
+ }
516
+
517
+ .ihub-markdown-content h6 {
518
+ font-size: 1em;
519
+ }
520
+
521
+ /* Links */
522
+ .ihub-markdown-content a {
523
+ color: var(--DarkCyan);
524
+ text-decoration: none;
525
+ font-weight: 500;
526
+ }
527
+
528
+ .ihub-markdown-content a:hover {
529
+ text-decoration: underline;
530
+ }
531
+
532
+ /* Horizontal Rule */
533
+ .ihub-markdown-content hr {
534
+ border: 0;
535
+ height: 1px;
536
+ background-color: var(--Gray);
537
+ margin: 30px 0;
538
+ }
539
+
540
+ /* Images */
541
+ .ihub-markdown-content img {
542
+ max-width: 100%;
543
+ border-radius: 4px;
544
+ margin: 20px 0;
545
+ }
546
+
547
+ /* Code syntax highlighting (optional - you can add more specific styles for code syntax) */
548
+ .ihub-markdown-content .token.comment,
549
+ .ihub-markdown-content .token.prolog,
550
+ .ihub-markdown-content .token.doctype,
551
+ .ihub-markdown-content .token.cdata {
552
+ color: #6a737d;
553
+ }
554
+
555
+ .ihub-markdown-content .token.punctuation {
556
+ color: #24292e;
557
+ }
558
+
559
+ .ihub-markdown-content .token.property,
560
+ .ihub-markdown-content .token.tag,
561
+ .ihub-markdown-content .token.boolean,
562
+ .ihub-markdown-content .token.number,
563
+ .ihub-markdown-content .token.constant,
564
+ .ihub-markdown-content .token.symbol {
565
+ color: #005cc5;
566
+ }
567
+
568
+ .ihub-markdown-content .token.selector,
569
+ .ihub-markdown-content .token.attr-name,
570
+ .ihub-markdown-content .token.string,
571
+ .ihub-markdown-content .token.char,
572
+ .ihub-markdown-content .token.builtin {
573
+ color: #032f62;
574
+ }
575
+
576
+ .ihub-markdown-content .token.operator,
577
+ .ihub-markdown-content .token.entity,
578
+ .ihub-markdown-content .token.url,
579
+ .ihub-markdown-content .language-css .token.string,
580
+ .ihub-markdown-content .style .token.string {
581
+ color: #d73a49;
582
+ }
583
+
584
+ .ihub-markdown-content .token.atrule,
585
+ .ihub-markdown-content .token.attr-value,
586
+ .ihub-markdown-content .token.keyword {
587
+ color: #d73a49;
588
+ }
589
+
590
+ .ihub-markdown-content .token.function,
591
+ .ihub-markdown-content .token.class-name {
592
+ color: #6f42c1;
593
+ }
594
+
595
+ .ihub-markdown-content .token.regex,
596
+ .ihub-markdown-content .token.important,
597
+ .ihub-markdown-content .token.variable {
598
+ color: #e36209;
599
+ }