Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@planningcenter/doxy-web

Package Overview
Dependencies
Maintainers
12
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@planningcenter/doxy-web - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

1

dist/components/Alert/Alert.d.ts

@@ -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";

12

dist/components/Grid/types.d.ts
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

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