New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cryptic-css/core

Package Overview
Dependencies
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cryptic-css/core - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

8

dist/maps.d.ts

@@ -205,4 +205,8 @@ export declare const valueMap: {

};
'list-style': {};
'list-style-type': {};
'list-style': {
n: string;
};
'list-style-type': {
n: string;
};
'background-size': {

@@ -209,0 +213,0 @@ cr: string;

@@ -187,7 +187,9 @@ import mergeDeep from "./utils";

// @ts-ignore
[false]: 'none'
[false]: 'none',
n: 'none'
},
'list-style-type': {
// @ts-ignore
[false]: 'none'
[false]: 'none',
n: 'none'
},

@@ -194,0 +196,0 @@ 'background-size': {

@@ -1,3 +0,3 @@

import { IOptions } from './types'
declare const options: IOptions
import { IOptions } from './types';
declare const options: IOptions;
/**

@@ -14,3 +14,3 @@ * This function will set custom options. It is extending the default options.

*/
export declare const setOptions: (c: IOptions) => void
export default options
export declare const setOptions: (c: IOptions) => void;
export default options;

@@ -1,1 +0,1 @@

export {}
export {};

@@ -8,3 +8,3 @@ /**

*/
export declare const isObject: <T>(obj: T) => boolean
export declare const isObject: <T>(obj: T) => boolean;
/**

@@ -16,2 +16,2 @@ * Performs a deep merge of `source` into `target` keeping references all along.

*/
export default function mergeDeep<T>(target: T, source: Partial<T>): Partial<T>
export default function mergeDeep<T>(target: T, source: Partial<T>): Partial<T>;
{
"name": "@cryptic-css/core",
"version": "0.0.3",
"version": "0.0.4",
"description": "> TODO: description",

@@ -35,3 +35,3 @@ "author": "Viktor Vincze <viktor.vincze@doclerholding.com>",

},
"gitHead": "5802f3d1bd0ce096ec33a985c18cdbbc627dacd0"
"gitHead": "d7cfc611403fbed1df4100d23b6b64e3b297e795"
}

@@ -205,4 +205,8 @@ export declare const valueMap: {

};
'list-style': {};
'list-style-type': {};
'list-style': {
n: string;
};
'list-style-type': {
n: string;
};
'background-size': {

@@ -209,0 +213,0 @@ cr: string;

@@ -190,7 +190,9 @@ import mergeDeep from './utils'

// @ts-ignore
[false]: 'none'
[false]: 'none',
n: 'none'
},
'list-style-type': {
// @ts-ignore
[false]: 'none'
[false]: 'none',
n: 'none'
},

@@ -197,0 +199,0 @@ 'background-size': {

@@ -1,3 +0,3 @@

import { IOptions } from './types'
declare const options: IOptions
import { IOptions } from './types';
declare const options: IOptions;
/**

@@ -14,3 +14,3 @@ * This function will set custom options. It is extending the default options.

*/
export declare const setOptions: (c: IOptions) => void
export default options
export declare const setOptions: (c: IOptions) => void;
export default options;

@@ -1,1 +0,1 @@

export {}
export {};
export declare type TCCSSCoreProp = {
[key: string]: string | number | TCCSSCoreProp | (string | number | TCCSSCoreProp)[] | undefined
}
[key: string]: string | number | TCCSSCoreProp | (string | number | TCCSSCoreProp)[] | undefined;
};
export declare type TNestedInput = {
[key: string]: TNestedInput | string | number
}
export declare type TCSSPropValue = <T>(v: string | string[] | TNestedInput[] | TNestedInput, o?: T) => string
export declare type TCSSSimplePropValue = <T>(v?: T | TNestedInput | string) => T | string | undefined
export declare type TMediaQueryInput = [any | string, string][]
export declare type TMediaQueryFunc = (input: TMediaQueryInput) => string | undefined
[key: string]: TNestedInput | string | number;
};
export declare type TCSSPropValue = <T>(v: string | string[] | TNestedInput[] | TNestedInput, o?: T) => string;
export declare type TCSSSimplePropValue = <T>(v?: T | TNestedInput | string) => T | string | undefined;
export declare type TMediaQueryInput = [any | string, string][];
export declare type TMediaQueryFunc = (input: TMediaQueryInput) => string | undefined;
export interface IOptions extends Partial<any> {
unit: string
applyUnit: (n: number) => string
unit: string;
applyUnit: (n: number) => string;
}

