@testgorilla/tgo-ui 7.7.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 +13 -13
- 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/assets/icons/rebrand/Thumb-down-filled.svg +1 -1
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Thumb-down-in-line.svg +1 -1
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Thumb-up-filled.svg +1 -1
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Thumb-up-in-line.svg +1 -1
- 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": [
|
|
@@ -99,14 +99,14 @@
|
|
|
99
99
|
"types": "./components/autocomplete/index.d.ts",
|
|
100
100
|
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
|
|
101
101
|
},
|
|
102
|
-
"./components/avatar": {
|
|
103
|
-
"types": "./components/avatar/index.d.ts",
|
|
104
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
|
|
105
|
-
},
|
|
106
102
|
"./components/autocomplete-v2": {
|
|
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>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M6 4H16V17L9 24L7.75 22.75C7.63333 22.6333 7.5375 22.475 7.4625 22.275C7.3875 22.075 7.35 21.8833 7.35 21.7V21.35L8.45 17H3C2.46667 17 2 16.8 1.6 16.4C1.2 16 1 15.5333 1 15V13C1 12.8833 1.0125 12.7583 1.0375 12.625C1.0625 12.4917 1.1 12.3667 1.15 12.25L4.15 5.2C4.3 4.86667 4.55 4.58333 4.9 4.35C5.25 4.11667 5.61667 4 6 4ZM18 17V4H22V17H18Z" fill="
|
|
2
|
+
<path d="M6 4H16V17L9 24L7.75 22.75C7.63333 22.6333 7.5375 22.475 7.4625 22.275C7.3875 22.075 7.35 21.8833 7.35 21.7V21.35L8.45 17H3C2.46667 17 2 16.8 1.6 16.4C1.2 16 1 15.5333 1 15V13C1 12.8833 1.0125 12.7583 1.0375 12.625C1.0625 12.4917 1.1 12.3667 1.15 12.25L4.15 5.2C4.3 4.86667 4.55 4.58333 4.9 4.35C5.25 4.11667 5.61667 4 6 4ZM18 17V4H22V17H18Z" fill="currentColor"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M6 4H17V17L10 24L8.75 22.75C8.63333 22.6333 8.5375 22.475 8.4625 22.275C8.3875 22.075 8.35 21.8833 8.35 21.7V21.35L9.45 17H3C2.46667 17 2 16.8 1.6 16.4C1.2 16 1 15.5333 1 15V13C1 12.8833 1.01667 12.7583 1.05 12.625C1.08333 12.4917 1.11667 12.3667 1.15 12.25L4.15 5.2C4.3 4.86667 4.55 4.58333 4.9 4.35C5.25 4.11667 5.61667 4 6 4ZM15 6H6L3 13V15H12L10.65 20.5L15 16.15V6ZM17 17V15H20V6H17V4H22V17H17Z" fill="
|
|
2
|
+
<path d="M6 4H17V17L10 24L8.75 22.75C8.63333 22.6333 8.5375 22.475 8.4625 22.275C8.3875 22.075 8.35 21.8833 8.35 21.7V21.35L9.45 17H3C2.46667 17 2 16.8 1.6 16.4C1.2 16 1 15.5333 1 15V13C1 12.8833 1.01667 12.7583 1.05 12.625C1.08333 12.4917 1.11667 12.3667 1.15 12.25L4.15 5.2C4.3 4.86667 4.55 4.58333 4.9 4.35C5.25 4.11667 5.61667 4 6 4ZM15 6H6L3 13V15H12L10.65 20.5L15 16.15V6ZM17 17V15H20V6H17V4H22V17H17Z" fill="currentColor"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M8 22V9L15 2L16.85 3.85L15.55 9H23V13.4L19.35 22H8ZM2 22V9H6V22H2Z" fill="
|
|
2
|
+
<path d="M8 22V9L15 2L16.85 3.85L15.55 9H23V13.4L19.35 22H8ZM2 22V9H6V22H2Z" fill="currentColor"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M7 22V9L14 2L15.85 3.85L14.55 9H23V13.4L19.35 22H7ZM9 20H18L21 13V11H12L13.35 5.5L9 9.85V20ZM2 22V9H7V11H4V20H7V22H2Z" fill="
|
|
2
|
+
<path d="M7 22V9L14 2L15.85 3.85L14.55 9H23V13.4L19.35 22H7ZM9 20H18L21 13V11H12L13.35 5.5L9 9.85V20ZM2 22V9H7V11H4V20H7V22H2Z" fill="currentColor"/>
|
|
3
3
|
</svg>
|