Feature/paragraph updates (#257)
* useMergeClasses accepted types updated - to match twMerge * fwb-paragraph updated to accept user classes * docs updated to fix missing tailwind classes * fwb-p documentation updated * tailwindcss class wrapper props removed * Update docs/components/typography/p/FwbPExampleCustom.vue * Update docs/components/typography/p/FwbPExampleCustom.vue --------- Co-authored-by: Ilya Artamonov <ilya.sosidka@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="vp-raw">
|
||||
<fwb-p class="mb-2">
|
||||
<fwb-p>
|
||||
Track work across the enterprise through an open, collaborative platform. Link issues across Jira and ingest data from other software development tools, so your IT support and operations teams
|
||||
have richer contextual information to rapidly respond to requests, incidents, and changes.
|
||||
</fwb-p>
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
<template>
|
||||
<div class="vp-raw">
|
||||
<fwb-p
|
||||
align="left"
|
||||
class="mb-2"
|
||||
>
|
||||
Deliver great service experiences fast - without the complexity of traditional ITSM solutions. Accelerate critical development work, eliminate toil, and deploy changes with ease, with a complete audit trail for every change.
|
||||
</fwb-p>
|
||||
<fwb-p
|
||||
align="center"
|
||||
class="mb-2"
|
||||
>
|
||||
Deliver great service experiences fast - without the complexity of traditional ITSM solutions. Accelerate critical development work, eliminate toil, and deploy changes with ease, with a complete audit trail for every change.
|
||||
</fwb-p>
|
||||
<fwb-p
|
||||
align="right"
|
||||
class="mb-2"
|
||||
>
|
||||
Deliver great service experiences fast - without the complexity of traditional ITSM solutions. Accelerate critical development work, eliminate toil, and deploy changes with ease, with a complete audit trail for every change.
|
||||
</fwb-p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { FwbP } from '../../../../src/'
|
||||
</script>
|
||||
@@ -1,7 +1,40 @@
|
||||
<template>
|
||||
<div class="vp-raw">
|
||||
<fwb-p class="text-green-800 dark:text-green-400 italic">
|
||||
Deliver great service experiences fast - without the complexity of traditional ITSM solutions. Accelerate critical development work, eliminate toil, and deploy changes with ease, with a complete audit trail for every change.
|
||||
<fwb-p class="font-light">
|
||||
Track work across the enterprise through an open, collaborative platform.
|
||||
Link issues across Jira and ingest data from other software development
|
||||
tools, so your IT support and operations teams have richer contextual
|
||||
information to rapidly respond to requests, incidents, and changes.
|
||||
</fwb-p>
|
||||
<fwb-p class="font-bold">
|
||||
Deliver great service experiences fast - without the complexityof
|
||||
traditional ITSM solutions. Accelerate critical development work,
|
||||
eliminate toil, and deploy changes with ease, with a complete
|
||||
audit trail for every change.
|
||||
</fwb-p>
|
||||
<fwb-p class="text-left">
|
||||
Deliver great service experiences fast - without the complexityof
|
||||
traditional ITSM solutions. Accelerate critical development work,
|
||||
eliminate toil, and deploy changes with ease, with a complete
|
||||
audit trail for every change.
|
||||
</fwb-p>
|
||||
<fwb-p class="text-center">
|
||||
Deliver great service experiences fast - without the complexityof
|
||||
traditional ITSM solutions. Accelerate critical development work,
|
||||
eliminate toil, and deploy changes with ease, with a complete
|
||||
audit trail for every change.
|
||||
</fwb-p>
|
||||
<fwb-p class="text-right">
|
||||
Deliver great service experiences fast - without the complexityof
|
||||
traditional ITSM solutions. Accelerate critical development work,
|
||||
eliminate toil, and deploy changes with ease, with a complete
|
||||
audit trail for every change.
|
||||
</fwb-p>
|
||||
<fwb-p class="text-green-600 dark:text-green-400 italic">
|
||||
Deliver great service experiences fast - without the complexityof
|
||||
traditional ITSM solutions. Accelerate critical development work,
|
||||
eliminate toil, and deploy changes with ease, with a complete
|
||||
audit trail for every change.
|
||||
</fwb-p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
<template>
|
||||
<div class="vp-raw">
|
||||
<fwb-p
|
||||
class="mb-2"
|
||||
weight="light"
|
||||
>
|
||||
Track work across the enterprise through an open, collaborative platform. Link issues across Jira and ingest data from other software development tools, so your IT support and operations teams have richer contextual information to rapidly respond to requests, incidents, and changes.
|
||||
</fwb-p>
|
||||
<fwb-p weight="bold">
|
||||
Deliver great service experiences fast - without the complexity of traditional ITSM solutions. Accelerate critical development work, eliminate toil, and deploy changes with ease, with a complete audit trail for every change.
|
||||
</fwb-p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { FwbP } from '../../../../src/'
|
||||
</script>
|
||||
Reference in New Issue
Block a user