@solfacil/girassol 0.56.0 → 0.56.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.
@@ -6,7 +6,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
6
6
  multiple?: boolean | undefined;
7
7
  isSelected: (option: Option) => boolean;
8
8
  }>, {
9
- list: import("vue").Ref<string>;
9
+ list: import("vue").Ref<HTMLElement | null>;
10
10
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
11
  select: (option: Option) => void;
12
12
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
@@ -27,9 +27,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
27
27
  "onClick:overlay"?: (() => any) | undefined;
28
28
  }, {
29
29
  position: "left" | "right";
30
+ gap: string;
30
31
  block: boolean;
31
32
  overlay: boolean;
32
- gap: string;
33
33
  }>, {
34
34
  default: (_: {}) => any;
35
35
  }>;
@@ -7194,9 +7194,9 @@ export declare const components: {
7194
7194
  $data: {};
7195
7195
  $props: Partial<{
7196
7196
  position: "left" | "right";
7197
+ gap: string;
7197
7198
  block: boolean;
7198
7199
  overlay: boolean;
7199
- gap: string;
7200
7200
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
7201
7201
  open: {
7202
7202
  type: import("vue").PropType<boolean>;
@@ -7207,6 +7207,11 @@ export declare const components: {
7207
7207
  } & {
7208
7208
  default: string;
7209
7209
  };
7210
+ gap: {
7211
+ type: import("vue").PropType<string>;
7212
+ } & {
7213
+ default: string;
7214
+ };
7210
7215
  block: {
7211
7216
  type: import("vue").PropType<boolean>;
7212
7217
  } & {
@@ -7217,14 +7222,9 @@ export declare const components: {
7217
7222
  } & {
7218
7223
  default: boolean;
7219
7224
  };
7220
- gap: {
7221
- type: import("vue").PropType<string>;
7222
- } & {
7223
- default: string;
7224
- };
7225
7225
  }>> & {
7226
7226
  "onClick:overlay"?: (() => any) | undefined;
7227
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "position" | "block" | "overlay" | "gap">;
7227
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "position" | "gap" | "block" | "overlay">;
7228
7228
  $attrs: {
7229
7229
  [x: string]: unknown;
7230
7230
  };
@@ -7248,6 +7248,11 @@ export declare const components: {
7248
7248
  } & {
7249
7249
  default: string;
7250
7250
  };
7251
+ gap: {
7252
+ type: import("vue").PropType<string>;
7253
+ } & {
7254
+ default: string;
7255
+ };
7251
7256
  block: {
7252
7257
  type: import("vue").PropType<boolean>;
7253
7258
  } & {
@@ -7258,20 +7263,15 @@ export declare const components: {
7258
7263
  } & {
7259
7264
  default: boolean;
7260
7265
  };
7261
- gap: {
7262
- type: import("vue").PropType<string>;
7263
- } & {
7264
- default: string;
7265
- };
7266
7266
  }>> & {
7267
7267
  "onClick:overlay"?: (() => any) | undefined;
7268
7268
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7269
7269
  "click:overlay": () => void;
7270
7270
  }, string, {
7271
7271
  position: "left" | "right";
7272
+ gap: string;
7272
7273
  block: boolean;
7273
7274
  overlay: boolean;
7274
- gap: string;
7275
7275
  }, {}, string> & {
7276
7276
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
7277
7277
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -7302,6 +7302,11 @@ export declare const components: {
7302
7302
  } & {
7303
7303
  default: string;
7304
7304
  };
7305
+ gap: {
7306
+ type: import("vue").PropType<string>;
7307
+ } & {
7308
+ default: string;
7309
+ };
7305
7310
  block: {
7306
7311
  type: import("vue").PropType<boolean>;
7307
7312
  } & {
@@ -7312,11 +7317,6 @@ export declare const components: {
7312
7317
  } & {
7313
7318
  default: boolean;
7314
7319
  };
7315
- gap: {
7316
- type: import("vue").PropType<string>;
7317
- } & {
7318
- default: string;
7319
- };
7320
7320
  }>> & {
7321
7321
  "onClick:overlay"?: (() => any) | undefined;
7322
7322
  } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
@@ -7333,6 +7333,11 @@ export declare const components: {
7333
7333
  } & {
7334
7334
  default: string;
7335
7335
  };
7336
+ gap: {
7337
+ type: import("vue").PropType<string>;
7338
+ } & {
7339
+ default: string;
7340
+ };
7336
7341
  block: {
7337
7342
  type: import("vue").PropType<boolean>;
7338
7343
  } & {
@@ -7343,20 +7348,15 @@ export declare const components: {
7343
7348
  } & {
7344
7349
  default: boolean;
7345
7350
  };
7346
- gap: {
7347
- type: import("vue").PropType<string>;
7348
- } & {
7349
- default: string;
7350
- };
7351
7351
  }>> & {
7352
7352
  "onClick:overlay"?: (() => any) | undefined;
7353
7353
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7354
7354
  "click:overlay": () => void;
7355
7355
  }, string, {
7356
7356
  position: "left" | "right";
7357
+ gap: string;
7357
7358
  block: boolean;
7358
7359
  overlay: boolean;
7359
- gap: string;
7360
7360
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
7361
7361
  $slots: {
7362
7362
  default: (_: {}) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@solfacil/girassol",
3
3
  "description": "Girassol design system",
4
- "version": "0.56.0",
4
+ "version": "0.56.1",
5
5
  "license": "MIT",
6
6
  "authors": [
7
7
  {
@@ -10,6 +10,9 @@
10
10
  "url": "https://github.com/kevinbreaker"
11
11
  }
12
12
  ],
13
+ "engines": {
14
+ "node": ">=16"
15
+ },
13
16
  "files": [
14
17
  ".vscode",
15
18
  "dist",
@@ -61,6 +64,7 @@
61
64
  "semantic-release": "semantic-release"
62
65
  },
63
66
  "dependencies": {
67
+ "@tanstack/vue-virtual": "^3.7.0",
64
68
  "@vuepic/vue-datepicker": "^3.6.5",
65
69
  "@vueuse/core": "^9.11.0",
66
70
  "gluegun": "latest",