@ganpatiinfo/gids-core-web 18.0.0 → 19.0.0

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 (63) hide show
  1. package/dist/css/index.css +160 -17
  2. package/dist/css/index.css.map +1 -1
  3. package/dist/gids-action-bar.d.ts +1 -1
  4. package/dist/gids-activity-gauge.d.ts +1 -1
  5. package/dist/gids-advanced-tooltip.d.ts +1 -1
  6. package/dist/gids-bar-chart.d.ts +1 -1
  7. package/dist/gids-bento-card.d.ts +1 -1
  8. package/dist/gids-bento-card.js +1 -1
  9. package/dist/gids-calendar-header-panel.d.ts +1 -1
  10. package/dist/gids-calendar-month-list.d.ts +1 -1
  11. package/dist/gids-calendar-year-list.d.ts +1 -1
  12. package/dist/gids-calendar.d.ts +1 -1
  13. package/dist/gids-carousel.d.ts +1 -1
  14. package/dist/gids-chart-legend-item.d.ts +1 -1
  15. package/dist/gids-chart-legend.d.ts +1 -1
  16. package/dist/gids-chart.d.ts +1 -1
  17. package/dist/gids-chevron-button.d.ts +1 -1
  18. package/dist/gids-dot.d.ts +1 -1
  19. package/dist/gids-dropdown-field.d.ts +1 -1
  20. package/dist/gids-dropdown-picker.d.ts +1 -1
  21. package/dist/gids-dropdown.d.ts +1 -1
  22. package/dist/gids-expansion-body-list-item.d.ts +1 -1
  23. package/dist/gids-expansion-body-list.d.ts +1 -1
  24. package/dist/gids-expansion-group.d.ts +1 -1
  25. package/dist/gids-expansion.d.ts +1 -1
  26. package/dist/gids-field.d.ts +1 -1
  27. package/dist/gids-filter.d.ts +1 -1
  28. package/dist/gids-flyout-panel.d.ts +1 -1
  29. package/dist/gids-header-navigation-item.d.ts +1 -1
  30. package/dist/gids-header-navigation.d.ts +1 -1
  31. package/dist/gids-icon.d.ts +1 -1
  32. package/dist/gids-input.d.ts +1 -1
  33. package/dist/gids-level-gauge.d.ts +1 -1
  34. package/dist/gids-line-chart.d.ts +1 -1
  35. package/dist/gids-md-table.d.ts +1 -1
  36. package/dist/gids-notification.d.ts +1 -1
  37. package/dist/gids-overflow-container.d.ts +1 -1
  38. package/dist/gids-overlay-provider.d.ts +1 -1
  39. package/dist/gids-password-field.d.ts +1 -1
  40. package/dist/gids-pie-chart.d.ts +1 -1
  41. package/dist/gids-popover.d.ts +1 -1
  42. package/dist/gids-profile-menu-header.d.ts +1 -1
  43. package/dist/gids-profile-menu.d.ts +1 -1
  44. package/dist/gids-profile.d.ts +1 -1
  45. package/dist/gids-progress-circle.d.ts +1 -1
  46. package/dist/gids-scrim.d.ts +1 -1
  47. package/dist/gids-skeleton.d.ts +1 -1
  48. package/dist/gids-snackbar.d.ts +1 -1
  49. package/dist/gids-tab-item.d.ts +1 -1
  50. package/dist/gids-tab.d.ts +1 -1
  51. package/dist/gids-text-field.d.ts +1 -1
  52. package/dist/gids-toggle-button.d.ts +1 -1
  53. package/dist/gids-tooltip.d.ts +1 -1
  54. package/dist/gids-transfer-list.d.ts +1 -1
  55. package/dist/types/components/html/GidsEcosystemCard/GidsEcosystemCard.d.ts +7 -0
  56. package/dist/types/components/html/GidsEcosystemIcon/GidsEcosystemIcon.d.ts +7 -0
  57. package/dist/types/components/html/GidsIconMarker/GidsIconMarker.d.ts +7 -0
  58. package/dist/types/components/webComponents/GidsBentoCard/GidsBentoCard.d.ts +3 -1
  59. package/dist/types/components.d.ts +11 -2
  60. package/dist-bundled/es/gids-bento-card.js +21 -16
  61. package/dist-bundled/umd/gids-bento-card.umd.js +2 -2
  62. package/dist-bundled/umd-complete/gids-core-web.umd.js +4 -4
  63. package/package.json +4 -4
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsCarousel extends Components.GidsCarousel, HTMLElement {}
4
4
  export const GidsCarousel: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsChartLegendItem extends Components.GidsChartLegendItem, HTMLElement {}
4
4
  export const GidsChartLegendItem: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsChartLegend extends Components.GidsChartLegend, HTMLElement {}
4
4
  export const GidsChartLegend: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsChart extends Components.GidsChart, HTMLElement {}
4
4
  export const GidsChart: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsChevronButton extends Components.GidsChevronButton, HTMLElement {}
4
4
  export const GidsChevronButton: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsDot extends Components.GidsDot, HTMLElement {}
4
4
  export const GidsDot: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsDropdownField extends Components.GidsDropdownField, HTMLElement {}
4
4
  export const GidsDropdownField: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsDropdownPicker extends Components.GidsDropdownPicker, HTMLElement {}
4
4
  export const GidsDropdownPicker: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsDropdown extends Components.GidsDropdown, HTMLElement {}
4
4
  export const GidsDropdown: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsExpansionBodyListItem extends Components.GidsExpansionBodyListItem, HTMLElement {}
4
4
  export const GidsExpansionBodyListItem: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsExpansionBodyList extends Components.GidsExpansionBodyList, HTMLElement {}
4
4
  export const GidsExpansionBodyList: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsExpansionGroup extends Components.GidsExpansionGroup, HTMLElement {}
4
4
  export const GidsExpansionGroup: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsExpansion extends Components.GidsExpansion, HTMLElement {}
4
4
  export const GidsExpansion: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsField extends Components.GidsField, HTMLElement {}
4
4
  export const GidsField: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsFilter extends Components.GidsFilter, HTMLElement {}
4
4
  export const GidsFilter: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsFlyoutPanel extends Components.GidsFlyoutPanel, HTMLElement {}
4
4
  export const GidsFlyoutPanel: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsHeaderNavigationItem extends Components.GidsHeaderNavigationItem, HTMLElement {}
4
4
  export const GidsHeaderNavigationItem: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsHeaderNavigation extends Components.GidsHeaderNavigation, HTMLElement {}
4
4
  export const GidsHeaderNavigation: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsIcon extends Components.GidsIcon, HTMLElement {}
4
4
  export const GidsIcon: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsInput extends Components.GidsInput, HTMLElement {}
4
4
  export const GidsInput: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsLevelGauge extends Components.GidsLevelGauge, HTMLElement {}
4
4
  export const GidsLevelGauge: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsLineChart extends Components.GidsLineChart, HTMLElement {}
4
4
  export const GidsLineChart: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsMdTable extends Components.GidsMdTable, HTMLElement {}
