Socket
Socket
Sign inDemoInstall

@owlui/theme

Package Overview
Dependencies
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@owlui/theme - npm Package Compare versions

Comparing version 0.0.20 to 0.0.21

dist/owlui.theme.css

37

package.json
{
"name": "@owlui/theme",
"version": "0.0.20",
"version": "0.0.21",
"description": "",
"homepage": "https://github.com/EEBOS/owl-ui/tree/main/packages/theme#readme",
"homepage": "https://github.com/EEBOS/owl-ui/tree/main/theme#readme",
"license": "MIT",
"type": "commonjs",
"source": "src/_index.scss",
"main": "dist/owl.theme.css",
"style": "dist/owl.theme.css",
"targets": {
"main": false
},
"source": "./src/_index.scss",
"main": "./dist/owl.theme.css",
"style": "./dist/owl.theme.css",
"files": [

@@ -18,12 +14,6 @@ "dist",

],
"sideEffects": [
"*.css"
],
"owlrc": {
"ignoreComponentLib": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/EEBOS/owl-ui.git",
"directory": "packages/theme"
"directory": "theme"
},

@@ -34,18 +24,7 @@ "publishConfig": {

"isLibrary": true,
"outputFormat": "commonjs",
"peerDependencies": {
"react": "^18.0.0"
},
"dependencies": {
"@owlui/typings": "^0.0.20",
"@owlui/design": "^0.0.21",
"material-design-icons": "^3.0.1"
},
"parcelrc": {
"--config": "./packages/theme/.parcelrc",
"--no-cache": ""
},
"devDependencies": {
"@owlui/parcel-resolver-asset-path": "^0.0.20"
},
"gitHead": "22def2b6d5dd6d8f0895407587ac29da04f80c45"
"gitHead": "4f24a62fb8c5eb4ae48573acb06a58fc514ef3e0"
}

@@ -7,3 +7,3 @@ # Theme

This file, as well as other assets, are copied into the Theme with the [setup pipeline command](../../scripts/pipeline/cmd.setup.js). It runs whenever you `build:dist`, `start:storybook`, `start:web`, or `publish:lerna`. **DO NOT** edit this file directly as it will be overwritten.
This file, as well as other assets, are copied into the Theme with the [setup pipeline command](../../scripts/pipeline/cmd.setup.js). It runs whenever you `build:system`, `start:storybook`, `start:web`, or `publish:lerna`. **DO NOT** edit this file directly as it will be overwritten.

@@ -10,0 +10,0 @@ Any styling placed under `global` is required to be universal across all themes. Any specific styling needs to be isolated to a specific theme folder.

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