@testgorilla/tgo-ui 7.8.0 → 7.9.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.
- package/components/alert-banner/alert-banner.component.d.ts +2 -1
- package/components/alert-banner/alert-banner.model.d.ts +2 -0
- package/components/core/alert-bar.model.d.ts +1 -1
- package/components/core/alert-bars.utils.d.ts +2 -0
- package/components/icon/icon-svg-content.d.ts +1 -1
- package/components/icon/icon.config.d.ts +1 -1
- package/components/inline-field/inline-field.component.d.ts +2 -2
- package/fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs +3 -2
- package/fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-core.mjs +10 -0
- package/fesm2022/testgorilla-tgo-ui-components-core.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs +11 -5
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-snackbar.mjs +2 -2
- package/fesm2022/testgorilla-tgo-ui-components-snackbar.mjs.map +1 -1
- package/mcp/catalog.json +1 -1
- package/package.json +17 -17
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Ai-fluent-filled.svg +5 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Ai-fluent-in-line.svg +5 -0
- package/projects/tgo-canopy-ui/theme/_alert-bars.scss +5 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testgorilla/tgo-ui",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.9.0",
|
|
4
4
|
"license": "proprietary-license",
|
|
5
5
|
"lint-staged": {
|
|
6
6
|
"{projects,components}/**/*.ts": [
|
|
@@ -79,14 +79,14 @@
|
|
|
79
79
|
"types": "./components/ai-audio-circle/index.d.ts",
|
|
80
80
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
|
|
81
81
|
},
|
|
82
|
-
"./components/ai-feedback": {
|
|
83
|
-
"types": "./components/ai-feedback/index.d.ts",
|
|
84
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
85
|
-
},
|
|
86
82
|
"./components/ai-caveat": {
|
|
87
83
|
"types": "./components/ai-caveat/index.d.ts",
|
|
88
84
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs"
|
|
89
85
|
},
|
|
86
|
+
"./components/ai-feedback": {
|
|
87
|
+
"types": "./components/ai-feedback/index.d.ts",
|
|
88
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
89
|
+
},
|
|
90
90
|
"./components/alert-banner": {
|
|
91
91
|
"types": "./components/alert-banner/index.d.ts",
|
|
92
92
|
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
|
|
@@ -95,10 +95,6 @@
|
|
|
95
95
|
"types": "./components/audio-waveform/index.d.ts",
|
|
96
96
|
"default": "./fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs"
|
|
97
97
|
},
|
|
98
|
-
"./components/avatar": {
|
|
99
|
-
"types": "./components/avatar/index.d.ts",
|
|
100
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
|
|
101
|
-
},
|
|
102
98
|
"./components/autocomplete": {
|
|
103
99
|
"types": "./components/autocomplete/index.d.ts",
|
|
104
100
|
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
|
|
@@ -107,6 +103,10 @@
|
|
|
107
103
|
"types": "./components/autocomplete-v2/index.d.ts",
|
|
108
104
|
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete-v2.mjs"
|
|
109
105
|
},
|
|
106
|
+
"./components/avatar": {
|
|
107
|
+
"types": "./components/avatar/index.d.ts",
|
|
108
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
|
|
109
|
+
},
|
|
110
110
|
"./components/badge": {
|
|
111
111
|
"types": "./components/badge/index.d.ts",
|
|
112
112
|
"default": "./fesm2022/testgorilla-tgo-ui-components-badge.mjs"
|
|
@@ -115,14 +115,14 @@
|
|
|
115
115
|
"types": "./components/breadcrumb/index.d.ts",
|
|
116
116
|
"default": "./fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs"
|
|
117
117
|
},
|
|
118
|
-
"./components/button": {
|
|
119
|
-
"types": "./components/button/index.d.ts",
|
|
120
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-button.mjs"
|
|
121
|
-
},
|
|
122
118
|
"./components/card": {
|
|
123
119
|
"types": "./components/card/index.d.ts",
|
|
124
120
|
"default": "./fesm2022/testgorilla-tgo-ui-components-card.mjs"
|
|
125
121
|
},
|
|
122
|
+
"./components/button": {
|
|
123
|
+
"types": "./components/button/index.d.ts",
|
|
124
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-button.mjs"
|
|
125
|
+
},
|
|
126
126
|
"./components/checkbox": {
|
|
127
127
|
"types": "./components/checkbox/index.d.ts",
|
|
128
128
|
"default": "./fesm2022/testgorilla-tgo-ui-components-checkbox.mjs"
|
|
@@ -131,14 +131,14 @@
|
|
|
131
131
|
"types": "./components/checklist/index.d.ts",
|
|
132
132
|
"default": "./fesm2022/testgorilla-tgo-ui-components-checklist.mjs"
|
|
133
133
|
},
|
|
134
|
-
"./components/core": {
|
|
135
|
-
"types": "./components/core/index.d.ts",
|
|
136
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
|
|
137
|
-
},
|
|
138
134
|
"./components/datepicker": {
|
|
139
135
|
"types": "./components/datepicker/index.d.ts",
|
|
140
136
|
"default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
|
|
141
137
|
},
|
|
138
|
+
"./components/core": {
|
|
139
|
+
"types": "./components/core/index.d.ts",
|
|
140
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-core.mjs"
|
|
141
|
+
},
|
|
142
142
|
"./components/dialog": {
|
|
143
143
|
"types": "./components/dialog/index.d.ts",
|
|
144
144
|
"default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M20 0L18.74 2.75L16 4L18.74 5.26L20 8L21.25 5.26L24 4L21.25 2.75" fill="currentColor"/>
|
|
3
|
+
<path d="M3 14L2.37 15.375L1 16L2.37 16.63L3 18L3.625 16.63L5 16L3.625 15.375" fill="currentColor"/>
|
|
4
|
+
<path d="M12 2C12.7918 2 13.5402 2.09912 14.2461 2.29395C14.086 2.83471 14 3.40731 14 4C14 4.10845 14.0031 4.21621 14.0088 4.32324C13.3852 4.10807 12.7158 4 12 4C10.3333 4 8.91667 4.58333 7.75 5.75C6.58333 6.91667 6 8.33333 6 10C6 11.6667 6.58333 13.0833 7.75 14.25C8.91667 15.4167 10.3333 16 12 16C13.6667 16 15.0833 15.4167 16.25 14.25C17.4167 13.0833 18 11.6667 18 10C18 9.88319 17.996 9.76767 17.9902 9.65332C18.6187 9.87676 19.2949 10 20 10C20 11.0167 19.8246 11.975 19.4746 12.875C19.1246 13.7749 18.6333 14.5754 18 15.2754V23L12 21L6 23V15.2754C5.3667 14.5754 4.87539 13.7749 4.52539 12.875C4.17539 11.975 4 11.0167 4 10C4 7.76667 4.7752 5.8752 6.3252 4.3252C7.8752 2.7752 9.76667 2 12 2ZM12.9004 9H15.75L13.4248 10.8496L14.2998 13.7002L12 11.9248L9.6748 13.7002L10.5498 10.8496L8.25 9H11.0996L12 6.2002L12.9004 9Z" fill="currentColor"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 2C12.7918 2 13.5402 2.09912 14.2461 2.29395C14.086 2.83471 14 3.40731 14 4C14 4.10845 14.0031 4.21621 14.0088 4.32324C13.3852 4.10807 12.7158 4 12 4C10.3333 4 8.91667 4.58333 7.75 5.75C6.58333 6.91667 6 8.33333 6 10C6 11.6667 6.58333 13.0833 7.75 14.25C8.91667 15.4167 10.3333 16 12 16C13.6667 16 15.0833 15.4167 16.25 14.25C17.4167 13.0833 18 11.6667 18 10C18 9.88319 17.996 9.76767 17.9902 9.65332C18.6187 9.87676 19.2949 10 20 10C20 11.0167 19.8246 11.975 19.4746 12.875C19.1246 13.7749 18.6333 14.5754 18 15.2754V23L12 21L6 23V15.2754C5.3667 14.5754 4.87539 13.7749 4.52539 12.875C4.17539 11.975 4 11.0167 4 10C4 7.76667 4.7752 5.8752 6.3252 4.3252C7.8752 2.7752 9.76667 2 12 2ZM16 16.9248C15.4167 17.2581 14.7873 17.5212 14.1123 17.7129C13.4374 17.9045 12.7332 18 12 18C11.2668 18 10.5626 17.9045 9.8877 17.7129C9.2127 17.5212 8.58333 17.2581 8 16.9248V20.0254L12 19L16 20.0254V16.9248ZM12.9004 9H15.75L13.4248 10.8496L14.2998 13.7002L12 11.9248L9.6748 13.7002L10.5498 10.8496L8.25 9H11.0996L12 6.2002L12.9004 9Z" fill="currentColor"/>
|
|
3
|
+
<path d="M20 0L18.74 2.75L16 4L18.74 5.26L20 8L21.25 5.26L24 4L21.25 2.75" fill="currentColor"/>
|
|
4
|
+
<path d="M3 14L2.37 15.375L1 16L2.37 16.63L3 18L3.625 16.63L5 16L3.625 15.375" fill="currentColor"/>
|
|
5
|
+
</svg>
|