mertani-web-toolkit 0.1.62 → 0.1.63

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.
@@ -0,0 +1,21 @@
1
+ <svg
2
+ width="16"
3
+ height="16"
4
+ viewBox="0 0 16 16"
5
+ fill="currentColor"
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ >
8
+ <g clip-path="url(#clip0_887_5745)">
9
+ <path
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M11.5 2.00006C11.303 2.00006 11.108 2.03886 10.926 2.11425C10.744 2.18963 10.5786 2.30012 10.4393 2.4394C10.3001 2.57869 10.1896 2.74405 10.1142 2.92604C10.0388 3.10803 10 3.30308 10 3.50006C10 3.69705 10.0388 3.8921 10.1142 4.07409C10.1896 4.25608 10.3001 4.42144 10.4393 4.56073C10.5786 4.70001 10.744 4.8105 10.926 4.88588C11.108 4.96127 11.303 5.00006 11.5 5.00006C11.8978 5.00006 12.2794 4.84203 12.5607 4.56073C12.842 4.27942 13 3.89789 13 3.50006C13 3.10224 12.842 2.72071 12.5607 2.4394C12.2794 2.1581 11.8978 2.00006 11.5 2.00006ZM9.05 3.00006C9.16476 2.43492 9.47136 1.92683 9.91787 1.56188C10.3644 1.19692 10.9233 0.997559 11.5 0.997559C12.0767 0.997559 12.6356 1.19692 13.0821 1.56188C13.5286 1.92683 13.8352 2.43492 13.95 3.00006H16V4.00006H13.95C13.8352 4.56521 13.5286 5.0733 13.0821 5.43825C12.6356 5.80321 12.0767 6.00257 11.5 6.00257C10.9233 6.00257 10.3644 5.80321 9.91787 5.43825C9.47136 5.0733 9.16476 4.56521 9.05 4.00006H0V3.00006H9.05ZM4.5 7.00006C4.10218 7.00006 3.72064 7.1581 3.43934 7.4394C3.15804 7.72071 3 8.10224 3 8.50006C3 8.89789 3.15804 9.27942 3.43934 9.56073C3.72064 9.84203 4.10218 10.0001 4.5 10.0001C4.89782 10.0001 5.27936 9.84203 5.56066 9.56073C5.84196 9.27942 6 8.89789 6 8.50006C6 8.10224 5.84196 7.72071 5.56066 7.4394C5.27936 7.1581 4.89782 7.00006 4.5 7.00006ZM2.05 8.00006C2.16476 7.43492 2.47136 6.92683 2.91787 6.56188C3.36438 6.19692 3.92332 5.99756 4.5 5.99756C5.07668 5.99756 5.63562 6.19692 6.08213 6.56188C6.52864 6.92683 6.83524 7.43492 6.95 8.00006H16V9.00006H6.95C6.83524 9.56521 6.52864 10.0733 6.08213 10.4383C5.63562 10.8032 5.07668 11.0026 4.5 11.0026C3.92332 11.0026 3.36438 10.8032 2.91787 10.4383C2.47136 10.0733 2.16476 9.56521 2.05 9.00006H0V8.00006H2.05ZM11.5 12.0001C11.1022 12.0001 10.7206 12.1581 10.4393 12.4394C10.158 12.7207 10 13.1022 10 13.5001C10 13.8979 10.158 14.2794 10.4393 14.5607C10.7206 14.842 11.1022 15.0001 11.5 15.0001C11.8978 15.0001 12.2794 14.842 12.5607 14.5607C12.842 14.2794 13 13.8979 13 13.5001C13 13.1022 12.842 12.7207 12.5607 12.4394C12.2794 12.1581 11.8978 12.0001 11.5 12.0001ZM9.05 13.0001C9.16476 12.4349 9.47136 11.9268 9.91787 11.5619C10.3644 11.1969 10.9233 10.9976 11.5 10.9976C12.0767 10.9976 12.6356 11.1969 13.0821 11.5619C13.5286 11.9268 13.8352 12.4349 13.95 13.0001H16V14.0001H13.95C13.8352 14.5652 13.5286 15.0733 13.0821 15.4383C12.6356 15.8032 12.0767 16.0026 11.5 16.0026C10.9233 16.0026 10.3644 15.8032 9.91787 15.4383C9.47136 15.0733 9.16476 14.5652 9.05 14.0001H0V13.0001H9.05Z"
13
+ fill="currentColor"
14
+ />
15
+ </g>
16
+ <defs>
17
+ <clipPath id="clip0_887_5745">
18
+ <rect width="16" height="16" fill="currentColor" />
19
+ </clipPath>
20
+ </defs>
21
+ </svg>
@@ -0,0 +1,26 @@
1
+ export default BsSliders;
2
+ type BsSliders = SvelteComponent<{
3
+ [x: string]: never;
4
+ }, {
5
+ [evt: string]: CustomEvent<any>;
6
+ }, {}> & {
7
+ $$bindings?: string | undefined;
8
+ };
9
+ declare const BsSliders: $$__sveltets_2_IsomorphicComponent<{
10
+ [x: string]: never;
11
+ }, {
12
+ [evt: string]: CustomEvent<any>;
13
+ }, {}, {}, string>;
14
+ 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> {
15
+ new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
16
+ $$bindings?: Bindings;
17
+ } & Exports;
18
+ (internal: unknown, props: {
19
+ $$events?: Events;
20
+ $$slots?: Slots;
21
+ }): Exports & {
22
+ $set?: any;
23
+ $on?: any;
24
+ };
25
+ z_$$bindings?: Bindings;
26
+ }
@@ -143,6 +143,7 @@ import BsDiagram3 from './BsDiagram3.svelte';
143
143
  import BsNodePlus from './BsNodePlus.svelte';
144
144
  import BSBuildingLock from './BSBuildingLock.svelte';
145
145
  import BsFileEarmarkExcel from './BsFileEarmarkExcel.svelte';
146
+ import BsSliders from './BsSliders.svelte';
146
147
  // Icon component map dengan nama custom
147
148
  export const iconMap = {
148
149
  'bs-activity': BsActivity,
@@ -289,7 +290,8 @@ export const iconMap = {
289
290
  'bs-diagram3': BsDiagram3,
290
291
  'bs-node-plus': BsNodePlus,
291
292
  'bs-building-lock': BSBuildingLock,
292
- 'bs-file-earmark-excel': BsFileEarmarkExcel
293
+ 'bs-file-earmark-excel': BsFileEarmarkExcel,
294
+ 'bs-sliders': BsSliders
293
295
  };
294
296
  // Export icon names untuk type safety
295
297
  export const IconNames = Object.keys(iconMap);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mertani-web-toolkit",
3
- "version": "0.1.62",
3
+ "version": "0.1.63",
4
4
  "homepage": "https://storybook.mertani.com/",
5
5
  "scripts": {
6
6
  "dev": "vite dev",