@testgorilla/tgo-ui 7.0.0 → 7.0.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testgorilla/tgo-ui",
3
- "version": "7.0.0",
3
+ "version": "7.0.3",
4
4
  "license": "proprietary-license",
5
5
  "lint-staged": {
6
6
  "{projects,components}/**/*.ts": [
@@ -55,7 +55,9 @@
55
55
  },
56
56
  "eslint": {
57
57
  "ajv": "^6.14.0"
58
- }
58
+ },
59
+ "picomatch": "~4.0.4",
60
+ "@tootallnate/once": "^3.0.1"
59
61
  },
60
62
  "module": "fesm2022/testgorilla-tgo-ui.mjs",
61
63
  "typings": "index.d.ts",
@@ -75,17 +77,17 @@
75
77
  "types": "./components/ai-audio-circle/index.d.ts",
76
78
  "default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
77
79
  },
78
- "./components/ai-caveat": {
79
- "types": "./components/ai-caveat/index.d.ts",
80
- "default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
81
- },
82
80
  "./components/ai-feedback": {
83
81
  "types": "./components/ai-feedback/index.d.ts",
84
82
  "default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
85
83
  },
86
- "./components/alert-banner": {
87
- "types": "./components/alert-banner/index.d.ts",
88
- "default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
84
+ "./components/ai-caveat": {
85
+ "types": "./components/ai-caveat/index.d.ts",
86
+ "default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
87
+ },
88
+ "./components/audio-waveform": {
89
+ "types": "./components/audio-waveform/index.d.ts",
90
+ "default": "./fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs"
89
91
  },
90
92
  "./components/autocomplete": {
91
93
  "types": "./components/autocomplete/index.d.ts",
@@ -95,14 +97,14 @@
95
97
  "types": "./components/avatar/index.d.ts",
96
98
  "default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
97
99
  },
98
- "./components/audio-waveform": {
99
- "types": "./components/audio-waveform/index.d.ts",
100
- "default": "./fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs"
101
- },
102
100
  "./components/badge": {
103
101
  "types": "./components/badge/index.d.ts",
104
102
  "default": "./fesm2022/testgorilla-tgo-ui-components-badge.mjs"
105
103
  },
104
+ "./components/alert-banner": {
105
+ "types": "./components/alert-banner/index.d.ts",
106
+ "default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
107
+ },
106
108
  "./components/breadcrumb": {
107
109
  "types": "./components/breadcrumb/index.d.ts",
108
110
  "default": "./fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs"
@@ -115,14 +117,14 @@
115
117
  "types": "./components/card/index.d.ts",
116
118
  "default": "./fesm2022/testgorilla-tgo-ui-components-card.mjs"
117
119
  },
118
- "./components/checklist": {
119
- "types": "./components/checklist/index.d.ts",
120
- "default": "./fesm2022/testgorilla-tgo-ui-components-checklist.mjs"
121
- },
122
120
  "./components/checkbox": {
123
121
  "types": "./components/checkbox/index.d.ts",
124
122
  "default": "./fesm2022/testgorilla-tgo-ui-components-checkbox.mjs"
125
123
  },
124
+ "./components/checklist": {
125
+ "types": "./components/checklist/index.d.ts",
126
+ "default": "./fesm2022/testgorilla-tgo-ui-components-checklist.mjs"
127
+ },
126
128
  "./components/core": {
127
129
  "types": "./components/core/index.d.ts",
128
130
  "default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
@@ -151,6 +153,10 @@
151
153
  "types": "./components/elevation-shadow/index.d.ts",
152
154
  "default": "./fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs"
153
155
  },
156
+ "./components/field": {
157
+ "types": "./components/field/index.d.ts",
158
+ "default": "./fesm2022/testgorilla-tgo-ui-components-field.mjs"
159
+ },
154
160
  "./components/empty-state": {
155
161
  "types": "./components/empty-state/index.d.ts",
156
162
  "default": "./fesm2022/testgorilla-tgo-ui-components-empty-state.mjs"
@@ -159,10 +165,6 @@
159
165
  "types": "./components/file-upload/index.d.ts",
160
166
  "default": "./fesm2022/testgorilla-tgo-ui-components-file-upload.mjs"
161
167
  },
162
- "./components/field": {
163
- "types": "./components/field/index.d.ts",
164
- "default": "./fesm2022/testgorilla-tgo-ui-components-field.mjs"
165
- },
166
168
  "./components/filter-button": {
167
169
  "types": "./components/filter-button/index.d.ts",
168
170
  "default": "./fesm2022/testgorilla-tgo-ui-components-filter-button.mjs"