@@ -24,3 +24,3 @@ export default interface ICCSSProps {

*/
a?: TCSSPropValue
a?: TCSSPropValue;
/**

@@ -34,3 +34,3 @@ * @propDocStart

*/
ad?: TCSSPropValue
ad?: TCSSPropValue;
/**

@@ -44,3 +44,3 @@ * @propDocStart

*/
aDir?: TCSSPropValue
aDir?: TCSSPropValue;
/**

@@ -54,3 +54,3 @@ * @propDocStart

*/
aD?: TCSSPropValue
aD?: TCSSPropValue;
/**

@@ -64,3 +64,3 @@ * @propDocStart

*/
afm?: TCSSPropValue
afm?: TCSSPropValue;
/**

@@ -74,3 +74,3 @@ * @propDocStart

*/
aic?: TCSSPropValue
aic?: TCSSPropValue;
/**

@@ -84,3 +84,3 @@ * @propDocStart

*/
an?: TCSSPropValue
an?: TCSSPropValue;
/**

@@ -94,3 +94,3 @@ * @propDocStart

*/
aps?: TCSSPropValue
aps?: TCSSPropValue;
/**

@@ -104,3 +104,3 @@ * @propDocStart

*/
ats?: TCSSPropValue
ats?: TCSSPropValue;
/**

@@ -114,3 +114,3 @@ * @propDocStart

*/
bv?: TCSSPropValue
bv?: TCSSPropValue;
/**

@@ -124,3 +124,3 @@ * @propDocStart

*/
per?: TCSSPropValue
per?: TCSSPropValue;
/**

@@ -134,3 +134,3 @@ * @propDocStart

*/
pero?: TCSSPropValue
pero?: TCSSPropValue;
/**

@@ -144,3 +144,3 @@ * @propDocStart

*/
tf?: TCSSPropValue
tf?: TCSSPropValue;
/**

@@ -154,3 +154,3 @@ * @propDocStart

*/
tfo?: TCSSPropValue
tfo?: TCSSPropValue;
/**

@@ -164,3 +164,3 @@ * @propDocStart

*/
tfs?: TCSSPropValue
tfs?: TCSSPropValue;
/**

@@ -174,3 +174,3 @@ * @propDocStart

*/
tr?: TCSSPropValue
tr?: TCSSPropValue;
/**

@@ -184,3 +184,3 @@ * @propDocStart

*/
trD?: TCSSPropValue
trD?: TCSSPropValue;
/**

@@ -194,3 +194,3 @@ * @propDocStart

*/
trd?: TCSSPropValue
trd?: TCSSPropValue;
/**

@@ -204,3 +204,3 @@ * @propDocStart

*/
trp?: TCSSPropValue
trp?: TCSSPropValue;
/**

@@ -214,3 +214,3 @@ * @propDocStart

*/
trt?: TCSSPropValue
trt?: TCSSPropValue;
/**

@@ -224,3 +224,3 @@ * @propDocStart

*/
fd?: TCSSPropValue
fd?: TCSSPropValue;
/**

@@ -234,3 +234,3 @@ * @propDocStart

*/
fw?: TCSSPropValue
fw?: TCSSPropValue;
/**

@@ -244,3 +244,3 @@ * @propDocStart

*/
fb?: TCSSPropValue
fb?: TCSSPropValue;
/**

@@ -254,3 +254,3 @@ * @propDocStart

*/
ff?: TCSSPropValue
ff?: TCSSPropValue;
/**

@@ -264,3 +264,3 @@ * @propDocStart

*/
fg?: TCSSPropValue
fg?: TCSSPropValue;
/**

@@ -274,3 +274,3 @@ * @propDocStart

*/
fs?: TCSSPropValue
fs?: TCSSPropValue;
/**

@@ -284,3 +284,3 @@ * @propDocStart

*/
ai?: TCSSPropValue
ai?: TCSSPropValue;
/**

@@ -294,3 +294,3 @@ * @propDocStart

*/
ac?: TCSSPropValue
ac?: TCSSPropValue;
/**

@@ -304,3 +304,3 @@ * @propDocStart

*/
ji?: TCSSPropValue
ji?: TCSSPropValue;
/**

@@ -314,3 +314,3 @@ * @propDocStart

*/
jc?: TCSSPropValue
jc?: TCSSPropValue;
/**

@@ -324,3 +324,3 @@ * @propDocStart

*/
aS?: TCSSPropValue
aS?: TCSSPropValue;
/**

@@ -334,3 +334,3 @@ * @propDocStart

*/
jS?: TCSSPropValue
jS?: TCSSPropValue;
/**

@@ -344,3 +344,3 @@ * @propDocStart

*/
ft?: TCSSPropValue
ft?: TCSSPropValue;
/**

@@ -354,3 +354,3 @@ * @propDocStart

*/
ftf?: TCSSPropValue
ftf?: TCSSPropValue;
/**

@@ -364,3 +364,3 @@ * @propDocStart

*/
ftk?: TCSSPropValue
ftk?: TCSSPropValue;
/**

@@ -374,3 +374,3 @@ * @propDocStart

*/
fts?: TCSSPropValue
fts?: TCSSPropValue;
/**

@@ -384,3 +384,3 @@ * @propDocStart

*/
ftStr?: TCSSPropValue
ftStr?: TCSSPropValue;
/**

@@ -394,3 +394,3 @@ * @propDocStart

*/
ftSty?: TCSSPropValue
ftSty?: TCSSPropValue;
/**

@@ -404,3 +404,3 @@ * @propDocStart

*/
ftv?: TCSSPropValue
ftv?: TCSSPropValue;
/**

@@ -414,3 +414,3 @@ * @propDocStart

*/
ftw?: TCSSPropValue
ftw?: TCSSPropValue;
/**

@@ -424,3 +424,3 @@ * @propDocStart

*/
ls?: TCSSPropValue
ls?: TCSSPropValue;
/**

@@ -434,3 +434,3 @@ * @propDocStart

*/
lh?: TCSSPropValue
lh?: TCSSPropValue;
/**

@@ -444,3 +444,3 @@ * @propDocStart

*/
ta?: TCSSPropValue
ta?: TCSSPropValue;
/**

@@ -454,3 +454,3 @@ * @propDocStart

*/
td?: TCSSPropValue
td?: TCSSPropValue;
/**

@@ -464,3 +464,3 @@ * @propDocStart

*/
ti?: TCSSPropValue
ti?: TCSSPropValue;
/**

@@ -474,3 +474,3 @@ * @propDocStart

*/
to?: TCSSPropValue
to?: TCSSPropValue;
/**

@@ -484,3 +484,3 @@ * @propDocStart

*/
ts?: TCSSPropValue
ts?: TCSSPropValue;
/**

@@ -494,3 +494,3 @@ * @propDocStart

*/
tt?: TCSSPropValue
tt?: TCSSPropValue;
/**

@@ -504,3 +504,3 @@ * @propDocStart

*/
va?: TCSSPropValue
va?: TCSSPropValue;
/**

@@ -514,3 +514,3 @@ * @propDocStart

*/
ws?: TCSSPropValue
ws?: TCSSPropValue;
/**

@@ -524,3 +524,3 @@ * @propDocStart

*/
wb?: TCSSPropValue
wb?: TCSSPropValue;
/**

@@ -534,3 +534,3 @@ * @propDocStart

*/
wS?: TCSSPropValue
wS?: TCSSPropValue;
/**

@@ -544,3 +544,3 @@ * @propDocStart

*/
ww?: TCSSPropValue
ww?: TCSSPropValue;
/**

@@ -554,3 +554,3 @@ * @propDocStart

*/
lstS?: TCSSPropValue
lstS?: TCSSPropValue;
/**

@@ -564,3 +564,3 @@ * @propDocStart

*/
lstSI?: TCSSPropValue
lstSI?: TCSSPropValue;
/**

@@ -574,3 +574,3 @@ * @propDocStart

*/
lstSP?: TCSSPropValue
lstSP?: TCSSPropValue;
/**

@@ -584,3 +584,3 @@ * @propDocStart

*/
lstST?: TCSSPropValue
lstST?: TCSSPropValue;
/**

@@ -594,3 +594,3 @@ * @propDocStart

*/
m?: TCSSPropValue
m?: TCSSPropValue;
/**

@@ -604,3 +604,3 @@ * @propDocStart

*/
mt?: TCSSPropValue
mt?: TCSSPropValue;
/**

@@ -614,3 +614,3 @@ * @propDocStart

*/
mr?: TCSSPropValue
mr?: TCSSPropValue;
/**

@@ -624,3 +624,3 @@ * @propDocStart

*/
mb?: TCSSPropValue
mb?: TCSSPropValue;
/**

@@ -634,3 +634,3 @@ * @propDocStart

*/
ml?: TCSSPropValue
ml?: TCSSPropValue;
/**

@@ -644,3 +644,3 @@ * @propDocStart

*/
p?: TCSSPropValue
p?: TCSSPropValue;
/**

@@ -654,3 +654,3 @@ * @propDocStart

*/
pt?: TCSSPropValue
pt?: TCSSPropValue;
/**

@@ -664,3 +664,3 @@ * @propDocStart

*/
pr?: TCSSPropValue
pr?: TCSSPropValue;
/**

@@ -674,3 +674,3 @@ * @propDocStart

*/
pb?: TCSSPropValue
pb?: TCSSPropValue;
/**

@@ -684,3 +684,3 @@ * @propDocStart

*/
pl?: TCSSPropValue
pl?: TCSSPropValue;
/**

@@ -694,3 +694,3 @@ * @propDocStart

*/
bg?: TCSSPropValue
bg?: TCSSPropValue;
/**

@@ -704,3 +704,3 @@ * @propDocStart

*/
bgi?: TCSSPropValue
bgi?: TCSSPropValue;
/**

@@ -714,3 +714,3 @@ * @propDocStart

*/
bgc?: TCSSPropValue
bgc?: TCSSPropValue;
/**

@@ -724,3 +724,3 @@ * @propDocStart

*/
bgs?: TCSSPropValue
bgs?: TCSSPropValue;
/**

@@ -734,3 +734,3 @@ * @propDocStart

*/
bgr?: TCSSPropValue
bgr?: TCSSPropValue;
/**

@@ -744,3 +744,3 @@ * @propDocStart

*/
bgp?: TCSSPropValue
bgp?: TCSSPropValue;
/**

@@ -754,3 +754,3 @@ * @propDocStart

*/
bga?: TCSSPropValue
bga?: TCSSPropValue;
/**

@@ -764,3 +764,3 @@ * @propDocStart

*/
bgbm?: TCSSPropValue
bgbm?: TCSSPropValue;
/**

@@ -774,3 +774,3 @@ * @propDocStart

*/
bgC?: TCSSPropValue
bgC?: TCSSPropValue;
/**

@@ -784,3 +784,3 @@ * @propDocStart

*/
bgo?: TCSSPropValue
bgo?: TCSSPropValue;
/**

@@ -794,3 +794,3 @@ * @propDocStart

*/
w?: TCSSPropValue
w?: TCSSPropValue;
/**

@@ -804,3 +804,3 @@ * @propDocStart

*/
h?: TCSSPropValue
h?: TCSSPropValue;
/**

@@ -814,3 +814,3 @@ * @propDocStart

*/
minW?: TCSSPropValue
minW?: TCSSPropValue;
/**

@@ -824,3 +824,3 @@ * @propDocStart

*/
minH?: TCSSPropValue
minH?: TCSSPropValue;
/**

@@ -834,3 +834,3 @@ * @propDocStart

*/
maxW?: TCSSPropValue
maxW?: TCSSPropValue;
/**

@@ -844,3 +844,3 @@ * @propDocStart

*/
maxH?: TCSSPropValue
maxH?: TCSSPropValue;
/**

@@ -854,3 +854,3 @@ * @propDocStart

*/
g?: TCSSPropValue
g?: TCSSPropValue;
/**

@@ -864,3 +864,3 @@ * @propDocStart

*/
ga?: TCSSPropValue
ga?: TCSSPropValue;
/**

@@ -874,3 +874,3 @@ * @propDocStart

*/
gac?: TCSSPropValue
gac?: TCSSPropValue;
/**

@@ -884,3 +884,3 @@ * @propDocStart

*/
gaf?: TCSSPropValue
gaf?: TCSSPropValue;
/**

@@ -894,3 +894,3 @@ * @propDocStart

*/
gar?: TCSSPropValue
gar?: TCSSPropValue;
/**

@@ -904,3 +904,3 @@ * @propDocStart

*/
gc?: TCSSPropValue
gc?: TCSSPropValue;
/**

@@ -914,3 +914,3 @@ * @propDocStart

*/
gce?: TCSSPropValue
gce?: TCSSPropValue;
/**

@@ -924,3 +924,3 @@ * @propDocStart

*/
gcg?: TCSSPropValue
gcg?: TCSSPropValue;
/**

@@ -934,3 +934,3 @@ * @propDocStart

*/
gcs?: TCSSPropValue
gcs?: TCSSPropValue;
/**

@@ -944,3 +944,3 @@ * @propDocStart

*/
gg?: TCSSPropValue
gg?: TCSSPropValue;
/**

@@ -954,3 +954,3 @@ * @propDocStart

*/
gr?: TCSSPropValue
gr?: TCSSPropValue;
/**

@@ -964,3 +964,3 @@ * @propDocStart

*/
gre?: TCSSPropValue
gre?: TCSSPropValue;
/**

@@ -974,3 +974,3 @@ * @propDocStart

*/
grg?: TCSSPropValue
grg?: TCSSPropValue;
/**

@@ -984,3 +984,3 @@ * @propDocStart

*/
grs?: TCSSPropValue
grs?: TCSSPropValue;
/**

@@ -994,3 +994,3 @@ * @propDocStart

*/
gt?: TCSSPropValue
gt?: TCSSPropValue;
/**

@@ -1004,3 +1004,3 @@ * @propDocStart

*/
gta?: TCSSPropValue
gta?: TCSSPropValue;
/**

@@ -1014,3 +1014,3 @@ * @propDocStart

*/
gtc?: TCSSPropValue
gtc?: TCSSPropValue;
/**

@@ -1024,3 +1024,3 @@ * @propDocStart

*/
gtr?: TCSSPropValue
gtr?: TCSSPropValue;
/**

@@ -1034,3 +1034,3 @@ * @propDocStart

*/
b?: TCSSPropValue
b?: TCSSPropValue;
/**

@@ -1044,3 +1044,3 @@ * @propDocStart

*/
bb?: TCSSPropValue
bb?: TCSSPropValue;
/**

@@ -1054,3 +1054,3 @@ * @propDocStart

*/
bbc?: TCSSPropValue
bbc?: TCSSPropValue;
/**

@@ -1064,3 +1064,3 @@ * @propDocStart

*/
bblr?: TCSSPropValue
bblr?: TCSSPropValue;
/**

@@ -1074,3 +1074,3 @@ * @propDocStart

*/
bbrr?: TCSSPropValue
bbrr?: TCSSPropValue;
/**

@@ -1084,3 +1084,3 @@ * @propDocStart

*/
bbs?: TCSSPropValue
bbs?: TCSSPropValue;
/**

@@ -1094,3 +1094,3 @@ * @propDocStart

*/
bbw?: TCSSPropValue
bbw?: TCSSPropValue;
/**

@@ -1104,3 +1104,3 @@ * @propDocStart

*/
bC?: TCSSPropValue
bC?: TCSSPropValue;
/**

@@ -1114,3 +1114,3 @@ * @propDocStart

*/
bc?: TCSSPropValue
bc?: TCSSPropValue;
/**

@@ -1124,3 +1124,3 @@ * @propDocStart

*/
bi?: TCSSPropValue
bi?: TCSSPropValue;
/**

@@ -1134,3 +1134,3 @@ * @propDocStart

*/
bio?: TCSSPropValue
bio?: TCSSPropValue;
/**

@@ -1144,3 +1144,3 @@ * @propDocStart

*/
bir?: TCSSPropValue
bir?: TCSSPropValue;
/**

@@ -1154,3 +1154,3 @@ * @propDocStart

*/
bis?: TCSSPropValue
bis?: TCSSPropValue;
/**

@@ -1164,3 +1164,3 @@ * @propDocStart

*/
biSrc?: TCSSPropValue
biSrc?: TCSSPropValue;
/**

@@ -1174,3 +1174,3 @@ * @propDocStart

*/
biw?: TCSSPropValue
biw?: TCSSPropValue;
/**

@@ -1184,3 +1184,3 @@ * @propDocStart

*/
bl?: TCSSPropValue
bl?: TCSSPropValue;
/**

@@ -1194,3 +1194,3 @@ * @propDocStart

*/
blc?: TCSSPropValue
blc?: TCSSPropValue;
/**

@@ -1204,3 +1204,3 @@ * @propDocStart

*/
bls?: TCSSPropValue
bls?: TCSSPropValue;
/**

@@ -1214,3 +1214,3 @@ * @propDocStart

*/
blw?: TCSSPropValue
blw?: TCSSPropValue;
/**

@@ -1224,3 +1224,3 @@ * @propDocStart

*/
r?: TCSSPropValue
r?: TCSSPropValue;
/**

@@ -1234,3 +1234,3 @@ * @propDocStart

*/
br?: TCSSPropValue
br?: TCSSPropValue;
/**

@@ -1244,3 +1244,3 @@ * @propDocStart

*/
brc?: TCSSPropValue
brc?: TCSSPropValue;
/**

@@ -1254,3 +1254,3 @@ * @propDocStart

*/
brs?: TCSSPropValue
brs?: TCSSPropValue;
/**

@@ -1264,3 +1264,3 @@ * @propDocStart

*/
brw?: TCSSPropValue
brw?: TCSSPropValue;
/**

@@ -1274,3 +1274,3 @@ * @propDocStart

*/
bs?: TCSSPropValue
bs?: TCSSPropValue;
/**

@@ -1284,3 +1284,3 @@ * @propDocStart

*/
bS?: TCSSPropValue
bS?: TCSSPropValue;
/**

@@ -1294,3 +1294,3 @@ * @propDocStart

*/
bt?: TCSSPropValue
bt?: TCSSPropValue;
/**

@@ -1304,3 +1304,3 @@ * @propDocStart

*/
btc?: TCSSPropValue
btc?: TCSSPropValue;
/**

@@ -1314,3 +1314,3 @@ * @propDocStart

*/
btlr?: TCSSPropValue
btlr?: TCSSPropValue;
/**

@@ -1324,3 +1324,3 @@ * @propDocStart

*/
btrr?: TCSSPropValue
btrr?: TCSSPropValue;
/**

@@ -1334,3 +1334,3 @@ * @propDocStart

*/
bts?: TCSSPropValue
bts?: TCSSPropValue;
/**

@@ -1344,3 +1344,3 @@ * @propDocStart

*/
btw?: TCSSPropValue
btw?: TCSSPropValue;
/**

@@ -1354,3 +1354,3 @@ * @propDocStart

*/
bw?: TCSSPropValue
bw?: TCSSPropValue;
/**

@@ -1364,3 +1364,3 @@ * @propDocStart

*/
clip?: TCSSPropValue
clip?: TCSSPropValue;
/**

@@ -1374,3 +1374,3 @@ * @propDocStart

*/
clipPath?: TCSSPropValue
clipPath?: TCSSPropValue;
/**

@@ -1384,3 +1384,3 @@ * @propDocStart

*/
d?: TCSSPropValue
d?: TCSSPropValue;
/**

@@ -1394,3 +1394,3 @@ * @propDocStart

*/
pos?: TCSSPropValue
pos?: TCSSPropValue;
/**

@@ -1404,3 +1404,3 @@ * @propDocStart

*/
T?: TCSSPropValue
T?: TCSSPropValue;
/**

@@ -1414,3 +1414,3 @@ * @propDocStart

*/
R?: TCSSPropValue
R?: TCSSPropValue;
/**

@@ -1424,3 +1424,3 @@ * @propDocStart

*/
B?: TCSSPropValue
B?: TCSSPropValue;
/**

@@ -1434,3 +1434,3 @@ * @propDocStart

*/
L?: TCSSPropValue
L?: TCSSPropValue;
/**

@@ -1444,3 +1444,3 @@ * @propDocStart

*/
z?: TCSSPropValue
z?: TCSSPropValue;
/**

@@ -1454,3 +1454,3 @@ * @propDocStart

*/
c?: TCSSPropValue
c?: TCSSPropValue;
/**

@@ -1464,3 +1464,3 @@ * @propDocStart

*/
o?: TCSSPropValue
o?: TCSSPropValue;
/**

@@ -1474,3 +1474,3 @@ * @propDocStart

*/
ox?: TCSSPropValue
ox?: TCSSPropValue;
/**

@@ -1484,3 +1484,3 @@ * @propDocStart

*/
oy?: TCSSPropValue
oy?: TCSSPropValue;
/**

@@ -1494,3 +1494,3 @@ * @propDocStart

*/
fl?: TCSSPropValue
fl?: TCSSPropValue;
/**

@@ -1504,3 +1504,3 @@ * @propDocStart

*/
clr?: TCSSPropValue
clr?: TCSSPropValue;
/**

@@ -1514,3 +1514,3 @@ * @propDocStart

*/
v?: TCSSPropValue
v?: TCSSPropValue;
/**

@@ -1524,3 +1524,3 @@ * @propDocStart

*/
col?: TCSSPropValue
col?: TCSSPropValue;
/**

@@ -1534,3 +1534,3 @@ * @propDocStart

*/
cc?: TCSSPropValue
cc?: TCSSPropValue;
/**

@@ -1544,3 +1544,3 @@ * @propDocStart

*/
cf?: TCSSPropValue
cf?: TCSSPropValue;
/**

@@ -1554,3 +1554,3 @@ * @propDocStart

*/
cg?: TCSSPropValue
cg?: TCSSPropValue;
/**

@@ -1564,3 +1564,3 @@ * @propDocStart

*/
cr?: TCSSPropValue
cr?: TCSSPropValue;
/**

@@ -1574,3 +1574,3 @@ * @propDocStart

*/
crc?: TCSSPropValue
crc?: TCSSPropValue;
/**

@@ -1584,3 +1584,3 @@ * @propDocStart

*/
crs?: TCSSPropValue
crs?: TCSSPropValue;
/**

@@ -1594,3 +1594,3 @@ * @propDocStart

*/
crw?: TCSSPropValue
crw?: TCSSPropValue;
/**

@@ -1604,3 +1604,3 @@ * @propDocStart

*/
cs?: TCSSPropValue
cs?: TCSSPropValue;
/**

@@ -1614,3 +1614,3 @@ * @propDocStart

*/
cw?: TCSSPropValue
cw?: TCSSPropValue;
/**

@@ -1624,3 +1624,3 @@ * @propDocStart

*/
pba?: TCSSPropValue
pba?: TCSSPropValue;
/**

@@ -1634,3 +1634,3 @@ * @propDocStart

*/
pbb?: TCSSPropValue
pbb?: TCSSPropValue;
/**

@@ -1644,3 +1644,3 @@ * @propDocStart

*/
pbi?: TCSSPropValue
pbi?: TCSSPropValue;
/**

@@ -1654,3 +1654,3 @@ * @propDocStart

*/
shadow?: TCSSPropValue
shadow?: TCSSPropValue;
/**

@@ -1664,3 +1664,3 @@ * @propDocStart

*/
sizing?: TCSSPropValue
sizing?: TCSSPropValue;
/**

@@ -1674,3 +1674,3 @@ * @propDocStart

*/
of?: TCSSPropValue
of?: TCSSPropValue;
/**

@@ -1684,3 +1684,3 @@ * @propDocStart

*/
oP?: TCSSPropValue
oP?: TCSSPropValue;
/**

@@ -1694,3 +1694,3 @@ * @propDocStart

*/
op?: TCSSPropValue
op?: TCSSPropValue;
/**

@@ -1704,3 +1704,3 @@ * @propDocStart

*/
or?: TCSSPropValue
or?: TCSSPropValue;
/**

@@ -1714,3 +1714,3 @@ * @propDocStart

*/
ol?: TCSSPropValue
ol?: TCSSPropValue;
/**

@@ -1724,3 +1724,3 @@ * @propDocStart

*/
mbm?: TCSSPropValue
mbm?: TCSSPropValue;
/**

@@ -1734,3 +1734,3 @@ * @propDocStart

*/
ct?: TCSSPropValue
ct?: TCSSPropValue;
/**

@@ -1744,3 +1744,3 @@ * @propDocStart

*/
cur?: TCSSPropValue
cur?: TCSSPropValue;
/**

@@ -1754,3 +1754,3 @@ * @propDocStart

*/
pe?: TCSSPropValue
pe?: TCSSPropValue;
/**

@@ -1764,3 +1764,3 @@ * @propDocStart

*/
fil?: TCSSPropValue
fil?: TCSSPropValue;
/**

@@ -1774,3 +1774,3 @@ * @propDocStart

*/
sb?: TCSSPropValue
sb?: TCSSPropValue;
/**

@@ -1784,7 +1784,7 @@ * @propDocStart

*/
us?: TCSSSimplePropValue
us?: TCSSSimplePropValue;
/**
* Define custom CSS text.
*/
styleText?: (v: string) => string
styleText?: (v: string) => string;
/**

@@ -1802,3 +1802,3 @@ * You can pass children to your ccss supporting both pseudo classes and nested selectors.

*/
child?: TCSSSimplePropValue
child?: TCSSSimplePropValue;
}

