@cloudparker/moldex.js 0.0.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 (40) hide show
  1. package/dist/actions/badge.d.ts +12 -0
  2. package/dist/actions/badge.js +22 -0
  3. package/dist/actions/index.d.ts +2 -0
  4. package/dist/actions/index.js +2 -0
  5. package/dist/actions/ripple.d.ts +16 -0
  6. package/dist/actions/ripple.js +78 -0
  7. package/dist/button/components/button/button.svelte +59 -0
  8. package/dist/button/components/button/button.svelte.d.ts +36 -0
  9. package/dist/button/components/button-list-item/button-list-item.svelte +119 -0
  10. package/dist/button/components/button-list-item/button-list-item.svelte.d.ts +60 -0
  11. package/dist/button/components/button-menu/button-menu.svelte +185 -0
  12. package/dist/button/components/button-menu/button-menu.svelte.d.ts +61 -0
  13. package/dist/button/index.d.ts +3 -0
  14. package/dist/button/index.js +3 -0
  15. package/dist/common/components/drawer/drawer.svelte +61 -0
  16. package/dist/common/components/drawer/drawer.svelte.d.ts +31 -0
  17. package/dist/common/components/navbar/navbar.svelte +82 -0
  18. package/dist/common/components/navbar/navbar.svelte.d.ts +46 -0
  19. package/dist/common/components/spinner/spinner.svelte +16 -0
  20. package/dist/common/components/spinner/spinner.svelte.d.ts +20 -0
  21. package/dist/common/components/vertical-rule/verticcal-rule.svelte +4 -0
  22. package/dist/common/components/vertical-rule/verticcal-rule.svelte.d.ts +20 -0
  23. package/dist/common/index.d.ts +4 -0
  24. package/dist/common/index.js +4 -0
  25. package/dist/dialog/components/dialog/dialog.svelte +253 -0
  26. package/dist/dialog/components/dialog/dialog.svelte.d.ts +80 -0
  27. package/dist/dialog/index.d.ts +2 -0
  28. package/dist/dialog/index.js +2 -0
  29. package/dist/dialog/services/dialog-service.d.ts +2 -0
  30. package/dist/dialog/services/dialog-service.js +25 -0
  31. package/dist/icon/components/icon/icon.svelte +15 -0
  32. package/dist/icon/components/icon/icon.svelte.d.ts +24 -0
  33. package/dist/icon/index.d.ts +2 -0
  34. package/dist/icon/index.js +2 -0
  35. package/dist/icon/services/icon-path-service.d.ts +9 -0
  36. package/dist/icon/services/icon-path-service.js +10 -0
  37. package/dist/index.d.ts +4 -0
  38. package/dist/index.js +4 -0
  39. package/package.json +32 -0
  40. package/readme.md +3 -0
