@prijsvrijtechsupport/ui 0.0.38 → 0.0.39

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.
@@ -1,20 +1,2 @@
1
- interface TransportOption {
2
- id: string;
3
- label: string;
4
- icon: "FL" | "HO";
5
- disabled?: boolean;
6
- }
7
- interface TransportToggleProps {
8
- options: TransportOption[];
9
- selectedValue: string;
10
- onSelect: (value: string) => void;
11
- disabled?: boolean;
12
- disabledSingle?: "FL" | "HO";
13
- disabledSingleText?: string;
14
- className?: string;
15
- loading?: boolean;
16
- orientation?: "vertical" | "horizontal";
17
- }
18
- export declare const TransportToggle: ({ options, selectedValue, onSelect, disabled, disabledSingle, disabledSingleText, className, loading, orientation, }: TransportToggleProps) => import("react/jsx-runtime").JSX.Element;
19
- export declare const Toggle: ({ options, selectedValue, onSelect, disabled, disabledSingle, disabledSingleText, className, loading, orientation, }: TransportToggleProps) => import("react/jsx-runtime").JSX.Element;
20
- export {};
1
+ export declare const TransportToggle: any;
2
+ export declare const Toggle: any;
@@ -397,7 +397,7 @@
397
397
  --price-price-margin-top: 0;
398
398
 
399
399
  --toggle-active-background-color: var(--prijsvrij-primary);
400
- --toggle-inactive-background-color: var(--prijsvrij-primary);
400
+ --toggle-inactive-background-color: #EFF8FE;
401
401
  --toggle-active-color: white;
402
402
  --toggle-inactive-color: var(--prijsvrij-dark-600);
403
403
  --toggle-font-family: var(--font-open-sans), sans-serif;
@@ -619,7 +619,7 @@
619
619
  --price-price-margin-top: -8px;
620
620
 
621
621
  --toggle-active-background-color: var(--dreizen-secondary);
622
- --toggle-inactive-background-color: var(--dreizen-secondary);
622
+ --toggle-inactive-background-color: #ff780133;
623
623
  --toggle-active-color: white;
624
624
  --toggle-inactive-color: var(--dreizen-dark-600);
625
625
  --toggle-font-family: var(--font-lato), sans-serif;
@@ -731,9 +731,9 @@
731
731
  --matrix-table-cell-active-text-color: var(--color-white);
732
732
 
733
733
  --popup-title-font-family: var(--font-lato), sans-serif;
734
- }
735
-
734
+ }
735
+
736
736
 
737
737
  /* Change this path to be relative to where this CSS file ends up after packaging this library. */
738
738
  @source "../../dist";
739
-
739
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prijsvrijtechsupport/ui",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
4
4
  "description": "A UI component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",