@testgorilla/tgo-ui 4.1.1-beta → 4.1.2-beta

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 (95) hide show
  1. package/components/accordion/accordion.component.d.ts +1 -1
  2. package/components/accordion/accordion.component.module.d.ts +2 -2
  3. package/components/ai-feedback/ai-feedback.module.d.ts +1 -1
  4. package/components/alert-banner/alert-banner.component.d.ts +1 -1
  5. package/components/alert-banner/alert-banner.component.module.d.ts +2 -2
  6. package/components/autocomplete/autocomplete.component.module.d.ts +1 -1
  7. package/components/avatar/avatar.component.d.ts +1 -1
  8. package/components/avatar/avatar.component.module.d.ts +2 -2
  9. package/components/avatar/avatar.model.d.ts +1 -1
  10. package/components/badge/badge.component.d.ts +1 -1
  11. package/components/badge/badge.component.module.d.ts +1 -1
  12. package/components/badge/index.d.ts +5 -0
  13. package/components/badge/public-api.d.ts +4 -0
  14. package/components/breadcrumb/breadcrumb.component.module.d.ts +2 -2
  15. package/components/button/button.component.d.ts +1 -1
  16. package/components/button/button.component.module.d.ts +2 -2
  17. package/components/button/button.model.d.ts +1 -1
  18. package/components/button/color-contrast.d.ts +28 -0
  19. package/components/button/index.d.ts +5 -0
  20. package/components/button/public-api.d.ts +5 -0
  21. package/components/card/card.component.d.ts +1 -1
  22. package/components/card/card.component.module.d.ts +1 -1
  23. package/components/checkbox/checkbox.component.module.d.ts +1 -1
  24. package/components/confirm-dialog/confirm-dialog.component.d.ts +2 -2
  25. package/components/confirm-dialog/confirm-dialog.component.module.d.ts +1 -1
  26. package/components/confirm-dialog/confirm-dialog.model.d.ts +2 -2
  27. package/components/datepicker/datepicker.component.module.d.ts +1 -1
  28. package/components/dialog/dialog.component.d.ts +3 -3
  29. package/components/dialog/dialog.component.module.d.ts +1 -1
  30. package/components/dropdown/dropdown.component.d.ts +1 -1
  31. package/components/dropdown/dropdown.component.module.d.ts +2 -2
  32. package/components/empty-state/empty-state.component.d.ts +2 -2
  33. package/components/empty-state/empty-state.component.module.d.ts +2 -2
  34. package/components/field/field.component.d.ts +2 -2
  35. package/components/field/field.component.module.d.ts +3 -3
  36. package/components/file-upload/file-upload.component.module.d.ts +1 -1
  37. package/components/filter-button/filter-button.component.d.ts +2 -2
  38. package/components/filter-button/filter-button.component.module.d.ts +2 -2
  39. package/components/filter-button/filter-button.model.d.ts +1 -1
  40. package/components/gaussian-chart/gaussian-chart.module.d.ts +1 -1
  41. package/components/icon/icon.component.d.ts +1 -1
  42. package/components/icon/index.d.ts +5 -0
  43. package/components/icon/public-api.d.ts +5 -0
  44. package/components/icon-label/icon-label.component.d.ts +1 -1
  45. package/components/icon-label/icon-label.component.module.d.ts +1 -1
  46. package/components/inline-field/inline-field.component.module.d.ts +2 -2
  47. package/components/inline-field/inline-field.model.d.ts +1 -1
  48. package/components/multi-input/multi-input.component.module.d.ts +1 -1
  49. package/components/navbar/navbar.component.module.d.ts +3 -3
  50. package/components/navbar/navbar.model.d.ts +2 -2
  51. package/components/overflow-menu/overflow-menu.component.d.ts +2 -2
  52. package/components/overflow-menu/overflow-menu.component.module.d.ts +2 -2
  53. package/components/overflow-menu/overflow-menu.model.d.ts +1 -1
  54. package/components/page-header/page-header.component.module.d.ts +1 -1
  55. package/components/password-criteria/password.component.module.d.ts +1 -1
  56. package/components/password-strength/password-strength.component.d.ts +1 -1
  57. package/components/password-strength/password-strength.component.module.d.ts +1 -1
  58. package/components/phone-input/phone-input.component.module.d.ts +1 -1
  59. package/components/prompt/prompt.module.d.ts +2 -2
  60. package/components/radial-progress/radial-progress.component.d.ts +1 -1
  61. package/components/radial-progress/radial-progress.component.module.d.ts +1 -1
  62. package/components/segmented-bar/segmented-bar.component.module.d.ts +1 -1
  63. package/components/segmented-bar/segmented-bar.model.d.ts +1 -1
  64. package/components/side-sheet/side-sheet.component.module.d.ts +2 -2
  65. package/components/snackbar/snackbar.component.d.ts +1 -1
  66. package/components/snackbar/snackbar.component.module.d.ts +2 -2
  67. package/components/spinner/spinner.component.d.ts +1 -1
  68. package/components/spinner/spinner.module.d.ts +1 -1
  69. package/components/step/step.component.d.ts +1 -1
  70. package/components/step/step.component.module.d.ts +1 -1
  71. package/components/stepper/stepper.component.module.d.ts +1 -1
  72. package/components/stepper/stepper.model.d.ts +1 -1
  73. package/components/table/table.component.module.d.ts +2 -2
  74. package/components/tabs/tab.directive.d.ts +1 -1
  75. package/components/tabs/tabs.component.module.d.ts +1 -1
  76. package/components/tabs/tabs.model.d.ts +1 -1
  77. package/components/tag/tag.component.d.ts +1 -1
  78. package/components/tag/tag.component.module.d.ts +1 -1
  79. package/components/toggle/toggle.component.module.d.ts +1 -1
  80. package/components/universal-skills-report/universal-skills-report.component.d.ts +1 -1
  81. package/components/universal-skills-report/universal-skills-report.component.module.d.ts +1 -1
  82. package/components/universal-skills-spider-charts/universal-skills-spider-charts.component.module.d.ts +1 -1
  83. package/components/validation-error/validation-error.module.d.ts +1 -1
  84. package/fesm2022/testgorilla-tgo-ui-components-badge.mjs +180 -0
  85. package/fesm2022/testgorilla-tgo-ui-components-badge.mjs.map +1 -0
  86. package/fesm2022/testgorilla-tgo-ui-components-button.mjs +635 -0
  87. package/fesm2022/testgorilla-tgo-ui-components-button.mjs.map +1 -0
  88. package/fesm2022/testgorilla-tgo-ui-components-icon.mjs +1496 -0
  89. package/fesm2022/testgorilla-tgo-ui-components-icon.mjs.map +1 -0
  90. package/fesm2022/testgorilla-tgo-ui.mjs +286 -2407
  91. package/fesm2022/testgorilla-tgo-ui.mjs.map +1 -1
  92. package/package.json +17 -5
  93. package/public-api.d.ts +0 -10
  94. package/utils/alert-bars.utils.d.ts +1 -1
  95. /package/{services → components/icon}/icons.service.d.ts +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testgorilla/tgo-ui",