@@ -0,0 +1,24 @@
1
+ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
2
+ new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
3
+ $$bindings?: Bindings;
4
+ } & Exports;
5
+ (internal: unknown, props: Props & {
6
+ $$events?: Events;
7
+ $$slots?: Slots;
8
+ }): Exports & {
9
+ $set?: any;
10
+ $on?: any;
11
+ };
12
+ z_$$bindings?: Bindings;
13
+ }
14
+ declare const Icon: $$__sveltets_2_IsomorphicComponent<{
15
+ path: string;
16
+ className?: string;
17
+ size?: number;
18
+ fill?: string;
19
+ viewBox?: string;
20
+ }, {
21
+ [evt: string]: CustomEvent<any>;
22
+ }, {}, {}, "">;
23
+ type Icon = InstanceType<typeof Icon>;
24
+ export default Icon;
@@ -0,0 +1,2 @@
1
+ export * from './components/icon/icon.svelte';
2
+ export * from './services/icon-path-service.js';
@@ -0,0 +1,2 @@
1
+ export * from './components/icon/icon.svelte';
2
+ export * from './services/icon-path-service.js';
@@ -0,0 +1,9 @@
1
+ export declare const mdiChevronDown = "M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z";
2
+ export declare const mdiBellOutline = "M10 21H14C14 22.1 13.1 23 12 23S10 22.1 10 21M21 19V20H3V19L5 17V11C5 7.9 7 5.2 10 4.3V4C10 2.9 10.9 2 12 2S14 2.9 14 4V4.3C17 5.2 19 7.9 19 11V17L21 19M17 11C17 8.2 14.8 6 12 6S7 8.2 7 11V18H17V11Z";
3
+ export declare const mdiCheckCircleOutline = "M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M12 20C7.59 20 4 16.41 4 12S7.59 4 12 4 20 7.59 20 12 16.41 20 12 20M16.59 7.58L10 14.17L7.41 11.59L6 13L10 17L18 9L16.59 7.58Z";
4
+ export declare const mdiCheckCircle = "M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z";
5
+ export declare const mdiChevronRight = "M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z";
6
+ export declare const mdiMenu = "M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z";
7
+ export declare const mdiFlowerTulip = "M3,13A9,9 0 0,0 12,22A9,9 0 0,0 3,13M12,22A9,9 0 0,0 21,13A9,9 0 0,0 12,22M18,3V8A6,6 0 0,1 12,14A6,6 0 0,1 6,8V3C6.74,3 7.47,3.12 8.16,3.39C8.71,3.62 9.2,3.96 9.61,4.39L12,2L14.39,4.39C14.8,3.96 15.29,3.62 15.84,3.39C16.53,3.12 17.26,3 18,3Z";
8
+ export declare const mdiClose = "M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z";
9
+ export declare const mdiArrowLeft = "M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z";
@@ -0,0 +1,10 @@
1
+ // MDI
2
+ export const mdiChevronDown = 'M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z';
3
+ export const mdiBellOutline = 'M10 21H14C14 22.1 13.1 23 12 23S10 22.1 10 21M21 19V20H3V19L5 17V11C5 7.9 7 5.2 10 4.3V4C10 2.9 10.9 2 12 2S14 2.9 14 4V4.3C17 5.2 19 7.9 19 11V17L21 19M17 11C17 8.2 14.8 6 12 6S7 8.2 7 11V18H17V11Z';
4
+ export const mdiCheckCircleOutline = "M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M12 20C7.59 20 4 16.41 4 12S7.59 4 12 4 20 7.59 20 12 16.41 20 12 20M16.59 7.58L10 14.17L7.41 11.59L6 13L10 17L18 9L16.59 7.58Z";
5
+ export const mdiCheckCircle = "M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z";
6
+ export const mdiChevronRight = "M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z";
7
+ export const mdiMenu = "M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z";
8
+ export const mdiFlowerTulip = "M3,13A9,9 0 0,0 12,22A9,9 0 0,0 3,13M12,22A9,9 0 0,0 21,13A9,9 0 0,0 12,22M18,3V8A6,6 0 0,1 12,14A6,6 0 0,1 6,8V3C6.74,3 7.47,3.12 8.16,3.39C8.71,3.62 9.2,3.96 9.61,4.39L12,2L14.39,4.39C14.8,3.96 15.29,3.62 15.84,3.39C16.53,3.12 17.26,3 18,3Z";
9
+ export const mdiClose = "M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z";
10
+ export const mdiArrowLeft = "M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z";
@@ -0,0 +1,4 @@
1
+ export * from './actions/index.js';
2
+ export * from './common/index.js';
3
+ export * from './dialog/index.js';
4
+ export * from './icon/index.js';
package/dist/index.js ADDED
@@ -0,0 +1,4 @@
1
+ export * from './actions/index.js';
2
+ export * from './common/index.js';
3
+ export * from './dialog/index.js';
4
+ export * from './icon/index.js';
package/package.json ADDED
@@ -0,0 +1,32 @@
1
+ {
2
+ "name": "@cloudparker/moldex.js",
3
+ "version": "0.0.1",
4
+ "author": "cloudparker.com",
5
+ "license": "MIT",
6
+ "keywords": [
7
+ "js",
8
+ "javascript",
9
+ "tailwindcss"
10
+ ],
11
+ "description": "A Tailwindcss Component Library",
12
+ "exports": {
13
+ ".": {
14
+ "types": "./dist/index.d.ts",
15
+ "svelte": "./dist/index.js"
16
+ }
17
+ },
18
+ "files": [
19
+ "dist",
20
+ "!dist/**/*.test.*",
21
+ "!dist/**/*.spec.*"
22
+ ],
23
+ "type": "module",
24
+ "main": "./dist/index.js",
25
+ "svelte": "./dist/index.js",
26
+ "types": "./dist/index.d.ts",
27
+ "repository": "https://github.com/paramanandapradhan/moldex.js",
28
+ "homepage": "https://cloudparker.com",
29
+ "devDependencies": {
30
+ "@sveltejs/kit": "^2.0.0"
31
+ }
32
+ }
package/readme.md ADDED
@@ -0,0 +1,3 @@
1
+ # Moldex.js
2
+
3
+ A Tailwind Component library.