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

@phase2/outline-core

Package Overview
Dependencies
Maintainers
10
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phase2/outline-core - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

61

index.ts
export { OutlineElement } from './src/outline-element/outline-element';
export { ContainerSizeController } from './src/controllers/container-size-controller';
export { IsHoverableDeviceController } from './src/controllers/is-hoverable-device-controller';
export { LinkedBlockController } from './src/controllers/linked-block-controller';
export { MobileController } from './src/controllers/mobile-controller';
export { ScreenSizeController } from './src/controllers/screen-size-controller';
export { SlotsController } from './src/controllers/slots-controller';
export { animateTo } from './src/internal/animate';
export { emit, waitForEvent } from './src/internal/event';
export { watch } from './src/internal/watch';
export { scrollIntoView } from './src/internal/scroll';
export { getOffset } from './src/internal/offset';
export type {
Size,
VerticalAlignment,
HorizontalAlignment,
Orientation,
TextInput,
LinkType,
} from './src/utils/types';
export {
format,
extractPx,
argTypeSlotContent,
argTypeOrientation,
argTypeColSpan,
argTypeRowSpan,
argTypeGapSize,
argTypeVerticalAlign,
argTypeHorizontalAlign,
argTypeSize,
argTypeImageUrl,
argTypeHidden,
argTypeMapMarkers,
} from './src/utils/utils';
export const defaultColorSets = {
sets: ['outline', 'primary', 'secondary', 'tertiary', 'neutral'],
};
export const defaultIconConfig = {
libraries: {
bootstrap: true,
boxicons: true,
fontawesome: true,
heroicons: true,
iconoir: true,
ionicons: true,
jam: true,
lucide: true,
material: true,
remix: true,
unicons: true,
},
defaults: {
library: 'bootstrap',
size: '16px',
icon: 'chevron-right',
},
};

65

package.json
{
"name": "@phase2/outline-core",
"version": "0.2.5",
"version": "0.2.6",
"description": "Core functionality that is shared across all Outline Web Components",

@@ -31,61 +31,5 @@ "keywords": [

"dependencies": {
"@phase2/outline-config": "^0.0.12"
"@phase2/outline-config": "^0.0.13"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.14.2",
"@commitlint/cli": "^13.2.0",
"@commitlint/config-conventional": "^13.2.0",
"@open-wc/testing": "^3.0.0-next.2",
"@rollup/plugin-image": "^3.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-multi-entry": "^6.0.0",
"@rollup/plugin-replace": "^5.0.0",
"@rollup/plugin-terser": "^0.4.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"@types/estree": "^0.0.47",
"@types/react": "^18.0.26",
"@web/test-runner": "^0.13.15",
"@web/test-runner-browserstack": "^0.4.2",
"@web/test-runner-playwright": "^0.8.6",
"@webcomponents/webcomponentsjs": "^2.5.0",
"autoprefixer": "^10.4.0",
"babel-loader": "^8.2.2",
"babel-plugin-named-exports-order": "^0.0.2",
"deepmerge": "^4.2.2",
"eslint": "^7.22.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.23.0",
"gaze": "^1.1.3",
"husky": "^4.3.8",
"lint-staged": "^10.5.4",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.4",
"postcss-cli": "^8.3.1",
"postcss-discard-comments": "^5.1.0",
"postcss-loader": "^5.2.0",
"postcss-preset-env": "^7.0.0",
"prettier": "^2.0.4",
"prettier-plugin-tailwindcss": "^0.1.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-syntax-highlighter": "^15.5.0",
"rimraf": "^3.0.2",
"rollup": "^3.0",
"rollup-plugin-summary": "^2.0.0",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-typescript2": "^0.34.1",
"rsync": "^0.6.1",
"sinon": "^13.0.2",
"svgo": "^2.7",
"tailwindcss": "^3.0.0",
"ts-lit-plugin": "^1.2.1",
"typescript": "^4.0.0",
"vite": "^4.0.4",
"wait-on": "^5.3.0",
"web-component-analyzer": "^1.0.3"
},
"devDependencies": {},
"publishConfig": {

@@ -96,5 +40,4 @@ "access": "public"

".": "./index.ts",
"./src/outline-element": "./src/outline-element/outline-element.ts",
"./src/internal/light-dom.mjs": "./src/internal/light-dom.mjs"
"./src/outline-element": "./src/outline-element/outline-element.ts"
}
}
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