oolib 2.11.1 → 2.11.4

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.
Files changed (34) hide show
  1. package/dist/components/Banners/index.js +20 -10
  2. package/dist/components/Banners/index.styled.js +40 -17
  3. package/dist/components/Breadcrumbs/index.js +5 -1
  4. package/dist/components/Buttons/index.js +5 -1
  5. package/dist/components/Buttons/index.styled.js +42 -42
  6. package/dist/components/Loader/index.styled.js +7 -3
  7. package/dist/components/OKELink/comps/AvatarDisplay/index.d.ts +7 -0
  8. package/dist/components/OKELink/comps/AvatarDisplay/index.js +19 -0
  9. package/dist/components/OKELink/comps/AvatarDisplay/styled.d.ts +2 -0
  10. package/dist/components/OKELink/comps/AvatarDisplay/styled.js +48 -0
  11. package/dist/components/OKELink/index.d.ts +4 -2
  12. package/dist/components/OKELink/index.js +7 -2
  13. package/dist/components/OKELink/utils/index.js +2 -2
  14. package/dist/components/Section/index.styled.js +2 -2
  15. package/dist/components/TabBar/index.d.ts +2 -1
  16. package/dist/components/TabBar/index.js +11 -12
  17. package/dist/components/TabBar/index.styled.d.ts +0 -1
  18. package/dist/components/TabBar/index.styled.js +24 -15
  19. package/dist/components/Tags/index.js +5 -1
  20. package/dist/components/Tags/index.styled.js +20 -16
  21. package/dist/components/TextInputs/index.js +6 -2
  22. package/dist/components/ToggleButton/styled.js +15 -12
  23. package/dist/components/Tooltip/index.js +5 -1
  24. package/dist/components/Tooltip/styled.js +5 -1
  25. package/dist/components/UserRoleBadge/index.d.ts +2 -2
  26. package/dist/components/UserRoleBadge/index.js +2 -2
  27. package/dist/globalStyles/index.js +2 -1
  28. package/dist/icons/index.d.ts +2 -0
  29. package/dist/icons/index.js +1 -0
  30. package/dist/index.js +5 -1
  31. package/dist/themes/typo.js +27 -27
  32. package/dist/utilsOolib/index.d.ts +4 -4
  33. package/dist/utilsOolib/index.js +10 -10
  34. package/package.json +6 -8
@@ -41,7 +41,7 @@ var fontCss = (0, styled_components_1.css)(templateObject_3 || (templateObject_3
41
41
  });
42
42
  var SANS_0 = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n font-size: ", ";\n line-height: 1.6em;\n ", "\n ", "\n"], ["\n font-size: ", ";\n line-height: 1.6em;\n ", "\n ", "\n"])), function (_a) {
43
43
  var theme = _a.theme;