@@ -8,3 +8,3 @@ /**

*/
export declare const isObject: <T>(obj: T) => boolean
export declare const isObject: <T>(obj: T) => boolean;
/**

@@ -16,2 +16,2 @@ * Performs a deep merge of `source` into `target` keeping references all along.

*/
export default function mergeDeep<T>(target: T, source: Partial<T>): Partial<T>
export default function mergeDeep<T>(target: T, source: Partial<T>): Partial<T>;

@@ -21,3 +21,3 @@ {

"C:\\Work\\Repos\\ccss\\packages\\core\\node_modules\\*",
"C:\\Work\\Repos\\mhy\\node_modules\\*"
"C:\\Work\\nodejs\\node_modules\\mhy\\node_modules\\*"
],

@@ -31,10 +31,10 @@ "@": [

"@/mhy": [
"C:\\Work\\Repos\\mhy\\dist\\index"
"C:\\Work\\nodejs\\node_modules\\mhy\\dist\\index"
],
"@/mhy/*": [
"C:\\Work\\Repos\\mhy\\dist\\*"
"C:\\Work\\nodejs\\node_modules\\mhy\\dist\\*"
]
},
"typeRoots": [
"C:\\Work\\Repos\\mhy\\node_modules\\@types",
"C:\\Work\\nodejs\\node_modules\\mhy\\node_modules\\@types",
"C:\\Work\\Repos\\ccss\\packages\\core\\node_modules\\@types"

@@ -50,4 +50,4 @@ ]

"files": [
"C:\\Work\\Repos\\mhy\\dist\\configs\\typescript\\mhy.d.ts"
"C:\\Work\\nodejs\\node_modules\\mhy\\dist\\configs\\typescript\\mhy.d.ts"
]
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc