@planningcenter/doxy-web
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
export interface AlertProps { | ||
@@ -3,0 +2,0 @@ size?: "md" | "sm"; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
export interface BadgeProps { | ||
@@ -3,0 +2,0 @@ size?: "md" | "sm"; |
import { Breakpoint } from "../../types/Breakpoint"; | ||
export declare const ColumnNumbers: readonly [1, 2, 3, 4, 5, 6]; | ||
export type ColumnNumber = typeof ColumnNumbers[number]; | ||
export type ColumnsMapped = Partial<{ | ||
export declare type ColumnNumber = typeof ColumnNumbers[number]; | ||
export declare type ColumnsMapped = Partial<{ | ||
[key in Breakpoint]: ColumnNumber; | ||
}>; | ||
export type Columns = ColumnNumber | [ColumnNumber, ColumnsMapped]; | ||
export declare type Columns = ColumnNumber | [ColumnNumber, ColumnsMapped]; | ||
export declare const GapNumbers: readonly [0.25, 0.5, 1, 2, 3, 4, 5, 6, 7, 8]; | ||
export type GapNumber = typeof GapNumbers[number]; | ||
export type GapMapped = Partial<{ | ||
export declare type GapNumber = typeof GapNumbers[number]; | ||
export declare type GapMapped = Partial<{ | ||
[key in Breakpoint]: GapNumber; | ||
}>; | ||
export type Gap = GapNumber | [GapNumber, GapMapped]; | ||
export declare type Gap = GapNumber | [GapNumber, GapMapped]; |
@@ -1,3 +0,2 @@ | ||
/// <reference types="react" /> | ||
type TextColor = "brand" | "tint0" | "tint1" | "tint2" | "tint3" | "tint4" | "tint5" | "tint6" | "tint7" | "tint8" | "tint9" | "tint10"; | ||
declare type TextColor = "brand" | "tint0" | "tint1" | "tint2" | "tint3" | "tint4" | "tint5" | "tint6" | "tint7" | "tint8" | "tint9" | "tint10"; | ||
export interface HeadingProps { | ||
@@ -4,0 +3,0 @@ color?: TextColor; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import { Rounded } from "./types"; | ||
@@ -3,0 +2,0 @@ export interface ImageProps { |
import { Breakpoint } from "../../types/Breakpoint"; | ||
export type RoundedSizeMapped = Partial<{ | ||
export declare type RoundedSizeMapped = Partial<{ | ||
[key in Breakpoint]: boolean; | ||
}>; | ||
export type Rounded = boolean | [boolean, RoundedSizeMapped]; | ||
export declare type Rounded = boolean | [boolean, RoundedSizeMapped]; |
@@ -1,3 +0,2 @@ | ||
/// <reference types="react" /> | ||
type TextColor = "brand" | "tint0" | "tint1" | "tint2" | "tint3" | "tint4" | "tint5" | "tint6" | "tint7" | "tint8" | "tint9" | "tint10"; | ||
declare type TextColor = "brand" | "tint0" | "tint1" | "tint2" | "tint3" | "tint4" | "tint5" | "tint6" | "tint7" | "tint8" | "tint9" | "tint10"; | ||
export interface SubheadingProps { | ||
@@ -4,0 +3,0 @@ color?: TextColor; |
@@ -1,1 +0,1 @@ | ||
export type Breakpoint = "xs" | "sm" | "md" | "lg" | "xl"; | ||
export declare type Breakpoint = "xs" | "sm" | "md" | "lg" | "xl"; |
{ | ||
"name": "@planningcenter/doxy-web", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Doxy for Church Center Web", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11498
571104
1