@phillips/seldon 1.193.0 → 1.194.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.
@@ -23,8 +23,22 @@ export declare const Playground: {
23
23
  };
24
24
  export declare const Days: (props: CountdownProps) => import("react/jsx-runtime").JSX.Element;
25
25
  export declare const Hours: (props: CountdownProps) => import("react/jsx-runtime").JSX.Element;
26
- export declare const Minutes: (props: CountdownProps) => import("react/jsx-runtime").JSX.Element;
27
- export declare const Seconds: (props: CountdownProps) => import("react/jsx-runtime").JSX.Element;
26
+ export declare const Minutes: {
27
+ (props: CountdownProps): import("react/jsx-runtime").JSX.Element;
28
+ parameters: {
29
+ chromatic: {
30
+ disableSnapshot: boolean;
31
+ };
32
+ };
33
+ };
34
+ export declare const Seconds: {
35
+ (props: CountdownProps): import("react/jsx-runtime").JSX.Element;
36
+ parameters: {
37
+ chromatic: {
38
+ disableSnapshot: boolean;
39
+ };
40
+ };
41
+ };
28
42
  export declare const Compact: (props: CountdownProps) => import("react/jsx-runtime").JSX.Element;
29
43
  export declare const ClosingCountdown: {
30
44
  (props: CountdownProps): import("react/jsx-runtime").JSX.Element;
@@ -60,6 +60,7 @@ $bg-overlay: rgba(0, 0, 0, 50%);
60
60
  // Status
61
61
  $success-default: #00cc39;
62
62
  $warning-default: #ea0404;
63
+ $reserve-bid: #b00000;
63
64
  $status-info: #0065fc;
64
65
  $focus-default: #07c;
65
66
 
@@ -60,6 +60,7 @@ $bg-overlay: rgba(0, 0, 0, 50%);
60
60
  // Status
61
61
  $success-default: #00cc39;
62
62
  $warning-default: #ea0404;
63
+ $reserve-bid: #b00000;
63
64
  $status-info: #0065fc;
64
65
  $focus-default: #07c;
65
66
 
@@ -0,0 +1,6 @@
1
+ export declare const LOREM_SHORT = "Lorem ipsum dolor sit amet, consectetur adipiscing elit.";
2
+ export declare const LOREM_MEDIUM = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor.";
3
+ export declare const LOREM_LONG = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi.\n\nProin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim.";
4
+ export declare const LOREM_MULTIPARAGRAPH: string[];
5
+ export declare function paragraphs(count: number): string;
6
+ export declare const LOREM_HUGE: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phillips/seldon",
3
- "version": "1.193.0",
3
+ "version": "1.194.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/PhillipsAuctionHouse/seldon"
@@ -28,6 +28,7 @@
28
28
  "test": "vitest",
29
29
  "coverage": "vitest run --coverage",
30
30
  "build": "npm run clean && tsc && vite build",
31
+ "chromatic": "STORYBOOK=1 chromatic --project-token=$CHROMATIC_PROJECT_TOKEN --build-script-name=build:storybook --exit-zero-on-changes",
31
32
  "build:storybook": "storybook build",
32
33
  "preview": "npx http-server storybook-static",
33
34
  "clean": "rimraf './dist'",
@@ -77,7 +78,6 @@
77
78
  "@chromatic-com/storybook": "^3.2.3",
78
79
  "@commitlint/cli": "^19.3.0",
79
80
  "@commitlint/config-conventional": "^19.2.2",
80
- "@faker-js/faker": "^9.0.0",
81
81
  "@figma/code-connect": "^0.2.1",
82
82
  "@semantic-release/changelog": "^6.0.3",
83
83
  "@semantic-release/git": "^10.0.1",
@@ -110,6 +110,7 @@
110
110
  "@typescript-eslint/parser": "^5.62.0",
111
111
  "@vitejs/plugin-react": "^4.3.1",
112
112
  "@vitest/coverage-v8": "^1.6.0",
113
+ "chromatic": "^13.1.4",
113
114
  "color": "^4.2.3",
114
115
  "eslint": "^8.57.0",
115
116
  "eslint-plugin-local-rules": "^3.0.2",