rbro-tat-uds 2.1.2 → 2.1.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.
@@ -135,6 +135,17 @@ const colors = {
135
135
  teal_800: "#006059",
136
136
  teal_900: "#0D4E4A",
137
137
  teal_950: "#02302F",
138
+ orange_50: "#FFF7ED",
139
+ orange_100: "#FFEDD4",
140
+ orange_200: "#FFD7A7",
141
+ orange_300: "#FFB869",
142
+ orange_400: "#FF9724",
143
+ orange_500: "#EF7723",
144
+ orange_600: "#E35B22",
145
+ orange_700: "#BB4013",
146
+ orange_800: "#A63305",
147
+ orange_900: "#852C0C",
148
+ orange_950: "#441306",
138
149
  white: "#fff",
139
150
  black: "#232529"
140
151
  };
@@ -133,6 +133,17 @@ const colors = {
133
133
  teal_800: "#006059",
134
134
  teal_900: "#0D4E4A",
135
135
  teal_950: "#02302F",
136
+ orange_50: "#FFF7ED",
137
+ orange_100: "#FFEDD4",
138
+ orange_200: "#FFD7A7",
139
+ orange_300: "#FFB869",
140
+ orange_400: "#FF9724",
141
+ orange_500: "#EF7723",
142
+ orange_600: "#E35B22",
143
+ orange_700: "#BB4013",
144
+ orange_800: "#A63305",
145
+ orange_900: "#852C0C",
146
+ orange_950: "#441306",
136
147
  white: "#fff",
137
148
  black: "#232529"
138
149
  };
@@ -132,6 +132,17 @@ declare const colors: {
132
132
  teal_800: string;
133
133
  teal_900: string;
134
134
  teal_950: string;
135
+ orange_50: string;
136
+ orange_100: string;
137
+ orange_200: string;
138
+ orange_300: string;
139
+ orange_400: string;
140
+ orange_500: string;
141
+ orange_600: string;
142
+ orange_700: string;
143
+ orange_800: string;
144
+ orange_900: string;
145
+ orange_950: string;
135
146
  white: string;
136
147
  black: string;
137
148
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rbro-tat-uds",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "type": "module",
5
5
  "main": "build/cjs/index.cjs",
6
6
  "module": "build/esm/index.js",