@total_onion/onion-library 2.0.256 → 2.0.258
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.
|
@@ -82,12 +82,7 @@
|
|
|
82
82
|
"id": ""
|
|
83
83
|
},
|
|
84
84
|
"wpml_cf_preferences": 3,
|
|
85
|
-
"choices": [
|
|
86
|
-
"Chivas Regal 18",
|
|
87
|
-
"Lillet Blanc",
|
|
88
|
-
"Yuzu Dry Curacao",
|
|
89
|
-
"Verjus"
|
|
90
|
-
],
|
|
85
|
+
"choices": [],
|
|
91
86
|
"default_value": "placeholder1",
|
|
92
87
|
"return_format": "value",
|
|
93
88
|
"multiple": 0,
|
|
@@ -477,7 +472,7 @@
|
|
|
477
472
|
"required": 0,
|
|
478
473
|
"conditional_logic": 0,
|
|
479
474
|
"wrapper": {
|
|
480
|
-
"width": "
|
|
475
|
+
"width": "33",
|
|
481
476
|
"class": "",
|
|
482
477
|
"id": ""
|
|
483
478
|
},
|
|
@@ -498,6 +493,7 @@
|
|
|
498
493
|
"acfe_bidirectional_enabled": "0"
|
|
499
494
|
},
|
|
500
495
|
"allow_null": 0,
|
|
496
|
+
"allow_in_bindings": 0,
|
|
501
497
|
"bidirectional": 0,
|
|
502
498
|
"ui": 1,
|
|
503
499
|
"bidirectional_target": [],
|
|
@@ -514,15 +510,15 @@
|
|
|
514
510
|
"required": 0,
|
|
515
511
|
"conditional_logic": 0,
|
|
516
512
|
"wrapper": {
|
|
517
|
-
"width": "
|
|
513
|
+
"width": "33",
|
|
518
514
|
"class": "",
|
|
519
515
|
"id": ""
|
|
520
516
|
},
|
|
521
517
|
"wpml_cf_preferences": 3,
|
|
522
518
|
"choices": {
|
|
523
|
-
"
|
|
524
|
-
"
|
|
525
|
-
"
|
|
519
|
+
"easy": "Easy",
|
|
520
|
+
"intermediate": "Intermediate",
|
|
521
|
+
"advanced": "Advanced"
|
|
526
522
|
},
|
|
527
523
|
"default_value": "Intermediate",
|
|
528
524
|
"return_format": "value",
|
|
@@ -540,7 +536,7 @@
|
|
|
540
536
|
},
|
|
541
537
|
{
|
|
542
538
|
"key": "field_6952b66d4a602",
|
|
543
|
-
"label": "Time to make (
|
|
539
|
+
"label": "Time to make (minutes)",
|
|
544
540
|
"name": "time_to_make",
|
|
545
541
|
"aria-label": "",
|
|
546
542
|
"type": "range",
|
|
@@ -548,7 +544,7 @@
|
|
|
548
544
|
"required": 0,
|
|
549
545
|
"conditional_logic": 0,
|
|
550
546
|
"wrapper": {
|
|
551
|
-
"width": "
|
|
547
|
+
"width": "33",
|
|
552
548
|
"class": "",
|
|
553
549
|
"id": ""
|
|
554
550
|
},
|
|
@@ -556,6 +552,7 @@
|
|
|
556
552
|
"default_value": "",
|
|
557
553
|
"min": 0,
|
|
558
554
|
"max": 30,
|
|
555
|
+
"allow_in_bindings": 0,
|
|
559
556
|
"step": "",
|
|
560
557
|
"prepend": "",
|
|
561
558
|
"append": ""
|
|
@@ -570,7 +567,7 @@
|
|
|
570
567
|
"required": 0,
|
|
571
568
|
"conditional_logic": 0,
|
|
572
569
|
"wrapper": {
|
|
573
|
-
"width": "
|
|
570
|
+
"width": "",
|
|
574
571
|
"class": "",
|
|
575
572
|
"id": ""
|
|
576
573
|
},
|
|
@@ -685,5 +682,5 @@
|
|
|
685
682
|
"acfe_display_title": "",
|
|
686
683
|
"acfe_meta": "",
|
|
687
684
|
"acfe_note": "",
|
|
688
|
-
"modified":
|
|
685
|
+
"modified": 1772622306
|
|
689
686
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@total_onion/onion-library",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.258",
|
|
4
4
|
"description": "Component library",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@total_onion/onion-modalcontroller": "^1.0.5",
|
|
22
22
|
"@total_onion/onion-utils": "^1.0.10",
|
|
23
|
-
"@total_onion/onion-videocontroller": "^1.1.
|
|
23
|
+
"@total_onion/onion-videocontroller": "^1.1.10",
|
|
24
24
|
"autoprefixer": "^10.4.21",
|
|
25
25
|
"compressing": "^2.0.0",
|
|
26
26
|
"cpy": "^9.0.1",
|