@wishket/design-system 3.3.1 → 3.4.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.
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { ServiceLogoPartProps } from '../ServiceLogo.types';
3
+ declare const RiseErpSymbol: React.FC<ServiceLogoPartProps>;
4
+ export { RiseErpSymbol };
@@ -0,0 +1,3 @@
1
+ import{jsxs as e,jsx as t}from"react/jsx-runtime";import"react";const i=({className:i})=>/*#__PURE__*/e("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",className:i,"data-testid":"design-system-logo--rise-erp-symbol",children:[
2
+ /*#__PURE__*/t("rect",{x:"2",y:"2",width:"20",height:"20",rx:"3.75",fill:"#0A1120"}),
3
+ /*#__PURE__*/t("polyline",{points:"7,15.75 12,8.25 17,15.75",stroke:"#F59E0B",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round"})]});export{i as RiseErpSymbol};
@@ -6,3 +6,4 @@ export { YozmITSymbol } from './YozmITSymbol';
6
6
  export { YozmITText } from './YozmITText';
7
7
  export { JobsSymbol } from './JobsSymbol';
8
8
  export { AIDPSymbol } from './AIDPSymbol';
9
+ export { RiseErpSymbol } from './RiseErpSymbol';
@@ -1 +1 @@
1
- import{WishketSymbolText as o}from"./Icons/WishketSymbolText.js";import{WishketSymbol as m}from"./Icons/WishketSymbol.js";import{WishketText as s}from"./Icons/WishketText.js";import{YozmITSymbolText as t}from"./Icons/YozmITSymbolText.js";import{YozmITSymbol as r}from"./Icons/YozmITSymbol.js";import{YozmITText as e}from"./Icons/YozmITText.js";import{JobsSymbol as i}from"./Icons/JobsSymbol.js";import{AIDPSymbol as y}from"./Icons/AIDPSymbol.js";const I=new Map([["wishket_symbol",m],["wishket_symbol_text",o],["wishket_text",s],["yozmIT_symbol",r],["yozmIT_symbol_text",t],["yozmIT_text",e],["jobs_symbol",i],["aidp_symbol",y]]);export{I as LogoMap};
1
+ import{WishketSymbolText as o}from"./Icons/WishketSymbolText.js";import{WishketSymbol as m}from"./Icons/WishketSymbol.js";import{WishketText as s}from"./Icons/WishketText.js";import{YozmITSymbolText as t}from"./Icons/YozmITSymbolText.js";import{YozmITSymbol as r}from"./Icons/YozmITSymbol.js";import{YozmITText as e}from"./Icons/YozmITText.js";import{JobsSymbol as i}from"./Icons/JobsSymbol.js";import{AIDPSymbol as y}from"./Icons/AIDPSymbol.js";import{RiseErpSymbol as b}from"./Icons/RiseErpSymbol.js";const I=new Map([["wishket_symbol",m],["wishket_symbol_text",o],["wishket_text",s],["yozmIT_symbol",r],["yozmIT_symbol_text",t],["yozmIT_text",e],["jobs_symbol",i],["aidp_symbol",y],["rise_erp_symbol",b]]);export{I as LogoMap};
@@ -1,4 +1,4 @@
1
- export type ServiceLogoNames = 'wishket_symbol' | 'wishket_symbol_text' | 'wishket_text' | 'yozmIT_symbol' | 'yozmIT_symbol_text' | 'yozmIT_text' | 'jobs_symbol' | 'aidp_symbol';
1
+ export type ServiceLogoNames = 'wishket_symbol' | 'wishket_symbol_text' | 'wishket_text' | 'yozmIT_symbol' | 'yozmIT_symbol_text' | 'yozmIT_text' | 'jobs_symbol' | 'aidp_symbol' | 'rise_erp_symbol';
2
2
  export type ServiceLogoPartProps = {
3
3
  className?: string;
4
4
  variant?: 'default' | 'disabled' | 'bluegray' | 'white';
@@ -0,0 +1,3 @@
1
+ "use strict";var e=require("react/jsx-runtime");require("react");exports.RiseErpSymbol=({className:s})=>/*#__PURE__*/e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",className:s,"data-testid":"design-system-logo--rise-erp-symbol",children:[
2
+ /*#__PURE__*/e.jsx("rect",{x:"2",y:"2",width:"20",height:"20",rx:"3.75",fill:"#0A1120"}),
3
+ /*#__PURE__*/e.jsx("polyline",{points:"7,15.75 12,8.25 17,15.75",stroke:"#F59E0B",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round"})]});
@@ -1 +1 @@
1
- "use strict";var o=require("./Icons/WishketSymbolText.js"),e=require("./Icons/WishketSymbol.js"),s=require("./Icons/WishketText.js"),t=require("./Icons/YozmITSymbolText.js"),m=require("./Icons/YozmITSymbol.js"),b=require("./Icons/YozmITText.js"),y=require("./Icons/JobsSymbol.js"),i=require("./Icons/AIDPSymbol.js");const r=new Map([["wishket_symbol",e.WishketSymbol],["wishket_symbol_text",o.WishketSymbolText],["wishket_text",s.WishketText],["yozmIT_symbol",m.YozmITSymbol],["yozmIT_symbol_text",t.YozmITSymbolText],["yozmIT_text",b.YozmITText],["jobs_symbol",y.JobsSymbol],["aidp_symbol",i.AIDPSymbol]]);exports.LogoMap=r;
1
+ "use strict";var e=require("./Icons/WishketSymbolText.js"),o=require("./Icons/WishketSymbol.js"),s=require("./Icons/WishketText.js"),m=require("./Icons/YozmITSymbolText.js"),t=require("./Icons/YozmITSymbol.js"),r=require("./Icons/YozmITText.js"),b=require("./Icons/JobsSymbol.js"),y=require("./Icons/AIDPSymbol.js"),i=require("./Icons/RiseErpSymbol.js");const l=new Map([["wishket_symbol",o.WishketSymbol],["wishket_symbol_text",e.WishketSymbolText],["wishket_text",s.WishketText],["yozmIT_symbol",t.YozmITSymbol],["yozmIT_symbol_text",m.YozmITSymbolText],["yozmIT_text",r.YozmITText],["jobs_symbol",b.JobsSymbol],["aidp_symbol",y.AIDPSymbol],["rise_erp_symbol",i.RiseErpSymbol]]);exports.LogoMap=l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wishket/design-system",
3
- "version": "3.3.1",
3
+ "version": "3.4.0",
4
4
  "type": "module",
5
5
  "description": "Wishket Design System",
6
6
  "main": "dist/index.js",