oolib 2.215.1 → 2.215.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.
|
@@ -446,7 +446,7 @@ var SpainFlag = function (props) {
|
|
|
446
446
|
exports.SpainFlag = SpainFlag;
|
|
447
447
|
var Stars = function (props) {
|
|
448
448
|
return (react_1.default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 22 22", width: props.size || 30, height: props.size || 30, fill: "none" },
|
|
449
|
-
react_1.default.createElement("path", { fill: "#000", d: "M17.027 11.35 12.19 9.562l-1.78-4.84a1.493 1.493 0 0 0-2.802 0l-1.793 4.84-4.84 1.78a1.492 1.492 0 0 0 0 2.802l4.84 1.793 1.782 4.839a1.493 1.493 0 0 0 2.8 0l1.793-4.84 4.84-1.78a1.492 1.492 0 0 0 0-2.802l-.004-.006Zm-5.68 3.296a.75.75 0 0 0-.444.444l-1.9 5.146-1.895-5.142a.75.75 0 0 0-.448-.448L1.518 12.75l5.142-1.896a.75.75 0 0 0 .448-.448l1.896-5.142 1.895 5.142a.75.75 0 0 0 .445.445l5.146 1.899-5.142 1.896ZM12.005 3a.75.75 0 0 1 .75-.75h1.5V.75a.75.75 0 1 1 1.5 0v1.5h1.5a.75.75 0 1 1 0 1.5h-1.5v1.5a.75.75 0 1 1-1.5 0v-1.5h-1.5a.75.75 0 0 1-.75-.75Zm9.75 4.5a.75.75 0 0 1-.75.75h-.75V9a.75.75 0 1 1-1.5 0v-.75h-.75a.75.75 0 1 1 0-1.5h.75V6a.75.75 0 1 1 1.5 0v.75h.75a.75.75 0 0 1 .75.75Z" })));
|
|
449
|
+
react_1.default.createElement("path", { fill: props.fill || "#000", d: "M17.027 11.35 12.19 9.562l-1.78-4.84a1.493 1.493 0 0 0-2.802 0l-1.793 4.84-4.84 1.78a1.492 1.492 0 0 0 0 2.802l4.84 1.793 1.782 4.839a1.493 1.493 0 0 0 2.8 0l1.793-4.84 4.84-1.78a1.492 1.492 0 0 0 0-2.802l-.004-.006Zm-5.68 3.296a.75.75 0 0 0-.444.444l-1.9 5.146-1.895-5.142a.75.75 0 0 0-.448-.448L1.518 12.75l5.142-1.896a.75.75 0 0 0 .448-.448l1.896-5.142 1.895 5.142a.75.75 0 0 0 .445.445l5.146 1.899-5.142 1.896ZM12.005 3a.75.75 0 0 1 .75-.75h1.5V.75a.75.75 0 1 1 1.5 0v1.5h1.5a.75.75 0 1 1 0 1.5h-1.5v1.5a.75.75 0 1 1-1.5 0v-1.5h-1.5a.75.75 0 0 1-.75-.75Zm9.75 4.5a.75.75 0 0 1-.75.75h-.75V9a.75.75 0 1 1-1.5 0v-.75h-.75a.75.75 0 1 1 0-1.5h.75V6a.75.75 0 1 1 1.5 0v.75h.75a.75.75 0 0 1 .75.75Z" })));
|
|
450
450
|
};
|
|
451
451
|
exports.Stars = Stars;
|
|
452
452
|
var ArgentinaFlag = function (props) {
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ export namespace icons {
|
|
|
51
51
|
export { Wrench };
|
|
52
52
|
export { CheckSquare };
|
|
53
53
|
export { CheckSquareOffset };
|
|
54
|
+
export { RadioButton };
|
|
54
55
|
export { Cards };
|
|
55
56
|
export { SignOut };
|
|
56
57
|
export { Swap };
|
|
@@ -104,6 +105,7 @@ export namespace icons {
|
|
|
104
105
|
export { LightbulbFilament };
|
|
105
106
|
export { Keyboard };
|
|
106
107
|
export { TextAa };
|
|
108
|
+
export { TextT };
|
|
107
109
|
export { ThumbsUp };
|
|
108
110
|
export { ChatText };
|
|
109
111
|
export { SlackLogo };
|
|
@@ -138,6 +140,7 @@ export namespace icons {
|
|
|
138
140
|
export { Stack };
|
|
139
141
|
export { Sparkle };
|
|
140
142
|
export { Chat };
|
|
143
|
+
export { Numpad };
|
|
141
144
|
export { OkeGoogleIcon };
|
|
142
145
|
export { LetterH };
|
|
143
146
|
export { IndexIcon };
|
|
@@ -256,6 +259,7 @@ import { GearSixIcon as GearSix } from '@phosphor-icons/react';
|
|
|
256
259
|
import { WrenchIcon as Wrench } from '@phosphor-icons/react';
|
|
257
260
|
import { CheckSquareIcon as CheckSquare } from '@phosphor-icons/react';
|
|
258
261
|
import { CheckSquareOffsetIcon as CheckSquareOffset } from '@phosphor-icons/react';
|
|
262
|
+
import { RadioButtonIcon as RadioButton } from '@phosphor-icons/react';
|
|
259
263
|
import { CardsIcon as Cards } from '@phosphor-icons/react';
|
|
260
264
|
import { SignOutIcon as SignOut } from '@phosphor-icons/react';
|
|
261
265
|
import { SwapIcon as Swap } from '@phosphor-icons/react';
|
|
@@ -309,6 +313,7 @@ import { BinocularsIcon as Binoculars } from '@phosphor-icons/react';
|
|
|
309
313
|
import { LightbulbFilamentIcon as LightbulbFilament } from '@phosphor-icons/react';
|
|
310
314
|
import { KeyboardIcon as Keyboard } from '@phosphor-icons/react';
|
|
311
315
|
import { TextAaIcon as TextAa } from '@phosphor-icons/react';
|
|
316
|
+
import { TextTIcon as TextT } from '@phosphor-icons/react';
|
|
312
317
|
import { ThumbsUpIcon as ThumbsUp } from '@phosphor-icons/react';
|
|
313
318
|
import { ChatTextIcon as ChatText } from '@phosphor-icons/react';
|
|
314
319
|
import { SlackLogoIcon as SlackLogo } from '@phosphor-icons/react';
|
|
@@ -343,6 +348,7 @@ import { SlidersHorizontalIcon as SlidersHorizontal } from '@phosphor-icons/reac
|
|
|
343
348
|
import { StackIcon as Stack } from '@phosphor-icons/react';
|
|
344
349
|
import { SparkleIcon as Sparkle } from '@phosphor-icons/react';
|
|
345
350
|
import { ChatIcon as Chat } from '@phosphor-icons/react';
|
|
351
|
+
import { NumpadIcon as Numpad } from '@phosphor-icons/react';
|
|
346
352
|
import { OkeGoogleIcon } from "./custom";
|
|
347
353
|
import { LetterH } from "./custom";
|
|
348
354
|
import { IndexIcon } from "./custom";
|
package/dist/icons/index.js
CHANGED
|
@@ -56,6 +56,7 @@ exports.icons = {
|
|
|
56
56
|
Wrench: react_1.WrenchIcon,
|
|
57
57
|
CheckSquare: react_1.CheckSquareIcon,
|
|
58
58
|
CheckSquareOffset: react_1.CheckSquareOffsetIcon,
|
|
59
|
+
RadioButton: react_1.RadioButtonIcon,
|
|
59
60
|
Cards: react_1.CardsIcon,
|
|
60
61
|
SignOut: react_1.SignOutIcon,
|
|
61
62
|
Swap: react_1.SwapIcon,
|
|
@@ -109,6 +110,7 @@ exports.icons = {
|
|
|
109
110
|
LightbulbFilament: react_1.LightbulbFilamentIcon,
|
|
110
111
|
Keyboard: react_1.KeyboardIcon,
|
|
111
112
|
TextAa: react_1.TextAaIcon,
|
|
113
|
+
TextT: react_1.TextTIcon,
|
|
112
114
|
ThumbsUp: react_1.ThumbsUpIcon,
|
|
113
115
|
ChatText: react_1.ChatTextIcon,
|
|
114
116
|
SlackLogo: react_1.SlackLogoIcon,
|
|
@@ -143,6 +145,7 @@ exports.icons = {
|
|
|
143
145
|
Stack: react_1.StackIcon,
|
|
144
146
|
Sparkle: react_1.SparkleIcon,
|
|
145
147
|
Chat: react_1.ChatIcon,
|
|
148
|
+
Numpad: react_1.NumpadIcon,
|
|
146
149
|
//custom icons
|
|
147
150
|
OkeGoogleIcon: custom_1.OkeGoogleIcon,
|
|
148
151
|
LetterH: custom_1.LetterH,
|
|
@@ -27,6 +27,7 @@ var SelectDropdown = function (_a) {
|
|
|
27
27
|
value: value,
|
|
28
28
|
isTagsStyle: false,
|
|
29
29
|
});
|
|
30
|
+
console.log({ selectConfig: selectConfig, value: value });
|
|
30
31
|
var showElem = function (elem) {
|
|
31
32
|
if (selectConfig === "all")
|
|
32
33
|
return true;
|
|
@@ -37,7 +38,7 @@ var SelectDropdown = function (_a) {
|
|
|
37
38
|
var genSelectComp = function () { return (react_1.default.createElement(styled_1.StyledSelectWrapper, { tabIndex: 0, S: S, isPlaceholder: (Array.isArray(value) && (value === null || value === void 0 ? void 0 : value.length) < 1) || !value, disabled: disabled, style: selectStyleOverride, variant: variant, showOptions: showOptions, className: "StyledSelectWrapper_styleOverrideHandle" },
|
|
38
39
|
react_1.default.createElement("div", { style: { display: "flex", gap: "1rem", alignItems: "center", zIndex: 1, padding: S ? "0.4rem 0" : "1rem 0" } },
|
|
39
40
|
showElem('color') && (0, genColor_1.genColor)({ color: value === null || value === void 0 ? void 0 : value.color }),
|
|
40
|
-
showElem("icon") && (0, genIcon_1.genIcon)({ icon: value === null || value === void 0 ? void 0 : value.icon, S: S }),
|
|
41
|
+
showElem("icon") && (0, genIcon_1.genIcon)({ icon: value === null || value === void 0 ? void 0 : value.icon, S: S, weight: value === null || value === void 0 ? void 0 : value.iconWeight }),
|
|
41
42
|
showElem("display") && (react_1.default.createElement(TypoComp
|
|
42
43
|
// semibold={
|
|
43
44
|
// dropdownSelectText.desc && showElem("desc") ? true : undefined
|
|
@@ -30,11 +30,13 @@ export declare const colors: {
|
|
|
30
30
|
blue: string;
|
|
31
31
|
yellowBG: string;
|
|
32
32
|
yellowStroke: string;
|
|
33
|
+
bronze: string;
|
|
33
34
|
success: string;
|
|
34
35
|
error: string;
|
|
35
36
|
hintHover: string;
|
|
36
37
|
hint: string;
|
|
37
38
|
purple: string;
|
|
39
|
+
purple8: string;
|
|
38
40
|
shadowDefault: string;
|
|
39
41
|
shadowHover: string;
|
|
40
42
|
green: string;
|
package/dist/v2/themes/colors.js
CHANGED
|
@@ -33,10 +33,12 @@ var blue = "#2F55FF";
|
|
|
33
33
|
var yellow = "#DA9A0F";
|
|
34
34
|
var yellowBG = "#FFF7DC";
|
|
35
35
|
var yellowStroke = "#FFE09A";
|
|
36
|
+
var bronze = "#B27120";
|
|
36
37
|
var redBG = "#FFE3E3";
|
|
37
38
|
var red = "#800";
|
|
38
39
|
// const green = "#159300";
|
|
39
|
-
var purple = "#
|
|
40
|
+
var purple = "#8E13E9";
|
|
41
|
+
var purple8 = "#8E13E914";
|
|
40
42
|
var error = "#C41717";
|
|
41
43
|
var success = "#53AC00";
|
|
42
44
|
var shadowDefault = "#0000000f";
|
|
@@ -96,11 +98,13 @@ exports.colors = {
|
|
|
96
98
|
blue: blue,
|
|
97
99
|
yellowBG: yellowBG,
|
|
98
100
|
yellowStroke: yellowStroke,
|
|
101
|
+
bronze: bronze,
|
|
99
102
|
success: success,
|
|
100
103
|
error: error,
|
|
101
104
|
hintHover: hintHover,
|
|
102
105
|
hint: hint,
|
|
103
106
|
purple: purple,
|
|
107
|
+
purple8: purple8,
|
|
104
108
|
shadowDefault: shadowDefault,
|
|
105
109
|
shadowHover: shadowHover,
|
|
106
110
|
green: green,
|