rbro-tat-uds 1.6.25 → 1.6.26

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.
@@ -121,6 +121,17 @@ export declare const colors: {
121
121
  pink_800: string;
122
122
  pink_900: string;
123
123
  pink_950: string;
124
+ teal_50: string;
125
+ teal_100: string;
126
+ teal_200: string;
127
+ teal_300: string;
128
+ teal_400: string;
129
+ teal_500: string;
130
+ teal_600: string;
131
+ teal_700: string;
132
+ teal_800: string;
133
+ teal_900: string;
134
+ teal_950: string;
124
135
  white: string;
125
136
  black: string;
126
137
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rbro-tat-uds",
3
- "version": "1.6.25",
3
+ "version": "1.6.26",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",