@testgorilla/tgo-ui 2.26.15 → 2.26.16
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/tabs/tabs.component.module.d.ts +2 -1
- package/esm2022/assets/i18n/en.json +3 -0
- package/esm2022/components/card/card.component.mjs +2 -2
- package/esm2022/components/field/field.component.mjs +2 -2
- package/esm2022/components/step/step.component.mjs +3 -3
- package/esm2022/components/stepper/stepper.component.mjs +3 -3
- package/esm2022/components/tabs/tabs.component.mjs +6 -5
- package/esm2022/components/tabs/tabs.component.module.mjs +4 -3
- package/fesm2022/testgorilla-tgo-ui.mjs +20 -16
- package/fesm2022/testgorilla-tgo-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/projects/tgo-canopy-ui/assets/i18n/en.json +4 -0
package/package.json
CHANGED
|
@@ -101,6 +101,10 @@
|
|
|
101
101
|
"HIDE_PASSWORD": "Hide password",
|
|
102
102
|
"ALL_PASSWORD_REQ_PASSED": "All password requirements are met."
|
|
103
103
|
},
|
|
104
|
+
|
|
105
|
+
"TABS": {
|
|
106
|
+
"SELECTED": "selected"
|
|
107
|
+
},
|
|
104
108
|
"FILE_UPLOAD": {
|
|
105
109
|
"DRAG_AND_DROP": "Drag and drop file here or click to upload",
|
|
106
110
|
"DRAG_AND_DROP_OR": "Drag and drop or",
|