44
- switch (theme === null || theme === void 0 ? void 0 : theme._lang) {
44
+ switch (theme === null || theme === void 0 ? void 0 : theme.lang) {
45
45
  case 'hi':
46
46
  return "".concat(msW(2), "px");
47
47
  default:
@@ -50,7 +50,7 @@ var SANS_0 = (0, styled_components_1.css)(templateObject_4 || (templateObject_4
50
50
  }, sansSerif, fontCss);
51
51
  var SANS_2 = (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n font-size: ", ";\n line-height: 1.7em;\n ", "\n ", "\n"], ["\n font-size: ", ";\n line-height: 1.7em;\n ", "\n ", "\n"])), function (_a) {
52
52
  var theme = _a.theme;
53
- switch (theme === null || theme === void 0 ? void 0 : theme._lang) {
53
+ switch (theme === null || theme === void 0 ? void 0 : theme.lang) {
54
54
  case 'hi':
55
55
  return "".concat(msW(3), "px");
56
56
  default:
@@ -59,7 +59,7 @@ var SANS_2 = (0, styled_components_1.css)(templateObject_5 || (templateObject_5
59
59
  }, fontCss, sansSerif);
60
60
  var SANS_3 = (0, styled_components_1.css)(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n font-size: ", ";\n line-height: 1.5em;\n ", "\n ", "\n"], ["\n font-size: ", ";\n line-height: 1.5em;\n ", "\n ", "\n"])), function (_a) {
61
61
  var theme = _a.theme;
62
- switch (theme === null || theme === void 0 ? void 0 : theme._lang) {
62
+ switch (theme === null || theme === void 0 ? void 0 : theme.lang) {
63
63
  case 'hi':
64
64
  return "".concat(msW(4), "px");
65
65
  default:
@@ -68,7 +68,7 @@ var SANS_3 = (0, styled_components_1.css)(templateObject_6 || (templateObject_6
68
68
  }, fontCss, sansSerif);
69
69
  var SANS_4 = (0, styled_components_1.css)(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n font-size: ", ";\n line-height: 1.6em;\n ", "\n ", "\n"], ["\n font-size: ", ";\n line-height: 1.6em;\n ", "\n ", "\n"])), function (_a) {
70
70
  var theme = _a.theme;
71
- switch (theme === null || theme === void 0 ? void 0 : theme._lang) {
71
+ switch (theme === null || theme === void 0 ? void 0 : theme.lang) {
72
72
  case 'hi':
73
73
  return "".concat(msW(5), "px");
74
74
  default:
@@ -77,7 +77,7 @@ var SANS_4 = (0, styled_components_1.css)(templateObject_7 || (templateObject_7
77
77
  }, fontCss, sansSerif);
78
78
  var SANS_4_5 = (0, styled_components_1.css)(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n font-size: ", ";\n line-height: 1.6em;\n ", "\n ", "\n ", " {\n font-size: ", ";\n }\n"], ["\n font-size: ", ";\n line-height: 1.6em;\n ", "\n ", "\n ", " {\n font-size: ", ";\n }\n"])), function (_a) {
79
79
  var theme = _a.theme;
80
- switch (theme === null || theme === void 0 ? void 0 : theme._lang) {
80
+ switch (theme === null || theme === void 0 ? void 0 : theme.lang) {
81
81
  case 'hi':
82
82
  return "".concat(msW(5), "px");
83
83
  default:
@@ -85,7 +85,7 @@ var SANS_4_5 = (0, styled_components_1.css)(templateObject_8 || (templateObject_
85
85
  }
86
86
  }, fontCss, sansSerif, (0, mixins_1.mediaQuery)('md'), function (_a) {
87
87
  var theme = _a.theme;
88
- switch (theme === null || theme === void 0 ? void 0 : theme._lang) {
88
+ switch (theme === null || theme === void 0 ? void 0 : theme.lang) {
89
89
  case 'hi':
90
90
  return "".concat(msW(6), "px");
91
91
  default:
@@ -94,7 +94,7 @@ var SANS_4_5 = (0, styled_components_1.css)(templateObject_8 || (templateObject_
94
94
  });
95
95
  var SANS_5_6 = (0, styled_components_1.css)(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n font-size: ", ";\n line-height: 1.6em;\n ", "\n ", "\n ", " {\n font-size: ", ";\n }\n"], ["\n font-size: ", ";\n line-height: 1.6em;\n ", "\n ", "\n ", " {\n font-size: ", ";\n }\n"])), function (_a) {
96
96
  var theme = _a.theme;
97
- switch (theme === null || theme === void 0 ? void 0 : theme._lang) {
97
+ switch (theme === null || theme === void 0 ? void 0 : theme.lang) {
98
98
  case 'hi':
99
99
  return "".concat(msW(6), "px");
100
100
  default:
@@ -102,7 +102,7 @@ var SANS_5_6 = (0, styled_components_1.css)(templateObject_9 || (templateObject_
102
102
  }
103
103
  }, fontCss, sansSerif, (0, mixins_1.mediaQuery)('md'), function (_a) {
104
104
  var theme = _a.theme;
105
- switch (theme === null || theme === void 0 ? void 0 : theme._lang) {
105
+ switch (theme === null || theme === void 0 ? void 0 : theme.lang) {
106
106
  case 'hi':
107
107
  return "".concat(msW(7), "px");
108
108
  default:
@@ -111,7 +111,7 @@ var SANS_5_6 = (0, styled_components_1.css)(templateObject_9 || (templateObject_
111
111
  });
112
112
  var SANS_7_8 = (0, styled_components_1.css)(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n font-size: ", ";\n line-height: 1.6em;\n ", "\n ", "\n ", " {\n font-size: ", ";\n }\n"], ["\n font-size: ", ";\n line-height: 1.6em;\n ", "\n ", "\n ", " {\n font-size: ", ";\n }\n"])), function (_a) {
113
113
  var theme = _a.theme;
114
- switch (theme === null || theme === void 0 ? void 0 : theme._lang) {
114
+ switch (theme === null || theme === void 0 ? void 0 : theme.lang) {
115
115
  case 'hi':
116
116
  return "".concat(msW(8), "px");
117
117
  default:
@@ -119,7 +119,7 @@ var SANS_7_8 = (0, styled_components_1.css)(templateObject_10 || (templateObject
119
119
  }
120
120
  }, fontCss, sansSerif, (0, mixins_1.mediaQuery)('md'), function (_a) {
121
121
  var theme = _a.theme;
122
- switch (theme === null || theme === void 0 ? void 0 : theme._lang) {
122
+ switch (theme === null || theme === void 0 ? void 0 : theme.lang) {
123
123
  case 'hi':
124
124
  return "".concat(msW(9), "px");
125
125
  default:
@@ -128,7 +128,7 @@ var SANS_7_8 = (0, styled_components_1.css)(templateObject_10 || (templateObject
128
128
  });
129
129
  var SERIF_3 = (0, styled_components_1.css)(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n font-size: ", ";\n line-height: 1.7em;\n ", "\n ", "\n"], ["\n font-size: ", ";\n line-height: 1.7em;\n ", "\n ", "\n"])), function (_a) {
130
130
  var theme = _a.theme;
131
- switch (theme === null || theme === void 0 ? void 0 : theme._lang) {
131
+ switch (theme === null || theme === void 0 ? void 0 : theme.lang) {
132
132
  case 'hi':
133
133
  return "".concat(msW(4), "px");
134
134
  default:
@@ -137,7 +137,7 @@ var SERIF_3 = (0, styled_components_1.css)(templateObject_11 || (templateObject_
137
137
  }, fontCss, serif);
138
138
  var SERIF_3_4 = (0, styled_components_1.css)(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n font-size: ", ";\n line-height: 1.7em;\n ", "\n ", "\n ", " {\n font-size: ", ";\n }\n"], ["\n font-size: ", ";\n line-height: 1.7em;\n ", "\n ", "\n ", " {\n font-size: ", ";\n }\n"])), function (_a) {
139
139
  var theme = _a.theme;
140
- switch (theme === null || theme === void 0 ? void 0 : theme._lang) {
140
+ switch (theme === null || theme === void 0 ? void 0 : theme.lang) {
141
141
  case 'hi':
142
142
  return "".concat(msW(4), "px");
143
143
  default:
@@ -145,7 +145,7 @@ var SERIF_3_4 = (0, styled_components_1.css)(templateObject_12 || (templateObjec
145
145
  }
146
146
  }, fontCss, serif, (0, mixins_1.mediaQuery)('md'), function (_a) {
147
147
  var theme = _a.theme;
148
- switch (theme === null || theme === void 0 ? void 0 : theme._lang) {
148
+ switch (theme === null || theme === void 0 ? void 0 : theme.lang) {
149
149
  case 'hi':
150
150
  return "".concat(msW(5), "px");
151
151
  default:
@@ -154,7 +154,7 @@ var SERIF_3_4 = (0, styled_components_1.css)(templateObject_12 || (templateObjec
154
154
  });
155
155
  var SERIF_4_5 = (0, styled_components_1.css)(templateObject_13 || (templateObject_13 = __makeTemplateObject(["\n font-size: ", ";\n line-height: 1.6em;\n ", "\n ", "\n ", " {\n font-size: ", ";\n }\n"], ["\n font-size: ", ";\n line-height: 1.6em;\n ", "\n ", "\n ", " {\n font-size: ", ";\n }\n"])), function (_a) {
156
156
  var theme = _a.theme;
157
- switch (theme === null || theme === void 0 ? void 0 : theme._lang) {
157
+ switch (theme === null || theme === void 0 ? void 0 : theme.lang) {
158
158
  case 'hi':
159
159
  return "".concat(msW(5), "px");
160
160
  default:
@@ -162,7 +162,7 @@ var SERIF_4_5 = (0, styled_components_1.css)(templateObject_13 || (templateObjec
162
162
  }
163
163
  }, fontCss, serif, (0, mixins_1.mediaQuery)('md'), function (_a) {
164
164
  var theme = _a.theme;
165
- switch (theme === null || theme === void 0 ? void 0 : theme._lang) {
165
+ switch (theme === null || theme === void 0 ? void 0 : theme.lang) {
166
166
  case 'hi':
167
167
  return "".concat(msW(6), "px");
168
168
  default:
@@ -171,7 +171,7 @@ var SERIF_4_5 = (0, styled_components_1.css)(templateObject_13 || (templateObjec
171
171
  });
172
172
  var SERIF_5_6 = (0, styled_components_1.css)(templateObject_14 || (templateObject_14 = __makeTemplateObject(["\n font-size: ", ";\n line-height: 1.6em;\n ", "\n ", "\n ", " {\n font-size: ", ";\n }\n"], ["\n font-size: ", ";\n line-height: 1.6em;\n ", "\n ", "\n ", " {\n font-size: ", ";\n }\n"])), function (_a) {
173
173
  var theme = _a.theme;
174
- switch (theme === null || theme === void 0 ? void 0 : theme._lang) {
174
+ switch (theme === null || theme === void 0 ? void 0 : theme.lang) {
175
175
  case 'hi':
176
176
  return "".concat(msW(6), "px");
177
177
  default:
@@ -179,7 +179,7 @@ var SERIF_5_6 = (0, styled_components_1.css)(templateObject_14 || (templateObjec
179
179
  }
180
180
  }, fontCss, serif, (0, mixins_1.mediaQuery)('md'), function (_a) {
181
181
  var theme = _a.theme;
182
- switch (theme === null || theme === void 0 ? void 0 : theme._lang) {
182
+ switch (theme === null || theme === void 0 ? void 0 : theme.lang) {
183
183
  case 'hi':
184
184
  return "".concat(msW(7), "px");
185
185
  default:
@@ -188,7 +188,7 @@ var SERIF_5_6 = (0, styled_components_1.css)(templateObject_14 || (templateObjec
188
188
  });
189
189
  var SERIF_6_7 = (0, styled_components_1.css)(templateObject_15 || (templateObject_15 = __makeTemplateObject(["\n font-size: ", ";\n line-height: 1.6em;\n ", "\n ", "\n ", " {\n font-size: ", ";\n }\n"], ["\n font-size: ", ";\n line-height: 1.6em;\n ", "\n ", "\n ", " {\n font-size: ", ";\n }\n"])), function (_a) {
190
190
  var theme = _a.theme;
191
- switch (theme === null || theme === void 0 ? void 0 : theme._lang) {
191
+ switch (theme === null || theme === void 0 ? void 0 : theme.lang) {
192
192
  case 'hi':
193
193
  return "".concat(msW(7), "px");
194
194
  default:
@@ -196,7 +196,7 @@ var SERIF_6_7 = (0, styled_components_1.css)(templateObject_15 || (templateObjec
196
196
  }
197
197
  }, fontCss, serif, (0, mixins_1.mediaQuery)('md'), function (_a) {
198
198
  var theme = _a.theme;
199
- switch (theme === null || theme === void 0 ? void 0 : theme._lang) {
199
+ switch (theme === null || theme === void 0 ? void 0 : theme.lang) {
200
200
  case 'hi':
201
201
  return "".concat(msW(8), "px");
202
202
  default:
@@ -205,7 +205,7 @@ var SERIF_6_7 = (0, styled_components_1.css)(templateObject_15 || (templateObjec
205
205
  });
206
206
  var SERIF_7_8 = (0, styled_components_1.css)(templateObject_16 || (templateObject_16 = __makeTemplateObject(["\n font-size: ", ";\n line-height: 1.6em;\n ", "\n ", "\n ", " {\n font-size: ", ";\n }\n"], ["\n font-size: ", ";\n line-height: 1.6em;\n ", "\n ", "\n ", " {\n font-size: ", ";\n }\n"])), function (_a) {
207
207
  var theme = _a.theme;
208
- switch (theme === null || theme === void 0 ? void 0 : theme._lang) {
208
+ switch (theme === null || theme === void 0 ? void 0 : theme.lang) {
209
209
  case 'hi':
210
210
  return "".concat(msW(8), "px");
211
211
  default:
@@ -213,7 +213,7 @@ var SERIF_7_8 = (0, styled_components_1.css)(templateObject_16 || (templateObjec
213
213
  }
214
214
  }, fontCss, serif, (0, mixins_1.mediaQuery)('md'), function (_a) {
215
215
  var theme = _a.theme;
216
- switch (theme === null || theme === void 0 ? void 0 : theme._lang) {
216
+ switch (theme === null || theme === void 0 ? void 0 : theme.lang) {
217
217
  case 'hi':
218
218
  return "".concat(msW(9), "px");
219
219
  default:
@@ -222,7 +222,7 @@ var SERIF_7_8 = (0, styled_components_1.css)(templateObject_16 || (templateObjec
222
222
  });
223
223
  var SERIF_9_10 = (0, styled_components_1.css)(templateObject_17 || (templateObject_17 = __makeTemplateObject(["\n font-size: ", ";\n line-height: 1.5em;\n ", "\n ", "\n ", " {\n font-size: ", ";\n }\n"], ["\n font-size: ", ";\n line-height: 1.5em;\n ", "\n ", "\n ", " {\n font-size: ", ";\n }\n"])), function (_a) {
224
224
  var theme = _a.theme;
225
- switch (theme === null || theme === void 0 ? void 0 : theme._lang) {
225
+ switch (theme === null || theme === void 0 ? void 0 : theme.lang) {
226
226
  case 'hi':
227
227
  return "".concat(msW(10), "px");
228
228
  default:
@@ -230,7 +230,7 @@ var SERIF_9_10 = (0, styled_components_1.css)(templateObject_17 || (templateObje
230
230
  }
231
231
  }, fontCss, serif, (0, mixins_1.mediaQuery)('md'), function (_a) {
232
232
  var theme = _a.theme;
233
- switch (theme === null || theme === void 0 ? void 0 : theme._lang) {
233
+ switch (theme === null || theme === void 0 ? void 0 : theme.lang) {
234
234
  case 'hi':
235
235
  return "".concat(msW(11), "px");
236
236
  default:
@@ -239,10 +239,10 @@ var SERIF_9_10 = (0, styled_components_1.css)(templateObject_17 || (templateObje
239
239
  });
240
240
  var LABEL = (0, styled_components_1.css)(templateObject_18 || (templateObject_18 = __makeTemplateObject(["\n letter-spacing: ", "em;\n font-size: ", ";\n color: ", ";\n line-height: 1.6em;\n font-weight: 600;\n text-transform: uppercase;\n ", "\n"], ["\n letter-spacing: ", "em;\n font-size: ", ";\n color: ", ";\n line-height: 1.6em;\n font-weight: 600;\n text-transform: uppercase;\n ", "\n"])), function (_a) {
241
241
  var theme = _a.theme;
242
- return ((theme === null || theme === void 0 ? void 0 : theme._lang) === 'hi' ? 0 : 0.1);
242
+ return ((theme === null || theme === void 0 ? void 0 : theme.lang) === 'hi' ? 0 : 0.1);
243
243
  }, function (_a) {
244
244
  var theme = _a.theme;
245
- switch (theme === null || theme === void 0 ? void 0 : theme._lang) {
245
+ switch (theme === null || theme === void 0 ? void 0 : theme.lang) {
246
246
  case 'hi':
247
247
  return "".concat(msW(2), "px");
248
248
  default:
@@ -253,8 +253,8 @@ var LABEL = (0, styled_components_1.css)(templateObject_18 || (templateObject_18
253
253
  return (invert ? white : color);
254
254
  }, sansSerif);
255
255
  var BLOCKQUOTE = (0, styled_components_1.css)(templateObject_19 || (templateObject_19 = __makeTemplateObject(["\n padding: 1.5rem;\n border-left: 4px solid\n ", ";\n ", ";\n font-style: italic;\n color: ", ";\n margin-inline-start: 25px;\n margin-inline-end: 25px;\n"], ["\n padding: 1.5rem;\n border-left: 4px solid\n ", ";\n ", ";\n font-style: italic;\n color: ", ";\n margin-inline-start: 25px;\n margin-inline-end: 25px;\n"])), function (_a) {
256
- var invert = _a.invert, _colors = _a.theme._colors;
257
- return invert ? greyColor40 : (0, utilsOolib_1.getPrimaryColor100)(_colors);
256
+ var invert = _a.invert, colors = _a.theme.colors;
257
+ return invert ? greyColor40 : (0, utilsOolib_1.getPrimaryColor100)(colors);
258
258
  }, SERIF_4_5, greyColor80);
259
259
  exports.typo = {
260
260
  serif: serif,
@@ -1,5 +1,5 @@
1
1
  export function useLocale(): (text: any) => any;
2
- export function getPrimaryColor10(_colors: any): any;
3
- export function getPrimaryColor40(_colors: any): any;
4
- export function getPrimaryColor100(_colors: any): any;
5
- export function getPrimaryColorText(_colors: any): any;
2
+ export function getPrimaryColor10(colors: any): any;
3
+ export function getPrimaryColor40(colors: any): any;
4
+ export function getPrimaryColor100(colors: any): any;
5
+ export function getPrimaryColorText(colors: any): any;
@@ -13,26 +13,26 @@ var primaryColor10 = colors_1.colors.primaryColor10, primaryColor40 = colors_1.c
13
13
  var useLocale = function () {
14
14
  var currentTheme = (0, styled_components_1.useTheme)();
15
15
  var localize = function (text) {
16
- return (currentTheme === null || currentTheme === void 0 ? void 0 : currentTheme._localize)
17
- ? currentTheme._localize(text)
16
+ return (currentTheme === null || currentTheme === void 0 ? void 0 : currentTheme.localize)
17
+ ? currentTheme.localize(text)
18
18
  : text;
19
19
  };
20
20
  return localize;
21
21
  };
22
22
  exports.useLocale = useLocale;
23
- var getPrimaryColor10 = function (_colors) {
24
- return (_colors === null || _colors === void 0 ? void 0 : _colors.primaryColor10) || primaryColor10;
23
+ var getPrimaryColor10 = function (colors) {
24
+ return (colors === null || colors === void 0 ? void 0 : colors.primaryColor10) || primaryColor10;
25
25
  };
26
26
  exports.getPrimaryColor10 = getPrimaryColor10;
27
- var getPrimaryColor40 = function (_colors) {
28
- return (_colors === null || _colors === void 0 ? void 0 : _colors.primaryColor40) || primaryColor40;
27
+ var getPrimaryColor40 = function (colors) {
28
+ return (colors === null || colors === void 0 ? void 0 : colors.primaryColor40) || primaryColor40;
29
29
  };
30
30
  exports.getPrimaryColor40 = getPrimaryColor40;
31
- var getPrimaryColor100 = function (_colors) {
32
- return (_colors === null || _colors === void 0 ? void 0 : _colors.primaryColor100) || primaryColor100;
31
+ var getPrimaryColor100 = function (colors) {
32
+ return (colors === null || colors === void 0 ? void 0 : colors.primaryColor100) || primaryColor100;
33
33
  };
34
34
  exports.getPrimaryColor100 = getPrimaryColor100;
35
- var getPrimaryColorText = function (_colors) {
36
- return (_colors === null || _colors === void 0 ? void 0 : _colors.primaryColorText) || primaryColorText;
35
+ var getPrimaryColorText = function (colors) {
36
+ return (colors === null || colors === void 0 ? void 0 : colors.primaryColorText) || primaryColorText;
37
37
  };
38
38
  exports.getPrimaryColorText = getPrimaryColorText;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.11.1",
3
+ "version": "2.11.4",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -41,19 +41,18 @@
41
41
  "chromatic": "^6.1.0",
42
42
  "copyfiles": "^2.4.1",
43
43
  "cz-conventional-changelog": "^3.3.0",
44
- "mdx-embed": "0.0.22",
45
- "postcss-flexbugs-fixes": "^5.0.2",
46
44
  "react": "^17.0.2",
47
45
  "react-dom": "^17.0.2",
48
46
  "react-json-view": "^1.21.3",
47
+ "react-router-dom": "^5.1.2",
49
48
  "semantic-release": "^18.0.0",
50
49
  "styled-components": "^5.3.1",
51
- "webpack": "^5.58.1",
52
- "webpack-cli": "^4.8.0"
50
+ "mdx-embed": "^1.0.0"
53
51
  },
54
52
  "peerDependencies": {
55
53
  "react": "^17.0.2",
56
- "react-dom": "^17.0.2"
54
+ "react-dom": "^17.0.2",
55
+ "react-router-dom": "^5.1.2"
57
56
  },
58
57
  "config": {
59
58
  "commitizen": {
@@ -69,7 +68,6 @@
69
68
  "draftjs-conductor": "^2.2.0",
70
69
  "immutable": "^3.7.6",
71
70
  "modularscale-js": "^3.0.1",
72
- "phosphor-react": "^1.3.1",
73
- "react-router-dom": "^5.1.2"
71
+ "phosphor-react": "^1.3.1"
74
72
  }
75
73
  }