@ganpatiinfo/gids-core-web 19.0.0 → 20.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 (52) hide show
  1. package/dist/gids-action-bar.d.ts +1 -1
  2. package/dist/gids-activity-gauge.d.ts +1 -1
  3. package/dist/gids-advanced-tooltip.d.ts +1 -1
  4. package/dist/gids-bar-chart.d.ts +1 -1
  5. package/dist/gids-bento-card.d.ts +1 -1
  6. package/dist/gids-calendar-header-panel.d.ts +1 -1
  7. package/dist/gids-calendar-month-list.d.ts +1 -1
  8. package/dist/gids-calendar-year-list.d.ts +1 -1
  9. package/dist/gids-calendar.d.ts +1 -1
  10. package/dist/gids-carousel.d.ts +1 -1
  11. package/dist/gids-chart-legend-item.d.ts +1 -1
  12. package/dist/gids-chart-legend.d.ts +1 -1
  13. package/dist/gids-chart.d.ts +1 -1
  14. package/dist/gids-chevron-button.d.ts +1 -1
  15. package/dist/gids-dot.d.ts +1 -1
  16. package/dist/gids-dropdown-field.d.ts +1 -1
  17. package/dist/gids-dropdown-picker.d.ts +1 -1
  18. package/dist/gids-dropdown.d.ts +1 -1
  19. package/dist/gids-expansion-body-list-item.d.ts +1 -1
  20. package/dist/gids-expansion-body-list.d.ts +1 -1
  21. package/dist/gids-expansion-group.d.ts +1 -1
  22. package/dist/gids-expansion.d.ts +1 -1
  23. package/dist/gids-field.d.ts +1 -1
  24. package/dist/gids-filter.d.ts +1 -1
  25. package/dist/gids-flyout-panel.d.ts +1 -1
  26. package/dist/gids-header-navigation-item.d.ts +1 -1
  27. package/dist/gids-header-navigation.d.ts +1 -1
  28. package/dist/gids-icon.d.ts +1 -1
  29. package/dist/gids-input.d.ts +1 -1
  30. package/dist/gids-level-gauge.d.ts +1 -1
  31. package/dist/gids-line-chart.d.ts +1 -1
  32. package/dist/gids-md-table.d.ts +1 -1
  33. package/dist/gids-notification.d.ts +1 -1
  34. package/dist/gids-overflow-container.d.ts +1 -1
  35. package/dist/gids-overlay-provider.d.ts +1 -1
  36. package/dist/gids-password-field.d.ts +1 -1
  37. package/dist/gids-pie-chart.d.ts +1 -1
  38. package/dist/gids-popover.d.ts +1 -1
  39. package/dist/gids-profile-menu-header.d.ts +1 -1
  40. package/dist/gids-profile-menu.d.ts +1 -1
  41. package/dist/gids-profile.d.ts +1 -1
  42. package/dist/gids-progress-circle.d.ts +1 -1
  43. package/dist/gids-scrim.d.ts +1 -1
  44. package/dist/gids-skeleton.d.ts +1 -1
  45. package/dist/gids-snackbar.d.ts +1 -1
  46. package/dist/gids-tab-item.d.ts +1 -1
  47. package/dist/gids-tab.d.ts +1 -1
  48. package/dist/gids-text-field.d.ts +1 -1
  49. package/dist/gids-toggle-button.d.ts +1 -1
  50. package/dist/gids-tooltip.d.ts +1 -1
  51. package/dist/gids-transfer-list.d.ts +1 -1
  52. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/types/components";
2
2
 
3
3
  interface GidsActionBar extends Components.GidsActionBar, HTMLElement {}
4
4
  export const GidsActionBar: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/types/components";
2
2
 
3
3
  interface GidsActivityGauge extends Components.GidsActivityGauge, HTMLElement {}
4
4
  export const GidsActivityGauge: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/types/components";
2
2
 
3
3
  interface GidsAdvancedTooltip extends Components.GidsAdvancedTooltip, HTMLElement {}
4
4
  export const GidsAdvancedTooltip: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/types/components";
2
2
 
3
3
  interface GidsBarChart extends Components.GidsBarChart, HTMLElement {}
4
4
  export const GidsBarChart: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/types/components";
2
2
 
3
3
  interface GidsBentoCard extends Components.GidsBentoCard, HTMLElement {}
4
4
  export const GidsBentoCard: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/types/components";
2
2
 
3
3
  interface GidsCalendarHeaderPanel extends Components.GidsCalendarHeaderPanel, HTMLElement {}
4
4
  export const GidsCalendarHeaderPanel: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/types/components";
2
2
 
3
3
  interface GidsCalendarMonthList extends Components.GidsCalendarMonthList, HTMLElement {}
4
4
  export const GidsCalendarMonthList: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/types/components";
2
2
 
3
3
  interface GidsCalendarYearList extends Components.GidsCalendarYearList, HTMLElement {}
4
4
  export const GidsCalendarYearList: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/types/components";
2
2
 
3
3
  interface GidsCalendar extends Components.GidsCalendar, HTMLElement {}
4
4
  export const GidsCalendar: {
@@ -1,4 +1,4 @@
1
- import type { Components, JSX } from "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/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 "./types/components";
1
+ import type { Components, JSX } from "../dist-dev/types/components";
2
2
 
3
3
  interface GidsTransferList extends Components.GidsTransferList, HTMLElement {}
4
4
  export const GidsTransferList: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ganpatiinfo/gids-core-web",
3
- "version": "19.0.0",
3
+ "version": "20.0.0",
4
4
  "private": false,
5
5
  "description": "This is a core web package contains html components",
6
6
  "homepage": "https://ganpatiinfo-design-system.onrender.com/",
@@ -510,7 +510,7 @@
510
510
  "@ganpatiinfo/gids-liquid-renderer": "^6.0.0",
511
511
  "@ganpatiinfo/gids-storybook-theme": "^10.0.0",
512
512
  "@ganpatiinfo/gids-storybook-utilities": "^6.0.0",
513
- "@ganpatiinfo/gids-web-dom-reference": "^16.0.0",
513
+ "@ganpatiinfo/gids-web-dom-reference": "^17.0.0",
514
514
  "@ganpatiinfo/gids-web-theme-ganpatiinfo": "^8.0.0",
515
515
  "@jest/globals": "^30.2.0",
516
516
  "@stencil/core": "^4.43.2",