@thednp/color-picker 2.0.0-alpha1 → 2.0.0-alpha2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thednp/color-picker",
3
- "version": "2.0.0-alpha1",
3
+ "version": "2.0.0-alpha2",
4
4
  "author": "thednp",
5
5
  "license": "MIT",
6
6
  "description": "🎨 Modern Color Picker Component",
@@ -63,20 +63,20 @@
63
63
  "typescript"
64
64
  ],
65
65
  "dependencies": {
66
- "@thednp/color": "^1.0.6",
67
- "@thednp/event-listener": "^2.0.0",
68
- "@thednp/shorty": "^2.0.0-alpha14"
66
+ "@thednp/color": "^1.0.7",
67
+ "@thednp/event-listener": "^2.0.1",
68
+ "@thednp/shorty": "^2.0.0-alpha15"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
72
- "@cypress/code-coverage": "^3.10.3",
72
+ "@cypress/code-coverage": "^3.10.7",
73
73
  "@types/istanbul-lib-instrument": "^1.7.4",
74
- "@typescript-eslint/eslint-plugin": "^5.57.1",
75
- "@typescript-eslint/parser": "^5.57.1",
76
- "cypress": "^12.9.0",
77
- "dts-bundle-generator": "^8.0.0",
78
- "eslint": "^8.37.0",
79
- "eslint-plugin-jsdoc": "^40.1.1",
74
+ "@typescript-eslint/eslint-plugin": "^5.59.9",
75
+ "@typescript-eslint/parser": "^5.59.9",
76
+ "cypress": "^12.14.0",
77
+ "dts-bundle-generator": "^8.0.1",
78
+ "eslint": "^8.42.0",
79
+ "eslint-plugin-jsdoc": "^46.2.6",
80
80
  "eslint-plugin-prefer-arrow": "^1.2.3",
81
81
  "eslint-plugin-prettier": "^4.2.1",
82
82
  "istanbul-lib-coverage": "^3.2.0",
@@ -84,15 +84,15 @@
84
84
  "ncp": "^2.0.0",
85
85
  "npm-run-all": "^4.1.5",
86
86
  "nyc": "^15.1.0",
87
- "prettier": "^2.8.7",
88
- "rimraf": "^4.4.1",
89
- "sass": "^1.60.0",
90
- "stylelint": "^15.4.0",
91
- "stylelint-config-standard": "^32.0.0",
92
- "stylelint-config-standard-scss": "^7.0.1",
87
+ "prettier": "^2.8.8",
88
+ "rimraf": "^5.0.1",
89
+ "sass": "^1.63.3",
90
+ "stylelint": "^15.7.0",
91
+ "stylelint-config-standard": "^33.0.0",
92
+ "stylelint-config-standard-scss": "^9.0.0",
93
93
  "stylelint-order": "^6.0.3",
94
- "stylelint-scss": "^4.6.0",
95
- "typescript": "^5.0.3",
94
+ "stylelint-scss": "^5.0.1",
95
+ "typescript": "^5.1.3",
96
96
  "vite": "^4.3.9"
97
97
  }
98
98
  }
@@ -64,7 +64,11 @@
64
64
  }
65
65
 
66
66
  .color-dropdown.picker { left: 0; }
67
- .color-dropdown.menu { right: 0; max-height: 230px; }
67
+
68
+ .color-dropdown.menu {
69
+ right: 0;
70
+ max-height: 230px;
71
+ }
68
72
 
69
73
  .open .color-dropdown.top {
70
74
  top: auto;
@@ -427,12 +431,12 @@
427
431
  cursor: ns-resize;
428
432
  }
429
433
 
430
- @media (min-width: 578px) {
434
+ @media (width >= 578px) {
431
435
  .visual-control { height: 230px; }
432
436
  .visual-control1 { width: 230px; }
433
437
  }
434
438
 
435
- @media (min-width: 1200px) {
439
+ @media (width >= 1200px) {
436
440
  .visual-control { height: 300px; }
437
441
  .visual-control1 { width: 300px; }
438
442
  }
Binary file