3
- "version": "4.1.1-beta",
3
+ "version": "4.1.2-beta",
4
4
  "license": "proprietary-license",
5
5
  "lint-staged": {
6
6
  "src/**/*.ts": [
@@ -66,22 +66,34 @@
66
66
  "types": "./index.d.ts",
67
67
  "default": "./fesm2022/testgorilla-tgo-ui.mjs"
68
68
  },
69
+ "./components/badge": {
70
+ "types": "./components/badge/index.d.ts",
71
+ "default": "./fesm2022/testgorilla-tgo-ui-components-badge.mjs"
72
+ },
69
73
  "./components/core": {
70
74
  "types": "./components/core/index.d.ts",
71
75
  "default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
72
76
  },
77
+ "./components/button": {
78
+ "types": "./components/button/index.d.ts",
79
+ "default": "./fesm2022/testgorilla-tgo-ui-components-button.mjs"
80
+ },
73
81
  "./components/divider": {
74
82
  "types": "./components/divider/index.d.ts",
75
83
  "default": "./fesm2022/testgorilla-tgo-ui-components-divider.mjs"
76
84
  },
77
- "./components/skeleton": {
78
- "types": "./components/skeleton/index.d.ts",
79
- "default": "./fesm2022/testgorilla-tgo-ui-components-skeleton.mjs"
80
- },
81
85
  "./components/elevation-shadow": {
82
86
  "types": "./components/elevation-shadow/index.d.ts",
83
87
  "default": "./fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs"
84
88
  },
89
+ "./components/icon": {
90
+ "types": "./components/icon/index.d.ts",
91
+ "default": "./fesm2022/testgorilla-tgo-ui-components-icon.mjs"
92
+ },
93
+ "./components/skeleton": {
94
+ "types": "./components/skeleton/index.d.ts",
95
+ "default": "./fesm2022/testgorilla-tgo-ui-components-skeleton.mjs"
96
+ },
85
97
  "./components/tooltip": {
86
98
  "types": "./components/tooltip/index.d.ts",
87
99
  "default": "./fesm2022/testgorilla-tgo-ui-components-tooltip.mjs"
package/public-api.d.ts CHANGED
@@ -6,9 +6,6 @@ export * from './components/alert-banner/alert-banner.component.module';
6
6
  export * from './components/ai-feedback/ai-feedback.component';
7
7
  export * from './components/ai-feedback/ai-feedback.model';
8
8
  export * from './components/ai-feedback/ai-feedback.module';
9
- export * from './components/button/button.component';
10
- export * from './components/button/button.component.module';
11
- export * from './components/button/button.model';
12
9
  export * from './components/card/card.component';
13
10
  export * from './components/card/card.component.module';
14
11
  export * from './components/card/card.model';
@@ -32,9 +29,6 @@ export * from './components/inline-field/inline-field.component.module';
32
29
  export * from './components/inline-field/inline-field.model';
33
30
  export * from './components/file-upload/file-upload.component';
34
31
  export * from './components/file-upload/file-upload.component.module';
35
- export * from './components/icon/icon.component';
36
- export * from './components/icon/icon.component.module';
37
- export * from './components/icon/icon.model';
38
32
  export * from './components/icon-label/icon-label.component';
39
33
  export * from './components/icon-label/icon-label.component.module';
40
34
  export * from './components/logo/logo.component';
@@ -91,9 +85,6 @@ export * from './components/step/step.component.module';
91
85
  export * from './components/autocomplete/autocomplete.component';
92
86
  export * from './components/autocomplete/autocomplete.component.module';
93
87
  export * from './components/autocomplete/autocomplete.model';
94
- export * from './components/badge/badge.component';
95
- export * from './components/badge/badge.component.module';
96
- export * from './components/badge/badge.model';
97
88
  export * from './components/radial-progress/radial-progress.component';
98
89
  export * from './components/radial-progress/radial-progress.component.module';
99
90
  export * from './components/radial-progress/radial-progress.model';
@@ -138,7 +129,6 @@ export * from './components/phone-input/phone-input.model';
138
129
  export * from './models/colors.model';
139
130
  export * from './components/password-strength/password-strength.component';
140
131
  export * from './components/password-strength/password-strength.component.module';
141
- export * from './services/icons.service';
142
132
  export * from './providers/is-mobile';
143
133
  export * from './components/multi-input/multi-input.component';
144
134
  export * from './components/multi-input/multi-input.component.module';
@@ -1,4 +1,4 @@
1
- import { IconName } from '../components/icon/icon.model';
1
+ import { IconName } from '@testgorilla/tgo-ui/components/icon';
2
2
  import { AlertVariant } from './alert-bar.model';
3
3
  export declare const alertBarsUtil: {
4
4
  setIcon: (alertType: string) => IconName;