4
4
  export const GidsMdTable: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsNotification extends Components.GidsNotification, HTMLElement {}
4
4
  export const GidsNotification: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsOverflowContainer extends Components.GidsOverflowContainer, HTMLElement {}
4
4
  export const GidsOverflowContainer: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsOverlayProvider extends Components.GidsOverlayProvider, HTMLElement {}
4
4
  export const GidsOverlayProvider: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsPasswordField extends Components.GidsPasswordField, HTMLElement {}
4
4
  export const GidsPasswordField: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsPieChart extends Components.GidsPieChart, HTMLElement {}
4
4
  export const GidsPieChart: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsPopover extends Components.GidsPopover, HTMLElement {}
4
4
  export const GidsPopover: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsProfileMenuHeader extends Components.GidsProfileMenuHeader, HTMLElement {}
4
4
  export const GidsProfileMenuHeader: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsProfileMenu extends Components.GidsProfileMenu, HTMLElement {}
4
4
  export const GidsProfileMenu: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsProfile extends Components.GidsProfile, HTMLElement {}
4
4
  export const GidsProfile: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsProgressCircle extends Components.GidsProgressCircle, HTMLElement {}
4
4
  export const GidsProgressCircle: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsScrim extends Components.GidsScrim, HTMLElement {}
4
4
  export const GidsScrim: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsSkeleton extends Components.GidsSkeleton, HTMLElement {}
4
4
  export const GidsSkeleton: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsSnackbar extends Components.GidsSnackbar, HTMLElement {}
4
4
  export const GidsSnackbar: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsTabItem extends Components.GidsTabItem, HTMLElement {}
4
4
  export const GidsTabItem: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsTab extends Components.GidsTab, HTMLElement {}
4
4
  export const GidsTab: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsTextField extends Components.GidsTextField, HTMLElement {}
4
4
  export const GidsTextField: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsToggleButton extends Components.GidsToggleButton, HTMLElement {}
4
4
  export const GidsToggleButton: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsTooltip extends Components.GidsTooltip, HTMLElement {}
4
4
  export const GidsTooltip: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "../dist-dev/types/components";
1
+ import type { Components, JSX } from "./types/components";
2
2
 
3
3
  interface GidsTransferList extends Components.GidsTransferList, HTMLElement {}
