oolib 2.220.2 → 2.222.0

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.
@@ -79,3 +79,15 @@ export declare const FolderSolid: ({ fill, ...props }: {
79
79
  [x: string]: any;
80
80
  fill?: string;
81
81
  }) => React.JSX.Element;
82
+ export declare const Comma: ({ size, props }: {
83
+ size?: number;
84
+ props: any;
85
+ }) => React.JSX.Element;
86
+ export declare const Semicolon: ({ size, props }: {
87
+ size?: number;
88
+ props: any;
89
+ }) => React.JSX.Element;
90
+ export declare const Slash: ({ size, props }: {
91
+ size?: number;
92
+ props: any;
93
+ }) => React.JSX.Element;
@@ -26,7 +26,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
26
26
  };
27
27
  Object.defineProperty(exports, "__esModule", { value: true });
28
28
  exports.UKFlag = exports.MalaysiaFlag = exports.ColombiaFlag = exports.BrazilFlag = exports.AudioEmbedIcon = exports.VideoEmbedIcon = exports.Attachment2 = exports.PDFIcon = exports.RichFormatToolOrderedList = exports.RichFormatToolUnorderedList = exports.RichFormatToolH2 = exports.RichFormatToolBlockquote = exports.LinkIcon = exports.UnderlineBtn = exports.ItalicBtn = exports.BoldBtn = exports.SettingsSM = exports.Close_S = exports.UploadImage = exports.KebabMenu = exports.Website_solid_SM = exports.Phone_solid_SM = exports.Mail_solid_SM = exports.Youtube_solid_SM = exports.Instagram_solid_SM = exports.Twitter_solid_SM = exports.Linkedin_solid_SM = exports.Facebook_solid_SM = exports.EditSM = exports.AddXS = exports.UploadSM = exports.Download = exports.Download__nofill = exports.Index = exports.Person14 = exports.Location14 = exports.ModalBulbIcon = exports.SenegalFlag = exports.KenyaFlag = exports.NigeriaFlag = exports.IndiaFlag = exports.BadgeVetted = exports.BadgeMod = exports.BadgeSuperAdmin = exports.BadgeAdmin = exports.OkeGoogleIcon = exports.LetterH = exports.LanguageIcon = exports.MultipleImages = exports.IndexIcon = void 0;
29
- exports.FolderSolid = exports.TagsSolid = exports.WarningDiamond = exports.Reactions = exports.Like = exports.Learning = exports.Inspiring = exports.Celebrate = exports.ArgentinaFlag = exports.Stars = exports.SpainFlag = exports.PakistanFlag = exports.ChileFlag = exports.IndonesiaFlag = exports.USAFlag = void 0;
29
+ exports.Slash = exports.Semicolon = exports.Comma = exports.FolderSolid = exports.TagsSolid = exports.WarningDiamond = exports.Reactions = exports.Like = exports.Learning = exports.Inspiring = exports.Celebrate = exports.ArgentinaFlag = exports.Stars = exports.SpainFlag = exports.PakistanFlag = exports.ChileFlag = exports.IndonesiaFlag = exports.USAFlag = void 0;
30
30
  var react_1 = __importDefault(require("react"));
31
31
  var themes_1 = require("../../themes");
32
32
  var DisplayIcon_1 = require("../../utils/comps/DisplayIcon");
@@ -529,3 +529,21 @@ var FolderSolid = function (_a) {
529
529
  react_1.default.createElement("path", { fill: "#000000CC", fillOpacity: "0.8", d: "M16.875 5.625h-6.666L8.04 4a1.26 1.26 0 0 0-.75-.25H3.125A1.25 1.25 0 0 0 1.875 5v10.625a1.25 1.25 0 0 0 1.25 1.25h13.82a1.18 1.18 0 0 0 1.18-1.18v-8.82a1.25 1.25 0 0 0-1.25-1.25m0 10H3.125V5h4.166l2.334 1.75c.108.081.24.125.375.125h6.875z" })));
530
530
  };
531
531
  exports.FolderSolid = FolderSolid;
