@cenk1cenk2/md-printer 2.2.46 → 2.2.48

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,5 +1,5 @@
1
1
  {
2
- "version": "2.2.45",
2
+ "version": "2.2.47",
3
3
  "commands": {
4
4
  ".": {
5
5
  "id": ".",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cenk1cenk2/md-printer",
3
- "version": "2.2.46",
3
+ "version": "2.2.48",
4
4
  "description": "A markdown printer.",
5
5
  "main": "dist/index.js",
6
6
  "repository": "https://gitlab.kilic.dev/utils/md-printer",
@@ -68,7 +68,7 @@
68
68
  ],
69
69
  "dependencies": {
70
70
  "@cenk1cenk2/oclif-common": "^5.0.8",
71
- "@oclif/core": "^2.9.0",
71
+ "@oclif/core": "^2.9.3",
72
72
  "@oclif/plugin-help": "^5.2.12",
73
73
  "chokidar": "^3.5.3",
74
74
  "class-transformer": "^0.5.1",
@@ -87,8 +87,8 @@
87
87
  "devDependencies": {
88
88
  "@cenk1cenk2/cz-cc": "^1.6.6",
89
89
  "@cenk1cenk2/eslint-config": "^2.7.10",
90
- "@swc/core": "^1.3.68",
91
- "@tailwindcss/forms": "^0.5.3",
90
+ "@swc/core": "^1.3.69",
91
+ "@tailwindcss/forms": "^0.5.4",
92
92
  "@tailwindcss/typography": "^0.5.9",
93
93
  "@types/config": "^3.3.0",
94
94
  "@types/fs-extra": "^11.0.1",
@@ -97,11 +97,11 @@
97
97
  "eslint": "^8.44.0",
98
98
  "lint-staged": "^13.2.3",
99
99
  "oclif": "^3.9.1",
100
- "postcss": "^8.4.25",
100
+ "postcss": "^8.4.26",
101
101
  "prettier": "^2.8.8",
102
102
  "simple-git-hooks": "^2.8.1",
103
103
  "source-map-support": "^0.5.21",
104
- "tailwindcss": "^3.3.2",
104
+ "tailwindcss": "^3.3.3",
105
105
  "theme-colors": "^0.0.5",
106
106
  "ts-node": "^10.9.1",
107
107
  "tsconfig-paths": "^4.2.0",
@@ -7,7 +7,7 @@ html {
7
7
  }
8
8
 
9
9
  /*
10
- ! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
10
+ ! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
11
11
  */
12
12
 
13
13
  /*
@@ -199,6 +199,10 @@ select,
199
199
  textarea {
200
200
  font-family: inherit;
201
201
  /* 1 */
202
+ font-feature-settings: inherit;
203
+ /* 1 */
204
+ font-variation-settings: inherit;
205
+ /* 1 */
202
206
  font-size: 100%;
203
207
  /* 1 */
204
208
  font-weight: inherit;
@@ -349,6 +353,14 @@ menu {
349
353
  padding: 0;
350
354
  }
351
355
 
356
+ /*
357
+ Reset default styling for dialogs.
358
+ */
359
+
360
+ dialog {
361
+ padding: 0;
362
+ }
363
+
352
364
  /*
353
365
  Prevent resizing textareas horizontally by default.
354
366
  */
@@ -430,7 +442,7 @@ video {
430
442
  display: none;
431
443
  }
432
444
 
433
- [type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
445
+ [type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
434
446
  -webkit-appearance: none;
435
447
  -moz-appearance: none;
436
448
  appearance: none;
@@ -447,7 +459,7 @@ video {
447
459
  --tw-shadow: 0 0 #0000;
448
460
  }
449
461
 
450
- [type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
462
+ [type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
451
463
  outline: 2px solid transparent;
452
464
  outline-offset: 2px;
453
465
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
@@ -493,7 +505,7 @@ select {
493
505
  print-color-adjust: exact;
494
506
  }
495
507
 
496
- [multiple] {
508
+ [multiple],[size]:where(select:not([size="1"])) {
497
509
  background-image: initial;
498
510
  background-position: initial;
499
511
  background-repeat: unset;