4
4
  export const GidsTransferList: {
@@ -0,0 +1,7 @@
1
+ import { JSXBase } from '../../../stencil-public-runtime';
2
+ import { GidsEcosystemCardWebProps } from '@ganpatiinfo/gids-web-shared';
3
+ import { IconAppearance, IconName } from '@ganpatiinfo/gids-web-theme-interface';
4
+ type GidsEcosystemCardBaseWebProps = GidsEcosystemCardWebProps<IconName, IconAppearance> & Omit<JSXBase.IntrinsicElements['div'], 'children' | 'onClick'>;
5
+ export type GidsEcosystemCardProps = GidsEcosystemCardBaseWebProps;
6
+ export declare const GidsEcosystemCard: ({ iconName, size, iconAppearance, ecosystemIconColor, label, cardBackgroundColor, labelColor, class: className, ...restProps }: GidsEcosystemCardProps) => any;
7
+ export {};
@@ -0,0 +1,7 @@
1
+ import { JSXBase } from '../../../stencil-public-runtime';
2
+ import { GidsEcosystemIconWebProps } from '@ganpatiinfo/gids-web-shared';
3
+ import { IconAppearance, IconName } from '@ganpatiinfo/gids-web-theme-interface';
4
+ type GidsEcosystemIconBaseWebProps = GidsEcosystemIconWebProps<IconName, IconAppearance> & Omit<JSXBase.IntrinsicElements['div'], 'onClick' | 'children'>;
5
+ export type GidsEcosystemIconProps = GidsEcosystemIconBaseWebProps;
6
+ export declare const GidsEcosystemIcon: ({ iconName, appearance, size, iconAppearance, ecosystemColor, ecosystemIconColor, class: className, ...restProps }: GidsEcosystemIconProps) => any;
7
+ export {};
@@ -0,0 +1,7 @@
1
+ import { VNode } from '../../../stencil-public-runtime';
2
+ import { JSXBase } from '../../../stencil-public-runtime';
3
+ import { GidsIconMarkerWebProps } from '@ganpatiinfo/gids-web-shared';
4
+ type GidsIconMarkerBaseWebProps = Omit<GidsIconMarkerWebProps<never>, 'children'> & Omit<JSXBase.IntrinsicElements['div'], 'children' | 'onClick'>;
5
+ export type GidsIconMarkerProps = GidsIconMarkerBaseWebProps;
6
+ export declare const GidsIconMarker: ({ appearance, customColor, class: className, ...restProps }: GidsIconMarkerProps, children: VNode) => any;
7
+ export {};
@@ -1,5 +1,5 @@
1
1
  import { GidsBentoCardWebProps } from '@ganpatiinfo/gids-web-shared';
2
- import { GidsBentoCardType } from '@ganpatiinfo/gids-core-shared';
2
+ import { GidsBentoCardIconDirection, GidsBentoCardType } from '@ganpatiinfo/gids-core-shared';
3
3
  export type GidsBentoCardBaseWebProps = Omit<GidsBentoCardWebProps<never, never>, 'children' | 'icon' | 'accessory'>;
4
4
  export declare class GidsBentoCard implements GidsBentoCardBaseWebProps {
5
5
  private hostElement;
@@ -15,6 +15,7 @@ export declare class GidsBentoCard implements GidsBentoCardBaseWebProps {
15
15
  primaryTextColor?: string;
16
16
  secondaryTextColor?: string;
17
17
  tertiaryTextColor?: string;
18
+ iconDirection?: GidsBentoCardIconDirection;
18
19
  hasDefaultSlot: boolean;
19
20
  hasIconSlot: boolean;
20
21
  hasAccessorySlot: boolean;
@@ -22,6 +23,7 @@ export declare class GidsBentoCard implements GidsBentoCardBaseWebProps {
22
23
  protected labelChanged(next: string): void;
23
24
  protected supportingTextChanged(next: string): void;
24
25
  protected descriptionChanged(next: string): void;
26
+ protected iconDirectionChanged(next: GidsBentoCardIconDirection): void;
25
27
  protected appearanceChanged(next: GidsBentoCardType): void;
26
28
  protected bgGradientChanged(next: string): void;
27
29
  protected primaryTextColorChanged(next: string): void;
@@ -5,7 +5,7 @@
5
5
  * It contains typing information for all components that exist in this project.
6
6
  */
7
7
  import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
- import { GidsActionBarAllFilters, GidsActionBarClearFiltersEventDetail, GidsActionBarFilterSelectEventDetail, GidsActionBarFilterToggleEventDetail, GidsActionBarMoreFilters, GidsActionBarPrimaryFilters, GidsActionBarSecondaryFilters, GidsActivityGaugeCommonProps, GidsActivityGaugeData, GidsActivityGaugeLegendPosition, GidsActivityGaugeSize, GidsAdvancedTooltipItem, GidsBadgeAppearance, GidsBadgeType, GidsBarChartCommonProps, GidsBarChartData, GidsBarChartLegendPosition, GidsBasicTableHeaderCellItem, GidsBentoCardType, GidsButtonAppearance, GidsButtonSize, GidsButtonWidth, GidsCalendarDateSelectionEventDetails, GidsCalendarHeaderPanelActionsEventDetail, GidsCalendarHeaderPanelItemSelectEventDetail, GidsCalendarMonthListItemSelectEventDetail, GidsCalendarWidth, GidsCalendarYearListItemSelectEventDetail, GidsCarouselSlide, GidsChartBreakpoint, GidsChartLegendItemOrientation, GidsChartLegendItemSeriesType, GidsChartType, GidsComponentPosition, GidsDisplayTagColor, GidsDotAppearance, GidsDotSize, GidsDropdownChangeEventDetail, GidsDropdownPickerChangeEventDetail, GidsExpansionBodyListEvent, GidsExpansionBodyListItemEvent, GidsExpansionBodyListItems, GidsExpansionEvent, GidsExpansionLabelLevel, GidsFilterItemType, GidsFilterPickerChangeEventDetail, GidsFilterToggleEventDetail, GidsFilterType, GidsFloatingElementPlacement, GidsFlyoutPanelPlacement, GidsHeaderNavigationItemAppearance, GidsHeaderNavigationItemBorderRadius, GidsHeaderNavigationItemEvent, GidsHeaderNavigationItemMenuGroupItem, GidsHeaderNavigationItemMenuItemEvent, GidsHeaderNavigationItemSelectionType, GidsHeaderNavigationItemSize, GidsHeaderNavigationMenu, GidsHeaderNavigationMenuItemEvent, GidsHeaderNavigationMode, GidsHeaderNavigationType, GidsIconSize, GidsInputAppearance, GidsLabelFieldRequirement, GidsLabelFieldRequirementTextFn, GidsLevelGaugeColor, GidsLevelGaugeCommonProps, GidsLevelGaugeSize, GidsLineChartCommonProps, GidsLineChartData, GidsLineChartLegendPosition, GidsMdTableBody, GidsMenuGroupType, GidsNotificationPronunciation, GidsOverflowContainerShadowLocation, GidsPieChartCommonProps, GidsPieChartData, GidsProfileAppearance, GidsProfileBorderRadius, GidsProfileControlAvatarProps, GidsProfileControlEvent, GidsProfileMenuGroupedItem, GidsProfileMenuHeaderAvatarProps, GidsProfileMenuHeaderItem, GidsProfileMenuHeaderItemPressEvent, GidsProfileMenuHeaderItemsPosition, GidsProfileMenuItemEvent, GidsProfileShadow, GidsProgressCircleCommonProps, GidsRequirementsProps, GidsSkeletonAnimation, GidsSkeletonVariant, GidsSnackbarContainerAppearance, GidsSpinnerSize, GidsTabItemAppearance, GidsTabItemPressEvent, GidsTabItemPressEventDetail, GidsTabItemWidth, GidsTableBordersWithNoneSharedType, GidsTagAppearance, GidsTagSize, GidsToggleButtonAppearance, GidsTransferListListItem, GidsTransferListSelectEvent, GidsTransferListTransferActionEvent, GidsTransferListType, IsLabelSentenceFn } from "@ganpatiinfo/gids-core-shared";
8
+ import { GidsActionBarAllFilters, GidsActionBarClearFiltersEventDetail, GidsActionBarFilterSelectEventDetail, GidsActionBarFilterToggleEventDetail, GidsActionBarMoreFilters, GidsActionBarPrimaryFilters, GidsActionBarSecondaryFilters, GidsActivityGaugeCommonProps, GidsActivityGaugeData, GidsActivityGaugeLegendPosition, GidsActivityGaugeSize, GidsAdvancedTooltipItem, GidsBadgeAppearance, GidsBadgeType, GidsBarChartCommonProps, GidsBarChartData, GidsBarChartLegendPosition, GidsBasicTableHeaderCellItem, GidsBentoCardIconDirection, GidsBentoCardType, GidsButtonAppearance, GidsButtonSize, GidsButtonWidth, GidsCalendarDateSelectionEventDetails, GidsCalendarHeaderPanelActionsEventDetail, GidsCalendarHeaderPanelItemSelectEventDetail, GidsCalendarMonthListItemSelectEventDetail, GidsCalendarWidth, GidsCalendarYearListItemSelectEventDetail, GidsCarouselSlide, GidsChartBreakpoint, GidsChartLegendItemOrientation, GidsChartLegendItemSeriesType, GidsChartType, GidsComponentPosition, GidsDisplayTagColor, GidsDotAppearance, GidsDotSize, GidsDropdownChangeEventDetail, GidsDropdownPickerChangeEventDetail, GidsExpansionBodyListEvent, GidsExpansionBodyListItemEvent, GidsExpansionBodyListItems, GidsExpansionEvent, GidsExpansionLabelLevel, GidsFilterItemType, GidsFilterPickerChangeEventDetail, GidsFilterToggleEventDetail, GidsFilterType, GidsFloatingElementPlacement, GidsFlyoutPanelPlacement, GidsHeaderNavigationItemAppearance, GidsHeaderNavigationItemBorderRadius, GidsHeaderNavigationItemEvent, GidsHeaderNavigationItemMenuGroupItem, GidsHeaderNavigationItemMenuItemEvent, GidsHeaderNavigationItemSelectionType, GidsHeaderNavigationItemSize, GidsHeaderNavigationMenu, GidsHeaderNavigationMenuItemEvent, GidsHeaderNavigationMode, GidsHeaderNavigationType, GidsIconSize, GidsInputAppearance, GidsLabelFieldRequirement, GidsLabelFieldRequirementTextFn, GidsLevelGaugeColor, GidsLevelGaugeCommonProps, GidsLevelGaugeSize, GidsLineChartCommonProps, GidsLineChartData, GidsLineChartLegendPosition, GidsMdTableBody, GidsMenuGroupType, GidsNotificationPronunciation, GidsOverflowContainerShadowLocation, GidsPieChartCommonProps, GidsPieChartData, GidsProfileAppearance, GidsProfileBorderRadius, GidsProfileControlAvatarProps, GidsProfileControlEvent, GidsProfileMenuGroupedItem, GidsProfileMenuHeaderAvatarProps, GidsProfileMenuHeaderItem, GidsProfileMenuHeaderItemPressEvent, GidsProfileMenuHeaderItemsPosition, GidsProfileMenuItemEvent, GidsProfileShadow, GidsProgressCircleCommonProps, GidsRequirementsProps, GidsSkeletonAnimation, GidsSkeletonVariant, GidsSnackbarContainerAppearance, GidsSpinnerSize, GidsTabItemAppearance, GidsTabItemPressEvent, GidsTabItemPressEventDetail, GidsTabItemWidth, GidsTableBordersWithNoneSharedType, GidsTagAppearance, GidsTagSize, GidsToggleButtonAppearance, GidsTransferListListItem, GidsTransferListSelectEvent, GidsTransferListTransferActionEvent, GidsTransferListType, IsLabelSentenceFn } from "@ganpatiinfo/gids-core-shared";
9
9
  import { NativeInputForwardedProps } from "./components/webComponents/GidsDropdown/GidsDropdown";
10
10
  import { GidsComponentButtonClickHandler, GidsDropdownFieldWebProps, GidsIconWebProps, GidsInputWebStatus, GidsTableCellTypographyStyle, GidsWebFieldStatus, RemovedGidsOverlayProviderNotificationQueueWebProps, RemovedGidsOverlayProviderSnackbarQueueWebProps, RemoveGidsInputProps, RemoveGidsPasswordFieldProps, RemoveGidsTextFieldProps, TextInputTypes } from "@ganpatiinfo/gids-web-shared";
11
11
  import { NativeInputForwardedProps as NativeInputForwardedProps1 } from "./components/webComponents/GidsDropdownField/GidsDropdownField";
@@ -16,7 +16,7 @@ import { GidsTableCellAppearanceSharedType, GidsTableCellBorderRadiusSideSharedT
16
16
  import { GidsPieChartSize } from "./components/webComponents/GidsPieChart/GidsPieChart";
17
17
  import { GidsProgressCircleShape, GidsProgressCircleSize } from "./components/webComponents/GidsProgressCircle/GidsProgressCircle";
18
18
  import { GidsTransferListEventType } from "./components/webComponents/GidsTransferList/GidsTransferList";
19
- export { GidsActionBarAllFilters, GidsActionBarClearFiltersEventDetail, GidsActionBarFilterSelectEventDetail, GidsActionBarFilterToggleEventDetail, GidsActionBarMoreFilters, GidsActionBarPrimaryFilters, GidsActionBarSecondaryFilters, GidsActivityGaugeCommonProps, GidsActivityGaugeData, GidsActivityGaugeLegendPosition, GidsActivityGaugeSize, GidsAdvancedTooltipItem, GidsBadgeAppearance, GidsBadgeType, GidsBarChartCommonProps, GidsBarChartData, GidsBarChartLegendPosition, GidsBasicTableHeaderCellItem, GidsBentoCardType, GidsButtonAppearance, GidsButtonSize, GidsButtonWidth, GidsCalendarDateSelectionEventDetails, GidsCalendarHeaderPanelActionsEventDetail, GidsCalendarHeaderPanelItemSelectEventDetail, GidsCalendarMonthListItemSelectEventDetail, GidsCalendarWidth, GidsCalendarYearListItemSelectEventDetail, GidsCarouselSlide, GidsChartBreakpoint, GidsChartLegendItemOrientation, GidsChartLegendItemSeriesType, GidsChartType, GidsComponentPosition, GidsDisplayTagColor, GidsDotAppearance, GidsDotSize, GidsDropdownChangeEventDetail, GidsDropdownPickerChangeEventDetail, GidsExpansionBodyListEvent, GidsExpansionBodyListItemEvent, GidsExpansionBodyListItems, GidsExpansionEvent, GidsExpansionLabelLevel, GidsFilterItemType, GidsFilterPickerChangeEventDetail, GidsFilterToggleEventDetail, GidsFilterType, GidsFloatingElementPlacement, GidsFlyoutPanelPlacement, GidsHeaderNavigationItemAppearance, GidsHeaderNavigationItemBorderRadius, GidsHeaderNavigationItemEvent, GidsHeaderNavigationItemMenuGroupItem, GidsHeaderNavigationItemMenuItemEvent, GidsHeaderNavigationItemSelectionType, GidsHeaderNavigationItemSize, GidsHeaderNavigationMenu, GidsHeaderNavigationMenuItemEvent, GidsHeaderNavigationMode, GidsHeaderNavigationType, GidsIconSize, GidsInputAppearance, GidsLabelFieldRequirement, GidsLabelFieldRequirementTextFn, GidsLevelGaugeColor, GidsLevelGaugeCommonProps, GidsLevelGaugeSize, GidsLineChartCommonProps, GidsLineChartData, GidsLineChartLegendPosition, GidsMdTableBody, GidsMenuGroupType, GidsNotificationPronunciation, GidsOverflowContainerShadowLocation, GidsPieChartCommonProps, GidsPieChartData, GidsProfileAppearance, GidsProfileBorderRadius, GidsProfileControlAvatarProps, GidsProfileControlEvent, GidsProfileMenuGroupedItem, GidsProfileMenuHeaderAvatarProps, GidsProfileMenuHeaderItem, GidsProfileMenuHeaderItemPressEvent, GidsProfileMenuHeaderItemsPosition, GidsProfileMenuItemEvent, GidsProfileShadow, GidsProgressCircleCommonProps, GidsRequirementsProps, GidsSkeletonAnimation, GidsSkeletonVariant, GidsSnackbarContainerAppearance, GidsSpinnerSize, GidsTabItemAppearance, GidsTabItemPressEvent, GidsTabItemPressEventDetail, GidsTabItemWidth, GidsTableBordersWithNoneSharedType, GidsTagAppearance, GidsTagSize, GidsToggleButtonAppearance, GidsTransferListListItem, GidsTransferListSelectEvent, GidsTransferListTransferActionEvent, GidsTransferListType, IsLabelSentenceFn } from "@ganpatiinfo/gids-core-shared";
19
+ export { GidsActionBarAllFilters, GidsActionBarClearFiltersEventDetail, GidsActionBarFilterSelectEventDetail, GidsActionBarFilterToggleEventDetail, GidsActionBarMoreFilters, GidsActionBarPrimaryFilters, GidsActionBarSecondaryFilters, GidsActivityGaugeCommonProps, GidsActivityGaugeData, GidsActivityGaugeLegendPosition, GidsActivityGaugeSize, GidsAdvancedTooltipItem, GidsBadgeAppearance, GidsBadgeType, GidsBarChartCommonProps, GidsBarChartData, GidsBarChartLegendPosition, GidsBasicTableHeaderCellItem, GidsBentoCardIconDirection, GidsBentoCardType, GidsButtonAppearance, GidsButtonSize, GidsButtonWidth, GidsCalendarDateSelectionEventDetails, GidsCalendarHeaderPanelActionsEventDetail, GidsCalendarHeaderPanelItemSelectEventDetail, GidsCalendarMonthListItemSelectEventDetail, GidsCalendarWidth, GidsCalendarYearListItemSelectEventDetail, GidsCarouselSlide, GidsChartBreakpoint, GidsChartLegendItemOrientation, GidsChartLegendItemSeriesType, GidsChartType, GidsComponentPosition, GidsDisplayTagColor, GidsDotAppearance, GidsDotSize, GidsDropdownChangeEventDetail, GidsDropdownPickerChangeEventDetail, GidsExpansionBodyListEvent, GidsExpansionBodyListItemEvent, GidsExpansionBodyListItems, GidsExpansionEvent, GidsExpansionLabelLevel, GidsFilterItemType, GidsFilterPickerChangeEventDetail, GidsFilterToggleEventDetail, GidsFilterType, GidsFloatingElementPlacement, GidsFlyoutPanelPlacement, GidsHeaderNavigationItemAppearance, GidsHeaderNavigationItemBorderRadius, GidsHeaderNavigationItemEvent, GidsHeaderNavigationItemMenuGroupItem, GidsHeaderNavigationItemMenuItemEvent, GidsHeaderNavigationItemSelectionType, GidsHeaderNavigationItemSize, GidsHeaderNavigationMenu, GidsHeaderNavigationMenuItemEvent, GidsHeaderNavigationMode, GidsHeaderNavigationType, GidsIconSize, GidsInputAppearance, GidsLabelFieldRequirement, GidsLabelFieldRequirementTextFn, GidsLevelGaugeColor, GidsLevelGaugeCommonProps, GidsLevelGaugeSize, GidsLineChartCommonProps, GidsLineChartData, GidsLineChartLegendPosition, GidsMdTableBody, GidsMenuGroupType, GidsNotificationPronunciation, GidsOverflowContainerShadowLocation, GidsPieChartCommonProps, GidsPieChartData, GidsProfileAppearance, GidsProfileBorderRadius, GidsProfileControlAvatarProps, GidsProfileControlEvent, GidsProfileMenuGroupedItem, GidsProfileMenuHeaderAvatarProps, GidsProfileMenuHeaderItem, GidsProfileMenuHeaderItemPressEvent, GidsProfileMenuHeaderItemsPosition, GidsProfileMenuItemEvent, GidsProfileShadow, GidsProgressCircleCommonProps, GidsRequirementsProps, GidsSkeletonAnimation, GidsSkeletonVariant, GidsSnackbarContainerAppearance, GidsSpinnerSize, GidsTabItemAppearance, GidsTabItemPressEvent, GidsTabItemPressEventDetail, GidsTabItemWidth, GidsTableBordersWithNoneSharedType, GidsTagAppearance, GidsTagSize, GidsToggleButtonAppearance, GidsTransferListListItem, GidsTransferListSelectEvent, GidsTransferListTransferActionEvent, GidsTransferListType, IsLabelSentenceFn } from "@ganpatiinfo/gids-core-shared";
20
20
  export { NativeInputForwardedProps } from "./components/webComponents/GidsDropdown/GidsDropdown";
21
21
  export { GidsComponentButtonClickHandler, GidsDropdownFieldWebProps, GidsIconWebProps, GidsInputWebStatus, GidsTableCellTypographyStyle, GidsWebFieldStatus, RemovedGidsOverlayProviderNotificationQueueWebProps, RemovedGidsOverlayProviderSnackbarQueueWebProps, RemoveGidsInputProps, RemoveGidsPasswordFieldProps, RemoveGidsTextFieldProps, TextInputTypes } from "@ganpatiinfo/gids-web-shared";
22
22
  export { NativeInputForwardedProps as NativeInputForwardedProps1 } from "./components/webComponents/GidsDropdownField/GidsDropdownField";
@@ -201,6 +201,10 @@ export namespace Components {
201
201
  "bgGradient"?: string;
202
202
  "description"?: string;
203
203
  "heading"?: string;
204
+ /**
205
+ * @default 'column'
206
+ */
207
+ "iconDirection"?: GidsBentoCardIconDirection;
204
208
  /**
205
209
  * @default ''
206
210
  */
@@ -1955,6 +1959,10 @@ declare namespace LocalJSX {
1955
1959
  "bgGradient"?: string;
1956
1960
  "description"?: string;
1957
1961
  "heading"?: string;
1962
+ /**
1963
+ * @default 'column'
1964
+ */
1965
+ "iconDirection"?: GidsBentoCardIconDirection;
1958
1966
  /**
1959
1967
  * @default ''
1960
1968
  */
@@ -3158,6 +3166,7 @@ declare namespace LocalJSX {
3158
3166
  "primaryTextColor": string;
3159
3167
  "secondaryTextColor": string;
3160
3168
  "tertiaryTextColor": string;
3169
+ "iconDirection": GidsBentoCardIconDirection;
3161
3170
  }
3162
3171
  interface GidsCalendarAttributes {
3163
3172
  "width": GidsCalendarWidth;
@@ -1,8 +1,10 @@
1
- import { L as f, u as b, D as t, P as _, q as g } from "./p-B4hcsDH0-CPqEc-vc.js";
2
- import { c as m } from "./clsx-OuTLNxxd.js";
3
- const u = ({ appearance: e, hasAccessorySlot: r }, o) => m("gids-bento-card", {
1
+ import { L as f, u as y, D as t, P as _, q as l } from "./p-B4hcsDH0-CPqEc-vc.js";
2
+ import { e as m } from "./p-ChV9xqsO-CJSPCx6p.js";
3
+ import { c as u } from "./clsx-OuTLNxxd.js";
4
+ const x = ({ appearance: e, hasAccessorySlot: r }, o) => u("gids-bento-card", {
4
5
  // Card types
5
6
  // 'gids-bento-card--appearance-default': appearance === 'default', // By default so not needed
7
+ "gids-bento-card--appearance-subtle": e === "subtle",
6
8
  "gids-bento-card--appearance-positive": e === "positive",
7
9
  "gids-bento-card--appearance-warning": e === "warning",
8
10
  "gids-bento-card--appearance-information": e === "information",
@@ -12,10 +14,10 @@ const u = ({ appearance: e, hasAccessorySlot: r }, o) => m("gids-bento-card", {
12
14
  "gids-bento-card--accessory-slot-gapping": r
13
15
  }, o), v = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
14
16
  __proto__: null,
15
- getGidsBentoCardClassNames: u
16
- }, Symbol.toStringTag, { value: "Module" })), { getGidsBentoCardClassNames: x } = v, l = f(class extends b {
17
+ getGidsBentoCardClassNames: x
18
+ }, Symbol.toStringTag, { value: "Module" })), { getGidsBentoCardClassNames: C } = v, c = f(class extends y {
17
19
  constructor(e) {
18
- super(), e !== !1 && this.__registerHost(), this.label = "", this.appearance = "default", this.hasDefaultSlot = !1, this.hasIconSlot = !1, this.hasAccessorySlot = !1;
20
+ super(), e !== !1 && this.__registerHost(), this.label = "", this.appearance = "default", this.iconDirection = "column", this.hasDefaultSlot = !1, this.hasIconSlot = !1, this.hasAccessorySlot = !1;
19
21
  }
20
22
  headingChanged(e) {
21
23
  this.heading = e;
@@ -29,6 +31,9 @@ const u = ({ appearance: e, hasAccessorySlot: r }, o) => m("gids-bento-card", {
29
31
  descriptionChanged(e) {
30
32
  this.description = e;
31
33
  }
34
+ iconDirectionChanged(e) {
35
+ this.iconDirection = e;
36
+ }
32
37
  appearanceChanged(e) {
33
38
  this.appearance = e;
34
39
  }
@@ -58,27 +63,27 @@ const u = ({ appearance: e, hasAccessorySlot: r }, o) => m("gids-bento-card", {
58
63
  this.defaultSlotRef && (o = this.defaultSlotRef.assignedNodes().some(((a) => a.nodeType === Node.ELEMENT_NODE || a.nodeType === Node.TEXT_NODE && a?.textContent?.trim() !== ""))), this.hasIconSlot !== e && (this.hasIconSlot = e), this.hasAccessorySlot !== r && (this.hasAccessorySlot = r), this.hasDefaultSlot !== o && (this.hasDefaultSlot = o);
59
64
  }
60
65
  render() {
61
- const e = this?.heading && this.heading !== "" ? this.heading : void 0, r = this?.label && this.label !== "" ? this.label : void 0, o = this?.supportingText && this.supportingText !== "" ? this.supportingText : void 0, a = this?.description && this.description !== "" ? this.description : void 0, p = e || r || o || a, h = this?.appearance ?? "default", d = this?.hasDefaultSlot ?? !1, n = this?.hasIconSlot ?? !1, s = this?.hasAccessorySlot ?? !1, y = x({ appearance: h, hasAccessorySlot: s });
62
- return t(_, { key: "caabd7dfc000267728deae66ca386a35299fa7d8", class: `${y} ${n ? "has-icon" : ""} ${s ? "has-accessory" : ""} ${d ? "has-image" : ""}`, style: { "--gidsBentoCard-bg-gradient": this?.bgGradient ?? "", "--gidsBentoCardText-color-primary": this?.primaryTextColor ?? "", "--gidsBentoCardText-color-secondary": this?.secondaryTextColor ?? "", "--gidsBentoCardText-color-tertiary": this?.tertiaryTextColor ?? "" } }, t("div", { key: "cfa9adda2f173d62c54d48898589eb62472ef000", class: d ? "gids-bento-card__content gids-bento-card__default-slot-gapping" : "gids-bento-card__content" }, t("header", { key: "2ac5e6ca4c3b9095172f1a79e6227ab4473ef1e8", class: "gids-bento-card__header" }, t("div", { key: "143c9c4283c1488f29417dd01ad3b4d1c82c42bb", class: n ? "gids-bento-card__icon" : "" }, t("slot", { key: "7307e12ffecfa8a71d098601bc057162c4ffa465", name: "bentoCardIcon", ref: (i) => this.iconSlotRef = i, onSlotchange: () => this.updateSlotStates() })), p ? t("div", { class: "gids-bento-card__texts-wrapper" }, e && t("span", { class: "gids-bento-card__heading" }, e), r && t("h3", { class: "gids-bento-card__title" }, r), o && t("span", { class: "gids-bento-card__supporting" }, o), a && t("p", { class: "gids-bento-card__description" }, a)) : void 0), t("div", { key: "6451efead1bb0048115c3cc56698d3eed8dc5629", class: d ? "gids-bento-card__image-wrapper" : "" }, t("slot", { key: "cbbca1198f2384d9d45c25751c303ce527898a84", ref: (i) => this.defaultSlotRef = i, onSlotchange: () => this.updateSlotStates() }))), t("footer", { key: "e88d91268a6df4ed0a71e3918b78d7cd0e5d3629", class: s ? "gids-bento-card__footer" : "" }, t("slot", { key: "5c80cdae77e8085085b77f8efdeed87263a53d31", name: "bentoCardAccessory", ref: (i) => this.accessorySlotRef = i, onSlotchange: () => this.updateSlotStates() })));
66
+ const e = this?.heading && this.heading !== "" ? this.heading : void 0, r = this?.label && this.label !== "" ? this.label : void 0, o = this?.supportingText && this.supportingText !== "" ? this.supportingText : void 0, a = this?.description && this.description !== "" ? this.description : void 0, h = e || r || o || a, n = this?.appearance ?? "default", d = this?.hasDefaultSlot ?? !1, g = this?.hasIconSlot ?? !1, s = this?.hasAccessorySlot ?? !1, b = C({ appearance: n, hasAccessorySlot: s });
67
+ return t(_, { key: "bdb7c4336b65306113812e36c3c5dfea68201d6e", class: `${b} ${g ? "has-icon" : ""} ${s ? "has-accessory" : ""} ${d ? "has-image" : ""}`, style: { "--gidsBentoCard-bg-gradient": this?.bgGradient ?? "", "--gidsBentoCardText-color-primary": this?.primaryTextColor ?? "", "--gidsBentoCardText-color-secondary": this?.secondaryTextColor ?? "", "--gidsBentoCardText-color-tertiary": this?.tertiaryTextColor ?? "" }, "data-appearance": n }, t("div", { key: "1f384b2b58f296baca67b9d5d79caf470bc1fcea", class: d ? "gids-bento-card__content gids-bento-card__default-slot-gapping" : "gids-bento-card__content" }, t("header", { key: "ff03144a4826c648ea3abf264488ebe0fcde9bce", class: m("gids-bento-card__header", { "gids-bento-card__header-row": (this?.iconDirection ?? "column") === "row" }) }, t("div", { key: "a19fa8db172ce085909b23f2e3a006f73c10716c", class: g ? "gids-bento-card__icon" : "" }, t("slot", { key: "0f6d4d135ef9f754b6e0b9b634a8b857cbc2d1dd", name: "bentoCardIcon", ref: (i) => this.iconSlotRef = i, onSlotchange: () => this.updateSlotStates() })), h ? t("div", { class: "gids-bento-card__texts-wrapper" }, e && t("span", { class: "gids-bento-card__heading" }, e), r && t("h3", { class: "gids-bento-card__title" }, r), o && t("span", { class: "gids-bento-card__supporting" }, o), a && t("p", { class: "gids-bento-card__description" }, a)) : void 0), t("div", { key: "3e7313e2f0d4012587155fb20c1f268cc942e21c", class: d ? "gids-bento-card__image-wrapper" : "" }, t("slot", { key: "59220c4899ab78741755592c3583d83273235df4", ref: (i) => this.defaultSlotRef = i, onSlotchange: () => this.updateSlotStates() }))), t("footer", { key: "f7ffd4a3555ff78d0193ce0c173ce98ff18cfc70", class: s ? "gids-bento-card__footer" : "" }, t("slot", { key: "9a2fe028fabf149502cd29dd5c52913537ba4203", name: "bentoCardAccessory", ref: (i) => this.accessorySlotRef = i, onSlotchange: () => this.updateSlotStates() })));
63
68
  }
64
69
  get hostElement() {
65
70
  return this;
66
71
  }
67
72
  static get watchers() {
68
- return { heading: [{ headingChanged: 0 }], label: [{ labelChanged: 0 }], supportingText: [{ supportingTextChanged: 0 }], description: [{ descriptionChanged: 0 }], appearance: [{ appearanceChanged: 0 }], bgGradient: [{ bgGradientChanged: 0 }], primaryTextColor: [{ primaryTextColorChanged: 0 }], secondaryTextColor: [{ secondaryTextColorChanged: 0 }], tertiaryTextColor: [{ tertiaryTextColorChanged: 0 }] };
73
+ return { heading: [{ headingChanged: 0 }], label: [{ labelChanged: 0 }], supportingText: [{ supportingTextChanged: 0 }], description: [{ descriptionChanged: 0 }], iconDirection: [{ iconDirectionChanged: 0 }], appearance: [{ appearanceChanged: 0 }], bgGradient: [{ bgGradientChanged: 0 }], primaryTextColor: [{ primaryTextColorChanged: 0 }], secondaryTextColor: [{ secondaryTextColorChanged: 0 }], tertiaryTextColor: [{ tertiaryTextColorChanged: 0 }] };
69
74
  }
70
75
  static get style() {
71
- return ".gids-bento-card{--gidsBentoCard-bg-gradient:linear-gradient( 210deg, var(--gids-color-background-accent-4-bolder-default) 0%, var(--gids-color-background-accent-4-subtle-default) 100% );--gidsBentoCardText-color-primary:var(--gids-color-text-inverse);--gidsBentoCardText-color-secondary:var(--gids-color-text-inverse);--gidsBentoCardText-color-tertiary:var(--gids-color-text-inverse);display:flex;flex-direction:column;max-width:var(--gids-width-2-xs);padding:var(--gids-padding-vertical-edge-to-element-200) var(--gids-padding-horizontal-edge-to-element-150);background:var(--gidsBentoCard-bg-gradient);border-radius:var(--gids-border-radius-lg);box-shadow:var(--gids-elevation-shadow-overlay)}.gids-bento-card--accessory-slot-gapping{gap:var(--gids-gap-600)}.gids-bento-card__default-slot-gapping{gap:var(--gids-gap-500)}.gids-bento-card__content{display:flex;flex-direction:column}.gids-bento-card__header{display:flex;gap:var(--gids-gap-100)}.gids-bento-card__icon{--gidsIcon-color:var(--gidsBentoCardText-color-primary)}.gids-bento-card__texts-wrapper{display:flex;flex-direction:column;gap:var(--gids-gap-50)}.gids-bento-card__heading{font-family:var(--gids-typography-heading-medium__font-family);font-size:var(--gids-typography-heading-medium__font-size);font-weight:var(--gids-typography-heading-medium__font-weight);letter-spacing:var(--gids-typography-heading-medium__letter-spacing);line-height:var(--gids-typography-heading-medium__line-height);text-transform:var(--gids-typography-heading-medium__text-transform, inherit);font-variant-caps:var(--gids-typography-heading-medium__font-variant-caps, inherit);color:var(--gidsBentoCardText-color-primary)}.gids-bento-card__title{font-family:var(--gids-typography-heading-small__font-family);font-size:var(--gids-typography-heading-small__font-size);font-weight:var(--gids-typography-heading-small__font-weight);letter-spacing:var(--gids-typography-heading-small__letter-spacing);line-height:var(--gids-typography-heading-small__line-height);text-transform:var(--gids-typography-heading-small__text-transform, inherit);font-variant-caps:var(--gids-typography-heading-small__font-variant-caps, inherit);color:var(--gidsBentoCardText-color-primary)}.gids-bento-card__supporting{font-family:var(--gids-typography-label-small__font-family);font-size:var(--gids-typography-label-small__font-size);font-weight:var(--gids-typography-label-small__font-weight);letter-spacing:var(--gids-typography-label-small__letter-spacing);line-height:var(--gids-typography-label-small__line-height);text-transform:var(--gids-typography-label-small__text-transform, inherit);font-variant-caps:var(--gids-typography-label-small__font-variant-caps, inherit);color:var(--gidsBentoCardText-color-secondary);margin-top:var(--gids-padding-vertical-edge-to-element-100)}.gids-bento-card__description{margin:0;font-family:var(--gids-typography-paragraph-small__font-family);font-size:var(--gids-typography-paragraph-small__font-size);font-weight:var(--gids-typography-paragraph-small__font-weight);letter-spacing:var(--gids-typography-paragraph-small__letter-spacing);line-height:var(--gids-typography-paragraph-small__line-height);text-transform:var(--gids-typography-paragraph-small__text-transform, inherit);font-variant-caps:var(--gids-typography-paragraph-small__font-variant-caps, inherit);color:var(--gidsBentoCardText-color-tertiary);margin-top:var(--gids-padding-vertical-edge-to-element-300)}.gids-bento-card__image-wrapper{display:block;width:100%;height:160px}.gids-bento-card__image-wrapper img{display:block;object-fit:contain;width:100%;height:160px}.gids-bento-card__footer{display:flex;flex-direction:column}.gids-bento-card--appearance-positive{--gidsBentoCard-bg-gradient:linear-gradient( 210deg, var(--gids-color-background-accent-1-bolder-default) 0%, var(--gids-color-background-accent-1-subtle-default) 100% )}.gids-bento-card--appearance-warning{--gidsBentoCard-bg-gradient:linear-gradient( 210deg, var(--gids-color-background-accent-2-bolder-default) 0%, var(--gids-color-background-accent-2-subtle-default) 100% )}.gids-bento-card--appearance-information{--gidsBentoCard-bg-gradient:linear-gradient( 210deg, var(--gids-color-background-accent-3-bolder-default) 0%, var(--gids-color-background-accent-3-subtle-default) 100% )}.gids-bento-card--appearance-danger{--gidsBentoCard-bg-gradient:linear-gradient( 210deg, var(--gids-color-background-accent-6-bolder-default) 0%, var(--gids-color-background-accent-6-subtle-default) 100% )}.gids-bento-card--appearance-brand{--gidsBentoCard-bg-gradient:linear-gradient( 210deg, var(--gids-color-background-brand-boldest-default) 0%, var(--gids-color-background-brand-bold-default) 100% )}";
76
+ return ".gids-bento-card{--gidsBentoCard-bg-gradient:linear-gradient( 210deg, var(--gids-color-background-accent-4-bolder-default) 0%, var(--gids-color-background-accent-4-subtle-default) 100% );--gidsBentoCardText-color-primary:var(--gids-color-text-inverse);--gidsBentoCardText-color-secondary:var(--gids-color-text-inverse);--gidsBentoCardText-color-tertiary:var(--gids-color-text-inverse);display:flex;flex-direction:column;max-width:var(--gids-width-2-xs);padding:var(--gids-padding-vertical-edge-to-element-200) var(--gids-padding-horizontal-edge-to-element-150);background:var(--gidsBentoCard-bg-gradient);border-radius:var(--gids-border-radius-lg)}.gids-bento-card:not([data-appearance=subtle]){box-shadow:var(--gids-elevation-shadow-overlay)}.gids-bento-card--accessory-slot-gapping{gap:var(--gids-gap-600)}.gids-bento-card__default-slot-gapping{gap:var(--gids-gap-500)}.gids-bento-card__content{display:flex;flex-direction:column}.gids-bento-card__header{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:var(--gids-gap-100)}.gids-bento-card__header-row{flex-direction:row}.gids-bento-card__icon{--gidsIcon-color:var(--gidsBentoCardText-color-primary)}.gids-bento-card__texts-wrapper{display:flex;flex-direction:column;gap:var(--gids-gap-100)}.gids-bento-card__heading{font-family:var(--gids-typography-heading-x-small__font-family);font-size:var(--gids-typography-heading-x-small__font-size);font-weight:var(--gids-typography-heading-x-small__font-weight);letter-spacing:var(--gids-typography-heading-x-small__letter-spacing);line-height:var(--gids-typography-heading-x-small__line-height);text-transform:var(--gids-typography-heading-x-small__text-transform, inherit);font-variant-caps:var(--gids-typography-heading-x-small__font-variant-caps, inherit);color:var(--gidsBentoCardText-color-primary)}.gids-bento-card__title{font-family:var(--gids-typography-label-medium__font-family);font-size:var(--gids-typography-label-medium__font-size);font-weight:var(--gids-typography-label-medium__font-weight);letter-spacing:var(--gids-typography-label-medium__letter-spacing);line-height:var(--gids-typography-label-medium__line-height);text-transform:var(--gids-typography-label-medium__text-transform, inherit);font-variant-caps:var(--gids-typography-label-medium__font-variant-caps, inherit);color:var(--gidsBentoCardText-color-primary)}.gids-bento-card__supporting{font-family:var(--gids-typography-label-small__font-family);font-size:var(--gids-typography-label-small__font-size);font-weight:var(--gids-typography-label-small__font-weight);letter-spacing:var(--gids-typography-label-small__letter-spacing);line-height:var(--gids-typography-label-small__line-height);text-transform:var(--gids-typography-label-small__text-transform, inherit);font-variant-caps:var(--gids-typography-label-small__font-variant-caps, inherit);color:var(--gidsBentoCardText-color-secondary)}.gids-bento-card__description{margin:0;font-family:var(--gids-typography-paragraph-small__font-family);font-size:var(--gids-typography-paragraph-small__font-size);font-weight:var(--gids-typography-paragraph-small__font-weight);letter-spacing:var(--gids-typography-paragraph-small__letter-spacing);line-height:var(--gids-typography-paragraph-small__line-height);text-transform:var(--gids-typography-paragraph-small__text-transform, inherit);font-variant-caps:var(--gids-typography-paragraph-small__font-variant-caps, inherit);color:var(--gidsBentoCardText-color-tertiary)}.gids-bento-card__image-wrapper{display:block;width:100%;height:160px}.gids-bento-card__image-wrapper img{display:block;object-fit:contain;width:100%;height:160px}.gids-bento-card__footer{display:flex;flex-direction:column}.gids-bento-card--appearance-subtle{--gidsBentoCard-bg-gradient:transparent;--gidsBentoCardText-color-primary:var(--gids-color-text-default);--gidsBentoCardText-color-secondary:var(--gids-color-text-default);--gidsBentoCardText-color-tertiary:var(--gids-color-text-subtlest)}.gids-bento-card--appearance-positive{--gidsBentoCard-bg-gradient:linear-gradient( 210deg, var(--gids-color-background-accent-1-bolder-default) 0%, var(--gids-color-background-accent-1-subtle-default) 100% )}.gids-bento-card--appearance-warning{--gidsBentoCard-bg-gradient:linear-gradient( 210deg, var(--gids-color-background-accent-2-bolder-default) 0%, var(--gids-color-background-accent-2-subtle-default) 100% )}.gids-bento-card--appearance-information{--gidsBentoCard-bg-gradient:linear-gradient( 210deg, var(--gids-color-background-accent-3-bolder-default) 0%, var(--gids-color-background-accent-3-subtle-default) 100% )}.gids-bento-card--appearance-danger{--gidsBentoCard-bg-gradient:linear-gradient( 210deg, var(--gids-color-background-accent-6-bolder-default) 0%, var(--gids-color-background-accent-6-subtle-default) 100% );--gidsBentoCardText-color-tertiary:var(--gids-color-text-subtle)}.gids-bento-card--appearance-brand{--gidsBentoCard-bg-gradient:linear-gradient( 210deg, var(--gids-color-background-brand-boldest-default) 0%, var(--gids-color-background-brand-bold-default) 100% )}";
72
77
  }
73
- }, [260, "gids-bento-card", { heading: [1], label: [1], supportingText: [1, "supporting-text"], description: [1], appearance: [1], bgGradient: [1, "bg-gradient"], primaryTextColor: [1, "primary-text-color"], secondaryTextColor: [1, "secondary-text-color"], tertiaryTextColor: [1, "tertiary-text-color"], hasDefaultSlot: [32], hasIconSlot: [32], hasAccessorySlot: [32] }, void 0, { heading: [{ headingChanged: 0 }], label: [{ labelChanged: 0 }], supportingText: [{ supportingTextChanged: 0 }], description: [{ descriptionChanged: 0 }], appearance: [{ appearanceChanged: 0 }], bgGradient: [{ bgGradientChanged: 0 }], primaryTextColor: [{ primaryTextColorChanged: 0 }], secondaryTextColor: [{ secondaryTextColorChanged: 0 }], tertiaryTextColor: [{ tertiaryTextColorChanged: 0 }] }]);
74
- function c() {
78
+ }, [260, "gids-bento-card", { heading: [1], label: [1], supportingText: [1, "supporting-text"], description: [1], appearance: [1], bgGradient: [1, "bg-gradient"], primaryTextColor: [1, "primary-text-color"], secondaryTextColor: [1, "secondary-text-color"], tertiaryTextColor: [1, "tertiary-text-color"], iconDirection: [1, "icon-direction"], hasDefaultSlot: [32], hasIconSlot: [32], hasAccessorySlot: [32] }, void 0, { heading: [{ headingChanged: 0 }], label: [{ labelChanged: 0 }], supportingText: [{ supportingTextChanged: 0 }], description: [{ descriptionChanged: 0 }], iconDirection: [{ iconDirectionChanged: 0 }], appearance: [{ appearanceChanged: 0 }], bgGradient: [{ bgGradientChanged: 0 }], primaryTextColor: [{ primaryTextColorChanged: 0 }], secondaryTextColor: [{ secondaryTextColorChanged: 0 }], tertiaryTextColor: [{ tertiaryTextColorChanged: 0 }] }]);
79
+ function p() {
75
80
  typeof customElements < "u" && ["gids-bento-card"].forEach(((e) => {
76
- e === "gids-bento-card" && (customElements.get(g(e)) || customElements.define(g(e), l));
81
+ e === "gids-bento-card" && (customElements.get(l(e)) || customElements.define(l(e), c));
77
82
  }));
78
83
  }
79
- c();
80
- const S = l, k = c;
84
+ p();
85
+ const B = c, k = p;
81
86
  export {
82
- S as GidsBentoCard,
87
+ B as GidsBentoCard,
83
88
  k as defineCustomElement
84
89
  };