@opentripplanner/building-blocks
Advanced tools
Comparing version 1.1.0 to 1.2.0
import _slicedToArray from "@babel/runtime/helpers/slicedToArray"; | ||
import React, { useCallback, useEffect, useRef, useState } from "react"; | ||
import { getNextSibling, getPreviousSibling } from "../utils/dom-query"; | ||
import { getNextSibling, getPreviousSibling } from "../focus-trap-wrapper/dom-query"; | ||
import { DropdownButton, DropdownMenu, DropdownWrapper } from "./styled"; | ||
@@ -5,0 +5,0 @@ |
@@ -10,3 +10,3 @@ "use strict"; | ||
var _domQuery = require("../utils/dom-query"); | ||
var _domQuery = require("../focus-trap-wrapper/dom-query"); | ||
@@ -13,0 +13,0 @@ var _styled = require("./styled"); |
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
export interface Hue { | ||
@@ -2,0 +3,0 @@ [key: number]: string; |
{ | ||
"name": "@opentripplanner/building-blocks", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Styling and UI Component Library", | ||
@@ -13,6 +13,6 @@ "author": "@binh-dam-ibigroup", | ||
"@opentripplanner/types": "^6.5.0", | ||
"@opentripplanner/core-utils": "^11.4.0" | ||
"@opentripplanner/core-utils": "^11.4.1" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.14.0", | ||
"react": "^18.2.0", | ||
"styled-components": "^5.3.0" | ||
@@ -19,0 +19,0 @@ }, |
@@ -11,4 +11,3 @@ { | ||
}, | ||
"include": ["src/**/*"], | ||
"exclude": ["src/__tests__/**/*"] | ||
"include": ["src/**/*"] | ||
} |
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
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
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
146053
73
1326