@inf-monkeys-tech/monkeys-design 0.4.32 → 0.4.34
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.
- package/LICENSE +21 -21
- package/README.md +226 -226
- package/dist/components/base/index.d.mts +2 -2
- package/dist/components/base/index.d.ts +2 -2
- package/dist/components/base/index.js +990 -28
- package/dist/components/base/index.js.map +1 -1
- package/dist/components/base/index.mjs +987 -30
- package/dist/components/base/index.mjs.map +1 -1
- package/dist/components/data-explorer/index.js.map +1 -1
- package/dist/components/data-explorer/index.mjs.map +1 -1
- package/dist/components/layout/index.js.map +1 -1
- package/dist/components/layout/index.mjs.map +1 -1
- package/dist/components/login/index.js.map +1 -1
- package/dist/components/login/index.mjs.map +1 -1
- package/dist/components/toolbar/index.js.map +1 -1
- package/dist/components/toolbar/index.mjs.map +1 -1
- package/dist/components/workbench/index.d.mts +193 -2
- package/dist/components/workbench/index.d.ts +193 -2
- package/dist/components/workbench/index.js +2164 -585
- package/dist/components/workbench/index.js.map +1 -1
- package/dist/components/workbench/index.mjs +2367 -813
- package/dist/components/workbench/index.mjs.map +1 -1
- package/dist/icons/oauth/index.js.map +1 -1
- package/dist/icons/oauth/index.mjs.map +1 -1
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1958 -170
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1950 -172
- package/dist/index.mjs.map +1 -1
- package/dist/palette/index.js.map +1 -1
- package/dist/palette/index.mjs.map +1 -1
- package/dist/registry/index.js.map +1 -1
- package/dist/registry/index.mjs.map +1 -1
- package/dist/styles/artist-login.scss +374 -374
- package/dist/styles/global.scss +21 -21
- package/dist/styles/workflow-board.scss +440 -440
- package/dist/styles/workflow-nodes.css +340 -340
- package/dist/{theme-CvbotXXr.d.ts → theme-Clm5dVb0.d.mts} +10 -3
- package/dist/{theme-6RDum855.d.mts → theme-sIoU5-YC.d.ts} +10 -3
- package/dist/theme-system/index.d.mts +1 -1
- package/dist/theme-system/index.d.ts +1 -1
- package/dist/theme-system/index.js +842 -18
- package/dist/theme-system/index.js.map +1 -1
- package/dist/theme-system/index.mjs +843 -19
- package/dist/theme-system/index.mjs.map +1 -1
- package/dist/themes/artist/index.js.map +1 -1
- package/dist/themes/artist/index.mjs.map +1 -1
- package/dist/themes/bsd/index.js.map +1 -1
- package/dist/themes/bsd/index.mjs.map +1 -1
- package/dist/themes/concept/index.js.map +1 -1
- package/dist/themes/concept/index.mjs.map +1 -1
- package/dist/themes/default/index.js.map +1 -1
- package/dist/themes/default/index.mjs.map +1 -1
- package/dist/{types-BgEEUqSm.d.mts → types-Bn6PEDsX.d.mts} +163 -1
- package/dist/{types-BgEEUqSm.d.ts → types-Bn6PEDsX.d.ts} +163 -1
- package/package.json +139 -138
package/dist/styles/global.scss
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Monkeys UI global body background styles.
|
|
3
|
-
*
|
|
4
|
-
* The gradient is derived from the primary theme color (--monkeys-100, generated by the
|
|
5
|
-
* palette system from theme.colors.primaryColor) and the base gray background (--gray1
|
|
6
|
-
* from windy-radix-palette).
|
|
7
|
-
*
|
|
8
|
-
* Requirements for the consuming app:
|
|
9
|
-
* - The monkeys color scale (--monkeys-* CSS vars set by setTailwindTheme from the palette module)
|
|
10
|
-
* - windy-radix-palette Tailwind plugin (for gray color vars)
|
|
11
|
-
* - Tailwind CSS (for theme() and @apply resolution at build time)
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
|
-
body {
|
|
15
|
-
background: linear-gradient(theme('colors.monkeys.100/0.35') 0%, theme('colors.gray.1') 50%);
|
|
16
|
-
overflow: hidden;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
html.dark body {
|
|
20
|
-
@apply bg-gray-2;
|
|
21
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* Monkeys UI global body background styles.
|
|
3
|
+
*
|
|
4
|
+
* The gradient is derived from the primary theme color (--monkeys-100, generated by the
|
|
5
|
+
* palette system from theme.colors.primaryColor) and the base gray background (--gray1
|
|
6
|
+
* from windy-radix-palette).
|
|
7
|
+
*
|
|
8
|
+
* Requirements for the consuming app:
|
|
9
|
+
* - The monkeys color scale (--monkeys-* CSS vars set by setTailwindTheme from the palette module)
|
|
10
|
+
* - windy-radix-palette Tailwind plugin (for gray color vars)
|
|
11
|
+
* - Tailwind CSS (for theme() and @apply resolution at build time)
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
body {
|
|
15
|
+
background: linear-gradient(theme('colors.monkeys.100/0.35') 0%, theme('colors.gray.1') 50%);
|
|
16
|
+
overflow: hidden;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
html.dark body {
|
|
20
|
+
@apply bg-gray-2;
|
|
21
|
+
}
|