@ionic/docs 8.5.2-dev.11742574407.1a7233c2 → 8.5.2-dev.11742835181.16dd88fe

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 +187 -1
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-03-21T16:29:08",
2
+ "timestamp": "2025-03-24T16:55:24",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.20.0",
@@ -2676,6 +2676,28 @@
2676
2676
  ],
2677
2677
  "usage": {},
2678
2678
  "props": [
2679
+ {
2680
+ "name": "disabled",
2681
+ "type": "boolean",
2682
+ "complexType": {
2683
+ "original": "boolean",
2684
+ "resolved": "boolean",
2685
+ "references": {}
2686
+ },
2687
+ "mutable": false,
2688
+ "attr": "disabled",
2689
+ "reflectToAttr": false,
2690
+ "docs": "If `true`, the user cannot interact with the avatar.",
2691
+ "docsTags": [],
2692
+ "default": "false",
2693
+ "values": [
2694
+ {
2695
+ "type": "boolean"
2696
+ }
2697
+ ],
2698
+ "optional": false,
2699
+ "required": false
2700
+ },
2679
2701
  {
2680
2702
  "name": "mode",
2681
2703
  "type": "\"ios\" | \"md\"",
@@ -11164,6 +11186,170 @@
11164
11186
  ]
11165
11187
  }
11166
11188
  },
11189
+ {
11190
+ "filePath": "src/components/divider/divider.tsx",
11191
+ "encapsulation": "shadow",
11192
+ "tag": "ion-divider",
11193
+ "docs": "",
11194
+ "docsTags": [],
11195
+ "usage": {},
11196
+ "props": [
11197
+ {
11198
+ "name": "inset",
11199
+ "type": "boolean",
11200
+ "complexType": {
11201
+ "original": "boolean",
11202
+ "resolved": "boolean",
11203
+ "references": {}
11204
+ },
11205
+ "mutable": false,
11206
+ "attr": "inset",
11207
+ "reflectToAttr": false,
11208
+ "docs": "If `true`, the divider will have horizontal margins\nBy default, it's `false`",
11209
+ "docsTags": [],
11210
+ "default": "false",
11211
+ "values": [
11212
+ {
11213
+ "type": "boolean"
11214
+ }
11215
+ ],
11216
+ "optional": false,
11217
+ "required": false
11218
+ },
11219
+ {
11220
+ "name": "spacing",
11221
+ "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxlarge\" | \"xxsmall\" | undefined",
11222
+ "complexType": {
11223
+ "original": "'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge'",
11224
+ "resolved": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxlarge\" | \"xxsmall\" | undefined",
11225
+ "references": {}
11226
+ },
11227
+ "mutable": false,
11228
+ "attr": "spacing",
11229
+ "reflectToAttr": true,
11230
+ "docs": "Set to `\"xxsmall\"` for the smallest spacing.\nSet to \"xsmall\" for very small spacing.\nSet to `\"small\"` for small spacing.\nSet to \"medium\" for medium spacing.\nSet to \"large\" for large spacing.\nSet to `\"xlarge\"` for the largest spacing.\n\nDefaults to `\"xxsmall\"`.",
11231
+ "docsTags": [],
11232
+ "default": "'xxsmall'",
11233
+ "values": [
11234
+ {
11235
+ "value": "large",
11236
+ "type": "string"
11237
+ },
11238
+ {
11239
+ "value": "medium",
11240
+ "type": "string"
11241
+ },
11242
+ {
11243
+ "value": "small",
11244
+ "type": "string"
11245
+ },
11246
+ {
11247
+ "value": "xlarge",
11248
+ "type": "string"
11249
+ },
11250
+ {
11251
+ "value": "xsmall",
11252
+ "type": "string"
11253
+ },
11254
+ {
11255
+ "value": "xxlarge",
11256
+ "type": "string"
11257
+ },
11258
+ {
11259
+ "value": "xxsmall",
11260
+ "type": "string"
11261
+ },
11262
+ {
11263
+ "type": "undefined"
11264
+ }
11265
+ ],
11266
+ "optional": true,
11267
+ "required": false
11268
+ }
11269
+ ],
11270
+ "methods": [],
11271
+ "events": [],
11272
+ "listeners": [],
11273
+ "styles": [
11274
+ {
11275
+ "name": "--margin-bottom",
11276
+ "annotation": "prop",
11277
+ "docs": "Bottom margin of the divider",
11278
+ "mode": "ionic"
11279
+ },
11280
+ {
11281
+ "name": "--margin-bottom",
11282
+ "annotation": "prop",
11283
+ "docs": "Bottom margin of the divider",
11284
+ "mode": "ios"
11285
+ },
11286
+ {
11287
+ "name": "--margin-bottom",
11288
+ "annotation": "prop",
11289
+ "docs": "Bottom margin of the divider",
11290
+ "mode": "md"
11291
+ },
11292
+ {
11293
+ "name": "--margin-top",
11294
+ "annotation": "prop",
11295
+ "docs": "Top margin of the divider",
11296
+ "mode": "ionic"
11297
+ },
11298
+ {
11299
+ "name": "--margin-top",
11300
+ "annotation": "prop",
11301
+ "docs": "Top margin of the divider",
11302
+ "mode": "ios"
11303
+ },
11304
+ {
11305
+ "name": "--margin-top",
11306
+ "annotation": "prop",
11307
+ "docs": "Top margin of the divider",
11308
+ "mode": "md"
11309
+ },
11310
+ {
11311
+ "name": "--padding-end",
11312
+ "annotation": "prop",
11313
+ "docs": "Right padding if direction is left-to-right, and left padding if direction is right-to-left of the divider",
11314
+ "mode": "ionic"
11315
+ },
11316
+ {
11317
+ "name": "--padding-end",
11318
+ "annotation": "prop",
11319
+ "docs": "Right padding if direction is left-to-right, and left padding if direction is right-to-left of the divider",
11320
+ "mode": "ios"
11321
+ },
11322
+ {
11323
+ "name": "--padding-end",
11324
+ "annotation": "prop",
11325
+ "docs": "Right padding if direction is left-to-right, and left padding if direction is right-to-left of the divider",
11326
+ "mode": "md"
11327
+ },
11328
+ {
11329
+ "name": "--padding-start",
11330
+ "annotation": "prop",
11331
+ "docs": "Left padding if direction is left-to-right, and right padding if direction is right-to-left of the divider",
11332
+ "mode": "ionic"
11333
+ },
11334
+ {
11335
+ "name": "--padding-start",
11336
+ "annotation": "prop",
11337
+ "docs": "Left padding if direction is left-to-right, and right padding if direction is right-to-left of the divider",
11338
+ "mode": "ios"
11339
+ },
11340
+ {
11341
+ "name": "--padding-start",
11342
+ "annotation": "prop",
11343
+ "docs": "Left padding if direction is left-to-right, and right padding if direction is right-to-left of the divider",
11344
+ "mode": "md"
11345
+ }
11346
+ ],
11347
+ "slots": [],
11348
+ "parts": [],
11349
+ "dependents": [],
11350
+ "dependencies": [],
11351
+ "dependencyGraph": {}
11352
+ },
11167
11353
  {
11168
11354
  "filePath": "src/components/fab/fab.tsx",
11169
11355
  "encapsulation": "shadow",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.5.2-dev.11742574407.1a7233c2",
3
+ "version": "8.5.2-dev.11742835181.16dd88fe",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",