532
+ var Comma = function (_a) {
533
+ var _b = _a.size, size = _b === void 0 ? 16 : _b, props = _a.props;
534
+ return (react_1.default.createElement("svg", __assign({ width: size, height: size, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
535
+ react_1.default.createElement("path", { d: "M7.62988 2C10.1874 2 12.2607 4.07334 12.2607 6.63086C12.2607 7.6731 11.9161 8.63435 11.335 9.4082L11.3359 9.40918L7.61816 15L5.85742 14.707L7.45508 11.2568C4.97882 11.1647 3.00003 9.12964 3 6.63086C3 4.0735 5.07258 2.00025 7.62988 2Z", fill: "black", fillOpacity: 0.8 })));
536
+ };
537
+ exports.Comma = Comma;
538
+ var Semicolon = function (_a) {
539
+ var _b = _a.size, size = _b === void 0 ? 16 : _b, props = _a.props;
540
+ return (react_1.default.createElement("svg", __assign({ width: size, height: size, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
541
+ react_1.default.createElement("path", { d: "M7.50977 7C8.89595 7 10.0203 8.12363 10.0205 9.50977C10.0205 10.1514 9.77696 10.7349 9.38086 11.1787L6.70703 14.8418L5.57031 14.5664L6.93555 11.9512C5.82648 11.6911 5 10.6981 5 9.50977C5.0002 8.12375 6.12375 7.0002 7.50977 7ZM7.5 1C8.88071 1 10 2.11929 10 3.5C10 4.88071 8.88071 6 7.5 6C6.11929 6 5 4.88071 5 3.5C5 2.11929 6.11929 1 7.5 1Z", fill: "black", fillOpacity: 0.8 })));
542
+ };
543
+ exports.Semicolon = Semicolon;
544
+ var Slash = function (_a) {
545
+ var _b = _a.size, size = _b === void 0 ? 16 : _b, props = _a.props;
546
+ return (react_1.default.createElement("svg", __assign({ width: size, height: size, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
547
+ react_1.default.createElement("path", { d: "M9.33333 2H12L6.66667 14H4L9.33333 2Z", fill: "black", fillOpacity: 0.8 })));
548
+ };
549
+ exports.Slash = Slash;
@@ -1,6 +1,7 @@
1
1
  export namespace icons {
2
2
  export { PencilSimple };
3
3
  export { PencilLine };
4
+ export { PencilSimpleLine };
4
5
  export { Plus };
5
6
  export { Lightbulb };
6
7
  export { Tag };
@@ -149,6 +150,7 @@ export namespace icons {
149
150
  export { Power };
150
151
  export { ListChecks };
151
152
  export { ArrowElbowDownLeft };
153
+ export { CaretUpDown };
152
154
  export { OkeGoogleIcon };
153
155
  export { LetterH };
154
156
  export { IndexIcon };
@@ -214,9 +216,13 @@ export namespace icons {
214
216
  export { WarningDiamond };
215
217
  export { TagsSolid };
216
218
  export { FolderSolid };
219
+ export { Comma };
220
+ export { Semicolon };
221
+ export { Slash };
217
222
  }
218
223
  import { PencilSimpleIcon as PencilSimple } from '@phosphor-icons/react';
219
224
  import { PencilLineIcon as PencilLine } from '@phosphor-icons/react';
225
+ import { PencilSimpleLineIcon as PencilSimpleLine } from '@phosphor-icons/react';
220
226
  import { PlusIcon as Plus } from '@phosphor-icons/react';
221
227
  import { LightbulbIcon as Lightbulb } from '@phosphor-icons/react';
222
228
  import { TagIcon as Tag } from '@phosphor-icons/react';
@@ -365,6 +371,7 @@ import { UsersIcon as Users } from '@phosphor-icons/react';
365
371
  import { PowerIcon as Power } from '@phosphor-icons/react';
366
372
  import { ListChecksIcon as ListChecks } from '@phosphor-icons/react';
367
373
  import { ArrowElbowDownLeftIcon as ArrowElbowDownLeft } from '@phosphor-icons/react';
374
+ import { CaretUpDownIcon as CaretUpDown } from '@phosphor-icons/react';
368
375
  import { OkeGoogleIcon } from "./custom";
369
376
  import { LetterH } from "./custom";
370
377
  import { IndexIcon } from "./custom";
@@ -430,3 +437,6 @@ import { Reactions } from "./custom";
430
437
  import { WarningDiamond } from "./custom";
431
438
  import { TagsSolid } from "./custom";
432
439
  import { FolderSolid } from "./custom";
440
+ import { Comma } from "./custom";
441
+ import { Semicolon } from "./custom";
442
+ import { Slash } from "./custom";
@@ -6,6 +6,7 @@ var custom_1 = require("./custom");
6
6
  exports.icons = {
7
7
  PencilSimple: react_1.PencilSimpleIcon,
8
8
  PencilLine: react_1.PencilLineIcon,
9
+ PencilSimpleLine: react_1.PencilSimpleLineIcon,
9
10
  Plus: react_1.PlusIcon,
10
11
  Lightbulb: react_1.LightbulbIcon,
11
12
  Tag: react_1.TagIcon,
@@ -154,6 +155,7 @@ exports.icons = {
154
155
  Power: react_1.PowerIcon,
155
156
  ListChecks: react_1.ListChecksIcon,
156
157
  ArrowElbowDownLeft: react_1.ArrowElbowDownLeftIcon,
158
+ CaretUpDown: react_1.CaretUpDownIcon,
157
159
  //custom icons
158
160
  OkeGoogleIcon: custom_1.OkeGoogleIcon,
159
161
  LetterH: custom_1.LetterH,
@@ -219,5 +221,8 @@ exports.icons = {
219
221
  Reactions: custom_1.Reactions,
220
222
  WarningDiamond: custom_1.WarningDiamond,
221
223
  TagsSolid: custom_1.TagsSolid,
222
- FolderSolid: custom_1.FolderSolid
224
+ FolderSolid: custom_1.FolderSolid,
225
+ Comma: custom_1.Comma,
226
+ Semicolon: custom_1.Semicolon,
227
+ Slash: custom_1.Slash,
223
228
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.220.2",
3
+ "version": "2.222.0",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",