@ionic/docs 8.7.4-dev.11756911316.113c35b0 → 8.7.4-dev.11757003456.1d9738d5

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.
Files changed (2) hide show
  1. package/core.json +17 -250
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-09-03T14:57:35",
2
+ "timestamp": "2025-09-04T16:33:20",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.36.2",
@@ -7169,7 +7169,7 @@
7169
7169
  },
7170
7170
  {
7171
7171
  "filePath": "src/components/card-content/card-content.tsx",
7172
- "encapsulation": "none",
7172
+ "encapsulation": "shadow",
7173
7173
  "tag": "ion-card-content",
7174
7174
  "docs": "",
7175
7175
  "docsTags": [
@@ -9178,162 +9178,6 @@
9178
9178
  "getter": false,
9179
9179
  "setter": false
9180
9180
  },
9181
- {
9182
- "name": "order",
9183
- "type": "string | undefined",
9184
- "complexType": {
9185
- "original": "string",
9186
- "resolved": "string | undefined",
9187
- "references": {}
9188
- },
9189
- "mutable": false,
9190
- "attr": "order",
9191
- "reflectToAttr": false,
9192
- "docs": "The order of the column, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
9193
- "docsTags": [],
9194
- "values": [
9195
- {
9196
- "type": "string"
9197
- },
9198
- {
9199
- "type": "undefined"
9200
- }
9201
- ],
9202
- "optional": true,
9203
- "required": false,
9204
- "getter": false,
9205
- "setter": false
9206
- },
9207
- {
9208
- "name": "orderLg",
9209
- "type": "string | undefined",
9210
- "complexType": {
9211
- "original": "string",
9212
- "resolved": "string | undefined",
9213
- "references": {}
9214
- },
9215
- "mutable": false,
9216
- "attr": "order-lg",
9217
- "reflectToAttr": false,
9218
- "docs": "The order of the column for lg screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
9219
- "docsTags": [],
9220
- "values": [
9221
- {
9222
- "type": "string"
9223
- },
9224
- {
9225
- "type": "undefined"
9226
- }
9227
- ],
9228
- "optional": true,
9229
- "required": false,
9230
- "getter": false,
9231
- "setter": false
9232
- },
9233
- {
9234
- "name": "orderMd",
9235
- "type": "string | undefined",
9236
- "complexType": {
9237
- "original": "string",
9238
- "resolved": "string | undefined",
9239
- "references": {}
9240
- },
9241
- "mutable": false,
9242
- "attr": "order-md",
9243
- "reflectToAttr": false,
9244
- "docs": "The order of the column for md screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
9245
- "docsTags": [],
9246
- "values": [
9247
- {
9248
- "type": "string"
9249
- },
9250
- {
9251
- "type": "undefined"
9252
- }
9253
- ],
9254
- "optional": true,
9255
- "required": false,
9256
- "getter": false,
9257
- "setter": false
9258
- },
9259
- {
9260
- "name": "orderSm",
9261
- "type": "string | undefined",
9262
- "complexType": {
9263
- "original": "string",
9264
- "resolved": "string | undefined",
9265
- "references": {}
9266
- },
9267
- "mutable": false,
9268
- "attr": "order-sm",
9269
- "reflectToAttr": false,
9270
- "docs": "The order of the column for sm screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
9271
- "docsTags": [],
9272
- "values": [
9273
- {
9274
- "type": "string"
9275
- },
9276
- {
9277
- "type": "undefined"
9278
- }
9279
- ],
9280
- "optional": true,
9281
- "required": false,
9282
- "getter": false,
9283
- "setter": false
9284
- },
9285
- {
9286
- "name": "orderXl",
9287
- "type": "string | undefined",
9288
- "complexType": {
9289
- "original": "string",
9290
- "resolved": "string | undefined",
9291
- "references": {}
9292
- },
9293
- "mutable": false,
9294
- "attr": "order-xl",
9295
- "reflectToAttr": false,
9296
- "docs": "The order of the column for xl screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
9297
- "docsTags": [],
9298
- "values": [
9299
- {
9300
- "type": "string"
9301
- },
9302
- {
9303
- "type": "undefined"
9304
- }
9305
- ],
9306
- "optional": true,
9307
- "required": false,
9308
- "getter": false,
9309
- "setter": false
9310
- },
9311
- {
9312
- "name": "orderXs",
9313
- "type": "string | undefined",
9314
- "complexType": {
9315
- "original": "string",
9316
- "resolved": "string | undefined",
9317
- "references": {}
9318
- },
9319
- "mutable": false,
9320
- "attr": "order-xs",
9321
- "reflectToAttr": false,
9322
- "docs": "The order of the column for xs screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
9323
- "docsTags": [],
9324
- "values": [
9325
- {
9326
- "type": "string"
9327
- },
9328
- {
9329
- "type": "undefined"
9330
- }
9331
- ],
9332
- "optional": true,
9333
- "required": false,
9334
- "getter": false,
9335
- "setter": false
9336
- },
9337
9181
  {
9338
9182
  "name": "pull",
9339
9183
  "type": "string | undefined",
@@ -9346,13 +9190,7 @@
9346
9190
  "attr": "pull",
9347
9191
  "reflectToAttr": false,
9348
9192
  "docs": "The amount to pull the column, in terms of how many columns it should shift to the start of\nthe total available.",
9349
- "docsTags": [
9350
- {
9351
- "name": "deprecated",
9352
- "text": "Use the combination of `size` and `order` properties to achieve the same effect."
9353
- }
9354
- ],
9355
- "deprecation": "Use the combination of `size` and `order` properties to achieve the same effect.",
9193
+ "docsTags": [],
9356
9194
  "values": [
9357
9195
  {
9358
9196
  "type": "string"
@@ -9378,13 +9216,7 @@
9378
9216
  "attr": "pull-lg",
9379
9217
  "reflectToAttr": false,
9380
9218
  "docs": "The amount to pull the column for lg screens, in terms of how many columns it should shift\nto the start of the total available.",
9381
- "docsTags": [
9382
- {
9383
- "name": "deprecated",
9384
- "text": "Use the combination of `size` and `order` properties to achieve the same effect."
9385
- }
9386
- ],
9387
- "deprecation": "Use the combination of `size` and `order` properties to achieve the same effect.",
9219
+ "docsTags": [],
9388
9220
  "values": [
9389
9221
  {
9390
9222
  "type": "string"
@@ -9410,13 +9242,7 @@
9410
9242
  "attr": "pull-md",
9411
9243
  "reflectToAttr": false,
9412
9244
  "docs": "The amount to pull the column for md screens, in terms of how many columns it should shift\nto the start of the total available.",
9413
- "docsTags": [
9414
- {
9415
- "name": "deprecated",
9416
- "text": "Use the combination of `size` and `order` properties to achieve the same effect."
9417
- }
9418
- ],
9419
- "deprecation": "Use the combination of `size` and `order` properties to achieve the same effect.",
9245
+ "docsTags": [],
9420
9246
  "values": [
9421
9247
  {
9422
9248
  "type": "string"
@@ -9442,13 +9268,7 @@
9442
9268
  "attr": "pull-sm",
9443
9269
  "reflectToAttr": false,
9444
9270
  "docs": "The amount to pull the column for sm screens, in terms of how many columns it should shift\nto the start of the total available.",
9445
- "docsTags": [
9446
- {
9447
- "name": "deprecated",
9448
- "text": "Use the combination of `size` and `order` properties to achieve the same effect."
9449
- }
9450
- ],
9451
- "deprecation": "Use the combination of `size` and `order` properties to achieve the same effect.",
9271
+ "docsTags": [],
9452
9272
  "values": [
9453
9273
  {
9454
9274
  "type": "string"
@@ -9474,13 +9294,7 @@
9474
9294
  "attr": "pull-xl",
9475
9295
  "reflectToAttr": false,
9476
9296
  "docs": "The amount to pull the column for xl screens, in terms of how many columns it should shift\nto the start of the total available.",
9477
- "docsTags": [
9478
- {
9479
- "name": "deprecated",
9480
- "text": "Use the combination of `size` and `order` properties to achieve the same effect."
9481
- }
9482
- ],
9483
- "deprecation": "Use the combination of `size` and `order` properties to achieve the same effect.",
9297
+ "docsTags": [],
9484
9298
  "values": [
9485
9299
  {
9486
9300
  "type": "string"
@@ -9506,13 +9320,7 @@
9506
9320
  "attr": "pull-xs",
9507
9321
  "reflectToAttr": false,
9508
9322
  "docs": "The amount to pull the column for xs screens, in terms of how many columns it should shift\nto the start of the total available.",
9509
- "docsTags": [
9510
- {
9511
- "name": "deprecated",
9512
- "text": "Use the combination of `size` and `order` properties to achieve the same effect."
9513
- }
9514
- ],
9515
- "deprecation": "Use the combination of `size` and `order` properties to achieve the same effect.",
9323
+ "docsTags": [],
9516
9324
  "values": [
9517
9325
  {
9518
9326
  "type": "string"
@@ -9538,13 +9346,7 @@
9538
9346
  "attr": "push",
9539
9347
  "reflectToAttr": false,
9540
9348
  "docs": "The amount to push the column, in terms of how many columns it should shift to the end\nof the total available.",
9541
- "docsTags": [
9542
- {
9543
- "name": "deprecated",
9544
- "text": "Use the combination of `size` and `order` properties to achieve the same effect."
9545
- }
9546
- ],
9547
- "deprecation": "Use the combination of `size` and `order` properties to achieve the same effect.",
9349
+ "docsTags": [],
9548
9350
  "values": [
9549
9351
  {
9550
9352
  "type": "string"
@@ -9570,13 +9372,7 @@
9570
9372
  "attr": "push-lg",
9571
9373
  "reflectToAttr": false,
9572
9374
  "docs": "The amount to push the column for lg screens, in terms of how many columns it should shift\nto the end of the total available.",
9573
- "docsTags": [
9574
- {
9575
- "name": "deprecated",
9576
- "text": "Use the combination of `size` and `order` properties to achieve the same effect."
9577
- }
9578
- ],
9579
- "deprecation": "Use the combination of `size` and `order` properties to achieve the same effect.",
9375
+ "docsTags": [],
9580
9376
  "values": [
9581
9377
  {
9582
9378
  "type": "string"
@@ -9602,13 +9398,7 @@
9602
9398
  "attr": "push-md",
9603
9399
  "reflectToAttr": false,
9604
9400
  "docs": "The amount to push the column for md screens, in terms of how many columns it should shift\nto the end of the total available.",
9605
- "docsTags": [
9606
- {
9607
- "name": "deprecated",
9608
- "text": "Use the combination of `size` and `order` properties to achieve the same effect."
9609
- }
9610
- ],
9611
- "deprecation": "Use the combination of `size` and `order` properties to achieve the same effect.",
9401
+ "docsTags": [],
9612
9402
  "values": [
9613
9403
  {
9614
9404
  "type": "string"
@@ -9634,13 +9424,7 @@
9634
9424
  "attr": "push-sm",
9635
9425
  "reflectToAttr": false,
9636
9426
  "docs": "The amount to push the column for sm screens, in terms of how many columns it should shift\nto the end of the total available.",
9637
- "docsTags": [
9638
- {
9639
- "name": "deprecated",
9640
- "text": "Use the combination of `size` and `order` properties to achieve the same effect."
9641
- }
9642
- ],
9643
- "deprecation": "Use the combination of `size` and `order` properties to achieve the same effect.",
9427
+ "docsTags": [],
9644
9428
  "values": [
9645
9429
  {
9646
9430
  "type": "string"
@@ -9666,13 +9450,7 @@
9666
9450
  "attr": "push-xl",
9667
9451
  "reflectToAttr": false,
9668
9452
  "docs": "The amount to push the column for xl screens, in terms of how many columns it should shift\nto the end of the total available.",
9669
- "docsTags": [
9670
- {
9671
- "name": "deprecated",
9672
- "text": "Use the combination of `size` and `order` properties to achieve the same effect."
9673
- }
9674
- ],
9675
- "deprecation": "Use the combination of `size` and `order` properties to achieve the same effect.",
9453
+ "docsTags": [],
9676
9454
  "values": [
9677
9455
  {
9678
9456
  "type": "string"
@@ -9698,13 +9476,7 @@
9698
9476
  "attr": "push-xs",
9699
9477
  "reflectToAttr": false,
9700
9478
  "docs": "The amount to push the column for xs screens, in terms of how many columns it should shift\nto the end of the total available.",
9701
- "docsTags": [
9702
- {
9703
- "name": "deprecated",
9704
- "text": "Use the combination of `size` and `order` properties to achieve the same effect."
9705
- }
9706
- ],
9707
- "deprecation": "Use the combination of `size` and `order` properties to achieve the same effect.",
9479
+ "docsTags": [],
9708
9480
  "values": [
9709
9481
  {
9710
9482
  "type": "string"
@@ -9911,11 +9683,6 @@
9911
9683
  }
9912
9684
  ],
9913
9685
  "styles": [
9914
- {
9915
- "name": "--col-unit-size",
9916
- "annotation": "prop",
9917
- "docs": "The size of each Column unit."
9918
- },
9919
9686
  {
9920
9687
  "name": "--ion-grid-column-padding",
9921
9688
  "annotation": "prop",
@@ -15013,7 +14780,7 @@
15013
14780
  },
15014
14781
  {
15015
14782
  "filePath": "src/components/input/input.tsx",
15016
- "encapsulation": "scoped",
14783
+ "encapsulation": "shadow",
15017
14784
  "tag": "ion-input",
15018
14785
  "docs": "",
15019
14786
  "docsTags": [
@@ -16946,7 +16713,7 @@
16946
16713
  },
16947
16714
  {
16948
16715
  "filePath": "src/components/input-otp/input-otp.tsx",
16949
- "encapsulation": "scoped",
16716
+ "encapsulation": "shadow",
16950
16717
  "tag": "ion-input-otp",
16951
16718
  "docs": "",
16952
16719
  "docsTags": [],
@@ -40616,7 +40383,7 @@
40616
40383
  },
40617
40384
  {
40618
40385
  "filePath": "src/components/textarea/textarea.tsx",
40619
- "encapsulation": "scoped",
40386
+ "encapsulation": "shadow",
40620
40387
  "tag": "ion-textarea",
40621
40388
  "docs": "",
40622
40389
  "docsTags": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.7.4-dev.11756911316.113c35b0",
3
+ "version": "8.7.4-dev.11757003456.1d9738d5",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",